<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Top Experts &#187; MySql</title>
	<atom:link href="http://topexperts.co.il/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://topexperts.co.il</link>
	<description>Your business our experts</description>
	<lastBuildDate>Thu, 02 Jun 2016 11:19:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.32</generator>
	<item>
		<title>MySql Supported Storage Engines</title>
		<link>http://topexperts.co.il/mysql-supported-storage-engines/</link>
		<comments>http://topexperts.co.il/mysql-supported-storage-engines/#comments</comments>
		<pubDate>Thu, 28 Jan 2016 14:03:32 +0000</pubDate>
		<dc:creator><![CDATA[Gadi Chen]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://topexperts.co.il/?p=335</guid>
		<description><![CDATA[· InnoDB: The default storage engine as of MySQL 5.5.5. InnoDB is a transaction-safe (ACID compliant) storage engine for MySQL that has commit, rollback, and crash-recovery capabilities to protect user data. InnoDB row-level locking (without escalation to coarser granularity locks) and Oracle-style consistent nonlocking reads increase multi-user concurrency and performance. InnoDB stores user data in&#8230;<p><a class="more-link" href="http://topexperts.co.il/mysql-supported-storage-engines/" title="Continue reading &#8216;MySql Supported Storage Engines&#8217;">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<ul>
<li>· <a href="https://dev.mysql.com/doc/refman/5.5/en/innodb-storage-engine.html"><code>InnoDB</code></a>: The default storage engine as of MySQL 5.5.5. <code>InnoDB</code> is a transaction-safe (ACID compliant) storage engine for MySQL that has commit, rollback, and crash-recovery capabilities to protect user data. <code>InnoDB</code> row-level locking (without escalation to coarser granularity locks) and Oracle-style consistent nonlocking reads increase multi-user concurrency and performance. <code>InnoDB</code> stores user data in clustered indexes to reduce I/O for common queries based on primary keys. To maintain data integrity, <code>InnoDB</code> also supports <code>FOREIGN KEY</code> referential-integrity constraints</li>
<li>· <a href="https://dev.mysql.com/doc/refman/5.5/en/myisam-storage-engine.html"><code>MyISAM</code></a>: The MySQL storage engine that is used the most in Web, data warehousing, and other application environments. <code>MyISAM</code> is supported in all MySQL configurations, and is the default storage engine prior to MySQL 5.5.5.</li>
<li>· <a href="https://dev.mysql.com/doc/refman/5.5/en/memory-storage-engine.html"><code>Memory</code></a>: Stores all data in RAM for extremely fast access in environments that require quick lookups of reference and other like data. This engine was formerly known as the <code>HEAP</code> engine.</li>
<li>· <a href="https://dev.mysql.com/doc/refman/5.5/en/merge-storage-engine.html"><code>Merge</code></a>: Enables a MySQL DBA or developer to logically group a series of identical <code>MyISAM</code> tables and reference them as one object. Good for VLDB environments such as data warehousing.</li>
<li>· <a href="https://dev.mysql.com/doc/refman/5.5/en/archive-storage-engine.html"><code>Archive</code></a>: Provides the perfect solution for storing and retrieving large amounts of seldom-referenced historical, archived, or security audit information.</li>
<li>· <a href="https://dev.mysql.com/doc/refman/5.5/en/federated-storage-engine.html"><code>Federated</code></a>: Offers the ability to link separate MySQL servers to create one logical database from many physical servers. Very good for distributed or data mart environments.</li>
<li>· <a href="https://dev.mysql.com/doc/refman/5.5/en/mysql-cluster.html"><code>NDB</code></a> (also known as <a href="https://dev.mysql.com/doc/refman/5.5/en/mysql-cluster.html"><code>NDBCLUSTER</code></a>)—This clustered database engine is particularly suited for applications that require the highest possible degree of uptime and availability.</li>
</ul>
<p><u><strong></strong></u>&nbsp;
<p><u><strong>Storage Engines Feature Summary</strong></u></p>
<p><a href="http://topexperts.co.il/wp-content/uploads/2016/01/image.png"><img width="552" height="449" title="image" style="border: 0px currentcolor; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" alt="image" src="http://topexperts.co.il/wp-content/uploads/2016/01/image_thumb.png" border="0"></a></p>
<p>&nbsp;
<p><a href="https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html#idm139924297501104"><sup>[a] </sup></a>InnoDB support for geospatial indexing is available in MySQL 5.7.5 and higher.</p>
<p><a href="https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html#idm139924297493232"><sup>[b] </sup></a>InnoDB utilizes hash indexes internally for its Adaptive Hash Index feature.</p>
<p><a href="https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html#idm139924297490272"><sup>[c] </sup></a>InnoDB support for FULLTEXT indexes is available in MySQL 5.6.4 and higher.</p>
<p><a href="https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html#idm139924297480656"><sup>[d] </sup></a>Compressed MyISAM tables are supported only when using the compressed row format. Tables using the compressed row format with MyISAM are read only.</p>
<p><a href="https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html#idm139924297479344"><sup>[e] </sup></a>Compressed InnoDB tables require the InnoDB Barracuda file format.</p>
<p><a href="https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html#idm139924297477568"><sup>[f] </sup></a>Implemented in the server (via encryption functions), rather than in the storage engine.</p>
<p><a href="https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html#idm139924297472128"><sup>[g] </sup></a>Implemented in the server, rather than in the storage engine.</p>
<p><a href="https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html#idm139924297466720"><sup>[h] </sup></a>Implemented in the server, rather than in the storage engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://topexperts.co.il/mysql-supported-storage-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
