Expand my Community achievements bar.

Sending Large amount of data (250 K +) from Oracle to flex client

Avatar

Level 1

I have an oracle database with more than 250K rows of data that needs to be sent to the AdvancedDataGrid and Flex charts for runtime analysis. What would be and ideal solution to implement this?

1 Reply

Avatar

Level 1

I would say paging would be the way to go, downloading 250K rows to a client is not sensible. Any analysis that may be required should be performed server-side. Dumping 250K data-points into a chart is also unlikely to be performant or necessary.

You get paging with LCDS, and the new FlashBuilder 4 code generation features also support paging.