MemSQL Becomes World's Fastest Database; Executes 80,000 Queries Per Second
MemSQL is a venture of two Facebook developers Eric Frenkiel and Nikita Shamgunov. They have created an all new database called 'MemSQL' and have termed it as the worldâs fastest. In a video put up by the team, they have shown that their database can execute 80,000 queries per second, which is too fast as compared MySQL that executes 3,500 queries per second. The duo have put their knowledge acquired while coping with massive traffic and growth as Facebook developers to good use and created a SQL code that gets translated into C++ without the need of a slow SQL interpreter. MemSQL is completely memory-based. It writes back to disk/SSD as soon as the transaction is acknowledged in memory, and achieves data security by using a combination of write-ahead logging and snapshotting.
![[IMG]](proxy.php?image=http%3A%2F%2Fwww.crazyengineers.com%2Fwp-content%2Fuploads%2F2012%2F06%2Fmemsql-database.jpg&hash=2621917ee4282a70f550c6a685a3c53d)
MemSQL runs on 64-bit Linux and is great for multi-core processor machines with at least 8 GB of RAM. Moreover, MemSQL is fully compatible with MySQL, if connected together they can handle terabyte-scale workloads. For engineering teams who need a lightning fast database, the developer edition is free forever but limited to 10 GB in capacity and can be downloaded #-Link-Snipped-#.
Do check out the video here -
<iframe src="https://player.vimeo.com/video/44087431?title=0&byline=0&portrait=0&color=00aad0" frameborder="0" width="500" height="281"></iframe>