Hi Ralph,

Thinking out loud...

If you have an index on your table, the TTL will remove some data from the
table but will not clean the references in the index table. So if you query
using the index, that will return some data which doesn't exist anymore on
the original table. Therefore you dataset will become un-consistent.

I will let Phoenix experts confirm.

JM

2015-02-11 12:29 GMT-05:00 Perko, Ralph J <[email protected]>:

>  Hi – I attempted to set the TTL parameter using ALTER TABLE through
> phoenix and received error 1025: Unsupported property set in ALTER TABLE
> command
>
>  I was, however, able to set this directly through the hbase shell.  Is
> there any problem with me going this route?
>
>  Thanks,
> Ralph
>
>

Reply via email to