Skip to content

Commit

Permalink
Remove 2 items per David's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jillian-maroket committed Jan 10, 2024
1 parent b50c27c commit 1f04d45
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions kb/2023-12-27/best_practices_disk_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,11 @@ The following sections outline other recommendations for achieving optimal disk

For data-intensive applications, you can use pod scheduling functions such as node selector or taint toleration. These functions allow you to schedule the workload to a specific storage-tagged node together with one replica.

- **Revision counter**: You can disable the [revision counter](https://longhorn.io/docs/1.5.3/advanced-resources/deploy/revision_counter/) to improve IO performance, especially for write-intensive applications. When the revision counter is disabled, Longhorn does not track write operations for replicas and the Longhorn Engine does not check the `revision.counter` file after restarting.

:::info important
IO performance is improved only if the cluster nodes sync time from a dedicated, close, and highly accurate NTP server with minimal sync delay (measured in microseconds).
:::

## Space Efficiency

- **Recurring snapshots**: Periodically clean up system-generated snapshots and retain only the number of snapshots that makes sense for your implementation. For applications with replication capability, periodically [delete all types of snapshots](https://longhorn.io/docs/1.5.3/concepts/#243-deleting-snapshots).
- **Recurring snapshots**: Periodically clean up system-generated snapshots and retain only the number of snapshots that makes sense for your implementation.

- **Recurring filesystem trim**: Periodically [trim the filesystem](https://longhorn.io/docs/1.5.3/volumes-and-nodes/trim-filesystem/) inside volumes to reclaim disk space.
For applications with replication capability, periodically [delete all types of snapshots](https://longhorn.io/docs/1.5.3/concepts/#243-deleting-snapshots).

## Disaster Recovery

Expand Down

0 comments on commit 1f04d45

Please sign in to comment.