We have a Verity collection based on a custom query and the CFINDEX call runs
four times slower on CF7 compared to CFMX 6.0. It is a 90000 record query, so
it has always taken about four minutes to run. Now it is 16 minutes. The
server it is on is way better, too, so everything else flies on it except this
one process (code below).

Has Verity changed in a way that I need to tweak my CFINDEX attributes?
Thanks a lot.



<CFINDEX ACTION="REFRESH" COLLECTION="wcd_coverage" KEY="dbKey"
TYPE="CUSTOM" TITLE="dbTitle" QUERY="NewVerity" BODY="dbBody"
CUSTOM1="dbCustom1" CUSTOM2="dbCustom2">