BIG directories (thousands of child entries) can lead to:
big ChildEntry array in DirEntry structure
~- big Errors array in DirEntry structure~
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.
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.