302+ Records

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
mrsfeather
Posts: 1
Joined: Mon 18 Jun 2012 21:12

302+ Records

Post by mrsfeather » Tue 19 Jun 2012 10:47

When I open a table to view all records, at the bottom it says "Record 1 or 302+".

I have to go to the last record to load all records.

I have Paginal Mode disabled.
I have initial page size = 50,000.

Why don't I see all the records as soon as I open the table, and how can I make it so I do?

Running MySQL on Ubuntu, version 5.1.63

Thanks

.jp
Devart Team
Posts: 345
Joined: Wed 09 Sep 2009 06:55
Location: devart

Re: 302+ Records

Post by .jp » Tue 19 Jun 2012 11:50

Please press Ctrl+End when focus in the grid to get all records.
Did it help?

Patrick8639
Posts: 29
Joined: Wed 17 Oct 2012 08:49

Re: 302+ Records

Post by Patrick8639 » Wed 17 Oct 2012 12:15

Hello,
you can increase the number of retrieved items in the Options page, under DataEditor -> General. If you enable Paginal mode and specify, for example, 100000 records, this number of records will at least be fetched.
The only drawback is that it can take time to fetch all this records.
Patrick

Post Reply