I have a MacBook with a 512GB SSD. I am somewhat new to SSD ownership, at least for a working device. I often use batch files and shell scripts to assemble working documents for projects.
My current project involves creating a CSV lookup table. The method I'm using will append the same file quite a few million times, at about 40 bytes each time.
My fear is that this will be bad for my SSD. Write caching would probably mitigate my fears, but I'm having trouble getting good data on this.
I'm not above buying an external magnetic drive, but it'd be nice not to have to.
Is this safe?