|
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
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.