You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'As arrays get larger, queries and indexes on that array field become less efficient. Ensure your arrays are bounded to maintain optimal query performance.',
13
+
learnMoreLink: 'https://example.com',
14
+
primaryActionButtonLabel: 'Bound those arrays',
15
+
},
16
+
{
17
+
id: 'bloated-docs',
18
+
title: 'Possibly bloated documents',
19
+
description:
20
+
'Large documents can slow down queries by decreasing the number of documents that can be stored in RAM. Consider breaking up your data into more collections with smaller documents, and using references to consolidate the data you need.',
0 commit comments