[doc] add MySQL and PostgreSQL data source pages#3600
Merged
JNSimba merged 3 commits intoapache:masterfrom Apr 29, 2026
Merged
Conversation
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
Add dedicated MySQL and PostgreSQL pages under Data Loading → Data Source to surface Doris's continuous load (Streaming Job) capability for MySQL and PostgreSQL, which were previously only discoverable inside the generic
migrate-data-from-other-oltppage.Each new page covers four import paths, with JDBC Catalog as the primary one-time-migration option and Streaming Job (Continuous Load) as the recommended path for full + incremental sync since 4.1.0:
FROM MYSQL/POSTGRES … TO DATABASE …withinclude_tables = "students") and table-level sync (usingINSERT INTO … SELECT * FROM cdc_stream(...))The Streaming Job section in
migrate-data-from-other-oltp.mdis removed (it referenced a stalestreaming-job-multi-table.mdlink), since the same content now lives in the dedicated MySQL/PostgreSQL pages.Files changed
New (×4 files for each of mysql, postgresql):
docs/data-operate/import/data-source/{mysql,postgresql}.md(English dev)versioned_docs/version-4.x/data-operate/import/data-source/{mysql,postgresql}.md(English 4.x)i18n/zh-CN/.../current/data-operate/import/data-source/{mysql,postgresql}.md(Chinese dev)i18n/zh-CN/.../version-4.x/data-operate/import/data-source/{mysql,postgresql}.md(Chinese 4.x)Modified:
migrate-data-from-other-oltp.md(×4 — dev/4.x × en/zh): remove obsolete Streaming Job sectionsidebars.tsandversioned_sidebars/version-4.x-sidebars.json: insertmysqlandpostgresqlbetweenredshiftandmigrate-data-from-other-olap