Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ExternalInfo lsid text property of unbounded length #103

Open
sbesson opened this issue Jun 12, 2024 · 0 comments
Open

Make ExternalInfo lsid text property of unbounded length #103

sbesson opened this issue Jun 12, 2024 · 0 comments
Assignees

Comments

@sbesson
Copy link
Member

sbesson commented Jun 12, 2024

This property is currently used in Glencoe's OMERO Zarr PixelBuffer implementation to store either the local path or the S3 URI to a multiscales group in a Zarr dataset. In the case of Zarr data stored on object store, the full URI can exceed the current 255 character limit.

In the same spirit as ome/openmicroscopy#4882, this property could be relaxed to be of unbounded length and the DB upgrade script for the next major version of OMERO could include an ALTER statement of type ALTER TABLE externalinfo ALTER COLUMN lsid TYPE TEXT;

@sbesson sbesson self-assigned this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant