Skip to content

Commit 1931fe4

Browse files
committed
even more spelling fixes
1 parent dc8801c commit 1931fe4

File tree

28 files changed

+270
-141
lines changed

28 files changed

+270
-141
lines changed

docs/en/cloud/manage/billing/marketplace/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ You can switch between organizations from the bottom left menu of the ClickHouse
3636

3737
You will need to subscribe to ClickHouse Cloud via the cloud provider marketplace. Once you finish subscribing on the marketplace, and redirect to ClickHouse Cloud you will have the option of linking an existing ClickHouse Cloud organization to marketplace billing. From that point on, your existing resources will now get billed via the marketplace.
3838

39-
![MPSignup_OrgLinking](https://github.com/user-attachments/assets/a0939007-320b-4b12-9d6d-fd63bce31864)
39+
![Marketplace signup and org linking](https://github.com/user-attachments/assets/a0939007-320b-4b12-9d6d-fd63bce31864)
4040

4141
You can confirm from the organization's billing page that billing is indeed now linked to the marketplace. Please contact [ClickHouse Cloud support](https://clickhouse.com/support/program) if you run into any issues.
4242

4343
:::note
44-
Your existing services and organizations from any prior ClickHouse Cloud signups will remain and they will not be connected to the marketplace billing.
44+
Your existing services and organizations from any prior ClickHouse Cloud signups will remain and not be connected to the marketplace billing.
4545
:::
4646

4747
### I subscribed to ClickHouse Cloud as a marketplace user. How can I unsubscribe?​

docs/en/cloud/manage/postman.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The Postman Application is available for use within a web browser or can be down
4646
* [Variables](https://learning.postman.com/docs/sending-requests/variables/) enable the storage and reuse of values in Postman allowing for easier API testing.
4747
#### Set the Organization ID and Service ID
4848
* Within the "Collection", click the "Variable" tab in the middle pane (The Base URL will have been set by the earlier API import):
49-
* Below "baseURL" click the open field "Add new value", and Substitute your organization ID and service ID:
49+
* Below `baseURL` click the open field "Add new value", and Substitute your organization ID and service ID:
5050
![Organization ID and Service ID](@site/docs/en/cloud/manage/images/postman/postman11.png)
5151

5252
## Test the ClickHouse Cloud API functionalities
@@ -58,18 +58,18 @@ The Postman Application is available for use within a web browser or can be down
5858
![Status](@site/docs/en/cloud/manage/images/postman/postman13.png)
5959

6060
### Test "GET organizational details"
61-
* Under the organizationid folder, navigate to "GET organizational details":
62-
* In the middle frame menu under Params an organizationid is required.
61+
* Under the `organizationid` folder, navigate to "GET organizational details":
62+
* In the middle frame menu under Params an `organizationid` is required.
6363
![Test retrieval of organization details](@site/docs/en/cloud/manage/images/postman/postman14.png)
64-
* Edit this value with "orgid" in curly braces `{{orgid}}` (From setting this value earlier a menu will appear with the value):
64+
* Edit this value with `orgid` in curly braces `{{orgid}}` (From setting this value earlier a menu will appear with the value):
6565
![Submit test](@site/docs/en/cloud/manage/images/postman/postman15.png)
6666
* After pressing the "Save" button, press the blue "Send" button at the top right of the screen.
6767
![Return value](@site/docs/en/cloud/manage/images/postman/postman16.png)
6868
* The returned results should deliver your organization details with "status": 200. (If you receive a "status" 400 with no organization information your configuration is not correct).
6969

7070
### Test "GET service details"
7171
* Click "GET service details"
72-
* Edit the Values for organizationid and serviceid with `{{orgid}}` and `{{serviceid}}` respectively.
72+
* Edit the Values for `organizationid` and `serviceid` with `{{orgid}}` and `{{serviceid}}` respectively.
7373
* Press "Save" and then the blue "Send" button on the right.
7474
![List of services](@site/docs/en/cloud/manage/images/postman/postman17.png)
7575
* The returned results should deliver a list of your services and their details with "status": 200. (If you receive a "status" 400 with no service(s) information your configuration is not correct).

docs/en/cloud/security/azure-privatelink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ resource "azurerm_private_endpoint" "example_clickhouse_cloud" {
175175
}
176176
```
177177

178-
### Obtaining the Private Endpoint resourceGuid {#obtaining-private-endpoint-resourceguid}
178+
### Obtaining the Private Endpoint `resourceGuid` {#obtaining-private-endpoint-resourceguid}
179179

180180
In order to use Private Link, you need to add the Private Endpoint connection GUID to your service allow list.
181181

@@ -295,7 +295,7 @@ ENDPOINT_ID=<Private Endpoint resourceGuid>
295295
REGION=<region code, use Azure format>
296296
```
297297

298-
Set the `VPC_ENDPOINT` environment variable using data from the [Obtaining the Private Endpoint resourceGuid](#obtaining-private-endpoint-resourceguid) step.
298+
Set the `VPC_ENDPOINT` environment variable using data from the [Obtaining the Private Endpoint `resourceGuid`](#obtaining-private-endpoint-resourceguid) step.
299299

300300
Run the following command to add the Private Endpoint:
301301

docs/en/cloud/security/cmek.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ClickHouse provides a simple Cloud Formation stack to deploy the AWS Policy for
7575

7676
1. Login to your AWS account.
7777
2. Visit [this link](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/quickcreate?templateURL=https://s3.us-east-2.amazonaws.com/clickhouse-public-resources.clickhouse.cloud/cf-templates/cmek.yaml&stackName=ClickHouseBYOK&param_KMSCreate=false&param_ClickHouseRole=arn:aws:iam::576599896960:role/prod-kms-request-role) to prepare the CloudFormation template.
78-
3. Enter the ARNs of the KMS key(s) you want to use (comma separated with no spaces in between).
78+
3. Enter the ARN(s) of the KMS key(s) you want to use (comma separated with no spaces in between).
7979
4. Accept "I acknowledge that AWS CloudFormation might create IAM resources with custom names." and click __Create stack__.
8080
5. Make note of the `RoleArn` and the `KeyArn` in the stack output as you will need these for the next step.
8181

docs/en/cloud/security/personal-data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Included below is a summary of data ClickHouse collects when setting up an accou
2828
| https://clickhouse.cloud/organizations/OrgID/admin/billing | Billing information and invoices | billing address, email |
2929
| https://control-plane.clickhouse-dev.com/support | Interactions with ClickHouse Support | name, email |
3030

31-
Note: URLs with `OrgID` need to be updated to reflect the OrgID for your specific account.
31+
Note: URLs with `OrgID` need to be updated to reflect the `OrgID` for your specific account.
3232

3333
### Current Customers
3434
If you have an account with us, the self-service option above has not resolved your personal-data issue, and you wish to make a Data Subject Access Request pursuant to the Privacy Policy, please log into your ClickHouse account and open a [support case](https://clickhouse.cloud/support). This enables us to validate your identity and reduce steps to complete your request.

docs/en/faq/general/dbms-naming.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
slug: /en/faq/general/dbms-naming
3-
title: "What does \u201CClickHouse\u201D mean?"
2+
title: What does "ClickHouse" mean?
43
toc_hidden: true
54
toc_priority: 10
65
---
76

8-
# What Does "ClickHouse" Mean? {#what-does-clickhouse-mean}
7+
# What Does "ClickHouse" Mean?
98

109
It’s a combination of "**Click**stream" and "Data ware**House**". It comes from the original use case at Yandex.Metrica, where ClickHouse was supposed to keep records of all clicks by people from all over the Internet, and it still does the job. You can read more about this use case on [ClickHouse history](../../about-us/history.md) page.
1110

@@ -16,4 +15,4 @@ This two-part meaning has two consequences:
1615

1716
:::info
1817
Many years after ClickHouse got its name, this approach of combining two words that are meaningful on their own has been highlighted as the best way to name a database in a [research by Andy Pavlo](https://www.cs.cmu.edu/~pavlo/blog/2020/03/on-naming-a-database-management-system.html), an Associate Professor of Databases at Carnegie Mellon University. ClickHouse shared his "best database name of all time" award with Postgres.
19-
:::
18+
:::

docs/en/guides/best-practices/sparse-primary-indexes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
slug: /en/optimize/sparse-primary-indexes
32
sidebar_label: Primary Indexes
43
sidebar_position: 1
54
description: In this guide we are going to do a deep dive into ClickHouse indexing.
@@ -715,7 +714,7 @@ When a query is filtering on a column that is part of a compound key and is the
715714
But what happens when a query is filtering on a column that is part of a compound key, but is not the first key column?
716715

717716
:::note
718-
We discuss a scenario when a query is explicitly not filtering on the first key colum, but on a secondary key column.
717+
We discuss a scenario when a query is explicitly not filtering on the first key column, but on a secondary key column.
719718

720719
When a query is filtering on both the first key column and on any key column(s) after the first then ClickHouse is running binary search over the first key column's index marks.
721720
:::
@@ -1017,8 +1016,9 @@ ClickHouse selected only 39 index marks, instead of 1076 when generic exclusion
10171016
Note that the additional table is optimized for speeding up the execution of our example query filtering on URLs.
10181017

10191018

1020-
Similar to the [bad performance](#query-on-url-slow) of that query with our [original table](#a-table-with-a-primary-key), our [example query filtering on UserIDs](#the-primary-index-is-used-for-selecting-granules) will not run very effectively with the new additional table, because UserID is now the second key column in the primary index of that table and therefore ClickHouse will use generic exclusion search for granule selection, which is [not very effective for similarly high cardinality](#generic-exclusion-search-slow) of UserID and URL.
1019+
Similar to the [bad performance](#query-on-url-slow) of that query with our [original table](#a-table-with-a-primary-key), our [example query filtering on `UserIDs`](#the-primary-index-is-used-for-selecting-granules) will not run very effectively with the new additional table, because UserID is now the second key column in the primary index of that table and therefore ClickHouse will use generic exclusion search for granule selection, which is [not very effective for similarly high cardinality](#generic-exclusion-search-slow) of UserID and URL.
10211020
Open the details box for specifics.
1021+
10221022
<details>
10231023
<summary>
10241024
Query filtering on UserIDs now has bad performance<a name="query-on-userid-slow"></a>

docs/en/guides/developer/deduplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ INSERT INTO hackernews_views VALUES
201201
(123, 'ricardo', 150, 1)
202202
```
203203

204-
The table now has 3 rows with the primary key (123, 'ricardo'):
204+
The table now has 3 rows with the primary key `(123, 'ricardo')`:
205205

206206
```sql
207207
SELECT *

docs/en/guides/sre/user-management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ ALTER RENAME COLUMN
345345

346346
The `REVOKE` statement works similarly to the `GRANT` statement.
347347

348-
If a user/role was granted a sub-privilege, you may either revoke that sub-privilege directly or can revoke the next upline privilege.
348+
If a user/role was granted a sub-privilege, you can either revoke that sub-privilege directly or revoke the higher-level privilege it inherits from.
349349

350350
For example, if the user was granted `ALTER ADD COLUMN`
351351
```sql

docs/en/integrations/data-ingestion/apache-spark/spark-native-connector.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $SPARK_HOME/bin/spark-sql \
132132
--jars /path/clickhouse-spark-runtime-{{ spark_binary_version }}_{{ scala_binary_version }}:{{ stable_version }}.jar,/path/clickhouse-jdbc-{{ clickhouse_jdbc_version }}-all.jar
133133
```
134134

135-
If you want to avoid copying the JARs to your Spark client node, you can use the following instead:
135+
If you want to avoid copying the JAR files to your Spark client node, you can use the following instead:
136136

137137
```text
138138
--repositories https://{maven-cental-mirror or private-nexus-repo} \
@@ -153,10 +153,9 @@ The name pattern of the binary JAR is:
153153
clickhouse-spark-runtime-${spark_binary_version}_${scala_binary_version}-${version}.jar
154154
```
155155

156-
You can find all available released JARs
156+
You can find all available released JAR files
157157
in the [Maven Central Repository](https://repo1.maven.org/maven2/com/clickhouse/spark/)
158-
and all daily build SNAPSHOT JARs
159-
in the [Sonatype OSS Snapshots Repository](https://s01.oss.sonatype.org/content/repositories/snapshots/com/clickhouse/).
158+
and all daily build SNAPSHOT JAR files in the [Sonatype OSS Snapshots Repository](https://s01.oss.sonatype.org/content/repositories/snapshots/com/clickhouse/).
160159

161160
:::important
162161
It's essential to include the [clickhouse-jdbc JAR](https://mvnrepository.com/artifact/com.clickhouse/clickhouse-jdbc)

0 commit comments

Comments
 (0)