risingwave_storage::hummock::store

Module hummock_storage

source

Structs§

  • HummockStorage is the entry point of the Hummock state store backend. It implements the StateStore and StateStoreRead traits but not the StateStoreWrite trait since all writes should be done via LocalHummockStorage to ensure the single writer property of hummock. LocalHummockStorage instance can be created via new_local call. Hummock is the state store backend.

Functions§

Type Aliases§