Skip to content

Adding json field in output_fields is slowing search search by 20%. #40834

Discussion options

You must be logged in to vote

It is expected that output_fileds will increase the latency of search/query.
With output_fields=['data'], the query node needs to read the data from memory or mmap file. With more data returned, the network latency also increases.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Rajat376
Comment options

Answer selected by Rajat376
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants