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

RC: Throughput section changes #3174

Merged
merged 6 commits into from
Mar 13, 2024
Merged

RC: Throughput section changes #3174

merged 6 commits into from
Mar 13, 2024

Conversation

cmilesb
Copy link
Contributor

@cmilesb cmilesb commented Mar 6, 2024

- **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.
Copy link
Contributor

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

@cmilesb cmilesb requested a review from AlonMagrafta March 8, 2024 17:30
@AlonMagrafta
Copy link
Contributor

Other than my comment to @NoamSternRedis - LGTM now :)

Copy link
Contributor

@mich-elle-luna mich-elle-luna left a 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>
@cmilesb cmilesb dismissed AlonMagrafta’s stale review March 13, 2024 18:06

Got response from Noam.

@cmilesb cmilesb merged commit 752022a into master Mar 13, 2024
6 checks passed
@cmilesb cmilesb deleted the DOC-3492 branch March 13, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants