Significant inprovements. Using K2 offloads the processing out of ColdFusion... It's faster (usually at leat 2x faster sometimes much more depending on the size of the collection) at least in our tests (Win2k/NT)
When using K2 what I've found is that when the collection is refreshed or reindexed it's best to restart the K2 service. You can use a batch file called with cfexecute to do this (either use the k2server.exe and remove/replace or do a net stop/start.. Either will work.) Otherwise, you are ok to use the CF tools to manage your collections. Good Luck, Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -----Original Message----- From: chris.alvarado [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 8:55 AM To: CF-Talk Subject: Verity 97 (CF4.5) vs Verity K2 (CF 5) good morning all, We have been having issues with the speed of our various verity collections, both searching against and re-indexing. I was wondering if anyone has seen any noticeable improvements with moving to CF 5 and the K2 engine? ALSO, when reindexing (if files are added / deleted) we are doing the following: <cfindex action="REFRESH" collection="<collection name>" key="<path to collection>" type="PATH" extensions=".xls, .htm, pdf, .doc, .vsd, .txt, .rtf, .zip, .log" recurse="No" language="English"> <cfindex collection="<collection name>" action="UPDATE" type="PATH" extensions=".xls, .htm, .pdf, .doc, .vsd, .txt, .rtf, zip, .log" key="<path to collection>" language="English" recurse="Yes"> is this the most efficient way to accomplish this? Thanks for any and all help, -chris.alvarado [application developer] 4|Guys Interactive, Inc. ------------------------------------ http://www.4guys.com ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

