Skip to content

Add debug merge columns#235

Open
Francesco Capponi (FreCap) wants to merge 50 commits into
confluentinc:masterfrom
FreCap:add-debug-merge-columns
Open

Add debug merge columns#235
Francesco Capponi (FreCap) wants to merge 50 commits into
confluentinc:masterfrom
FreCap:add-debug-merge-columns

Conversation

@FreCap
Copy link
Copy Markdown

No description provided.

Kevin Pullin (kppullin-nt) and others added 30 commits May 16, 2022 10:57
change data capture pipelines that replicate 100s of tables to BigQuery,
execute `DELETE`s of the intermediate tables in `batch` priority. This reduces
the number of `interactive` queries running concurrently in BigQuery and
lowers the likelyhood of hitting BigQuery limits on concurrent queries.

Since the intermediate table clearing is done on a best effort basis
and since the code is already built to handle stale data in the table,
(such as cases where the data is in the temp streaming buffer, that
DELETES cannot affect), we can safely queue up batch based DELETEs.
Updating to version 2.6.0 required to use the original topic
Updating to version 2.7.0 required to use the original topic
Updating to version 2.7.0 required to use the original topic
Updating to version 2.7.0 required to use the original topic
fcapponi and others added 20 commits July 19, 2022 16:49
…es not support updating the entire row at [11:7]"

This happens when the table name and a column name have the same name
…es not support updating the entire row at [11:7]"

This happens when the table name and a column name have the same name
…erge-update

Adding retry for serialize concurrent merge exception
…batch-priority

For configurations with many bigquery connectors, such as debezium
Configurable max rows per streaming request
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.

2 participants