PlakarKorp / plakar

plakar is a backup solution
ISC License
100 stars 8 forks source link

handle BIG directories #140

Open poolpOrg opened 1 day ago

poolpOrg commented 1 day ago

BIG directories (thousands of child entries) can lead to:

Both should be handled differently because for some importer backends, say s3, it's not unusual to have millions of objects in the root directory and we don't want to end up with a huge DirEntry structure.

poolpOrg commented 16 hours ago

errors handled