irods / irods_client_http_api

An iRODS C++ HTTP API using Boost.Beast
BSD 3-Clause "New" or "Revised" License
0 stars 8 forks source link

Consider batch operations #10

Open korydraughn opened 1 year ago

korydraughn commented 1 year ago

This can help lower the amount of network requests at the expense of more memory, increased time for processing, and increased usage time of connections from pool.

Alternatively, the iRODS server itself should provide more operations like rx_atomic_apply_metadata_operations.

korydraughn commented 1 year ago

Unnecessary for a beta release.

Needs more investigation.