Re: A thought on Index Organized Tables - Mailing list pgsql-hackers

From Gokulakannan Somasundaram
Subject Re: A thought on Index Organized Tables
Date
Msg-id 9362e74e1002252020j1917d6fl95dbd12b82a02a8f@mail.gmail.com
Whole thread Raw
In response to Re: A thought on Index Organized Tables  (Karl Schnaitter <karlsch@gmail.com>)
List pgsql-hackers



First of all, volatility is not the only issue. The ordering ops could also be incorrect, e.g., violate the transitivity property. there is no reliable way to determine if a function is volatile and/or incorrectly specified.

No it is the only issue. If you create a datatype with volatile function for ordering ops, then you have the broken data type(the one you are referring to). So they are one and the same.

Thanks,
Gokul.

pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: visibility maps and heap_prune
Next
From: Gokulakannan Somasundaram
Date:
Subject: Re: A thought on Index Organized Tables