You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Rushabh Shah (Jira)" <ji...@apache.org> on 2023/04/26 16:49:00 UTC

[jira] [Updated] (PHOENIX-6932) Update LAST_DDL_TIMESTAMP for index table when add/drop/alter indexes.

     [ https://issues.apache.org/jira/browse/PHOENIX-6932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rushabh Shah updated PHOENIX-6932:
----------------------------------
    Description: 
Currently we use  LAST_DDL_TIMESTAMP only for data tables.
Create LAST_DDL_TIMESTAMP when we create an index.
Update LAST_DDL_TIMESTAMP when we alter index like  disable, rebuild, unusable, usable.

  was:
Currently we use  LAST_DDL_TIMESTAMP only for data tables.
We need to update LAST_DDL_TIMESTAMP when add/drop/alter indexes.


> Update LAST_DDL_TIMESTAMP for index table when add/drop/alter indexes.
> ----------------------------------------------------------------------
>
>                 Key: PHOENIX-6932
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6932
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Rushabh Shah
>            Assignee: Rushabh Shah
>            Priority: Major
>
> Currently we use  LAST_DDL_TIMESTAMP only for data tables.
> Create LAST_DDL_TIMESTAMP when we create an index.
> Update LAST_DDL_TIMESTAMP when we alter index like  disable, rebuild, unusable, usable.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)