fernyb / Sequel-J

A MySQL Client written in Cappuccino (work in progress)
31 stars 1 forks source link

Look into possibly retrieving rows as the user scrolls down. #22

Open fernyb opened 13 years ago

fernyb commented 13 years ago

In the Content Tab it would be a neat idea to view rows as your scroll down and load more rows as needed. One thing to keep in mind is performance impact.

joehoyle commented 13 years ago

I works if you are scrolling at a natural rate, but generally I find I will skip down 20+ pages using the scrollbar - and I think this would be worse for performance as calculating when to send a XMLHTTP request would be problematic. Currently the content tab is limited to ~100 rows so it's not that slow. Sequal Pro also only loads x amount of data by default.