churn/NOTES.md

6 lines
238 B
Markdown
Raw Permalink Normal View History

# Notes
- Building a ringbuffer like structure for sliding window logs in the server.
- Move logs to cold storage in rocksdb, after they're expelled from the ringbuffer
- Implement rocksdb in the agents to support settings and whatnot