This is nothing compared to what dragnet surveillance has to deal with.
CERN swaps out databases to feed its petabyte-a-day habit
11–20 of 57 posts
Re: CERN swaps out databases to feed its petabyte-a-day habit
#12Re: CERN swaps out databases to feed its petabyte-a-day habit
#13Re: CERN swaps out databases to feed its petabyte-a-day habit
#14Re: CERN swaps out databases to feed its petabyte-a-day habit
#15Missing from the title: leaving InfluxDB and Prometheus for VictoriaMetrics.
That is, VictoriaMetrics has not really built a true time series DB that handles reasonable cardinalities.
Re: CERN swaps out databases to feed its petabyte-a-day habit
#16https://github.com/VictoriaMetrics/VictoriaMetrics/blob/mast...
Re: CERN swaps out databases to feed its petabyte-a-day habit
#17OPENSOURCE, APACHE2 LICENSE https://github.com/VictoriaMetrics/VictoriaMetrics/blob/mast...
Re: CERN swaps out databases to feed its petabyte-a-day habit
#18I also dropped InfluxDB at work due to its terrible performance. VictoriaMetrics is great I was using Promscale (TimescaleDB) but they EOL'd Promscale which forced us to Victoria. But either way both of these are much faster than Influx Don't get fooled into the latest InfluxDB rewrite. I think the latest is cloud hosted only too? So stupid
I also prefer the golang-esque simplicity of the Prometheus ecosystem. Monitoring is the last place I want unnecessary abstraction layers and complicated configuration files.
Re: CERN swaps out databases to feed its petabyte-a-day habit
#19I really like VictoriaMetrics's architecture vmagent takes care of all the pesky edge things like emulating prometheus config parsing and various scraping bits. It also does buffering in case you lose network connection for a while, and accept vast spread of different protocols vminsert/vmselect scale separately from eachother and your queries don't bother your ingest all that much. vmstorage does just that, storage.…
Re: CERN swaps out databases to feed its petabyte-a-day habit
#20/tumbleweed...