Hi.
I have been given a stored procedure request that would return about 100,000 records at a time. The record length would be approximately 1,500 bytes and the criteria includes about 17 left joins and an aggregate function which would group about 60 fields. The programmer wants to take this entire result set and bind it to a data grid on the client side. My issue at this point is speed. The programmer wants this to be almost instantaneous. Is this realistic? Does anyone else have experience returning such large and complicated result sets? Any tricks on how to make the return time as speedy as possible? I have indexed and optimized the tables - the Optimizer had no further suggestions.
Thank you in advance.
I have been given a stored procedure request that would return about 100,000 records at a time. The record length would be approximately 1,500 bytes and the criteria includes about 17 left joins and an aggregate function which would group about 60 fields. The programmer wants to take this entire result set and bind it to a data grid on the client side. My issue at this point is speed. The programmer wants this to be almost instantaneous. Is this realistic? Does anyone else have experience returning such large and complicated result sets? Any tricks on how to make the return time as speedy as possible? I have indexed and optimized the tables - the Optimizer had no further suggestions.
Thank you in advance.