cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 

NetSuite connector (Lakeflow Connect) — transactionline refresh takes 3.5–4.8 hrs regardless

tcranoratmcgee
New Contributor II

Setup: Lakeflow Connect Netsuite pipeline (UC Connection, deployed via UI), Azure Databricks. Target table is netsuite.transactionline, currently about 13.8M rows, 395 columns, CDC ingestion type (I know I know but there aren't that many rows changing per day and I want that history)

Symptom: every refresh of this table takes 3.5 to 4.8 hours regardless of how much data actually changed

Examples:

Run DateSource Rows (insert + Update)executionTimeMsmaterializedSourceTimeMsscanTimeMsrewriteTimeMs
2026-07-24 (initial backfill)13,678,24213,458,451 (3.7h)13,374,36824,58159,462
2026-07-3076,63412,662,653 (3.52h)12,644,0402,86415,735
2026-07-3113,01617,162,963 (4.77h)17,150, 0042,45810,489
2026-08-0111,86912,739,450 (3.54h)12,726,8622,20010,376
2026-08-038,25713,023,688 (3.62h)13,010,7203,1689,788
2026-08-0421,03013,562,01713,547,9212,45011,634

The actual Delta merge/write mechanics are consistently seconds. Essentially 100% of executionTimeMs is materializeSourceImtMs and that number is flat at 3.5+ hours whether the run is picking up 8k changed rows or the full 13.68M initial backfill

Question: Sice runtime isn't scaling with rows actually written,, it looks like the connector's extraction step is doing a full scan on all the Netsuite transactionlines to comute the incremental diff rather than using a standard "modified since" pull. Has anyone else noticed this behavior? Is there a way to configure or tune the way this connector filters its source query? Or is this expected behavior for this table given limitations on Netsuite's end?

Happy to share pipeline config or more output history if useful for troubleshooting.

0 REPLIES 0