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