Closing tab very slow on large records

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

Closing tab very slow on large records

Post by jkuiper » Wed 21 Jan 2009 13:12

I have data table with more than 100000 records. Datareading is very fast, but closing the tab, will take more than 20 seconds. Why?

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 21 Jan 2009 14:09

For correct table closing we must fetch all data from server. Otherwise application may break normal client-server data exchange.
To avoid this you can use paginal mode when retrieving data. See Tools->Options->Data Editor->General for options.

Post Reply