Skip to content
10. VOLATILE Table Usage

10. VOLATILE Table Usage

VOLATILE tables are in-memory tables shared across the server process. This chapter covers data loss on restart, UPSERT, and cache patterns that can be rebuilt.

Chapter Contents

SectionTopics
Overview and Use CriteriaCharacteristics and selection criteria
Table Structure and SchemaPRIMARY KEY design, column types, and schema structure
Create, Alter, and DropCREATE VOLATILE TABLE, DROP, and persistence differences
Data Ingestion and ModificationINSERT, ON DUPLICATE KEY UPDATE, and DELETE
Queries and AnalysisSELECT, predicate queries, and LIKE
Indexes and PerformanceRed-black tree indexes and primary key indexes
Operations and Data LifecycleOperational procedures and data management
Constraints, Errors, and TroubleshootingFeature limitations and error handling
Last updated on