very large databases
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > WebserverTalk Community > Data Storage > very large databases




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    very large databases  
byaarov@yahoo.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-28-07 06:12 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






[ Post a follow-up to this message ]



    Re: very large databases  
jcomeau_ictx


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-28-07 06:12 PM

On Apr 28, 11:10 am, byaa...@yahoo.com wrote:
> 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.






[ Post a follow-up to this message ]



    Re: very large databases  
Daniel Philipp


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-29-07 12:12 AM

byaarov@yahoo.com wrote:

> 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.

> 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/ ]








[ Post a follow-up to this message ]



    Re: very large databases  
Faeandar


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-30-07 12:12 AM

On 28 Apr 2007 10:10:21 -0700, byaarov@yahoo.com wrote:

>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





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:07 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register