Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Shared database engine
TheShared database engine works in conjunction with Shared Catalog to manage databases whose tables use stateless table engines such as SharedMergeTree.
These table engines do not write persistent state to disk and are compatible with dynamic compute environments.
The Shared database engine in Cloud removes the dependency for local disks.
It is a purely in-memory engine, requiring only CPU and memory.
How does it work?
TheShared database engine stores all database and table definitions in a central Shared Catalog backed by Keeper. Instead of writing to local disk, it maintains a single versioned global state shared across all compute nodes.
Each node tracks only the last applied version and, on startup, fetches the latest state without the need for local files or manual setup.