From 5c766a80086396d0fadd150f7d84946ea9a7f20a Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:56:21 -0400 Subject: [PATCH] Move thresholds page and add references (#1020) Per a request from @klauspost, this moves the Thresholds and Limits page to a more logical place as a core operational concept. Closes #1018 . --- source/administration/object-management.rst | 1 + source/operations/checklists.rst | 1 - source/operations/{checklists => concepts}/thresholds.rst | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename source/operations/{checklists => concepts}/thresholds.rst (100%) diff --git a/source/administration/object-management.rst b/source/administration/object-management.rst index 77f3f643..cadf3437 100644 --- a/source/administration/object-management.rst +++ b/source/administration/object-management.rst @@ -70,6 +70,7 @@ Clients therefore drive the overall hierarchy of data within a given bucket or p MinIO has no hard :ref:`thresholds ` on the number of buckets, objects, or prefixes on a given deployment. The relative performance of the hardware and networking underlying the MinIO deployment may create a practical limit to the number of objects in a given prefix or bucket. Specifically, hardware using slower drives or network infrastructures tend to exhibit poor performance in buckets or prefixes with a flat hierarchy of objects. +For other considerations, thresholds, or limitations to keep in mind, see :ref:`minio-server-limits`. Consider the following points as general guidance for client applications workload patterns: diff --git a/source/operations/checklists.rst b/source/operations/checklists.rst index 8a41fa7b..e6893ca2 100644 --- a/source/operations/checklists.rst +++ b/source/operations/checklists.rst @@ -23,7 +23,6 @@ Checklists: - :ref:`Hardware Checklist ` - :ref:`Security Checklist ` - :ref:`Software Checklist ` -- :ref:`Thresholds and Limits ` .. toctree:: :titlesonly: diff --git a/source/operations/checklists/thresholds.rst b/source/operations/concepts/thresholds.rst similarity index 100% rename from source/operations/checklists/thresholds.rst rename to source/operations/concepts/thresholds.rst