How to configure more background threads for RemixDB?
Closed this issue · 2 comments
zjs1224522500 commented
- How to configure more background threads for RemixDB? (not only for 4 threads)
- I noticed that the parameter
nr_workers
may be threads number of background threads, but I also found a macro namedXDB_COMP_CONC
. Do I need to change both values, or any other values except these two? - I tried to change both values to 16 and found that the actual number of running threads changes frequently. I am not sure if it is correct and expected in the REMIX design.
wuxb45 commented
The compaction threads are created for each compaction, so you see the number going up and down.
wuxb45 commented
You're right about changing both at the same time.