unsubscribe

2024-07-03 Thread Qizhi Zheng
Thanks.

Re: scalar quantization heap usage during merge

2024-07-03 Thread Benjamin Trent
Hey Gautam & Michael, I opened a PR that will help slightly. It should reduce the heap usage by a smallish factor. But, I would still expect the cost to be dominated by the `float[]` vectors held in memory before flush. https://github.com/apache/lucene/pull/13538 The other main overhead is the c

unsubscribe

2024-07-03 Thread Gian Marco Tagliani