Well, there are over 1,200,000 sightings in the database. There are users with more than 100,000 sightings to their name, which they should be able to browse.
Also, users should be able to browse all sightings of a certain species (withtin a certain date/time interval). So. Large. My ideal interface for the browsing part would be like Gmail, complete with keyboard shortcuts. On 8/8/06, Christian Bach <[EMAIL PROTECTED]> wrote: > How large are the datasets? > > /christian > > Dylan Verheul wrote: > > I have to work with VERY large datasets on Waarneming.nl. I actually > > wrote something like this in Prototype, but it worked with Ajax to > > fetch data. It would be great if you could make tthat work, because > > the plugin looks mighty sweet. > > > > I can imagine that sorting AND ajax would give you some headaches. > > > > On 8/8/06, stylo~ <[EMAIL PROTECTED]> wrote: > >> Performance is great, but I can't figure out what is being sorted. > >> > >> The column sorts should only sort the displayed data, not the hidden data. > >> (And otherwise the page indicator is wrong also.) > >> > >> >From everything I've seen in paging systems: > >> > >> You might consider bringing in a few pages of data, then using ajazz to > >> query for extra sets before needed. By having an extra page onhand, the > >> next > >> page displays instantly and you are always be one page ahead of the user. > >> When he shows the last page, you fetch the next two in advance for him. > >> This > >> way you can handle infinite sets easily. > >> > >> I love your sorter, by the way. Please consider a real speadsheet look, ala > >> webfx tablesorter. Very "professional" looking. > >> > >> A lurker waiting for 1.0! > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/TablePager%3A-A-small-demo-of-thing-to-come.-tf2065217.html#a5700864 > >> Sent from the JQuery forum at Nabble.com. > >> > >> > >> _______________________________________________ > >> jQuery mailing list > >> [email protected] > >> http://jquery.com/discuss/ > >> > > > > _______________________________________________ > > jQuery mailing list > > [email protected] > > http://jquery.com/discuss/ > > > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
