Module storage_sharded_key

Source
Expand description

Storage sharded key

Structs§

StorageShardedKey
Sometimes data can be too big to be saved for a single key. This helps out by dividing the data into different shards. Example:

Constants§

NUM_OF_INDICES_IN_SHARD
Number of indices in one shard.