17 ms·
I'm working on my own mini time series database. It only stores (timestamped) floating point values with a series id and uses a B+Tree as the backing data stru
by h4kor 1y ago
I'm working on my own mini time series database.
It only stores (timestamped) floating point values with a series id and uses a B+Tree as the backing data structure. Querying is done with a lisp-like query language.