Mydac 8.01 locate slow
Posted: Mon 29 Apr 2013 16:46
Myquery1.sql.text := select * from articulos order by id;
myquery.open;
measuring time
Myquery1.Locate('Id','884497470368',[]);
measuring time
the locate process delay 28000 time units in Mydac 8
the locate process delay 500 time units in Mydac 7.6.12
with Myquery1.findkey(['884497470368']) equal.
myquery.open;
measuring time
Myquery1.Locate('Id','884497470368',[]);
measuring time
the locate process delay 28000 time units in Mydac 8
the locate process delay 500 time units in Mydac 7.6.12
with Myquery1.findkey(['884497470368']) equal.