Hi guys, I tried prefixing with the :auto command and the periodic commit works. Something like this:
:auto USING PERIODIC COMMIT 10000
LOAD CSV WITH HEADERS FROM "file:///MetObjects.csv" AS row
MATCH (p:Painting {id:row.`Object ID`})
WITH p, row.Med...