Ron
2009-10-25 18:53:01 UTC
Dear all
Apologies if this is not the correct forum for this question as I realise it
is a bit of a c#/ADO.NET one but it's specific to it's interaction with SQL
Server using Sequential Access of a row.
I'm streaming data via a datareader up to a browser and am using
SqlDataReader.GetBytes to get bytes a chunk at a time up to the browser.
Intention is not to read while blob into memory.
Its actually a very simple question.....
How big should ChunkSize be to get the most effective response?
8192?
32768?
65535?
.....?
Your help and thoughts greatly appreciated
Apologies if this is not the correct forum for this question as I realise it
is a bit of a c#/ADO.NET one but it's specific to it's interaction with SQL
Server using Sequential Access of a row.
I'm streaming data via a datareader up to a browser and am using
SqlDataReader.GetBytes to get bytes a chunk at a time up to the browser.
Intention is not to read while blob into memory.
Its actually a very simple question.....
How big should ChunkSize be to get the most effective response?
8192?
32768?
65535?
.....?
Your help and thoughts greatly appreciated