Skip to content

[Feature] Download remote index files when already built #8123

@jordepic

Description

@jordepic

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Now that Paimon enables remote index files for data, we should also be able to use them where possible on the read path.

Some jobs have a capped local disk, and so being able to quickly fetch these back rather than rebuild them is very useful for making lookup joins lower latency. For now, we'll keep things simple - this should only run when lookup files are being persisted to object store, deletion vectors are off (i.e. MOR tables), and we can actually use the SSTable files persisted by compaction jobs (the join consumer wants the full row schema as opposed to a projection of the data).

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions