SSTable implementation. More...
#include "constants.hpp"#include "memtable.hpp"#include <cstddef>#include <fstream>#include <string>Go to the source code of this file.
Classes | |
| class | SS_Table |
| Represents an SSTable (Sorted String Table) used in the LSM Tree. More... | |
SSTable implementation.