Skip to content

Commit e6755ea

Browse files
authored
Update content/operate/rc/databases/configuration/sizing.md
1 parent dc0185f commit e6755ea

File tree

1 file changed

+1
-1
lines changed
  • content/operate/rc/databases/configuration

1 file changed

+1
-1
lines changed

content/operate/rc/databases/configuration/sizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ We use this setting to guide the allocation of compute power and network bandwid
4242

4343
Some factors that can affect throughput include:
4444
- **Request size**: Smaller requests (under 3KB) consume less network bandwidth and may result in more operations per second than requested, while larger requests may result in fewer operations per second.
45-
- **Command complexity**: Simple commands, like `GET` and `SET`, are faster and require fewer resources, whereas more complex commands involve more processing time and can reduce throughput.
45+
- **Command complexity**: Simple commands, like `GET` and `SET`, are faster and require fewer resources, whereas more complex commands involve more processing time and can reduce throughput. See the [Command list]({{< relref "/commands" >}}) to see which commands are more complex than others.
4646
- **Replication**: Using [multi-zone replication]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) affects throughput as each write operation is executed asynchronously in each zone.
4747
- **Security**: Some security options, such as [transport layer security]({{< relref "/operate/rc/security/database-security/tls-ssl" >}}), may affect throughput.
4848
- **Number of client connections**: The number of client connections affects throughput. Increasing or decreasing the number of client connections can result in higher or lower throughput.

0 commit comments

Comments
 (0)