meilisearch.index.field_distribution
Documents per field distributionDimensions:None
Interface Metrics (2)
Dimensions:None
Sources
Technical Annotations (14)
Error Signatures (5)
MDB_TXN_FULL: Transaction has too many dirty pages - transaction too bigerror codeinternalerror codeA document cannot contain more than 65535 fieldserror codemax_fields_limit_exceedederror codeA document cannot contain more than 65,535 fields.log patternCLI Commands (1)
curl -H "Authorization: Bearer ${MEILISEARCH_API_KEY}" -H "Content-Type: application/json" "${MEILISEARCH_HOST}/indexes/${INDEX_NAME}/documents/delete" -d "{\"filter\": \"timestamp < $(date --date=\"00:00 today\" -u \"+%s000\")\"}"
diagnosticTechnical References (8)
LMDBcomponentfacet databasecomponentdocumentDeletioncomponentdot-notated pathconceptJSON.stringifyconceptdocumentAdditionOrUpdatecomponentfield_distributionconceptindex schemaconceptRelated Insights (3)
Index corruption when bulk deletion fails with MDB_TXN_FULL transaction limitcritical
▸
Nested object flattening causes field limit exceeded during ingestioncritical
▸
Schema evolution accumulates field definitions causing field limit exceeded errorscritical
▸