docs: port "achieving atomic inserts" knowledgebase page#105
Merged
Conversation
3 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Port the new
knowledgebase/achieving-atomic-inserts.mdxpage from ClickHouse/clickhouse-docs#6325 (and its precursor PR #6306) into the Mintlify site, including the latest wording adjustment.Changes
resources/support-center/knowledge-base/data-import-export/achieving-atomic-inserts.mdxwith Mintlify-compatible transforms:<VerticalStepper headerLevel="h3">→<Steps>/<Step>blocks\{#anchor\}(escaped Docusaurus anchors) →{#anchor}/sql-reference/statements/alter/partition*to/core/reference/statements/alter/partition*to satisfy the broken-link checker (the target page has aslug:alias to the legacy path, but cross-links elsewhere in the repo use the/core/reference/...form).resources/support-center/navigation.jsonunderdata-import-export.Context
The source page is brand-new upstream (added in ClickHouse/clickhouse-docs#6306, edited in #6325) and had no entry in
_migration/slug-map.csv.Ambiguity to flag
data-import-exportbased on itsData Ingestiontag. Other plausible categories includedata-managementorperformance-optimization— please reassign if a different bucket is preferred./knowledgebase/achieving-atomic-insertswill need a mapping/alias added in a follow-up if URL parity matters.Note
Low Risk
Documentation-only addition with navigation wiring; no application or data-path changes.
Overview
Adds a new Support Center knowledge base article on atomic bulk loads and multi-table consistency in ClickHouse Cloud when multi-statement transactions are not available.
The page documents a staging-table + partition swap workflow (
MOVE PARTITION,ATTACH PARTITION,REPLACE PARTITION), including Mintlify<Steps>formatting, links to/core/reference/statements/alter/partition, constraints, a fiddle example, and the updated fiddle intro wording from upstream.Registers the page at the top of the Data Import & Export section in
navigation.json.Reviewed by Cursor Bugbot for commit a8a9cd6. Bugbot is set up for automated code reviews on this repo. Configure here.