github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/workload/tpcds/import.sql (about)

     1  --
     2  -- The TPC-DS database can be restored from backup (only scale factors of 1 and
     3  -- 10 - about 1GB and 10GB respectively - are available at the moment):
     4  --
     5  --   RESTORE DATABASE tpcds FROM 'gs://cockroach-fixtures/workload/tpcds/scalefactor=1/backup';
     6  --
     7  -- The detailed instructions on how to generate the data from scratch can be
     8  -- found on an internal Confluence page.