Re: Number of tables

Поиск
Список
Период
Сортировка
От Mike Ivanov
Тема Re: Number of tables
Дата
Msg-id 4A9C748F.6030900@activestate.com
обсуждение исходный текст
Ответ на Re: Number of tables  (Greg Stark <gsstark@mit.edu>)
Список pgsql-performance
Greg Stark wrote:
> You may
> not expect to be need to run queries which combine multiple users'
> data now but you will eventually.
>

We store cross-user data in a separate schema, which solves all *our*
problems.

> This doesn't work so great when each user is going to be specifying
> their own custom schema on the fly

This works fine, at least we didn't encounter any issues with that.

> but that's not really what
> relational databases were designed for.

Sometimes you have to.. you know, unusual things to meet some specific
requirements, like independent user schemas. It's not a conventional web
app we run :-)

I'm not arguing this is a bit extremal approach, but if one is forced to
go this path, it's quite walkable ;-)

Mike


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Number of tables
Следующее
От: Kevin Kempter
Дата:
Сообщение: moving data between tables causes the db to overwhelm the system