| MemSQL CEO here. There are a few: - MemSQL is transactional and writes transactions on disk - MemSQL has an excellent implementation of SQL with mature query optimization and query execution. And it get better every release. This is from 6.5
https://www.memsql.com/blog/6.5-performance/ - MemSQL has in-memory and on-disk data storage so you can use MemSQL to store petabytes - MemSQL has columnstores and vectorized query processing:
https://news.ycombinator.com/item?id=16617098 - MemSQL supports geospatial, fulltext search, and json - MemSQL allows you to stream data from kafka in one command: https://docs.memsql.com/sql-reference/v6.5/create-pipeline/ |
Genuinely not intended as snark, I'm just curious why memsql is so compelling that I would consider it.