Was able to double performance again and get more consistent results with the following. Going to mark this as a solution since I couldn’t get a combination of options to work with :raw.
{:ok, file} = File.open(@csv_file_path, [:append, :utf8, :delayed_write])
What was taking about 15 minutes(10m writes) is down to 2:45.
'njoy,
Mark






















