Re: Removing redundant itemsets - Mailing list pgsql-general

From Craig Ringer
Subject Re: Removing redundant itemsets
Date
Msg-id 47F0B892.6050904@postnewspapers.com.au
Whole thread Raw
In response to Removing redundant itemsets  (Allan Kamau <allank@sanbi.ac.za>)
Responses Re: Removing redundant itemsets  (Allan Kamau <allank@sanbi.ac.za>)
List 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 by date:

Previous
From: Allan Kamau
Date:
Subject: Removing redundant itemsets
Next
From: Allan Kamau
Date:
Subject: Re: Removing redundant itemsets