Re: store A LOT of 3-tuples for comparisons - Mailing list pgsql-performance

From Moritz Onken
Subject Re: store A LOT of 3-tuples for comparisons
Date
Msg-id 1D74B66E-5B0C-41B0-A1CE-7B5037FB9B5E@houseofdesign.de
Whole thread Raw
In response to Re: store A LOT of 3-tuples for comparisons  (Shane Ambler <pgsql@Sheeky.Biz>)
List pgsql-performance
>
>
> I am also wondering about the ordering and whether that matters.
> Can you have "he", "can", "drink" as well as "drink", "he", "can"
> and should they be considered the same? If so you will need a
> different tactic.
>

ordering matters. So the 3-column tactic should work.

Thanks for your advice!

pgsql-performance by date:

Previous
From: Shane Ambler
Date:
Subject: Re: store A LOT of 3-tuples for comparisons
Next
From: "Kynn Jones"
Date:
Subject: Re: Q on views and performance