Um, it SHOULD be 99.99% read. That’s how the technology of video editing works. If it’s not 99.99% read, you’re doing something wrong.
When you’re editing a video, you’re using editor software (Adobe Premiere, FCPX, etc.) to build a timeline of what clips of which source videos* you want shown, and in what order. But the “clips” in the timeline are just pointers, they’re references to the source files, that your NLE just keeps reading from again and again as you edit.
You never rewrite your source files, because doing so would degrade the quality of your source file each time you did, like copying a VHS tape repeatedly. So when you “edit a clip” you’re not writing anything to the source videos on your external storage. You’re just changing the contents of a timeline file (effectively a table / spreadsheet of your intended clips and edits, probably kept on your primary SSD for performance) that describes what start and endpoint of the source video you intend to use as a “clip”, and what modifiers you intend to apply to it when you write your final output video later at the end of your editing.
When you are done editing and export a final video file, your NLE creates that final file, by reading from different parts of all your original source videos, combining them in the right order, and applying your saved edits to each of them as the final output video is written. So each single time you do write out a video, you’re reading from any number of source files, and possibly multiple different times from the same source file. Could be dozens or even hundreds of reads, per write. And that’s the times you are writing.
So yeah, 99.99% read. Give or take a decimal point.
*Source videos while editing may be the originals, or smaller proxy files you create to reduce your CPU workload while editing, but either way the process works the same. You can also generate intermediary render files to reduce CPU overhead while editing / previewing, but you don’t have to.