On Sat, 2004-06-05 at 11:55, Carlos Eduardo Smanioto wrote:
> What's the case of bigger database PostgreSQL (so greate and amount of
> registers) that they know???
You might want to fix the month on your system time.
With respect to how big PostgreSQL databases can get in practice, these
are our two biggest implementations:
- 0.5 Tb GIS database (this maybe upwards of 600-700Gb now, I didn't
check)
- 10 Gb OLTP system with 70 million rows and a typical working set of
2-3 Gb.
Postgres is definitely capable of handling large pretty databases with
ease. There are some narrow types of workloads that it doesn't do so
well on, but for many normal DBMS loads it scales quite well.
j. andrew rogers