package
1.1.0-rc.1
Repository: https://github.com/soopsio/cockroach.git
Documentation: pkg.go.dev

# Functions

Load converts r into SSTables and backup descriptors.
LoadCSV converts CSV files into enterprise backup format.
ValidatePreviousBackups checks that the timestamps of previous backups are consistent.

# Constants

BackupDescriptorCheckpointName is the file name used to store the serialized BackupDescriptor proto while the backup is in progress.
BackupDescriptorName is the file name used for serialized BackupDescriptor protos.
BackupFormatInitialVersion is the first version of backup and its files.

# Variables

BackupCheckpointInterval is the interval at which backup progress is saved to durable storage.
BackupImplicitSQLDescriptors are descriptors for tables that are implicitly included in every backup, plus their parent database descriptors.
No description provided by the author
No description provided by the author

# Structs

BackupDescriptor represents a consistent snapshot of ranges.
BackupDescriptor_File represents a file that contains the diff for a key range between two timestamps.