rum
rum copied to clipboard
using rum for columns with very long text
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.