Closed paultranvan closed 3 days ago
We noticed a huge performance drop at indexing time: for 44K files, it was taking 20000+ ms to index it. The issue was in the paths computation, that was hugely sub-optimal for no reason.
Now, the indexing takes ~400ms for 44K files.
We noticed a huge performance drop at indexing time: for 44K files, it was taking 20000+ ms to index it. The issue was in the paths computation, that was hugely sub-optimal for no reason.
Now, the indexing takes ~400ms for 44K files.