Skip to content

Commit e0f5675

Browse files
committed
Merge branch 'main' of https://github.com/ClickHouse/clickhouse-docs into 3966-update-glossary
2 parents ad964e4 + b6e22b1 commit e0f5675

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

docs/cloud/manage/upgrades.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Specifically, services will:
9797
- Receive ClickHouse releases ~ 2 weeks after the regular release
9898
- Be meant for customers that want additional time to test ClickHouse releases on their non-production environments before the production upgrade. Non-production environments can either get upgrades on the Fast or the Regular release channel for testing and validation.
9999

100+
:::note
101+
You can change release channels at any time. However, in certain cases, the change will only apply to future releases. For example, if your service is already on the Fast release channel and has received the upgrade, switching to a regular or slow release channel will not downgrade your service to a previous version. It will follow the channel specific release schedule for upcoming updates.
102+
:::
103+
100104
## Scheduled upgrades {#scheduled-upgrades}
101105

102106
<EnterprisePlanFeatureBadge feature="Scheduled upgrades" linking_verb_are="true"/>

docs/integrations/data-ingestion/aws-glue/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can activate the connector and create a connection directly by clicking [thi
3838
4. <h3 id="use-in-glue-job">Use in Glue Job</h3>
3939
In your Glue job, select the `Job details` tab, and expend the `Advanced properties` window. Under the `Connections` section, select the connection you just created. The connector automatically injects the required JARs into the job runtime.
4040

41-
<Image img={notebook_connections_config} size='md' alt='Glue Notebook connections config' />
41+
<Image img={notebook_connections_config} size='md' alt='Glue Notebook connections config' force='true' />
4242

4343
:::note
4444
The JARs used in the Glue connector are built for `Spark 3.2`, `Scala 2`, and `Python 3`. Make sure to select these versions when configuring your Glue job.
@@ -51,7 +51,7 @@ To add the required jars manually, please follow the following:
5151
2. Make sure the Glue job has access to this bucket.
5252
3. Under the `Job details` tab, scroll down and expend the `Advanced properties` drop down, and fill the jars path in `Dependent JARs path`:
5353

54-
<Image img={dependent_jars_path_option} size='md' alt='Glue Notebook JAR path options' />
54+
<Image img={dependent_jars_path_option} size='md' alt='Glue Notebook JAR path options' force='true' />
5555

5656
</TabItem>
5757
</Tabs>

i18n/ru/docusaurus-plugin-content-docs/current/cloud/manage/troubleshooting-billing-issues.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ title: 'Устранение проблем с выставлением счет
55
description: 'Статья по устранению распространённых проблем с выставлением счетов'
66
---
77

8-
import Image from '@theme/IdealImage';
9-
10-
118
# Устранение проблем с выставлением счетов
129

1310
## Исправление неработающих платёжных данных {#fixing-non-working-payment-details}
@@ -17,7 +14,3 @@ import Image from '@theme/IdealImage';
1714
**Если действительная кредитная карта не будет добавлена в течение 30 дней после окончания пробного периода или вашего последнего успешного платежа, ваши данные будут удалены.**
1815

1916
Если у вас возникают проблемы с вашими платёжными данными или вы не можете добавить кредитную карту, пожалуйста, свяжитесь с [нашей службой поддержки](https://clickhouse.com/support/program).
20-
21-
<br />
22-
23-
<Image img={trial_expired} size="md" alt="Пробный период истёк" border/>

i18n/ru/docusaurus-plugin-content-docs/current/guides/best-practices/query-optimization.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ CREATE TABLE nyc_taxi.trips_small_inferred
9898
)
9999
ORDER BY tuple()
100100
```
101+
101102
## Обнаружение медленных запросов {#spot-the-slow-queries}
103+
102104
### Журналы запросов {#query-logs}
103105

104106
По умолчанию ClickHouse собирает и регистрирует информацию о каждом выполненном запросе в [журналах запросов](/operations/system-tables/query_log). Эти данные хранятся в таблице `system.query_log`.
@@ -579,8 +581,8 @@ Query id: 72b5eb1c-ff33-4fdb-9d29-dd076ac6f532
579581
580582
Выбор хорошего набора первичных ключей важен для производительности, и на самом деле часто бывает, что данные хранятся в разных таблицах и используются разные наборы первичных ключей для ускорения конкретного набора запросов.
581583

582-
Другие варианты, поддерживаемые ClickHouse, такие как پروекция или материализованное представление, позволяют использовать другой набор первичных ключей на одних и тех же данных. Вторая часть этой серии статей будет более подробно освещать этот вопрос.
583-
```
584+
Другие варианты, поддерживаемые ClickHouse, такие как проекция или материализованное представление, позволяют использовать другой набор первичных ключей на одних и тех же данных. Вторая часть этой серии статей будет более подробно освещать этот вопрос.
585+
584586
### Выбор первичных ключей {#choose-primary-keys}
585587

586588
Выбор правильного набора первичных ключей — это сложная тема, и может потребоваться балансировка и эксперименты, чтобы найти наилучшую комбинацию.

plugins/floating-pages-exceptions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
integrations/language-clients/java/client-v1
1111
integrations/language-clients/java/jdbc-v1
1212
integrations/data-ingestion/clickpipes/postgres/maintenance.md
13+
operations/settings/tcp-connection-limits.md

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ const sidebars = {
17151715
dropdownCategories: [
17161716
{
17171717
type: "category",
1718-
label: "Getting Started",
1718+
label: "Get Started",
17191719
description: "Learn how to use ClickHouse",
17201720
customProps: {
17211721
href: "/introduction-clickhouse",

src/components/MobileSideBarMenu/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const MobileSideBarMenu = ({sidebar, menu}) => {
2727
}, [currentMenuState]);
2828

2929
// Define the breakpoint where mobile menu should be hidden (laptop breakpoint)
30-
const LAPTOP_BREAKPOINT = 1330;
30+
const LAPTOP_BREAKPOINT = 1100;
3131

3232
// Initialize the previous location ref on first render and monitor location changes
3333
useEffect(() => {

src/css/breakpoints.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$mobile-breakpoint: 996px;
2-
$tablet-breakpoint: 1024px;
3-
$laptop-breakpoint: 1330px;
1+
$mobile-breakpoint: 768px;
2+
$tablet-breakpoint: 900px;
3+
$laptop-breakpoint: 1100px;
44
$large-desktop-breakpoint: 1440px;
55

66
// If you change these breakpoints, make sure to update

src/theme/Navbar/Content/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
}
5454

55-
@media screen and (min-width: breakpoints.$mobile-breakpoint) {
55+
@media screen and (min-width: breakpoints.$laptop-breakpoint) {
5656
.navRight .mobileSearchBar {
5757
display: none;
5858
}

0 commit comments

Comments
 (0)