Module infinitree::fields::strategy

source ·
Expand description

Serialization strategies for index fields

Structs

  • Store the entire field in the index
  • Stores values in the object pool, while keeping keys in the index

Traits

  • Allows decoupling a storage strategy for index fields from the in-memory representation.