File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,10 @@ To make sure your {{es}} deployment performs efficiently and scales with your da
162162
163163### Data modeling best practices [ elasticsearch-data-modeling-best-practices]
164164
165- * One document type per index - Keep related data together
166- * Denormalize data - Include related information in documents to avoid joins
167- * Use appropriate field types - Match data types to query patterns
168- * Plan for growth - Consider time-based indices for logs and events
165+ * ** One document type per index** —— Keep related data together
166+ * ** Denormalize data** —— Include related information in documents to avoid joins
167+ * ** Use appropriate field types** —— Match data types to query patterns
168+ * ** Plan for growth** —— Consider time-based indices for logs and events
169169
170170## Next steps [ elasticsearch-next-steps]
171171
You can’t perform that action at this time.
0 commit comments