test.sql
text/plain
drop table if exists x; create table x(f tsvector); create index x_idx on x using gin(f); insert into x (select 'test words taken at random but a few of them indeed' from generate_series(1, 500000) g); vacuum;
text/plain
drop table if exists x; create table x(f tsvector); create index x_idx on x using gin(f); insert into x (select 'test words taken at random but a few of them indeed' from generate_series(1, 500000) g); vacuum;
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect