Project

General

Profile

Actions

Feature #9661

open

collection update performance improvement

Added by Joshua Randall almost 8 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto

Description

Currently there is no bulk update API in Arvados. Therefore, in order to update a large number of entities using the CLI one has to loop through them and do an "update" on each one. Once the update is applied, the update command returns the full record for the entity, which can be wasteful and time consuming. For example, when updating the 'replication_desired' property on a collection, the update CLI call returns the full collection record including the manifest, which is very large. For my use case, I do not require the full entity record, just a confirmation that the property I have updated has been set.

It could be an easy improvement in the performance using the CLI update method to implement the same sort of column selection behaviour as is in the `list` method. As long as the default remains returning the full record, this should be a backwards compatible addition to the CLI.

Actions #1

Updated by Peter Amstutz about 1 year ago

  • Release set to 60
Actions #2

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions

Also available in: Atom PDF