Configure hot and cold data separation

更新时间:
复制 MD 格式

Hot and cold data separation reduces storage costs by moving infrequently accessed data to lower-cost storage while keeping recent, actively accessed data on high-performance storage. Lindorm supports this capability across multiple engines. Select the engine you use and follow the linked guide.

EngineApproachWhen to useDocumentation
LindormTableSeparate hot and cold data based on a custom time columnYour table has a business timestamp column (for example, event_time) that accurately reflects data recencySeparately store hot data and cold data based on custom time columns
LindormTableSeparate hot and cold data based on the built-in row timestampYou rely on the system-assigned write timestamp rather than a business-defined time fieldSeparately store hot data and cold data based on timestamps
LindormTSDBArchive cold time series data to lower-cost storageYou store time series data with predictable aging patterns and want automatic archivingCold data archiving
LindormSearchMove infrequently accessed search index data to cold storageYou have search indexes that are rarely queried and want to reduce index storage costsConfigure cold storage
Underlying fileSeparate hot and cold data at the file levelDocumentation not yet available