
OWC Reveals Thunderbolt 5 Envoy Ultra SSD With 6000MB/s Speeds
With an ever increasing demands for speed and storage, OWC's new Envoy Ultra Thunderbolt 5 marks the next era in fast SSDs thanks to the new Intel standard.

Letssss gooo
Some PC laptops have Thunderbolt 5 ports. Hope the M4 Macs will have them too.
Thank you for this. I imagine a number of people will consider this and similar products to use as an external startup disc for their Mac, due to Apple's eye watering internal SSD upgrade pricing.One can write to this device at a good 5 GB/s for the first 60GB, and then it will slow down to around 2 GB/s.
Also one can read from this device at close to 6 GB/s for ever.
Ha we have actually reduced plastics and excessive packaging significantly in our shipping. I believe the Ultra is all paper based packaging and maybe a biodegradable wrap. So we don't quite slap a label on it and send it in the post. Though its strong enough that I don't see why we couldn't!That drive is so durable, OWC wont package or bubble wrap the item when shipped!
They will just slap an address label on the device!
Likely in the real world not much at all for the majority of users. The vast majority of operations are read and there Ultra will sustain the read speed indefinitely. So in most cases, the limited cache doesn't affect real world operation. Plus even the speeds after cache is filled are still wicked fast.I've been wondering what the practical impact of the OWC 4TB Envoy Ultra TB5 having 'cache-limited' performance, and this is good to know.
I know, my OWC mac inini was perfectly packed!Ha we have actually reduced plastics and excessive packaging significantly in our shipping. I believe the Ultra is all paper based packaging and maybe a biodegradable wrap. So we don't quite slap a label on it and send it in the post. Though its strong enough that I don't see why we couldn't!
I concur with your assessment. In my specific scenario, I utilize applications that generate checkpoint files every two hours, potentially exceeding 60 GB in size (with some instances reaching up to 160 GB). These applications can operate for extended periods, spanning days and even weeks, depending on the complexity of the problem being addressed. Consequently, the speed of checkpoint file generation becomes crucial in optimizing the overall execution time of the application. The checkpoint file serves as a checkpoint, enabling the application to resume its execution from the state recorded at the time of its creation. In the event of an involuntary interruption that causes a long-running application to fail, the checkpoint file can significantly reduce the overall execution time.Likely in the real world not much at all for the majority of users. The vast majority of operations are read and there Ultra will sustain the read speed indefinitely. So in most cases, the limited cache doesn't affect real world operation. Plus even the speeds after cache is filled are still wicked fast.
I think you would be a good target for the upcoming Thunderblade X12. It will sustain the full speed for the entire capacity. In fact, one Thunderblade x12 is faster than two Thunderblade X8's that are on independent buses and RAID'd together..I concur with your assessment. In my specific scenario, I utilize applications that generate checkpoint files every two hours, potentially exceeding 60 GB in size (with some instances reaching up to 160 GB). These applications can operate for extended periods, spanning days and even weeks, depending on the complexity of the problem being addressed. Consequently, the speed of checkpoint file generation becomes crucial in optimizing the overall execution time of the application. The checkpoint file serves as a checkpoint, enabling the application to resume its execution from the state recorded at the time of its creation. In the event of an involuntary interruption that causes a long-running application to fail, the checkpoint file can significantly reduce the overall execution time.
Consider a checkpoint file of size 160 GB. It could be written out at a consistent 4.5 GB/s in 38 seconds or written out at an average 2 GB/s in 88 seconds due to the 60 GB write cache limit, which causes the write rate to decrease to approximately 1.5 GB/s beyond the 60 GB. The Ultra is likely to deliver an average write rate of approximately 2.3 GB/s when writing a 160 GB file to it. For the initial 60 GB, the rate will be around 4.5 GB/s, then it will fall off to approximately 1.5 GB/s, resulting in a total completion time of approximately 88 seconds.
Consequently, there is a penalty of approximately one minute of wall clock time required to write a 160 GB subject to the 60 GB write cache. While this may not appear significant, consider an application that operates for 30 days, necessitating the creation of a 160 GB checkpoint file every two hours. This results in an additional 6 hours of involuntary wait time over the 30-day period.
Here are some examples for writing then reading large files (160 GB and 50 GB) using my OWC Envoy Ultra.
Writing
dd if=/dev/zero of=<name of 160GB_file> bs=1g count=160 oflag=direct
160+0 records in
160+0 records out
171798691840 bytes transferred in 86.203039 secs (1992954005 bytes/sec)
Reading
dd if=/Volumes/OWC\ Envoy\ Ultra\ -\ Photos\ Libraries/160GB_file of=/dev/null bs=1g count=160 oflag=direct
160+0 records in
160+0 records out
171798691840 bytes transferred in 30.703018 secs (5595498522 bytes/sec)
Here's an example of writing and then reading a 50 GB file using my OWC Envoy Ultra that avoids the 60 GB write cache
Writing
dd if=/dev/zero of=<name of 50GB_file> bs=1g count=50 oflag=direct
50+0 records in
50+0 records out
53687091200 bytes transferred in 14.399542 secs (3728388806 bytes/sec)
Reading
dd if=<name of 50GB_file> of=/dev/null bs=1g count=50 oflag=direct
50+0 records in
50+0 records out
53687091200 bytes transferred in 9.933621 secs (5404584210 bytes/sec)
Will they/it use TB5 protocol?I think you would be a good target for the upcoming Thunderblade X12. It will sustain the full speed for the entire capacity. In fact, one Thunderblade x12 is faster than two Thunderblade X8's that are on independent buses and RAID'd together..