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