Description
Store large persistent mappings and tree-like containers for Python applications, commonly used by object databases and systems that need scalable ordered storage. It helps applications manage data structures that outgrow in-memory dictionaries.
Persistent containers affect real stored data. Plan transactions, conflict handling, and backups before using them for important state.