Log-Structured Merge Trees as a core storage principle (unlike OLTP databases, it is designed from ground up for OLAP
workload, so databases built on top of this table can easily handle high insert volumes of data: for example,
transactional logs)
Up to ~1.5M of inserts per second into aggregation on a single core
Aggregations storage medium can use any distributed file system