Open ahupowerdns opened 10 years ago
Maybe InfuxDB?
Assuming LMDB is sort of 'out' for you, maybe MDBM.
@pieterlexis InfluxDB is great, but it's hard to obtain linked for some architectures I think.
influxdb is written in go, so unless you're running solaris ;).
But they use rocksDB as storage format, here's a blogpost on the performance of different storage formats (LevelDB, RocksDB, HyperLevelDB and LMDB)
How is the collected data stored currently?
we now split it up per week which is reasonably less stupid
Our storage is sorta naive. Turns out that what graphite does isn't that great either.