(no title)
JohnBerryman | 11 years ago
Elasticsearch might seem like a strange option at first since it's historically a text search engine, but it's main datastructure is a compressed bit array which is ideal for OLAP processing.
JohnBerryman | 11 years ago
Elasticsearch might seem like a strange option at first since it's historically a text search engine, but it's main datastructure is a compressed bit array which is ideal for OLAP processing.
olidb2|11 years ago
We had to build our own Time-Series streaming / storage / query so we could handle millions of points per second and years of retention.
(we love ElasticSearch, though)