[
https://issues.apache.org/jira/browse/HIVE-27122?focusedWorklogId=849482&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-849482
]
ASF GitHub Bot logged work on HIVE-27122:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Mar/23 07:46
Start Date: 07/Mar/23 07:46
Worklog Time Spent: 10m
Work Description: akshat0395 commented on PR #4098:
URL: https://github.com/apache/hive/pull/4098#issuecomment-1457701537
LGTM +1
Issue Time Tracking
-------------------
Worklog Id: (was: 849482)
Time Spent: 1h 20m (was: 1h 10m)
> Use Caffeine for caching metadata objects in Compactor threads
> --------------------------------------------------------------
>
> Key: HIVE-27122
> URL: https://issues.apache.org/jira/browse/HIVE-27122
> Project: Hive
> Issue Type: Improvement
> Reporter: Sourabh Badhya
> Assignee: Sourabh Badhya
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Currently, compactor threads make use of Guava package to cache metadata
> objects like database/table objects. We should consider using Caffeine
> package since it provides more control on the cache. It is also observed that
> cache created from Caffeine package is more performant than cache created
> from Guava package.
> Some benchmarks comparing Caffeine package vs Guava package -
> [https://github.com/ben-manes/caffeine/wiki/Benchmarks]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)