opendistro-for-elasticsearch / sample-code

👋 Welcome to the Open Distro sample-code area. Share your great ideas and code samples with the Open Distro Community.
https://github.com/opendistro-for-elasticsearch/sample-code
Apache License 2.0
278 stars 78 forks source link

Sum logic #259

Open fpasomeillan opened 3 years ago

fpasomeillan commented 3 years ago

Does the Sum aggregation still use the Kahan summation algorithm ? is there any plans to alter this or allow a setting ? I'm losing precision due to this and have not found a good way around it.

Thanks!