-
Notifications
You must be signed in to change notification settings - Fork 465
RC: Throughput section changes #3174
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
Conversation
| We assume a typical workload that includes a different mix of commands and an average key and value size of 1KB. Therefore, your actual throughput be higher or lower than the throughput you set when you create your database. The following properties can affect your database's throughput: | ||
| - **Command complexity**: O(N) and O(log(N)) commands will take more time than O(1) commands, and will affect throughput accordingly. | ||
| - **Key and value sizing**: If your database's keys and values are very large, setting and reading those keys may take more time and affect throughput. | ||
| - **Key and value sizing**: If your database's keys and values are very large, setting and reading those keys may take more time and affect throughput. If these are lower than the typical workload, the actual throughput might be higher than expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NoamSternRedis I'm not sure we wanna say that
|
Other than my comment to @NoamSternRedis - LGTM now :) |
mich-elle-luna
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, just one suggestion for clarity, to qualify "these" and align the word (smaller versus larger) with the previous sentence. But, it is up to you if that makes sense.
Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Ticket: DOC-3492
Staging link: https://docs.redis.com/staging/DOC-3492/rc/databases/create-database#throughput