Slashdot Mirror


User: Gogo

Gogo's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Large Databases on Linux! on Linux Databases with Huge Tables? · · Score: 1

    Hi,
    When it comes to very large databases, Oracle is a good choice. I have run databases of about 5GB on
    NT without much problem! And still larger ones on
    Solaris. It is very rugged. Only thing is that as
    the database grows you will have to do lot of tuning to keep the performance to acceptable limits.
    Postgresql should be a good choice for a secondary database. ie, if u can use it for day
    to day data collection and put the collected data
    periodically to Oracle. Postgres also supports integrity constraints and quick scripting now.