Re: Partitioning (was Re: Slightly OT.)

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Partitioning (was Re: Slightly OT.)
Дата
Msg-id 1180990330.7660.9.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Partitioning (was Re: Slightly OT.)  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-general
On Fri, 2007-06-01 at 22:13 -0500, Ron Johnson wrote:
> On 06/01/07 19:29, Jeff Davis wrote:
> [snip]
> > You shouldn't use a volatile function in a check constraint. Use a
> > trigger instead, but even that is unlikely to work for enforcing
> > constraints correctly.
> >
> > In general, for partitioning, you have to make some sacrifices. It's
> > very challenging (and/or expensive) to ensure uniqueness across
> > partitions.
>
> Are partitioned databases the same as federated databases?
>

I think that usually people refer to a table that is split to be
partitioned (whether across servers or within a single server). I think
federated databases are where various parts of the database are split
across servers, but tables may be intact.

That's my own understanding of the terminology.

Regards,
    Jeff Davis


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

Предыдущее
От: Mario Guenterberg
Дата:
Сообщение: Re: Inserting a path into Database
Следующее
От: "Islam Hegazy"
Дата:
Сообщение: Re: debugging C functions