Hello,
I have a question about blob performance in sqlServer 2008
I have a table that contains about 64 columns from which two columns are blob (image), my question is, will these blob columns have performance impact while passing select queries ?
is creating a table which will contain these blob columns separated (and remove them from original table) will increase significantly data access performance ?
btw, our scenario will hardly reach 300k rows per table
thank you,
I have a question about blob performance in sqlServer 2008
I have a table that contains about 64 columns from which two columns are blob (image), my question is, will these blob columns have performance impact while passing select queries ?
is creating a table which will contain these blob columns separated (and remove them from original table) will increase significantly data access performance ?
btw, our scenario will hardly reach 300k rows per table
thank you,
Comment