luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 206 forks source link

Slow Storage Importer #836

Closed nadar closed 8 years ago

nadar commented 8 years ago

When you have an big amount of storage data the comparison behavior is very slow, maybe you should create two indexes and compare them instead of:

https://github.com/luyadev/luya/blob/master/modules/admin/src/importers/StorageImporter.php#L44

nadar commented 8 years ago

storage importer removes all files!