2 comments

[ 4.3 ms ] story [ 35.1 ms ] thread
We at launix are MySQL power users and crash our MySQL servers on a daily basis. Therefore we implemented our own SQL database protocol compatible to MySQL which offers the following features: - 10x faster performance for aggregation queries - in-Memory storage - in-Memory compression reduces RAM requirements by 80% - in-database microservices where microservice code and SQL queries are precompiled for best performance
So it’s drop-in replacement to MySQL but not production-ready yet? About 5x faster, is there any benchmark code available?