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

Extend limits of max value size to > 1Gb #2399

Closed
2 tasks done
wessorh opened this issue Jul 10, 2024 · 1 comment · Fixed by #2444
Closed
2 tasks done

Extend limits of max value size to > 1Gb #2399

wessorh opened this issue Jul 10, 2024 · 1 comment · Fixed by #2444
Labels
enhancement type enhancement

Comments

@wessorh
Copy link

wessorh commented Jul 10, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Motivation

I like kvrocks and I'm interested in storing values that are larger than 256M, rocks db supports larger values and I'd like to take advantage of that capability.

Solution

I don't yet know where the limitations are and would appreciate clues so that I can investigate further.

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@wessorh wessorh added the enhancement type enhancement label Jul 10, 2024
@git-hulk
Copy link
Member

Hi @wessorh Thanks for your report.

Maybe we can add a configuration proto-max-bulk-len for this purpose like Redis: config.c#L3206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement
2 participants