<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Storage Engine on FromDual GmbH</title><link>https://www.fromdual.com/tags/storage-engine/</link><description>Recent content in Storage Engine on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Mon, 02 Aug 2021 10:38:03 +0000</lastBuildDate><atom:link href="https://www.fromdual.com/tags/storage-engine/index.xml" rel="self" type="application/rss+xml"/><item><title>Switching from MySQL/MyISAM to Galera Cluster</title><link>https://www.fromdual.com/blog/switching-from-mysql-myisam-to-galera-cluster/</link><pubDate>Tue, 12 Mar 2013 08:23:36 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/switching-from-mysql-myisam-to-galera-cluster/</guid><description>&lt;p&gt;Switching from MySQL/MyISAM to Galera Cluster requires that all tables (except those from the &lt;code&gt;mysql&lt;/code&gt;, &lt;code&gt;information_schema&lt;/code&gt; and &lt;code&gt;performance_schema&lt;/code&gt;) are using the InnoDB Storage Engine.&lt;/p&gt;</description></item><item><title>How can I find what InnoDB version I am using?</title><link>https://www.fromdual.com/blog/innodb-version/</link><pubDate>Sat, 01 Jan 2011 12:05:22 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/innodb-version/</guid><description>&lt;p&gt;In the old days everything was simpler. We had one maker of our favourite database management system and possibly the choice between different Storage Engines. Mostly the decision has to be taken between MyISAM and InnoDB. When you care about your data integrity you have chosen InnoDB.&lt;/p&gt;</description></item><item><title>Transactional memory resident tables with PBXT</title><link>https://www.fromdual.com/blog/transactional-memory-resident-tables-with-pbxt/</link><pubDate>Sun, 21 Nov 2010 21:32:18 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/transactional-memory-resident-tables-with-pbxt/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In his &lt;a href="http://www.primebase.org/download/pbxt-uc-2010.pdf" target="_blank"&gt;presentation&lt;/a&gt; about &lt;a href="http://www.primebase.com/" target="_blank"&gt;PBXT&lt;/a&gt; at the &lt;a href="http://www.doag.org/konferenz/doag/2010/" target="_blank"&gt;DOAG Conference 2010&lt;/a&gt; Paul McCullagh was speaking about &lt;a href="https://code.launchpad.net/~paul-mccullagh/pbxt/memory-tables" target="_blank"&gt;memory resident PBXT tables&lt;/a&gt;. They will be available in version 1.1 of the PBXT Storage Engine Plugin. Memory resident PBXT tables should have similar characteristics like normal &lt;a href="http://dev.mysql.com/doc/refman/5.1/en/memory-storage-engine.html" target="_blank"&gt;MySQL &lt;code&gt;MEMORY&amp;lt;/span&amp;gt; tables&amp;lt;/a&amp;gt;. But in addition to the &lt;/code&gt;MEMORY&lt;/span&gt; tables they are transactional and can handle &lt;code&gt;BLOB&amp;lt;/span&amp;gt; and &lt;/code&gt;TEXT&lt;/span&gt; attributes.&lt;/p&gt;</description></item><item><title>MySQL Plugins and UDF's</title><link>https://www.fromdual.com/blog/mysql-plugins-and-udfs/</link><pubDate>Sat, 20 Nov 2010 12:58:52 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-plugins-and-udfs/</guid><description>&lt;p&gt;At the DOAG 2010 we found that there are already a lot of Plugins etc. for MySQL available. Therefor it will be a good time to start with a collection of Plugins, UDF&amp;rsquo;s etc. available.&lt;/p&gt;</description></item><item><title>The MySQL CSV Storage Engine</title><link>https://www.fromdual.com/blog/csv-storage-engine/</link><pubDate>Mon, 15 Mar 2010 20:53:45 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/csv-storage-engine/</guid><description>&lt;p&gt;A little summary about the MySQL CSV table engine:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a href="https://www.fromdual.com/sites/default/files/csv_tables.tgz"&gt;SQL-Demo script&lt;/a&gt; (930 byte) for the following article.&lt;/li&gt;
&lt;li&gt;The &lt;a href="https://www.fromdual.com/mysql-consulting-tools#csv_converter"&gt;CSV converter&lt;/a&gt; to convert &lt;em&gt;normal&lt;/em&gt; CSV files into a CSV format which is for MySQL acceptable.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Caution&lt;/strong&gt;: Use on your own risk!&lt;/p&gt;</description></item><item><title>MySQL Federated Storage Engine</title><link>https://www.fromdual.com/blog/federated-storage-engine/</link><pubDate>Sat, 13 Mar 2010 13:32:56 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/federated-storage-engine/</guid><description>&lt;h2 id="what-is-a-federated-table"&gt;What is a Federated Table?&lt;/h2&gt;
&lt;p&gt;A Federated Table is a table which points to a table in an other MySQL database instance (mostly on an other server). It can be seen as a view to this remote database table. Other RDBMS have similar concepts for example database links.&lt;/p&gt;</description></item><item><title>MySQL pluggable Storage Engines (SE)</title><link>https://www.fromdual.com/blog/mysql-pluggable-storage-engines/</link><pubDate>Thu, 11 Mar 2010 23:20:51 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-pluggable-storage-engines/</guid><description>&lt;p&gt;One of the big advantages of MySQL is its concept of &lt;strong&gt;Pluggable Storage Engines&lt;/strong&gt;. This means you can choose the most optimal Storage Engine for your needs. This also has a disadvantage: You have to know what you are doing&amp;hellip;&lt;/p&gt;</description></item><item><title>Round-Robin Database Storage Engine (RRD)</title><link>https://www.fromdual.com/blog/round-robin-database-storage-engine/</link><pubDate>Sat, 03 Mar 2007 13:29:00 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/round-robin-database-storage-engine/</guid><description>&lt;p&gt;In a round-robin database (RRD) usually time-series data like network bandwidth, temperatures, CPU load etc. is stored. The data is stored in the way that system storage footprint remains constant over time. This avoids resource expensive purge jobs and reduces complexity.&lt;/p&gt;</description></item><item><title>MySQL storage engines</title><link>https://www.fromdual.com/blog/mysql-storage-engines/</link><pubDate>Thu, 19 Oct 2006 22:19:01 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-storage-engines/</guid><description>&lt;p&gt;One of the big advantages of MySQL is its concept of &lt;em&gt;pluggable Storage Engines (SE)&lt;/em&gt;. This means you can choose the most optimal storage engine for your needs. This also has a disadvantage: You have to know what you are doing&amp;hellip;&lt;/p&gt;</description></item></channel></rss>