eladmarg commented on issue #489: URL: https://github.com/apache/lucenenet/issues/489#issuecomment-849317980
this strategy called sharding, it's better to split the data by your logic and how the users query it. for example, if you have geolocation users and they using data most of the time for one country, so you create an index for all new york and another one for new jersey. if a user queries more than one location, you run both of the queries in parallel and aggregate the result. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
