HighDots.NET Computer Hardware Forums  

very large databases

Storage systems Storage system issues, both hardware and software (comp.arch.storage)


Discuss very large databases in the Storage systems forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
byaarov@yahoo.com
 
Posts: n/a

Default very large databases - 04-28-2007 , 12:10 PM






Hi... we are considering storing images in our database and the number
of images can be quite large...

So the other option is to store the images as files and point to them
from the DB...

To make this decision, i'd like to know what the maximum sizes of
databases are... Can Databses become more than a TB in size?

B


Reply With Quote
  #2  
Old   
jcomeau_ictx
 
Posts: n/a

Default Re: very large databases - 04-28-2007 , 01:06 PM






On Apr 28, 11:10 am, byaa... (AT) yahoo (DOT) com wrote:
Quote:
Hi... we are considering storing images in our database and the number
of images can be quite large...
To make this decision, i'd like to know what the maximum sizes of
databases are... Can Databses become more than a TB in size?
A websearch found this for Microsoft SQL Server 2005:
http://msdn2.microsoft.com/en-us/library/ms143432.aspx

Database size: 1,048,516 terabytes

I would guess Oracle, DB2, and others would have followed suit, but
this isn't one of my areas of expertise.



Reply With Quote
  #3  
Old   
Daniel Philipp
 
Posts: n/a

Default Re: very large databases - 04-28-2007 , 03:36 PM



byaarov (AT) yahoo (DOT) com wrote:

Quote:
Hi... we are considering storing images in our database and the number
of images can be quite large...

So the other option is to store the images as files and point to them
from the DB...
I don't know, which option is more performant.

Quote:
To make this decision, i'd like to know what the maximum sizes of
databases are... Can Databses become more than a TB in size?
Of course they can, but that will also heavily depend on your underlying
file system. You may have a look at wikipedia or other sources for a
comparison.

Concerning the postgres database system:

Maximum Database Size Unlimited
Maximum Table Size 32 TB
Maximum Row Size 1.6 TB
Maximum Field Size 1 GB
Maximum Rows per Table Unlimited
Maximum Columns per Table 250 - 1600 depending on column types
Maximum Indexes per Table Unlimited

[Source: [http://www.postgresql.org/about/ ]





Reply With Quote
  #4  
Old   
Faeandar
 
Posts: n/a

Default Re: very large databases - 04-29-2007 , 02:45 PM



On 28 Apr 2007 10:10:21 -0700, byaarov (AT) yahoo (DOT) com wrote:

Quote:
Hi... we are considering storing images in our database and the number
of images can be quite large...

So the other option is to store the images as files and point to them
from the DB...

To make this decision, i'd like to know what the maximum sizes of
databases are... Can Databses become more than a TB in size?

B

Others have posted the fact that most commercial and/or
production-ready open source db's are capable of growing without
bound.

However, managing that db and keeping it trim and fast is much more
difficult.

How will you purge data? How long will you keep images in the db?
How long can you wait for a query to be satisfied?

~F


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.