-
Notifications
You must be signed in to change notification settings - Fork 9
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
Java API services very slow against IDR #67
Comments
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/omero-java-api-with-public-data-hosted-on-the-idr-server/73946/2 |
This is not surprising since the amount of data that is loaded is different One option will be to offer "light" queries from the gateway itself |
Good idea. |
That's actually covered by above mentioned PR. |
See Omero Java API with public data hosted on the IDR server .
I can confirm, using the BrowseFacility of the gateway it takes nearly 30sec. Same using the ContainerService of the Java API, which is expected as that's what the BrowseFacility is using under the hood. In contrast to < 100ms using the QueryService!
It's not really an issue of the Java Gateway but rather of the Java API ContainerService, might have to move the issue to a different github repository.
Example code
Output
The text was updated successfully, but these errors were encountered: