[
https://issues.apache.org/jira/browse/PHOENIX-7040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775861#comment-17775861
]
ASF GitHub Bot commented on PHOENIX-7040:
-----------------------------------------
lokiore opened a new pull request, #1710:
URL: https://github.com/apache/phoenix/pull/1710
- Enabled TTL for Updatable Views
- Store TTL at only one level where TTL is defined in hierarchy.
- getTTL() should get TTL from hierarchy so while building PTable store get
TTL from hierarchy and store it in PTable.
- Altering should be allowed if TTL is not defined in up/down the hierarchy
before.
Altering TTL of a parent is not reflected directed to it's child's getTTL(),
need to work on invalidate Cache for this.
> Support TTL for views using the new column TTL in SYSTEM.CATALOG
> ----------------------------------------------------------------
>
> Key: PHOENIX-7040
> URL: https://issues.apache.org/jira/browse/PHOENIX-7040
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Jacob Isaac
> Assignee: Lokesh Khurana
> Priority: Major
>
> Allow views to be created with TTL specs.
> Ensure TTL is specified only once in the view hierarchy.
> Child views should inherit TTL values from their parent, when not specified
> for the given view.
> Indexes should inherit the TTL values from the base tables/views.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)