package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
FixtureURL returns the URL for pre-computed Generator data stored in the cloud.
GetFixture returns a handle for pre-computed Generator data stored in the cloud.
GetStorage returns a cloud storage implementation The caller is responsible for closing it.
ImportFixture works like MakeFixture, but instead of stopping halfway or writing a backup to cloud storage, it finishes ingesting the data.
ListFixtures returns the object paths to all fixtures stored in a FixtureConfig.
MakeFixture regenerates a fixture, storing it to GCS.
RestoreFixture loads a fixture into a CockroachDB cluster.
# Structs
Fixture describes pre-computed data for a Generator, allowing quick initialization of large clusters.
FixtureConfig describes a storage place for fixtures.
FixtureTable describes pre-computed data for a single table in a Generator, allowing quick initializaiton of large clusters.
ImportDataLoader is an InitialDataLoader implementation that loads data with IMPORT.