Opened 12 years ago
Closed 12 years ago
#1718 closed task (fixed)
Remove empty annotation sets
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
See comments in #1717 for background information. Empty annotation sets can also be left behind if an annotation is removed from an item. So, we should have clean-up code that remove all empty annotation sets at regular intervals.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I have now tested with a copy of the production server and the clean-up seems to be working fine. It takes just a few minutes to get rid of the 600K+ empty annotation sets.
Note:
See TracTickets
for help on using tickets.
(In [6113]) References #1718: Remove empty annotation sets
The clean-up code should now be in place and the update will execute this once to get rid of the most acute problem. Would like to create a larger test case before closing this ticket.