Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kvs-watch: support RAW option? #6527

Open
chu11 opened this issue Dec 19, 2024 · 0 comments
Open

kvs-watch: support RAW option? #6527

chu11 opened this issue Dec 19, 2024 · 0 comments

Comments

@chu11
Copy link
Member

chu11 commented Dec 19, 2024

Per comments in #6523 (comment), the treeobj_create_val() can be quite costly for large amounts of data, especially due to the base64 encoding that goes on internally.

In some cases, return the raw value instead of treeobject might be warranted for performance and convenient. FLUX_KVS_STREAM might be such a case, since it is looking up individual blob refs rather than the true "combined" value from the KVS.

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

No branches or pull requests

1 participant