N-to-N implementation

Поиск
Список
Период
Сортировка
От Filipe Knoedt
Тема N-to-N implementation
Дата
Msg-id 010901c58e0a$37e50420$1300a8c0@brasilenergia
обсуждение исходный текст
Ответы Re: N-to-N implementation  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-admin
Hi all,
 
I'd like to set up a discussion (if necessary) about two different ways to implement N-to-N relationships: using a N-to-N intermediary table or, suppose an A and B tables situation, creating the primary key of the table B with the A.id plus a sequencer.
 
I'm thinking on going the second way, but decided to ask the list if anybody sees any potencial problem in it, like for performance or anything.
 
Filipe Knoedt

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Statement logging per connection
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: N-to-N implementation