Rulin

Results 12 comments of Rulin

I have signed the CLA and fix the fail of CI

@nevermore3 Do you have any time to take a look at this pr? is this blocked by the https://github.com/vesoft-inc/nebula/pull/4678? is there anything need me to follow up? Thank you.

@nevermore3 Thank you for your suggestion. My general idea is: Due to each loop, all the other neighbor vids are found for the current vid. Then, it can be judged...

@nevermore3 I have pulled it on https://github.com/vesoft-inc/nebula/pull/4672. If you have time you can check it.

Hello, I have assigned the CLA, and this is my first PR to RocksDB. Thank you for any review!

@ajkr Could you or your colleagues help to review my pr? I think this kind of modification may help to the performance on high core servers. If you have any...

@cbi42 Thank you for your review! for each step :1. Parallelize SetState 2. Wake up non-STATE_LOCKED_WAITING first We have tested the performance before(default --enable_pipelined_write=1), and the step2‘s impact on performance...

@cbi42 We have a doubt besides. there are 2 commands: ``` Command 1: ./db_bench --benchmarks=fillrandom[-X5] --threads=160 --seed=1708494134896523 --duration=30 --disable_auto_compactions=1 --max_write_buffer_number=100 --min_write_buffer_number_to_merge=100 --statistics=0 Command 2: ./db_bench --benchmarks=fillrandom --threads=160 --seed=1708494134896523 --duration=30 --disable_auto_compactions=1...

@cbi42 Thank you for clearing up our doubts.

@cbi42 We have updated the PR summary and added a change log.