Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions website/docs/engine-flink/actions.md

This file was deleted.

2 changes: 0 additions & 2 deletions website/docs/maintenance/tiered-storage/remote-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ See more detail about how to configure remote storage in documentation of [files

For log table, Fluss will use remote storage to store the tiered log segments of data. For primary key table, Fluss will use remote storage to store the snapshot as well as the tiered log segments for change log.

Files in remote storage that no table references anymore can be removed with the [`remove_orphan_files`](/engine-flink/actions.md#remove_orphan_files) Flink action.

## Remote Log

As a streaming storage, Fluss data is mostly consumed in a streaming fashion using tail reads. To achieve low
Expand Down