2011/11/16 Graeme Geldenhuys <[email protected]> > For our applications, setting up the DB connection is the slowest > part, not the actual queries. Our queries execute in 1-3 milliseconds. >
I guess your queries fetch from one table only. Complex SQL queries with many joins can be really slow, even with correct indexes. Juha
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
