You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Brent Daniel <br...@gmail.com> on 2006/07/05 21:27:33 UTC

[PATCH] DAS: Add ability to manage OCC columns

The attached patch adds the ability to have the DAS manage collision
columns. Currently this is implemented with a "managed" attribute on
column -- there may be some room for improvement here, as having
"managed" and "collision" on Column doesn't seem all that intuitive.
Also, the first cut only supports Integer columns. We should identify
which types need to be supported. Are there any beyond numeric types
and date/timestamp?