RE: Storing Images
From: pmattson (pmattson_at_discussions.microsoft.com)
Date: 09/07/04
- Next message: Narayana Vyas Kondreddi: "Re: Ms SQL server db options for performance issues after db corruption"
- Previous message: Rick Sawtell: "Re: materialized view vs. denormalized table"
- In reply to: Steve Zimmelman: "Storing Images"
- Next in thread: Steve Zimmelman: "Re: Storing Images"
- Reply: Steve Zimmelman: "Re: Storing Images"
- Reply: Bob Castleman: "Re: Storing Images"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Sep 2004 12:59:02 -0700
One drawback that I know of: These large images may use a lot of your SQL
server's data cache (if they are accessed frequently) potentially leading to
slower performance accessing other non-image data in your SQL server. If your
enterprise scanning module includes a lot of other non-image data and you're
limited in the amount of hardware resources for your SQL server (mainly RAM),
then you may want to consider keeping your images outside of the SQL database
and store links to the files.
I'd say you need to look at:
How many images will you store?
What it the average/median size of these images?
How frequently will they be accessed?
How frequently will they be updated/added?
How capable is your SQL server?
What other data and queries will run on your SQL server?
Good luck!
"Steve Zimmelman" wrote:
> A rather large client would like an enterprise scanning module. I have used SQL
> server to store images in the past (in small tables), but was wondering if there
> are any pitfalls I should know about as the tables grow in size? I expect this
> table will grow into the hundred thousand range quite rapidly. I plan on using
> ADO.
>
> TIA,
>
> -Steve-
>
>
>
- Next message: Narayana Vyas Kondreddi: "Re: Ms SQL server db options for performance issues after db corruption"
- Previous message: Rick Sawtell: "Re: materialized view vs. denormalized table"
- In reply to: Steve Zimmelman: "Storing Images"
- Next in thread: Steve Zimmelman: "Re: Storing Images"
- Reply: Steve Zimmelman: "Re: Storing Images"
- Reply: Bob Castleman: "Re: Storing Images"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|