luyuncheng

Results 48 comments of luyuncheng

> What is the running time RES? @jmazanec15 Running Time Res: Build-Graph/Query-Graph Index takes a long time, i use a monitor to check the avg resident memory during the Build...

We meet the same situation. and in some scenarios filters cause OOM error. we are happy to optimize this issue

@navneet1v hi, in #1402 i propose some ideas to optimize the latency and avoid some `OOM scenarios`.

i tried to use faiss#merge_from method , but i am wondering how to keep the id order with lucene id

I am working on the benchmark with different algorithm, so i think docker-compose is a good idea to simplified benchmark environment in single-node benchmark. @jmazanec15 when benchmark configuration changed frequently...

> Would you be able to share any scripts? Also, how/where are you compiling the plugin? let me simplified my script and create pr for this issue

i try to rewrite my script with public opensearch image : opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-build-v4 as client base image, but i found it not include requirements python modules in `perf-tool` and `osb` @jmazanec15...

> Would you be able to share any scripts? @jmazanec15 in #1097 i write a common script for benchmark in single node. would you pls give me some advice for...