I have a table containing one column and 100 million rows of text. The text is simple 1 - 5 words sentences.
My goal is to have an ultra-fast query which could be used with an autocomplete. So the user types and I get results as fast as possible.
I tried many different indexes and the tsvector
feature.
- What is a good solution/combination for my needs?
- What other solutions can i use to achieve my goal and an be setup up relativly quick ?