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
import clickhouse-local-1 from '@site/static/images/chdb/guides/clickhouse-local-1.png'
77
77
import clickhouse-local-2 from '@site/static/images/chdb/guides/clickhouse-local-2.png'
78
78
import clickhouse-local-3 from '@site/static/images/chdb/guides/clickhouse-local-3.png'
79
+
import Image from '@theme/IdealImage';
79
80
```
80
81
81
-
Use the `<img/>` tag to place your image in the appropriate place:
82
+
To render images we use a fork of the IdealImage plugin. This generates multiple variants of an image, [asynchronously loading them as well as selecting the most appropriate based on the network connection](https://github.com/stereobooster/react-ideal-image/blob/master/introduction.md).
83
+
84
+
Ensure you import the `Image` component as shown above.
85
+
86
+
Use the `<Image/>` tag to place your image in the appropriate place:
82
87
83
88
```markdown
84
89
Here is some example text which refers to the image below:
85
90
86
-
<img src={clickhouse-local-1}
87
-
alt='DESCRIPTION OF THE IMAGE'
88
-
style={{width: '800px'}} // optional
89
-
/>
91
+
<Image img={clickhouse-local-1} alt='DESCRIPTION OF THE IMAGE' size="md" border background="black"/>
90
92
91
93
Here is another paragraph...
92
94
```
93
95
96
+
This component takes a number of props:
97
+
98
+
1.`img` - the imported image
99
+
2.`alt` - mandatory alternate text specified
100
+
3.`size` - either `lg` (width 1024px), `md` (width 600px), `sm` (width 300px) or `logo` (48x). This sets the maximum image size. Lower resolutions maybe used on smaller screens or slower connections.
101
+
4.`border` - Applies a border. **Use for screenshots only.**
102
+
5.`background` - either `white` or `black`. Applicable if your image is transparent. All new images must use `black`.
103
+
94
104
## Codeblocks
95
105
96
106
Codeblocks are defined using backticks. For example:
Copy file name to clipboardExpand all lines: docs/chdb/guides/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ in the table of contents, please edit the frontmatter of the files directly.
15
15
16
16
| Page | Description |
17
17
|-----|-----|
18
-
|[How to query Parquet files](/docs/chdb/guides/querying-parquet)| Learn how to query Parquet files with chDB. |
19
-
|[How to query data in an S3 bucket](/docs/chdb/guides/querying-s3)| Learn how to query data in an S3 bucket with chDB. |
20
-
|[Using a clickhouse-local database](/docs/chdb/guides/clickhouse-local)| Learn how to use a clickhouse-local database with chDB |
21
-
|[How to query Pandas DataFrames with chDB](/docs/chdb/guides/pandas)| Learn how to query Pandas DataFrames with chDB |
22
-
|[JupySQL and chDB](/docs/chdb/guides/jupysql)| How to install chDB for Bun |
23
-
|[How to query a remote ClickHouse server](/docs/chdb/guides/query-remote-clickhouse)| In this guide, we'll learn how to query a remote ClickHouse server from chDB. |
24
-
|[How to query Apache Arrow with chDB](/docs/chdb/guides/apache-arrow)| In this guide, we'll learn how to query Apache Arrow tables with chDB |
18
+
|[How to query Parquet files](/chdb/guides/querying-parquet)| Learn how to query Parquet files with chDB. |
19
+
|[How to query data in an S3 bucket](/chdb/guides/querying-s3)| Learn how to query data in an S3 bucket with chDB. |
20
+
|[Using a clickhouse-local database](/chdb/guides/clickhouse-local)| Learn how to use a clickhouse-local database with chDB |
21
+
|[How to query Pandas DataFrames with chDB](/chdb/guides/pandas)| Learn how to query Pandas DataFrames with chDB |
22
+
|[JupySQL and chDB](/chdb/guides/jupysql)| How to install chDB for Bun |
23
+
|[How to query a remote ClickHouse server](/chdb/guides/query-remote-clickhouse)| In this guide, we'll learn how to query a remote ClickHouse server from chDB. |
24
+
|[How to query Apache Arrow with chDB](/chdb/guides/apache-arrow)| In this guide, we'll learn how to query Apache Arrow tables with chDB |
Copy file name to clipboardExpand all lines: docs/cloud/manage/billing/payment-thresholds.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
@@ -16,4 +16,4 @@ This payment threshold does not apply to customers who have a committed spend co
16
16
17
17
If your organization reaches 90% of the payment threshold and is on-track to exceed the payment threshold mid-period, the billing email associated with the organization will receive an email notification. You will also receive an email notification as well as an invoice when you exceed the payment threshold.
18
18
19
-
These payment thresholds can be adjusted. If you have any questions, please contact support@clickhouse.com for more details.
19
+
These payment thresholds can be adjusted below $10,000 as requested by customers or by the ClickHouse Finance team. If you have any questions, please contact support@clickhouse.com for more details.
Notifications can be received via various channels. For now, ClickHouse Cloud supports receiving notifications through email and ClickHouse Cloud UI. You can click on the bell icon in the top left menu to view current notifications, which opens a flyout. Clicking the button **View All** the bottom of the flyout will take you to a page that shows an activity log of all notifications.
23
-
24
-
<br />
22
+
Notifications can be received via various channels. For now, ClickHouse Cloud supports receiving notifications through email, ClickHouse Cloud UI, and Slack. You can click on the bell icon in the top left menu to view current notifications, which opens a flyout. Clicking the button **View All** the bottom of the flyout will take you to a page that shows an activity log of all notifications.
For each notification, you can customize how you receive the notification. You can access the settings screen from the notifications flyout or from the second tab on the notifications activity log.
35
33
36
-
To configure delivery for a specific notification, click on the pencil icon to modify the notification delivery channels.
34
+
Cloud users can customize notifications delivered via the Cloud UI, and these customizations are reflected for each individual user. Cloud users can also customize notifications delivered to their own emails, but only users with admin permissions can customize notifications delivered to custom emails and notifications delivered to Slack channels.
37
35
38
-
<br />
36
+
To configure delivery for a specific notification, click on the pencil icon to modify the notification delivery channels.
Currently, we send out notifications related to billing (payment failure, usage exceeded ascertain threshold, etc.) as well as notifications related to scaling events (scaling completed, scaling blocked etc.). In future, we will add notifications for backups, ClickPipes, and other relevant categories.
48
+
Currently, we send out notifications related to billing (payment failure, usage exceeded ascertain threshold, etc.) as well as notifications related to scaling events (scaling completed, scaling blocked etc.).
6.**In very rare cases, secondary services that are idled or stopped for a long time (days) without waking/starting up can cause performance degradation to other services in the same warehouse.** This issue will be resolved soon and is connected to mutations running in the background. If you think you are experiencing this issue, please contact ClickHouse [Support](https://clickhouse.com/support/program).
142
142
143
+
7.**Currently there is a soft limit of 5 services per warehouse.** Contact the support team if you need more than 5 services in a single warehouse.
Customers must contact sales or support to onboard services to PCI compliant regions to load cardholder data. Additionally, customers should review our PCI responsibility overview available in our [Trust Center](https://trust.clickhouse.com), select and implement appropriate controls for their use case.
0 commit comments