Potential Limitations When Working with Large Collections
FT
Last Update منذ يومين
Removing Samples from Collections
Issue: Removing many samples at once can cause the app to crash or freeze.
Cause: Bulk deletion in large collections places significant load on the database and UI thread.
Workaround: Remove samples in smaller groups (e.g., 10–50 at a time) instead of selecting all at once.
Selecting All Samples in Large Collections
Issue: Selecting all samples in a large collection causes the app to hang or crash.
Cause: The UI cannot handle rendering thousands of waveforms and tags at once.
Workaround: Avoid selecting more than 100 samples at once. Filter or paginate your selections where possible.