Re: Monitoring decisions taken by IndexOrDocValuesQuery

2021-06-10 Thread Egor Moraru
Hi Adrien, In this specific use case our data is encoded as points and also is stored as doc values. We use information about which execution path is chosen to decide if we can get away with storing this data only once and using one of the queries. On Wed, Jun 9, 2021 at 10:39 PM Adrien Grand w

Re: Monitoring decisions taken by IndexOrDocValuesQuery

2021-06-10 Thread Adrien Grand
This sounds useful indeed! Is there a way we could do it that wouldn't require forking IndexOrDocValuesQuery? E.g. could we have query wrappers that we would use on both the index query and the doc-value query in order to be able to count how many times they have been used? We could add something