WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
4 stars 1 forks source link

Enlarged field SIP_PART_ELEMENT.SPE_VALUE on MySQL #24

Closed hannakoppelaar closed 3 years ago

hannakoppelaar commented 3 years ago

The field SIP_PART_ELEMENT.SPE_VALUE contains an XML document with all seeds belonging to a target. This string can realistically become larger than the 64 Kb currently available in MySQL (datatype text). Following a suggestion on our old repo: https://github.com/DIA-NZ/webcurator/issues/136, I have changed it to mediumtext. In Oracle and PostgreSQL this field has a sufficiently wide type.