Re: GIN, pg_trgm and large table - Mailing list pgsql-novice

From Tomasz Barszczewski
Subject Re: GIN, pg_trgm and large table
Date
Msg-id 0d038505-af7d-cb37-8b90-eab9862298c0@nop.com.pl
Whole thread Raw
In response to GIN, pg_trgm and large table  (Max Fomichev <max.fomitchev@gmail.com>)
List pgsql-novice
On 10.03.2018 11:31, Max Fomichev wrote:
Hello!
I have the following table and index with about 15 billion records.
tb: Maybe try to use the partition - (CONSTRAINT ... CHECK) smaller tables are searched.


ps. 
Also use the primary key - eg pg_repack requires it.

--
Best regards, Tomasz Barszczewski - tb@nop.com.pl

pgsql-novice by date:

Previous
From: Max Fomichev
Date:
Subject: Re: GIN, pg_trgm and large table
Next
From: "Dale Schmitz"
Date:
Subject: Error handling