F
Felix Faassen
Hi,
I'm having some problems with reading data from an Oracle 9i database
using the datareader implementation from the ODP.NET Provider.
I need to fetch around 50.000 -100.000 records, store the data in a
custom dataset. However fetching the data takes around 30 sec till a
minute. This is unacceptable since it's a webservice.
I know it's generally a bad design desicion but paging is not an option
here. Are there any possibilities to boost up the performance?
Thanks
Felix Faassen
I'm having some problems with reading data from an Oracle 9i database
using the datareader implementation from the ODP.NET Provider.
I need to fetch around 50.000 -100.000 records, store the data in a
custom dataset. However fetching the data takes around 30 sec till a
minute. This is unacceptable since it's a webservice.
I know it's generally a bad design desicion but paging is not an option
here. Are there any possibilities to boost up the performance?
Thanks
Felix Faassen