package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev

# Functions

AddSSTable retries db.AddSSTable if retryable errors occur, including if the SST spans a split, in which case it is iterated and split into two SSTs, one for each side of the split in the error, and each are retried.
MakeFixedTimestampSSTBatcher makes a ready-to-use SSTBatcher that generates an SST with all keys at the specified MVCC timestamp.
MakeSSTBatcher makes a ready-to-use SSTBatcher.

# Structs

FixedTimestampSSTBatcher is a wrapper for SSTBatcher that assigns a fixed timestamp to all the added keys.
RowCounter is a helper that counts how many distinct rows appear in the KVs that is is shown via `Count`.
SSTBatcher is a helper for bulk-adding many KVs in chunks via AddSSTable.