The searches on Postgres using LIKE with prefix matching will only use an index if it has the text_pattern_ops flag (forcing C collation). This drops the old indexes and adds properly optimized ones.
The searches on Postgres using LIKE with prefix matching will only use an index if it has the text_pattern_ops flag (forcing C collation). This drops the old indexes and adds properly optimized ones.