November 8, 2005 at 9:18 am
Hi,
I have an image column in the users table to store the picture of the users. But less than 10% of the users have their picture uploaded.
Do you suggest I move the image column to a new table (userid, userimage). Will it improve the performace?
Thanks.
November 8, 2005 at 2:41 pm
in sql2000 that would not be needed because your image col is just a pointer in your table. That pointer points to a blob address which is like a varchar zone up to 2gb.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply