Earlier quoted context omitted.
http://docs.memsql.com/latest/faq/#what-is-memsql-not-for
It seems like the improvements here are OLAP focused, and welcome ones at that, but the docs and product, if not the marketing, seem to be moving away from operational workloads. From my interpretation of the docs, there are no "transactions" in the Jim Gray / ACID sense of the word. MemSQL offers transactional semantics with READ COMMITTED isolation. This is not just not SERIALIZABLE, it's also not REPEATABLE-READ o…
As a matter of fact, even Oracle and MS SQL Server offer READ-COMMITTED as the default isolation level. Moreover, there are known issues with using SERIALIZABLE isolation in Oracle [2].
[1] - http://blog.memsql.com/high-speed-counters/
[2] - http://stackoverflow.com/questions/11826368/oracle-select-im...