Skip to content

Commit 1c0ff72

Browse files
Copilotstsewd
andauthored
Fix grammar issues in faster search blog post (#373)
Fixed three grammar errors identified during PR review of the search performance blog post. **Changes:** - Line 119: "due to difference of the instance type" → "due to the difference in the instance types" - Line 120: "a more powerful instances" → "more powerful instances" - Line 183: "the resulted index" → "the resulting index" <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: stsewd <4975310+stsewd@users.noreply.github.com>
1 parent 5dc1864 commit 1c0ff72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/posts/faster-search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ this enables [HTTP compression and other optimizations](https://www.elastic.co/g
116116

117117
Query times dropped from **60ms to 25ms** on Community and **60ms to 40ms** on Business.
118118

119-
Note: The difference in improvement between Community and Business is likely due to difference of the instance type used in each platform.
120-
On Community, we use a more powerful instances due to the higher storage needs.
119+
Note: The difference in improvement between Community and Business is likely due to the difference in the instance types used in each platform.
120+
On Community, we use more powerful instances due to the higher storage needs.
121121

122122
## Conclusions
123123

@@ -180,7 +180,7 @@ While we are happy with the improvements we have made so far, there is still roo
180180

181181
- Revisit the number of shards.
182182
We decided on the number of shards based on the size of the index before re-indexing,
183-
but the resulted index was smaller than we expected (there was maybe some fragmentation on the old index).
183+
but the resulting index was smaller than we expected (there was maybe some fragmentation on the old index).
184184
Reducing the number of shards could improve performance, but it's not clear by how much.
185185
As this requires re-indexing again, we won't do this unless we need to re-index for other reasons.
186186
- Further optimize database queries.

0 commit comments

Comments
 (0)