You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/09 14:11:00 UTC

[jira] [Work logged] (HIVE-25688) Non blocking DROP PARTITION implementation

     [ https://issues.apache.org/jira/browse/HIVE-25688?focusedWorklogId=738764&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-738764 ]

ASF GitHub Bot logged work on HIVE-25688:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Mar/22 14:10
            Start Date: 09/Mar/22 14:10
    Worklog Time Spent: 10m 
      Work Description: deniskuzZ merged pull request #3049:
URL: https://github.com/apache/hive/pull/3049


   


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

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 738764)
    Time Spent: 4h 40m  (was: 4.5h)

> Non blocking DROP PARTITION implementation
> ------------------------------------------
>
>                 Key: HIVE-25688
>                 URL: https://issues.apache.org/jira/browse/HIVE-25688
>             Project: Hive
>          Issue Type: Task
>            Reporter: Denys Kuzmenko
>            Assignee: Denys Kuzmenko
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> This changes the drop partition operation to asynchronous. The data files of transactional tables will not be deleted, but a new truncated basefile will be written, which is going to be later cleaned up by the Compactor/Cleaner.
> This along with a few other changes will enable us to not use read locks, which provides perf boost to the transactional tables.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)