package
0.0.0-20240823114939-ecd6b80402ae
Repository: https://github.com/polarsignals/frostdb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewList creates a new part list using atomic constructs.
NewLSM returns an LSM-like index of len(levels) levels.
No description provided by the author

# Constants

CompactionTypeParquetDisk is a compaction type that will compact the parts into a Parquet file on disk.
CompactionTypeParquetMemory is a compaction type that will compact the parts into a Parquet file in memory.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
LevelConfig is the configuration for a level in the LSM.
LSM is a log-structured merge-tree like index.
LSMMetrics are the metrics for an LSM index.
Node is a Part that is a part of a linked-list.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author