Re: large database versus many databases

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: large database versus many databases
Дата
Msg-id 8047.1111162034@sss.pgh.pa.us
обсуждение исходный текст
Ответ на large database versus many databases  (Uwe Maiwald <u.maiwald@kiss-net.de>)
Список pgsql-admin
Uwe Maiwald <u.maiwald@kiss-net.de> writes:
> we are currently planning a very large installation of a web-application
> using PostgreSQL. The application can be configured to handle 1 database
> per customer, or all customers in one large database.

> We plan to start with e.g. 500 customers, each of which can have 200 MB or
> more in the database. And we want the system to be expandable as needed
> (thousands of customers, using lots of memory).

The one-big-database approach would scale better, but is performance
your only consideration?  Separate databases would enforce strict
separation between customers, which might be either a good thing or
a bad thing depending on your needs.

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Uwe Maiwald
Дата:
Сообщение: large database versus many databases
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: Too many clients----A big problem for my team