Dremio Docker slow CTAS to S3

While writing to S3 via Dremio (hosted on a docker container), the time taken to create a table for a file of 6.6K records is 25s, while updating the table takes 50s. Isn’t the performance slow and how do I increase the speed?

@swakv When you say update, are you using DML? Are you able to provide profiles for both the jobs?