Hi,

I've a really huge table to manipulate (~80000 rows) and I'm thinking about
how to improve the column sorting calls.

When sorting a column, it takes a lot of time because of the numerous rows
(I'm using the simple model) - especially on IE of course. 

I could of course limit the number of loaded datas and create some sort of
remote calls when sorting. But I also want to limit the number of
interactions with the server. 

So I was thinking about localstorage and google gears. If I store the datas
in the sqlite database, then I should only query it with an orderBy
condition and then replace the whole data set (in fact, simply the same as
if I made a remote request but without the remote call).

But I wonder if it will be really efficient.

Any idea and/or other suggestions ?

Best,

BenoƮt. 
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Array-sort-vs-HTML5-Google-Gears-SQLite-orderby-benchmark-tp5487657p5487657.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to