Page 1 of 1

302+ Records

Posted: Tue 19 Jun 2012 10:47
by mrsfeather
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

Re: 302+ Records

Posted: Tue 19 Jun 2012 11:50
by .jp
Please press Ctrl+End when focus in the grid to get all records.
Did it help?

Re: 302+ Records

Posted: Wed 17 Oct 2012 12:15
by Patrick8639
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