deemoliu commented on a change in pull request #6899: URL: https://github.com/apache/incubator-pinot/pull/6899#discussion_r655722565
########## File path: pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/PartitionUpsertMetadataManager.java ########## @@ -60,128 +63,170 @@ private final String _tableNameWithType; private final int _partitionId; private final ServerMetrics _serverMetrics; + private final PartialUpsertHandler _partialUpsertHandler; - public PartitionUpsertMetadataManager(String tableNameWithType, int partitionId, ServerMetrics serverMetrics) { + // TODO(upset): consider an off-heap KV store to persist this index to improve the recovery speed. Review comment: the index here means PK to recordLocation mapping. cc'ed @Jackie-Jiang i re-phrased this comment a bit. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org