Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-oracle: use online as default dictionary mode #2500

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

mdibaiee
Copy link
Member

@mdibaiee mdibaiee commented Mar 7, 2025

Description:

extract mode is better for long-term consistency since it supports schema changes, but it is really slow. online mode is much faster and it gives users a better first experience. If they hit an issue with schema changes, they can switch to extract mode, and theoretically they can switch back to online mode after the schema changes are captured.

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable

extract mode is better for long-term consistency since it supports
schema changes, but it is really slow. online mode is much faster and it
gives users a better first experience. If they hit an issue with schema
changes, they can switch to extract mode, and theoretically they can
switch back to online mode after the schema changes are captured.
Copy link
Member

@williamhbaker williamhbaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@dyaffe dyaffe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mdibaiee mdibaiee merged commit 929af98 into main Mar 7, 2025
54 of 58 checks passed
@mdibaiee mdibaiee deleted the mahdi/source-oracle-online-default branch March 7, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants