Allowing PostgreSQL to use an index when the query uses the LIKE-operator
When enabling search in database its very important to have the appropriate indexes defined to make the queries as fast as possible. If your query looks like this (and the appropriate index is defined) the index can be used by the database (the query planner) even with the LIKE-operator. So fast wildcard-searches are possible … [...]
- August 5th
- No Comments