Skip to content

Conversation

@mao-liu
Copy link

@mao-liu mao-liu commented Jan 13, 2026

Purpose

#7030

Tests

WIP

API and Format

  • Adds new writer option - manifest.prefetch-entries: boolean

Documentation

import static org.apache.paimon.utils.ThreadPoolUtils.randomlyOnlyExecute;

/** Default implementation of {@link FileStoreScan}. */
public abstract class AbstractFileStoreScan implements FileStoreScan {
Copy link
Author

Choose a reason for hiding this comment

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

Logging changes to this class only, can ignore

}

/** {@link StreamOperatorFactory} of {@link StoreCompactOperator}. */
public static class CoordinatedFactory
Copy link
Author

Choose a reason for hiding this comment

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

Extending StoreCompactOperator to use WriteOperatorCoordinator

In practice, this did not help with the write performance, as it required very high memory for ManifestEntryCache, and was also repeatedly fetching from cloud filesystem.

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.

1 participant