in reply to Re^3: Backslash and Underscore problem with DBI and PostgreSQL.
in thread Backslash and Underscore problem with DBI and PostgreSQL.
Probably premature optimization unless there are a lot of users, but PostgreSQL support indexes on expressions:
http://www.postgresql.org/docs/7.4/interactive/indexes-expressional.html.
As always, "explain" can be used to examine the optimizer's query plan.
|
|---|