Skip to content

Add note to clarify column-level encryption timing #19450

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

Merged
merged 3 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/current/v23.2/column-level-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Use of the `encrypt` built-in function can have anywhere from 10-40% overhead de

Cockroach Labs measured baseline performance in a 3-node CockroachDB cluster running on three [`n1-standard-4` machines on GCP](https://cloud.google.com/compute/docs/general-purpose-machines#n1_machines).

Without using `encrypt` or `decrypt`, the following statement generally ran in 60-80 ms:
Without using `encrypt` or `decrypt`, the following statement (which represents 10,000 operations) generally ran in 60-80 ms:

{% include_cached copy-clipboard.html %}
~~~ sql
Expand Down
2 changes: 1 addition & 1 deletion src/current/v24.1/column-level-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Use of the `encrypt` built-in function can have anywhere from 10-40% overhead de

Cockroach Labs measured baseline performance in a 3-node CockroachDB cluster running on three [`n1-standard-4` machines on GCP](https://cloud.google.com/compute/docs/general-purpose-machines#n1_machines).

Without using `encrypt` or `decrypt`, the following statement generally ran in 60-80 ms:
Without using `encrypt` or `decrypt`, the following statement (which represents 10,000 operations) generally ran in 60-80 ms:

{% include_cached copy-clipboard.html %}
~~~ sql
Expand Down
2 changes: 1 addition & 1 deletion src/current/v24.2/column-level-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Use of the `encrypt` built-in function can have anywhere from 10-40% overhead de

Cockroach Labs measured baseline performance in a 3-node CockroachDB cluster running on three [`n1-standard-4` machines on GCP](https://cloud.google.com/compute/docs/general-purpose-machines#n1_machines).

Without using `encrypt` or `decrypt`, the following statement generally ran in 60-80 ms:
Without using `encrypt` or `decrypt`, the following statement (which represents 10,000 operations) generally ran in 60-80 ms:

{% include_cached copy-clipboard.html %}
~~~ sql
Expand Down
2 changes: 1 addition & 1 deletion src/current/v24.3/column-level-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Use of the `encrypt` built-in function can have anywhere from 10-40% overhead de

Cockroach Labs measured baseline performance in a 3-node CockroachDB cluster running on three [`n1-standard-4` machines on GCP](https://cloud.google.com/compute/docs/general-purpose-machines#n1_machines).

Without using `encrypt` or `decrypt`, the following statement generally ran in 60-80 ms:
Without using `encrypt` or `decrypt`, the following statement (which represents 10,000 operations) generally ran in 60-80 ms:

{% include_cached copy-clipboard.html %}
~~~ sql
Expand Down
2 changes: 1 addition & 1 deletion src/current/v25.1/column-level-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Use of the `encrypt` built-in function can have anywhere from 10-40% overhead de

Cockroach Labs measured baseline performance in a 3-node CockroachDB cluster running on three [`n1-standard-4` machines on GCP](https://cloud.google.com/compute/docs/general-purpose-machines#n1_machines).

Without using `encrypt` or `decrypt`, the following statement generally ran in 60-80 ms:
Without using `encrypt` or `decrypt`, the following statement (which represents 10,000 operations) generally ran in 60-80 ms:

{% include_cached copy-clipboard.html %}
~~~ sql
Expand Down
Loading