Nevermind this question... > Where is the documentation on tsearch2? Google first, ask second, I remind myself again... I knew I hadn't seen it mentioned in the official postgresql manual.. didn't think about it being an extension. Dan Dan Armbrust wrote: Hmm, well, I don't know if it is actually building an index properly on this column, I just assumed that it was. It doesn't fail on every insert, only on the one that has a really long text value. I know it doesn't use the index when I do "ILIKE" queries, resulting in poor performance... but I assumed that was because I was trying to do a case insensitve search on a case sensitive column index. I didn't want to go down the road of writing even more database implementation specific code. I will usually be using Lucene for the full text searches anyway. |
- [GENERAL] index row size exceeds btree maximum, 2713 - So... Dan Armbrust
- Re: [GENERAL] index row size exceeds btree maximum, ... Bruno Wolff III
- Re: [GENERAL] index row size exceeds btree maxim... Dan Armbrust
- Re: [GENERAL] index row size exceeds btree m... Scott Marlowe
- Re: [GENERAL] index row size exceeds btree m... Tom Lane
- Re: [GENERAL] index row size exceeds btree m... Jaime Casanova
- Re: [GENERAL] index row size exceeds btr... Dan Armbrust
- Re: [GENERAL] index row size exceed... Dan Armbrust
- Re: [GENERAL] index row size exceed... Scott Marlowe
- Re: [GENERAL] index row size exceed... Tom Lane
- Re: [GENERAL] index row size exceed... Joshua D. Drake
- Re: [GENERAL] index row size exceeds btr... Dennis Bjorklund
- Re: [GENERAL] index row size exceed... Scott Marlowe
- Re: [GENERAL] index row size ex... Tom Lane
- Re: [GENERAL] index row siz... Scott Marlowe
- Re: [GENERAL] index row siz... Tom Lane
- Re: [GENERAL] index row size exceeds btree maximum, ... Jaime Casanova
- Re: [GENERAL] index row size exceeds btree maximum, ... Dan Armbrust