This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!perl | |
use strict; | |
use warnings; | |
use experimentals; | |
use constant DEBUG => undef; | |
die usage() unless scalar @ARGV >= 2; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE IF NOT EXISTS public.bookstores ( | |
id UUID NOT NULL DEFAULT gen_random_uuid(), | |
name STRING NOT NULL, | |
url STRING NULL, | |
phone STRING NULL, | |
address STRING NOT NULL, | |
description STRING NULL, | |
geom GEOMETRY NULL, | |
CONSTRAINT "primary" PRIMARY KEY (id ASC), | |
INVERTED INDEX bookstore_geom_idx (geom), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 admin-ui-cluster-overview-page.md | |
3 admin-ui-statements-page.md | |
3 cockroachdb-architecture.md | |
4 admin-ui-overview.md | |
5 import-data.md | |
5 install-cockroachdb-spatial.md | |
6 performance-benchmarking-with-tpc-c-10-warehouses.md | |
6 performance-benchmarking-with-tpc-c-100k-warehouses.md | |
6 performance-benchmarking-with-tpc-c-10k-warehouses.md | |
6 performance-benchmarking-with-tpc-c-1k-warehouses.md |
OlderNewer