cozy / cozy-libs

Libraries used to build Cozy products and tools.
MIT License
7 stars 12 forks source link

[DAT-70] feat: Improve indexing time #2622

Closed paultranvan closed 3 days ago

paultranvan commented 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.