Re: using schema's for data separation

Поиск
Список
Период
Сортировка
От snacktime
Тема Re: using schema's for data separation
Дата
Msg-id 1f060c4c0609291127s34e1756cxfcba3e28d5dad2f1@mail.gmail.com
обсуждение исходный текст
Ответ на Re: using schema's for data separation  ("Just Someone" <just.some@gmail.com>)
Список pgsql-general
On 9/29/06, Just Someone <just.some@gmail.com> wrote:
> I am using a similar solution, and I tested it with a test containing
> 20K+ different schemas. Postgres didn't show slowness at all even
> after the 20K (over 2 million total tables) were created. So I have
> feeling it can grow even more.

That's good to know we haven't really tested it against that many
schema's, other then actually creating them to make sure there wasn't
some sort of hard limit or bug no one had run into before.
Performance with schema's is actually one thing I do like.  A query
for any one user is only hitting the data in the one schema, so users
with large data sets don't impact the query performance of users with
smaller data sets.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Array assignment behavior (was Re: [ADMIN] Stored procedure array limits)
Следующее
От: "Brandon Aiken"
Дата:
Сообщение: Re: [NOVICE] Do non-sequential primary keys slow performance significantly??