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

Feature Request: Per-table VStream COPY #16413

Open
twthorn opened this issue Jul 16, 2024 · 0 comments
Open

Feature Request: Per-table VStream COPY #16413

twthorn opened this issue Jul 16, 2024 · 0 comments

Comments

@twthorn
Copy link
Contributor

twthorn commented Jul 16, 2024

Feature Description

Currently, if a client triggers a VSCopy operation it runs for all tables that the client is reading changes from. There should be an option for a client to specify a list of tables that should run the VSCopy operation, rather than always copying all of them.

Slack discussion

Use Case(s)

The use case addressed is that VSCopy is a costly operation and a user may only want to COPY a single or small subset of tables to avoid the downtime when the connector is not in real-time streaming mode, and doesn't want to load the downstream system unnecessarily if only certain tables needed the VSCopy.

@twthorn twthorn added Needs Triage This issue needs to be correctly labelled and triaged Type: Feature Request labels Jul 16, 2024
@shlomi-noach shlomi-noach added Component: VReplication and removed Needs Triage This issue needs to be correctly labelled and triaged labels Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

4 participants