You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/11/01 00:23:40 UTC

[GitHub] [phoenix] jpisaac edited a comment on issue #599: Create columns in SYSCAT and fields in PTable.proto for view TTL support

jpisaac edited a comment on issue #599: Create columns in SYSCAT and fields in PTable.proto for view TTL support
URL: https://github.com/apache/phoenix/pull/599#issuecomment-548619763
 
 
   With the latest commit
   - We should be able to set VIEW_TTL TableProperty during CREATE/ALTER table commands.
   - Should be able to persist TTL values specified during CREATE/ALTER table commands.
   - Ensure that the VIEW_TTL property is set only on the view (no view indexes, parent tables)
   - Ensure that when the VIEW_TTL property is set on the view,  the parent table TTL property is not set
   - Ensure the view_indexes for this view inherit the VIEW_TTL property
   - Ensure that when view VIEW_TTL property is set the child views that have overridden the property do not inherit the new values.
   
   @ChinmaySKulkarni  @kadirozde @yanxinyi 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services