Skip to content

Improving performance of bulk_get#223

Merged
david-limbach merged 1 commit into
SpectraLogic:masterfrom
RachelTucker:fix-bulk-get-performance
Oct 1, 2021
Merged

Improving performance of bulk_get#223
david-limbach merged 1 commit into
SpectraLogic:masterfrom
RachelTucker:fix-bulk-get-performance

Conversation

@RachelTucker
Copy link
Copy Markdown
Contributor

  • Revving version for new CLI release
  • When retrieving an object with a name ending in '.json', perform the slightly less expensive GetObjectsDetails (plural) call as opposed to the GetObjectsWithFullDetails call. When retrieving all other objects, perform the inexpensive GetObjectDetails (singular) call. Retrieving objects whose name ends in '.json' will incur a performance hit, but this bypasses the json payload format issue that otherwise prevents response payload unmarshaling.

…ame ending in '.json', perform the slightly less expensive GetObjectsDetails (plural) call as opposed to the GetObjectsWithFullDetails call. When retrieving all other objects, perform the inexpensive GetObjectDetails (singular) call. Retrieving objects whose name ends in '.json' will incur a performance hit, but this bypasses the json payload format issue that otherwise prevents response payload unmarshaling.
@david-limbach david-limbach merged commit dae4d09 into SpectraLogic:master Oct 1, 2021
@RachelTucker RachelTucker deleted the fix-bulk-get-performance branch October 1, 2021 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants