When you say "no limitations" on maximum words per...
# community-help
r
When you say "no limitations" on maximum words per field, is there any research into performance impacts of say 10kb+ fields (not queried/faceted) on search response? Not worried about bandwidth concerns.
k
Reading those from disk and sending over wire is going to be slow.
r
Makes sense. I'm gonna run some tests and report back here.
👍 1
k
Another logical issue is that Typesense only provides one snippet per field (best matched highlighted text segment). Splitting docs will allow multiple snippets per document.