You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Kadir OZDEMIR (JIRA)" <ji...@apache.org> on 2018/12/04 21:51:00 UTC

[jira] [Comment Edited] (PHOENIX-5025) Tool to clean up orphan views

    [ https://issues.apache.org/jira/browse/PHOENIX-5025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709256#comment-16709256 ] 

Kadir OZDEMIR edited comment on PHOENIX-5025 at 12/4/18 9:50 PM:
-----------------------------------------------------------------

[~tdsilva], I have revised the patch based on the code review comments and attached the patch for the master branch. This patch also cleanly applies to 4.x branches


was (Author: kozdemir):
[~tdsilva], I have revised the patch based on the code review comments and attached the patch for the master branch.

> Tool to clean up orphan views
> -----------------------------
>
>                 Key: PHOENIX-5025
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5025
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Kadir OZDEMIR
>            Assignee: Kadir OZDEMIR
>            Priority: Major
>         Attachments: PHOENIX-5025.master.patch
>
>
> A view without its base table is an orphan view. Since views are virtual tables and their data is stored in their base tables, they are useless when they become orphan. A base table can have child views, grandchild views and so on. Due to some reasons/bugs, when a base table was dropped, its views were not not properly cleaned up in the past. For example, the drop table code did not support cleaning up grandchild views. This has been recently fixed by PHOENIX-4764. Although PHOENIX-4764 prevents new orphan views due to table drop operations, it does not clean up existing orphan views. It is also believed that when the system catalog table was split due to a bug in the past, it also contributed to creating orphan views as Phoenix did not support splittable system catalog. Therefore, Phoenix needs a tool to clean up orphan views.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)