QuestDB is an open-source SQL database designed to process time-series dat. It uses a column-oriented approach, vectorized execution, SIMD instructions.
QuestDB implements SQL, and augments it for time-series. It supports the Postgres and InfluxDB wire protocols,as well as a a REST API. It supports both relational and time-series joins.
Decomposition Storage Model (Columnar)
QuestDB uses a column-based storage model. Data is stored in tables with each column stored in its own file and its own native format. New data is appended to the bottom of each column to allow data to be organically retrieved in the same order that it was ingested.
https://github.com/questdb/questdb
https://questdb.io/docs/introduction/
QuestDB
2013
C, C++, Go, Java, JavaScript, Python, R, Rust, SQL