Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 15, 2023
1 parent abd6f71 commit 69987bb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions v2.3.x/site/en/reference/sys_config/configure_querynode.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,28 @@ Under this section, you can configure query node port, graceful time, etc.
</tr>
</tbody>
</table>

## `queryNode.segcore.InterimIndex`

<table id="queryNode.segcore.chunkRows">
<thead>
<tr>
<th class="width80">Description</th>
<th class="width20">Default Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Whether to create a temporary index for growing segments and sealed segments not yet indexed, improving search performance.<br/>
<ul><li>
Milvus will eventually seals and indexes all segments, but enabling this optimizes search performance for immediate queries following data insertion.
</li>
<li>
This defaults to `true`, indicating that Milvus creates temporary index for growing segments and the sealed segments that are not indexed upon searches.
</li></ul>
</td>
<td>true</td>
</tr>
</tbody>
</table>

0 comments on commit 69987bb

Please sign in to comment.