Earlier quoted context omitted.
> disabling NCQ trim Fixed support for queued trim was part of the marketing claims for the 860 series. Whatever's going on with the 860 and newer drives requires deeper investigation, because there's plenty of reason to believe that simply applying the old workaround is not accurately targeting the real problem.
The old workaround was to turn off support for NCQ (queued) trim, instead just using standard trim. It doesn't seem to have any real downsides. :)
That depends greatly on what your software's policy for issuing Trim commands is. Partly because of the dearth of drives properly supporting queued trim, it is common for Linux distro to only run trim commands via cron job, rather than issuing them in real time during a workload.