Skip to content

Commit 5b63d1b

Browse files
authored
Merge pull request #3590 from meilisearch/fix-attribute-limit
Correct limitation on number of attributes
2 parents cddff26 + 9707000 commit 5b63d1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/help/known_limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ If your query is `Hello - World`:
5555
`-` takes 1 position as it is a soft separator. You can read more about word separators in our [article about data types](/resources/internals/datatypes#string).
5656
</Note>
5757

58-
## Maximum number of attributes per document
58+
## Maximum number of attributes per index
5959

60-
**Limitation:** Meilisearch can index a maximum of **65,536 attributes per document**. If a document contains more than 65,536 attributes, an error will be thrown.
60+
**Limitation:** Meilisearch can index a maximum of **65,536 attributes per index**. If an index contains more than 65,536 attributes, an error will be thrown.
6161

6262
**Explanation:** This limit is enforced for performance and storage reasons. Overly large internal data structures—resulting from documents with too many fields—lead to overly large databases on disk, and slower search performance.
6363

0 commit comments

Comments
 (0)