We would vote for the ability to do exports/imports in the background thread too. Fetching data via Rest API does not seem to disconnect logged users, so it may be could be possible to do the same with exports/imports.
Hi Gastón,
Please report a bug in our issue tracker and attach test database that you can repeat this in so I can have a look. Paste subject here once done...
From what I've read, using these will store the updated records in memory and then write them to the database in bulk, instead of each record writing to the database in turn. So perhaps there&apo...