Skip to main content

Module partition_cache

Module partition_cache 

Source
Expand description

In-memory copy of a subnet of the list of the partitions in the db

Structs§

LivePartitionProvider
A QueryPartitionProvider that fetches partitions directly from the database.
NullPartitionProvider
A QueryPartitionProvider that always returns an empty list of partitions.
PartitionCache
PartitionCache allows to query partitions based on the insert_time range

Traits§

QueryPartitionProvider
A trait for providing queryable partitions.