Re: [HACKERS] index scan with functional indexes -- solved

2004-01-30 Thread Kevin Brown
Dave Cramer wrote: > Interesting it works now, and the good news is it is *WAY* faster, this > might be able to speed up marc's doc search by orders of magnitude > > this is searching 100536 rows > > select * from url where fn_strrev(url) like fn_strrev('%beta12.html'); > 1.57ms > > > explain

Re: [HACKERS] index scan with functional indexes -- solved

2004-01-27 Thread Dave Cramer
Interesting it works now, and the good news is it is *WAY* faster, this might be able to speed up marc's doc search by orders of magnitude this is searching 100536 rows select * from url where fn_strrev(url) like fn_strrev('%beta12.html'); 1.57ms explain select * from url where url like '%beta