Hello,
There are a few approaches to trying to delete from a list that size.
You could try to use the API and do deletes in batches until it gets to a reasonable size for you to then delete all of the rows or delete the list itself, but this would require some programming on your part.
You could also see whether it is possible to delete individual rows within the UI rather than the whole list of rows at once, however an API delete would allow you to process more row deletions than the UI would since it wouldn't need to render the UI after the delete of a row.
Regards,
Jon |
Additionally, the upcoming 18.3 Release build of LabKey should also better handle deletions as well, so it might be advantageous to upgrade and reattempt your deleting efforts.
Regards,
Jon |