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/12/03 23:25:14 UTC

[GitHub] [phoenix] jpisaac opened a new pull request #647: Add a new Coprocessor - ViewTTLAware Coprocessor

jpisaac opened a new pull request #647: Add a new Coprocessor - ViewTTLAware Coprocessor
URL: https://github.com/apache/phoenix/pull/647
 
 
    * Add a New coprocessor - ViewTTLAware Coprocessor that will intercept scan/get requests to inject a new ViewTTLAware scanner.
   
   The scanner will -
     * Use the row timestamp of the empty column to determine whether row TTL has expired  and mask the rows from underlying query results.
     * Use the row timestamp to delete expired rows when DELETE_VIEW_TTL_EXPIRED flag is present.

----------------------------------------------------------------
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