Re: Inlining, virtual calls and BKDPointsTree

2024-03-06 Thread Anton Hägerstrand
try tweaking the query set to target queries with more Point hits >> during the week and see what comes out.. >> >> Regards, >> Gautam Worah. >> >> >> On Sat, Mar 2, 2024 at 2:33 AM Anton Hägerstrand >> wrote: >> >>> Thank you Gautam! >

Re: Inlining, virtual calls and BKDPointsTree

2024-03-02 Thread Anton Hägerstrand
performance could've been a > blog on its own, part 1 maybe.. I got confused when the blog shifted from > the performance differences between ElasticSearch and OpenSearch, to how > you ended up improving Lucene. > > Regards, > Gautam Worah. > > > On Fri, Mar 1, 2024 at 2:42 

Inlining, virtual calls and BKDPointsTree

2024-03-01 Thread Anton Hägerstrand
Hi everyone, long time lurker here. I recently investigated Elasticsearch/OpenSearch performance in a blog post [1], and saw some interesting behavior of numerical range queries and numerical sorting with regards to inlining and virtual calls. In short, the DocIdsWriter::readInts method seems to

Re: Blunders profiling for Searching is broken

2023-04-06 Thread Anton Hägerstrand
rote: > >> On Tue, Apr 4, 2023 at 11:14 AM Anton Hägerstrand >> wrote: >> >>> Thanks Mike - looks promising! I will have a look at the next upload. >>> >> >> Yay. >> >> Out of curiosity - what is the reason for using constants.NIGH

Re: Blunders profiling for Searching is broken

2023-04-04 Thread Anton Hägerstrand
; degenerate JFR zip files! >> >> Mike McCandless >> >> http://blog.mikemccandless.com >> >> >> On Sat, Mar 18, 2023 at 5:16 AM Anton Hägerstrand >> wrote: >> >>> I've had a look now - it seems like the .jfr.gz files uploaded for these >>> search b

Re: Blunders profiling for Searching is broken

2023-03-18 Thread Anton Hägerstrand
is. Thank you Anton On Fri, 17 Mar 2023 at 20:17, Anton Hägerstrand wrote: > Hi! Anton from Blunders here. > > I will take a look as soon as possible, most likely I will be able to tell > what's going on from server logs. Thank you for reporting - I will put up > better monitoring

Re: Blunders profiling for Searching is broken

2023-03-17 Thread Anton Hägerstrand
Hi! Anton from Blunders here. I will take a look as soon as possible, most likely I will be able to tell what's going on from server logs. Thank you for reporting - I will put up better monitoring in the future. /Anton On Fri, 17 Mar 2023, 19:49 Marc D'Mello, wrote: > Hi all, > > I was

Re: EOF error in VectorValues in Lucene nightly benchmarks

2021-01-31 Thread Anton Hägerstrand
gt; I found some bugs in a separate effort which might be related, > > although I saw a different exception so I'm not sure. I'll post a > > patch soon, and if you are able to re-test and see if you can > > reproduce, that would be a huge help! > > > > -Mike > > >

EOF error in VectorValues in Lucene nightly benchmarks

2021-01-21 Thread Anton Hägerstrand
rding system setup etc. if that can help in figuring things out. best regards, Anton Hägerstrand

Blog post - Profiling the Lucene nightly benchmarks

2021-01-15 Thread Anton Hägerstrand
-2021-01-10. I have published some more periodic profiling data at https://blunders.io/lucene-bench - this is not really nightly, but one might be able to spot changes over time. If you have any feedback or questions, I'll happily listen and answer. best regards, Anton Hägerstrand PS. If no one