I ran a query to load a csv that I terminated since it was taking too long.
Is there a way to tell how many rows of the csv were imported? And then restart the import from that location?
Below is the start of my query
USING PERIODIC COMMIT 10000
LOAD...