rum icon indicating copy to clipboard operation
rum copied to clipboard

using rum for columns with very long text

Open ghost opened this issue 6 years ago • 0 comments

hi

i am thinking of using rum instead of gin but was wondering if it has the same 1Mb limitation as when i try to index my column with gin i get this error: CREATE INDEX desc_text_idx ON table USING GIN (to_tsvector('english', Desc_Text)) ERROR: string is too long for tsvector (1076204 bytes, max 1048575 bytes)

Thank you.

ghost avatar Sep 14 '19 21:09 ghost