From: | Andrew Gould <andrewgould(at)yahoo(dot)com> |
---|---|
To: | Ivan Babikov <iab(at)qms(dot)e-burg(dot)ru>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Is it possible to work with big databases (up to 10Gb) under Postgres? |
Date: | 2001-08-20 17:49:39 |
Message-ID: | 20010820174939.1816.qmail@web13402.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Ivan!
Well, I don't have a 10 Gb database _yet_; but my
server manages 3 databases that currently total over
17 Gb without a problem. (Also, linking tables from
different databases by querying via ODBC and MS Access
works like a charm!)
I used MySQL for a while; and considered Interbase. I
moved from MySQL because you can't update one table
using data from another table via the standard update
SQL statement in MySQL.
I never went the Interbase route because at that time:
1. It only imported fixed-length text tables; and 2.
The email list I joined seemed dead. Things may have
changed since then.
The online documentation for PostgreSQL has been very
helpful; and the support on this email list is very
good.
I hope this helps,
Andrew Gould
--- Ivan Babikov <iab(at)qms(dot)e-burg(dot)ru> wrote:
> Hello All!
>
> Maybe this is one of those typical questions, but I
> have heard people
> complaining that Postgres is just for quite small
> bases, less than 2Gb.
>
> Now, we have to choose a free database engine for an
> inexpensive branch of
> our project and Interbase looks better in sense of
> capability to work with
> quite big bases (up to 10-20Gb). I am not sure that
> Postgres will work fine
> with databases greater than 10Gb. What does All
> think of it?
>
> Thanks in advance, Ivan Babikoff.
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Doug McNaught | 2001-08-20 18:06:28 | Re: Problems with installation v 7.1.2 |
Previous Message | Andrew Snow | 2001-08-20 17:45:02 | RE: Is it possible to work with big databases (up to 10Gb) under Postgres? |