Skip to content

Commit 51fdcda

Browse files
committed
Going overboard with formatting
1 parent 9a6568a commit 51fdcda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

get-started/elasticsearch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)