Monday, September 18, 2017

Next-Level MySQL Performance: Tarantool as a Replica

DZone Database Zone
Next-Level MySQL Performance: Tarantool as a Replica
Next-Level MySQL Performance: Tarantool as a Replica

Refactoring your MySQL stack by adding an in-memory NoSQL solution can improve throughput, allow scalability, and result in substantial hardware savings.

Tarantool is particularly suited as a MySQL addition, as it offers all of the speed of the basic cache databases while maintaining many features of a traditional Relational Database Management System (RDBMS).

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...