Wednesday, September 27, 2017

Modernizing SQL Server Applications With Tarantool

DZone Database Zone
Modernizing SQL Server Applications With Tarantool
Modernizing SQL Server Applications With Tarantool

Designed by a team led by a former MySQL engineer, Tarantool is an in-memory cache database that maintains many of the best aspects of Relational Database Management Systems (RDBMS).

Using a single core, Tarantool can process one million queries per second — a benchmark that would require at least 20 cores to achieve with a relational database.

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...