On Thu, Jul 25, 2013 at 9:52 AM, Mike Kerner <mikeker...@roadrunner.com> wrote:
> I would pick the method that's the easiest to implement and try it, first.

I initially did that--then changed to the array, as remote db access
turned out to have expensive latency.

So I have the remote DB, and also need a local cache of that to
operate on (the dataset will always be small enough, unless someone
tries GM's next bankruptcy on this . . . )

> I would rather just access the DB instead of trying to load everything into
> containers, so I indexed the relevant fields, and have found that even for
> tens-of-thousands of records, doing a compound LIKE (with wildcards) query
> on multiple fields, it's giggle-fast.

Thanks.  The DB would be easier in so many ways, and my gut says it
will be faster if I go back to it, but . . .


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to