apache/fluss

Paimon tiering best practise note in docs

Open

#1.306 geöffnet am 11. Juli 2025

Auf GitHub ansehen
 (1 Kommentar) (3 Reaktionen) (1 zugewiesene Person)Java (570 Forks)auto 404
component=docsgood first issue

Repository-Metriken

Stars
 (1.979 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Search before asking

  • I searched in the issues and found nothing similar.

Description

When users use the tiering service to write to paimon, parquet writers use Flink memory however managed memory is not used. Users can set the managed.memory to a small value like 128MB or lower and give that memory back to the JVM heap, to avoid wasting resources.

We can add this as a "best practices section" when starting the tiering service.

Willingness to contribute

  • I'm willing to submit a PR!

Contributor Guide