Skip to main content

Module maps

Module maps 

Source
Expand description

Column family descriptors used by the homeserver database.

The catalog names every configured map and supplies its RocksDB tuning profile. Database startup opens these descriptors as one coherent collection.

Staticsยง

MAPS ๐Ÿ”’
Defines the built-in column-family catalog and its RocksDB tuning.

Functionsยง

open ๐Ÿ”’
Opens every configured map in the built-in catalog.
open_list ๐Ÿ”’
Opens maps from an explicit descriptor list.

Type Aliasesยง

Maps ๐Ÿ”’
Indexes opened logical maps by column-family name.
MapsKey ๐Ÿ”’
Names a column family in the map catalog.
MapsVal ๐Ÿ”’
Holds a shared logical map opened from a catalog descriptor.