package
0.0.0-20230215124957-e035375806f3
Repository: https://github.com/abc-arbitrage/infix.git
Documentation: pkg.go.dev

# Functions

LoadShards load all shards in a data directory.
NewCachedTSMRewriter creates a new CacheRewriter with a maximum size in bytes.

# Constants

DefaultCompactThroughput is the rate limit in bytes per second that we will allow TSM compactions to write to disk.
DefaultCompactThroughputBurst is the rate limit in bytes per second that we will allow TSM compactions to write to disk.

# Structs

CachedTSMRewriter defines a rewriter backed by an in-memory cache for key ordering.
NoopTSMRewriter defines a rewriter that does nothing.
ShardInfo gives information about a shard.

# Interfaces

TSMRewriter defines a rewriter for a given TSM file.