-
TimescaleDB
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
What do you mean by "for anything serious it isn't open source"? I didn't see any red flags in the apache variant of timescale, just constant pleading to try their hosted option.
https://github.com/timescale/timescaledb/blob/main/LICENSE-A...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Looking at their roadmap, the killer feature for me would be incremental materialised views
> Incremental view maintenance — define views which stay up-to-date with incoming data without the performance hit of a REFRESH
I wonder if they plan to incorporate something like https://github.com/sraoss/pg_ivm or write their own implementation.
(Although I'm hopeful that one day we see ivm land in postgres core)
-
tsbs
Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
AFAIK https://github.com/timescale/tsbs is based on artificial data and I would recommend running benchmarks and comparisons on real data from node_exporter, like https://github.com/VictoriaMetrics/prometheus-benchmark.
-
AFAIK https://github.com/timescale/tsbs is based on artificial data and I would recommend running benchmarks and comparisons on real data from node_exporter, like https://github.com/VictoriaMetrics/prometheus-benchmark.