5319: Improve collection PDH fix performance with LIKE searches.
authorBrett Smith <brett@curoverse.com>
Wed, 18 Mar 2015 14:44:18 +0000 (10:44 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 20 Mar 2015 18:06:39 +0000 (14:06 -0400)
PostgreSQL regexp searches use a lot of RAM, and these queries run out
of RAM on qr1hi.  Prefer LIKE queries, which use less RAM and are more
portable.  We have to do multiple searches, but that's life.


No differences found