in reply to Re: Re: Complex hash sorting
in thread Complex hash sorting
This seems to be a classic case where taking the time to load the records into a (SQL) database and then query the database would produce cleaner code with (potentially) a speed savings of (who knows) 10x? Use temp tables or temp views if you must.
|
|---|