|
Did you figure out the case yet? Because that can be done... Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com "Dan Bale" <dbale@xxxxxxxxxxxxx> Sent by: midrange-l-bounces@xxxxxxxxxxxx 09/10/2004 06:15 PM Please respond to Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> To "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx> cc Fax to Subject RE: fast search or scan for words in selected field Man, this is just freakin' awesome! Sorry, lost my composure for just a second. Where CONAME like '%ROOF%' Where CONAME not like '%ROOF%' Where CONAME like '%R_OF%' Wow. It's bloody fast on my v5r2 box, blink of an eye. Number of records in the entire file is small, only 36000 or so, but the fact that it returns the first hit so quickly, there's no lag time waiting for an index to build. So, let's try 1,000,000 records, record length 343, ITDS is 30 characters in length: SELECT * FROM cositm WHERE ITDS like '%CLIP%' Instant return, so I try: SELECT count(*) FROM cositm WHERE ITDS like '%CLIP%' This time, it takes 6 seconds to return a count of 38,860. Change it to '%I%', same amount of time returns a count of 721,835. The optimizer recommends building an index on ITDS, but don't know if that will help when starting with % wildcard. I think I'll be tinkering with this. I need to find out how to ignore case, and I'll be rolling. db -- This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.