influxdb/cmd/influxd
Ben Johnson b574e2f755 Add write ahead log
This commit adds a write ahead log to the shard. Entries are cached
in memory and periodically flushed back into the index. The WAL and
the cache are both partitioned into buckets so that flushing doesn't
stop the world as long.
2015-06-25 15:47:13 -06:00
..
backup Refactor backup and restore 2015-06-10 22:07:01 -06:00
help Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
restore Refactor backup and restore 2015-06-10 22:07:01 -06:00
run Add write ahead log 2015-06-25 15:47:13 -06:00
main.go Profiling support re-enabled -- remove old comment 2015-06-12 13:18:33 -07:00