ahupowerdns / metronome

GNU General Public License v2.0
50 stars 22 forks source link

Our storage is sorta naive #4

Open ahupowerdns opened 10 years ago

ahupowerdns commented 10 years ago

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

jpmens commented 10 years ago

Maybe Lightning Memory-Mapped Database (LMDB)

pieterlexis commented 9 years ago

Maybe InfuxDB?

jpmens commented 9 years ago

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.

pieterlexis commented 9 years ago

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)

ciroiriarte commented 9 years ago

How is the collected data stored currently?

ahupowerdns commented 9 years ago

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