churn/NOTES.md
kjuulh 9e61ed7ef7
docs: add notes
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-27 13:16:02 +02:00

238 B

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