KeyValueStoreMetadataBufferDb
Hierarchy
- MetadataBufferDb
- Base
- KeyValueStoreMetadataBufferDb
Index
Properties
__tablename__
accessed_at
New accessed_at timestamp, if being updated.
id
Auto-increment primary key for ordering.
key_value_store_id
ID of the key-value store being updated.
modified_at
New modified_at timestamp, if being updated.
storage_id
Alias for key_value_store_id to match SqlClientMixin expectations.
Buffer table for deferred key-value store metadata updates to reduce concurrent access issues.