Open amelia-ay opened 1 month ago
Hello @amelia-ay
Hello @amelia-ay
hi @marcosmarxm ,
So far, we have added a limit of the max chuck size from the source MySQL, and added the close connection for Databricks. And recently, we have added the times of merging the staging to the final table to a possible blockage from the final big merge. Then, how to release the cache of the Databricks pod in a timely manner remains a headache problem.
What value of chunk size are you using today?
this is actually a destination issue.. tagging @edgao
cc @davinchia , unassigning myself
What value of chunk size are you using today?
QUERY_TARGET_SIZE_GB = 3_145_728; MAX_CHUNK_SIZE = 1_000_000;
Connector Name
source-mysql
Connector Version
3.7.3
What step the error happened?
During the sync
Relevant information
related to https://github.com/airbytehq/airbyte/issues/45871
we change MAX_CHUNK_SIZE of source-mysql like psdb.cloud , and it solved.
Relevant log output
No response
Contribute