metronome icon indicating copy to clipboard operation
metronome copied to clipboard

Our storage is sorta naive

Open ahupowerdns opened this issue 10 years ago • 6 comments

Our storage is sorta naive. Turns out that what graphite does isn't that great either.

ahupowerdns avatar Apr 01 '14 19:04 ahupowerdns

Maybe InfuxDB?

pieterlexis avatar Dec 08 '14 18:12 pieterlexis

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.

jpmens avatar Dec 11 '14 08:12 jpmens

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)

pieterlexis avatar Dec 11 '14 15:12 pieterlexis

How is the collected data stored currently?

ciroiriarte avatar Dec 17 '14 03:12 ciroiriarte

we now split it up per week which is reasonably less stupid

ahupowerdns avatar Jan 04 '15 19:01 ahupowerdns