in reply to Re^6: same query, different execution, different performance (Pg's text_pattern_ops)
in thread same query, different execution, different performance
Will it use the index when you execute the statement (e.g. with '^car[sz]')? My guess would be 'yes', and this might be the direction the OP should go.select * from azjunk6 where txt ~ ?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: same query, different execution, different performance (substr)
by erix (Prior) on Feb 14, 2012 at 21:47 UTC |