-
Notifications
You must be signed in to change notification settings - Fork 2
Run requests in parallel #4
Copy link
Copy link
Open
Description
Most commands need to retrieve all entries descending from either the root directory or some other directory.
When we have hundreds of entries stored in vault, this will mean doing hundreds of requests (1 per directory + 1 per entry).
Unfortunately, Vault's API does not support batch requests.
At the moment, these requests are done sequentially. We'd see a massive speedup if they were run concurrently.
Commands where this could be applied:
view/find: read directories/entries concurrentlyrename/copy: read / write entriesrename/delete --recursive: delete entries
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels