I am trying to move a dataset with approx. 1000 images (50 annotations per image) to a new group by using the move command from the OMERO.web client. I've canceled the move process after some hours because the eventlog table had grown to ~ 10GB.
A test with a 12-Image dataset shows 25000 new rows in the eventlog table. All new rows are similar:
- Code: Select all
...
237858414 | REINDEX | -35 | 15689 | ome.model.core.Image | | 303730
237858415 | REINDEX | -35 | 15689 | ome.model.core.Image | | 303730
237858416 | REINDEX | -35 | 15689 | ome.model.core.Image | | 303730
237858417 | REINDEX | -35 | 15690 | ome.model.core.Image | | 303730
237858418 | REINDEX | -35 | 15690 | ome.model.core.Image | | 303730
237858419 | REINDEX | -35 | 15690 | ome.model.core.Image | | 303730
237858420 | REINDEX | -35 | 15690 | ome.model.core.Image | | 303730
...
Is this due to a misconfiguration or a bug?
Best regards,
Christian