11 Eylül 2023 Pazartesi

SSTable - Sorted String Table

Giriş
Açıklaması şöyle
- SSTable (Sorted String Table) is a file format used in various storage systems, particularly in LSM (Log-Structured Merge) trees, for storing and accessing sorted key-value pairs on disk.
- SSTables are designed for efficient read operations, especially range queries, and are commonly used in systems that require high-performance data retrieval.
immutable on-disk “Map” implementation
SSTable Bileşenleri Nelerdir?
Açıklaması şöyle
A Sorted String Table consists of two main files, one with actual data and another with an index to speed up look-ups.

Hiç yorum yok:

Yorum Gönder