keccsx@programming.devtoProgramming@programming.dev•How we’ve saved 98% in cloud costs by writing our own database
4·
7 months agoAren’t time series databases like Prometheus pretty good at storing this kind of data?
Aren’t time series databases like Prometheus pretty good at storing this kind of data?
They’re just storing doubles in their own format too. I’m not sure if they even need any spatial lookups on the data, they didn’t mention anything about that in the article. Maybe they do that in-memory?