Most efficient setup

From: Aarmel <pgadmin(at)animated(dot)net(dot)au>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Most efficient setup
Date: 2000-12-13 07:26:08
Message-ID: 3A372490.9040900@animated.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Which would be a more efficient setup.

What we are thinking of having is either :

database1 -> table1, table2, table3

database2 -> table1, table2, table3

database3 -> table1, table2, table3.

OR

database -> database1table1, database1table2, database3table1 etc.

which is the better setup for load balancing, speed wise etc.

Also we need to be able to search all the tables acrosss all the databases.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Dave Page 2000-12-13 08:41:58 RE: [pgAdmin-support] passwords
Previous Message rob 2000-12-13 05:00:47 Re: postgres user