How can you tell :-)
A reader, August 01, 2003 - 11:14 am UTC
As you deduced, I had not tried to cluster a partitioned table yet. I was brainstorming different approaches before putting fingers to keyboard and got the idea of using a cluster based on the examples in your book.
Thanks for the info and link.
Scott.
Domain indexes?
Fabio, February 07, 2005 - 9:36 am UTC
It could be possible, theorically, to define a "partitioned domain index" over a clustered table?
Would it be a way to overcome the incompatibility between partitioning and clustering or the incompatibility is deeper (i.e. it is not just a "missing feature": there are conceptual and deep reasons for not having partitioned indexes on a cluster)?
Thanks,
Fabio
February 07, 2005 - 10:40 am UTC
they were trying to partition a clustered table -- that won't work. but the indexing won't work either, the two features are not supported together.
A reader, September 26, 2006 - 5:57 pm UTC