79122029

Date: 2024-10-24 13:10:59
Score: 1
Natty:
Report link

You are right basically correct. If the number of documents (n) is very large, say over a billion, it will be really slow for each search.

But in nowdays, we use distributed conponents to improve speed. you should depoly your data (which is very large, say TB) to many nodes, and search in every nodes, then gather the search result to generate what you want.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mathew