[
https://issues.apache.org/jira/browse/HUDI-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17761914#comment-17761914
]
Danny Chen commented on HUDI-6725:
----------------------------------
Fixed via master branch: a3eea2fdccd40a6439d6e8d72bf3ae53f5967893
> Support efficient completion time queries on the timeline
> ---------------------------------------------------------
>
> Key: HUDI-6725
> URL: https://issues.apache.org/jira/browse/HUDI-6725
> Project: Apache Hudi
> Issue Type: Improvement
> Components: core
> Reporter: Danny Chen
> Assignee: Danny Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
>
> The basic idea is we do a eager loading of the completion time on archived
> timeline, for example, the last 3 days, and all the completed instants of the
> active timeline.
> If a query is asking about a completion time earlier than that time range,
> just do a lazy look up on the archvied timeline.
>
> Probably we would write a completion time loader.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)