Slow fetch with NCLOBs
Posted: Thu 16 Jul 2009 05:59
I have a big performance problem with NCLOBS.
My table contains about 11.000 rows (incl. 3 nclobs) and takes about 30 seconds when fetching with an simple:
"select * from myTable"
If i use the same query within the OraDeveloper Studio it just takes 0,3 seconds!!
And I can see the nclob data in the grid!
How is this possible???
What the hell is done in the studio to have such a great performance??
How can I get that in the ado.net query?
I wrote a query just using non-NCLOB columns and the result was as fast as the studio result so it has to be a problem with fetching the nclobs!
Any ideas??
cew3
My table contains about 11.000 rows (incl. 3 nclobs) and takes about 30 seconds when fetching with an simple:
"select * from myTable"
If i use the same query within the OraDeveloper Studio it just takes 0,3 seconds!!
And I can see the nclob data in the grid!
How is this possible???
What the hell is done in the studio to have such a great performance??
How can I get that in the ado.net query?
I wrote a query just using non-NCLOB columns and the result was as fast as the studio result so it has to be a problem with fetching the nclobs!
Any ideas??
cew3