gavinchou commented on code in PR #60715:
URL: https://github.com/apache/doris/pull/60715#discussion_r2797617571
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java:
##########
@@ -60,7 +60,7 @@ public abstract class TabletInvertedIndex {
private StampedLock lock = new StampedLock();
// tablet id -> tablet meta
- protected Map<Long, TabletMeta> tabletMetaMap = Maps.newHashMap();
+ protected Long2ObjectOpenHashMap<TabletMeta> tabletMetaMap = new
Long2ObjectOpenHashMap<>();
Review Comment:
is there any quantitive comparison with the previous impl.?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]