Skip to content

Implement a batching API for stored data

Batched stores should cut down on a lot of the data on the wire, while still using the logger idea of timestamp, rather than keeping track of failed times or not.

It's intended to be used with things like batches of registers (modbus) or bacnet which can have large amounts of data.

The data-structure is a hashtable, as keys should not be duplicated in this setting.

Related:

Edited by Spindel 🕷 Ljungmark

Merge request reports

Loading