|
|
|
|
|
by YorickPeterse
3752 days ago
|
|
> I'm not sure that "full text search works best when the text vectors are stored in physical columns with an index" is true It's mostly based on my past experiences. At my previous gig we indexed quite a bit of data using PostgreSQL's full text search system and we noticed significantly improved performance when using physical columns containing text vectors over just using GIN indexes. It's been a while so the details are a bit fuzzy. |
|