Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create new VFS objects in the filestore APIs. (#5277)
[SC-54339](https://app.shortcut.com/tiledb-inc/story/54339/do-not-create-new-vfs-objects-in-the-filestore-api) Instead of creating an ephemeral VFS, we use `ctx->resources().vfs()`. This improves performance by reusing resources. --- TYPE: IMPROVEMENT DESC: Improve performance of the filestore APIs.
- Loading branch information