Skip to main content

Module archiver

Module archiver 

Source
Expand description

Archiver persistence traits (sync, r2d2 pool).

These traits abstract the SQL layer for the db-archiver binary. All methods are synchronous because the archiver uses a blocking r2d2 connection pool.

Traitsยง

ArchiverReader
Read operations for the archiver: boundary discovery and batch fetching.
ArchiverWriter
Write (delete) operations for the archiver: pruning archived rows.