Closed Charlyo closed 1 year ago
NGT uses just one thread for each one query. Does this answer your question?
By default, there's a ThreadPool created of 32 threads. It would be nice to be able to change this value in python.
ThreadPool is used only for building an index. You can specified the size in these methods: batch_insert, build_index.
Dear developers!
Thank for all the work done in NGT.
Is there any way to also limit the number of threads for search?