Forum Discussion
ntimmerman
Helper I
1 year agoNotebook delta table merge operation error: Cannot seek after EOF
Hello Community, For one of our data ingestion jobs, I am using a notebook to read MySQL data and I am executing a merge command to merge the source data with already existing data in the delta t...
frithjof_v
Community Champion
1 year agoDoes it work if you automate the table maintenance?
E.g. by scheduling a Notebook to run OPTIMIZE on the tables at a pre-defined interval?