|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Custom EventList for huge datasets?Hi,
I'm working on a client-server application and I use several virtual SWT tables to display the data from the database. Since the application will handle huge datasets (over 50.000), I was thinking about improving the performance even more. Right now I load the whole data at the start of the application which result in fast sorting/filtering but the initalization of the table is rather slow. I have even implemented a "paging" concept by using RangeList. I was thinking about creating a custom EventList that would query the database only for the necessary rows. This would even apply for filtering and sorting. Has anyone suggestions for my problem? Or maybe does something similar already exist? Thank you in advance, Daniel |
|
|
Re: Custom EventList for huge datasets?Hey Daniel. It is certainly possible to do this with a custom EventList, but I don't think it's necessary to model it as one. I'd keep the parts of your pipeline stock and write a "service" that you can ask to fetch data and dump into your "standard" pipeline. That said, of course filtering and sorting look much different than what FilterList and SortedList provide (maybe they're just calls to your "service" to fetch new data?).
Just a thought... James On Fri, Jul 3, 2009 at 12:51 AM, Daniel Rampanelli <daniel.rampanelli@...> wrote:
|
|
|
Re: Custom EventList for huge datasets?Mmmmh I'm not sure I understand completely your point. Do you mean to use standard lists and simply assign them the results of the server-side components?
Cheers, Daniel
|
| Free embeddable forum powered by Nabble | Forum Help |