gisttest2.sql
text/x-sql
DROP TABLE IF EXISTS tt; CREATE TABLE tt (a int4); CREATE INDEX i_tt ON tt USING gist (a); checkpoint; INSERT INTO tt SELECT i FROM generate_series(1, 200000) i;
text/x-sql
DROP TABLE IF EXISTS tt; CREATE TABLE tt (a int4); CREATE INDEX i_tt ON tt USING gist (a); checkpoint; INSERT INTO tt SELECT i FROM generate_series(1, 200000) i;
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect