Skip to content

Commit

Permalink
Merge branch 'main' into architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRoscigno authored Mar 29, 2023
2 parents 8baae51 + 364ddb0 commit 6f660a3
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 143 deletions.
2 changes: 1 addition & 1 deletion docs/en/whats-new/changelog/2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ title: 2022 Changelog

#### Backward Incompatible Change

* Do not allow SETTINGS after FORMAT for INSERT queries (there is compatibility setting `parser_settings_after_format_compact` to accept such queries, but it is turned OFF by default). [#35883](https://github.com/ClickHouse/ClickHouse/pull/35883) ([Azat Khuzhin](https://github.com/azat)).
* Do not allow SETTINGS after FORMAT for INSERT queries (there is compatibility setting `allow_settings_after_format_in_insert` to accept such queries, but it is turned OFF by default). [#35883](https://github.com/ClickHouse/ClickHouse/pull/35883) ([Azat Khuzhin](https://github.com/azat)).
* Function `yandexConsistentHash` (consistent hashing algorithm by Konstantin "kostik" Oblakov) is renamed to `kostikConsistentHash`. The old name is left as an alias for compatibility. Although this change is backward compatible, we may remove the alias in subsequent releases, that's why it's recommended to update the usages of this function in your apps. [#35553](https://github.com/ClickHouse/ClickHouse/pull/35553) ([Alexey Milovidov](https://github.com/alexey-milovidov)).

#### New Feature
Expand Down
284 changes: 142 additions & 142 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const sidebars = {
'en/integrations/language-clients/nodejs',
'en/integrations/language-clients/java/index',
'en/integrations/language-clients/python/index',
{
{
type: 'category',
label: 'View all languages',
collapsed: true,
Expand Down Expand Up @@ -348,142 +348,142 @@ const sidebars = {
],
},
]
},
{
type: 'category',
label: "About ClickHouse",
collapsed: false,
collapsible: false,
items: [
'en/about-us/adopters',
{
type: 'autogenerated',
dirName: 'en/whats-new',
},
{
type: 'category',
label: 'Contribute',
collapsed: true,
collapsible: true,
items: [
{
type: 'autogenerated',
dirName: 'en/development',
},
{
type: 'category',
label: 'Native Protocol',
collapsed: true,
collapsible: true,
items: [
{
type: 'autogenerated',
dirName: 'en/native-protocol'
},
],
},
],
},
'en/about-us/history',
],
},
},
{
type: 'category',
label: "About ClickHouse",
collapsed: false,
collapsible: false,
items: [
'en/about-us/adopters',
{
type: 'autogenerated',
dirName: 'en/whats-new',
},
{
type: 'category',
label: 'Contribute',
collapsed: true,
collapsible: true,
items: [
{
type: 'autogenerated',
dirName: 'en/development',
},
{
type: 'category',
label: 'Native Protocol',
collapsed: true,
collapsible: true,
items: [
{
type: 'autogenerated',
dirName: 'en/native-protocol'
},
],
},
],
},
'en/about-us/history',
],
},
],





cloud: [
{
type: 'category',
label: 'Get Started',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud-index',
{
type: 'doc',
id: 'en/get-started/cloud-quick-start',
},
'en/get-started/sql-console',
'en/cloud/marketplace',
'en/cloud/support',
],
},
{
type: 'category',
label: 'Managing Cloud',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud/manage/backups',
'en/cloud/manage/billing',
'en/cloud/manage/scaling',
'en/cloud/manage/service-uptime',
'en/cloud/manage/upgrades',
'en/cloud/manage/account-close',
]
},
{
type: 'category',
label: 'Cloud Reference ',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud/reference/architecture',
'en/cloud/reference/changelog',
'en/cloud/reference/cloud-compatibility',
'en/cloud/reference/supported-regions',
]
},
{
type: 'category',
label: 'Best Practices ',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud/bestpractices/bulkinserts',
'en/cloud/bestpractices/asyncinserts',
'en/cloud/bestpractices/avoidmutations',
'en/cloud/bestpractices/avoidnullablecolumns',
'en/cloud/bestpractices/avoidoptimizefinal',
'en/cloud/bestpractices/partitioningkey',
]
},
{
type: 'category',
label: 'Security',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud/manage/users-and-roles',
'en/cloud/security/security-companion-guide',
'en/cloud/security/ip-access-list',
'en/cloud/security/ip-egress-traffic-list',
'en/cloud/security/aws-privatelink',
'en/cloud/security/activity-log',
]
},
{
type: 'category',
label: 'Migrating to Cloud',
collapsed: false,
collapsible: false,
items: [
'en/integrations/migration/index',
'en/integrations/migration/clickhouse-to-cloud',
'en/integrations/migration/clickhouse-local-etl',
'en/integrations/migration/etl-tool-to-clickhouse',
'en/integrations/migration/object-storage-to-clickhouse',
],
cloud: [
{
type: 'category',
label: 'Get Started',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud-index',
{
type: 'doc',
id: 'en/get-started/cloud-quick-start',
},
'en/get-started/sql-console',
'en/cloud/marketplace',
'en/cloud/support',
],
},
{
type: 'category',
label: 'Managing Cloud',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud/manage/backups',
'en/cloud/manage/billing',
'en/cloud/manage/scaling',
'en/cloud/manage/service-uptime',
'en/cloud/manage/upgrades',
'en/cloud/manage/account-close',
]
},
{
type: 'category',
label: 'Cloud Reference ',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud/reference/architecture',
'en/cloud/reference/changelog',
'en/cloud/reference/cloud-compatibility',
'en/cloud/reference/supported-regions',
]
},
{
type: 'category',
label: 'Best Practices ',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud/bestpractices/bulkinserts',
'en/cloud/bestpractices/asyncinserts',
'en/cloud/bestpractices/avoidmutations',
'en/cloud/bestpractices/avoidnullablecolumns',
'en/cloud/bestpractices/avoidoptimizefinal',
'en/cloud/bestpractices/partitioningkey',
]
},
{
type: 'category',
label: 'Security',
collapsed: false,
collapsible: false,
className: 'top-nav-item',
items: [
'en/cloud/manage/users-and-roles',
'en/cloud/security/security-companion-guide',
'en/cloud/security/ip-access-list',
'en/cloud/security/ip-egress-traffic-list',
'en/cloud/security/aws-privatelink',
'en/cloud/security/activity-log',
]
},
{
type: 'category',
label: 'Migrating to Cloud',
collapsed: false,
collapsible: false,
items: [
'en/integrations/migration/index',
'en/integrations/migration/clickhouse-to-cloud',
'en/integrations/migration/clickhouse-local-etl',
'en/integrations/migration/etl-tool-to-clickhouse',
'en/integrations/migration/object-storage-to-clickhouse',
],

},
],
},
],



Expand Down Expand Up @@ -616,18 +616,18 @@ cloud: [



russia: [
{
type: 'autogenerated',
dirName: 'ru',
},
],
chinese: [
{
type: 'autogenerated',
dirName: 'zh',
},
],
russia: [
{
type: 'autogenerated',
dirName: 'ru',
},
],
chinese: [
{
type: 'autogenerated',
dirName: 'zh',
},
],
};

module.exports = sidebars;

0 comments on commit 6f660a3

Please sign in to comment.