Commit Graph

3 Commits (a0f1184bb3eeb8a6f8fa1bbdb9898d41355ff67f)

Author SHA1 Message Date
Dane Strandboge 82d1123e78
build: upgrade to Go 1.18.1 (#23252) 2022-04-13 15:24:27 -05:00
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
Daniel Moran 891e7d4782
feat: port durable queue from InfluxDB enterprise (#22187) 2021-08-12 17:59:11 -04:00