You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/best-practices/sizing-and-hardware-recommendations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: 'Sizing and hardware recommendations'
6
6
description: 'This guide discusses our general recommendations regarding hardware, compute, memory, and disk configurations for open-source users.'
7
7
---
8
8
9
-
# Sizing and hardware recommendations'
9
+
# Sizing and hardware recommendations
10
10
11
11
This guide discusses our general recommendations regarding hardware, compute, memory, and disk configurations for open-source users. If you would like to simplify your setup, we recommend using [ClickHouse Cloud](https://clickhouse.com/cloud) as it automatically scales and adapts to your workloads while minimizing costs pertaining to infrastructure management.
Copy file name to clipboardExpand all lines: docs/cloud/manage/account-close.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ title: 'Account Close & Deletion'
5
5
description: 'We know there are circumstances that sometimes necessitate account closure. This guide will help you through the process.'
6
6
---
7
7
8
-
## Account close & deletion {#account-close--deletion}
8
+
## Account closure and deletion {#account-close--deletion}
9
9
Our goal is to help you be successful in your project. If you have questions that are not answered on this site or need help evaluating a
10
10
unique use case, please contact us at [support@clickhouse.com](mailto:support@clickhouse.com).
11
11
12
12
We know there are circumstances that sometimes necessitate account closure. This guide will help you through the process.
13
13
14
-
## Close vs delete {#close-vs-delete}
14
+
## Close versus delete your account {#close-vs-delete}
15
15
Customers may log back into closed accounts to view usage, billing and account-level activity logs. This enables you to easily access
16
16
details that are useful for a variety of purposes, from documenting use cases to downloading invoices at the end of the year for tax purposes.
17
17
You will also continue receiving product updates so that you know if a feature you may have been waiting for is now available. Additionally,
@@ -31,7 +31,7 @@ Before requesting account closure, please take the following steps to prepare th
31
31
3. Remove all users except the admin that will request closure. This will help you ensure no new services are created while the process completes.
32
32
4. Review the 'Usage' and 'Billing' tabs in the control panel to verify all charges have been paid. We are not able to close accounts with unpaid balances.
## Request an account closure {#request-account-closure}
35
35
36
36
We are required to authenticate requests for both closure and deletion. To ensure your request can be processed quickly, please follow the steps outlined
37
37
below.
@@ -51,7 +51,7 @@ Description: We would appreciate it if you would share a brief note about why yo
51
51
6. We will close your account and send a confirmation email to let you know when it is complete.
52
52
53
53
54
-
## Request personal data deletion {#request-personal-data-deletion}
54
+
## Request deletion of your personal data {#request-personal-data-deletion}
55
55
Please note, only account administrators may request personal data deletion from ClickHouse. If you are not an account administrator, please contact
56
56
your ClickHouse account administrator to request to be removed from the account.
ClickHouse attempts to group your services to reuse the same published [service endpoint](https://docs.aws.amazon.com/vpc/latest/privatelink/privatelink-share-your-services.html#endpoint-service-overview) within the AWS region. However, this grouping is not guaranteed, especially if you spread your services across multiple ClickHouse organizations.
44
44
If you already have PrivateLink configured for other services in your ClickHouse organization, you can often skip most of the steps because of that grouping and proceed directly to the final step: Add ClickHouse "Endpoint ID" to ClickHouse service allow list.
For clickhouse-01 there are five configuration files. You may choose to combine these files into a single file, but for clarity in the documentation it may be simpler to look at them separately. As you read through the configuration files you will see that most of the configuration is the same between clickhouse-01 and clickhouse-02; the differences will be highlighted.
52
52
@@ -143,7 +143,7 @@ This configuration file `use-keeper.xml` is configuring ClickHouse Server to use
Copy file name to clipboardExpand all lines: docs/guides/best-practices/skipping-indexes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ queries. In circumstances where querying a table is too expensive unless a skip
174
174
names will return an exception for any query that does not use the listed index. This would prevent poorly written queries from
175
175
consuming server resources.
176
176
177
-
## Skip best practices {#skip-best-practices}
177
+
## Skip index best practices {#skip-best-practices}
178
178
179
179
Skip indexes are not intuitive, especially for users accustomed to secondary row-based indexes from the RDMS realm or inverted indexes from document stores. To get any benefit, applying a ClickHouse data skipping index must avoid enough granule reads to offset the cost of calculating the index. Critically, if a value occurs even once in an indexed block, it means the entire block must be read into memory and evaluated, and the index cost has been needlessly incurred.
0 commit comments