Re: Performance Considerations While Indexing Nested Documents: SolrV9.6.1

2025-02-26 Thread Mikhail Khludnev
Changing one child rewrites the whole block period. However in-place updating child docValues is promising in theory, although I don't know how it works in practice. On Thu, Feb 27, 2025 at 8:05 AM Uday Kumar wrote: > Hi all, > We are doing a POC on indexing nested documents in expectation of re

Performance Considerations While Indexing Nested Documents: SolrV9.6.1

2025-02-26 Thread Uday Kumar
Hi all, We are doing a POC on indexing nested documents in expectation of reducing grouping overhead while querying time. On Prod Indexing, we are using the traditional approach of reindexing the entire document if there is any change in any of the fields. [we reindex ~2cr documents per day, FYI]