Re: Removing redundant itemsets

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Removing redundant itemsets
Дата
Msg-id 47F0B892.6050904@postnewspapers.com.au
обсуждение исходный текст
Ответ на Removing redundant itemsets  (Allan Kamau <allank@sanbi.ac.za>)
Ответы Re: Removing redundant itemsets
Список pgsql-general
Allan Kamau wrote:
> Hi all,
> I have a plain sql problem (didn't know where else to post it).

pgsql-sql

> I have a list of transactions (market basket) ...

Your use of the term "transaction" for a database entity is really
confusing, and will make it significantly harder for others to
understand and work with your schema. It might be worth renaming the
entity to avoid the conflict with the meaning of "transaction" as
"atomic unit of work" as controlled by BEGIN/COMMIT/ROLLBACK .

--
Craig Ringer

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

Предыдущее
От: Allan Kamau
Дата:
Сообщение: Removing redundant itemsets
Следующее
От: Allan Kamau
Дата:
Сообщение: Re: Removing redundant itemsets