Mydac 8.01 locate slow

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Mydac 8.01 locate slow

Post by cybsistemas » 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.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Mydac 8.01 locate slow

Post by DemetrionQ » Wed 08 May 2013 09:01

Hello.

Thank you for the information. We have reproduced the problem and are engaged in fixing it. We will add the fix in the next build.

Post Reply