Skip to content

Conversation

@cmilesb
Copy link
Contributor

@cmilesb cmilesb commented Mar 6, 2024

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.
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
@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.

4 participants