Board index » delphi » Req: Are there any client-server data aggregation components available out there?
Patrick van Logchem
![]() Delphi Developer |
Req: Are there any client-server data aggregation components available out there?2008-06-04 06:16:37 PM delphi143 Hi, I hope you dont mind me asking this here, but I can not find any component that can aggregate data for me in a server-client environment. I know about QuickReport, but as far as I can see the data is aggregated on the client side, and that is not what I want. An example might be in order: Say I have a table in by database containing 70.000.000 records. A user queries this table, resulting in a set that is only slightly smaller (say 68.000.000 records). After he/she looked at the first few pages of data, an aggregation seems necessary. So, the user requests a matrix on one or two dimensions. Now, to realise this overview, all records need to be aggregated. But I don't want to push all that data through a potentially small-bandwidth connection to the client! Logically, the aggregation should be done on the server-side and only the result-set should be send to a viewing component on the client-side. Currently we've build our own solution for this, but I can not stop wondering it one of the larger component-vendors has never thought of this scenarion? Please let me know if you know of any (commercial) solution for this? Thanks in advance! |