pulibrary / pdc_describe

Description application for Research Data content
7 stars 1 forks source link

Works with more than 10,000 files #1623

Open hectorcorrea opened 11 months ago

hectorcorrea commented 11 months ago

Currently when a work has more than 10,000 files the user interface struggles to display and load the information.

As a stop gap measure we should update the application to display a banner indicating something along the lines of "This work has more than 10,000 files, file list is not available." and display the rest of the metadata and allow edits to it as normal.

hectorcorrea commented 7 months ago

See also https://github.com/pulibrary/pdc_describe/issues/1626 and https://github.com/pulibrary/pdc_describe/issues/1621

hectorcorrea commented 4 days ago

We fixed an issue that was making the load of works with large number of files time out in https://github.com/pulibrary/pdc_describe/pull/1982. We are now able to load large works (we have one with 60K files).

Although it loads it's still slow. See https://github.com/pulibrary/pdc_discovery/issues/711