influxdb/pkg/durablequeue
Daniel Moran 1aac92c5ee
refactor: remove replications.current_queue_size_bytes from sqlite (#22832)
Maintaining the current queue size in a SQL column would require
updating the DB on every queue operation. Avoid that contention by
instead looking up the current size on the in-memory durable queue
struct, which is already tracked & updated as data enters & leaves
the queue.
2021-11-05 14:35:12 -04:00
..
queue.go refactor: remove replications.current_queue_size_bytes from sqlite (#22832) 2021-11-05 14:35:12 -04:00
queue_test.go refactor: remove replications.current_queue_size_bytes from sqlite (#22832) 2021-11-05 14:35:12 -04:00
scanner.go feat: port durable queue from InfluxDB enterprise (#22187) 2021-08-12 17:59:11 -04:00
scanner_test.go feat: port durable queue from InfluxDB enterprise (#22187) 2021-08-12 17:59:11 -04:00