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

Allow a caller to ignore row numbers #418

Merged
merged 1 commit into from
Jul 12, 2024

Commits on Jun 19, 2024

  1. Allow a caller to ignore row numbers

    For calls to readCoordinates, read, and slice the returned value order
    in the `Data` response is the same as requested.  While having the row
    numbers included in the response is convenient, when the number of cells
    being returned is high this incurs memory and serialization overhead.
    This is especially true when retrieving a small number of columns for a
    large number of rows; in this case `rowNumbers` can actually be more
    expensive to include than the data itself.
    
    Here we use the Ice context and "omero.tables.include_row_numbers" to
    additively affect the client API without changing any of the Ice method
    prototypes.
    chris-allan committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8636894 View commit details
    Browse the repository at this point in the history