lsm

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package lsm implements a tree-based index repository.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStore

func NewStore(opts StoreOpts) (index.Store, error)

NewStore creates a new lsm index repository.

Types

type StoreOpts

type StoreOpts struct {
	Logger       *logger.Logger
	Path         string
	MemTableSize int64
}

StoreOpts wraps options to create the lsm repository.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL