Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Reduce schema read for readers #3021

Merged
merged 4 commits into from
Mar 18, 2024

Conversation

JingsongLi
Copy link
Contributor

Purpose

We already store TableSchema in AbstractFileStoreTable, but we don't use it.

We can use it to avoid read schema from filesystem.

Tests

API and Format

Documentation

Copy link
Contributor

@leaves12138 leaves12138 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will speed up "paimon" a lot when storage is "oss"!

+1

@JingsongLi JingsongLi merged commit abaa59f into apache:master Mar 18, 2024
7 of 8 checks passed
zhu3pang pushed a commit to zhu3pang/incubator-paimon that referenced this pull request Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants