Hello All, Can I get to listen whether it's possible or not ? Am I asking something about computationally expensive operations ?
On Thu, Jan 20, 2022 at 7:03 AM govind nitk <[email protected]> wrote: > Hello to everyone, > > Question: Find a quantile for a field ( say price) as a pseudo field. > > Workaround: Without pseudo field > Once the docs are indexed, I can find min and max for a field and update > all products with quantile computed. > > Issues: > 1. Once a new update comes for any document, then this new field is > computed by querying the index. Updates are 30+ per second and it's not > scaling. > > Is there any way to use stats functions to get the quantile of a field on > runtime ? > >
