Other World Computing (OWC) today announced a new software solution that allows users to combine the speed of a solid state drive with the increased storage space of a traditional hard drive. The new Transwarp technology was previewed for the first time this week at CES 2015.

owc_transwarp
While SSD caching is not new, OWC's Transwarp solutions aims to make it easy for Mac owners to combine a removable SSD and HDD into a single data volume. Unlike Apple's Fusion Drive which also pairs an HDD with an SSD, OWC's Transwarp setup uses the HDD to hold all the data and the SSD as a cache, storing only the most frequently and recently accessed data on the faster access volume while the traditional hard drive retains a complete copy of all data.

With Transwarp, the SSD also can be removed as needed, allowing users to travel with only the HDD installed in their computer. When the SSD is reconnected to the OS X system, OWC's Transwarp technology takes over and again combines both drives into one.

Transwarp persists even when the power is turned off. Once the SSD is reconnected, Transwarp seamlessly picks up where it left off, making it a great option for laptop users looking for the flexibility to be light on the road, but fast at home or in the office. Converting a drive from Transwarp happens as quickly as it is created, returning both drives to regular volumes within minutes.

OWC is only previewing Transwarp at CES 2015. The company has yet to announce a formal launch date beyond "later this year" or suggested retail pricing for the drive technology.

Top Rated Comments

ArtOfWarfare Avatar
141 months ago
Not saying their algorithm is bad, but I like granular control and predictability.

The problem with your method is that it's time consuming.

1 - Every time you save a file you have to think about whether you want it on your SSD or your HDD.
2 - You have to remember to manually move files between your SSD and HDD.
3 - You have to remember whether you saved it on the SSD or the HD.

That might not seem like a huge cost, but it's seconds a day, every day, for years, which means it costs you hours/days over years.

This sounds interesting to me... but I feel like I'll only be holding onto my current computers for a few more months. Worst case they'll get replaced at the end of 2016. And whatever replaces them will probably be SSD only.
Score: 4 Votes (Like | Disagree)
Glassed Silver Avatar
141 months ago
The time saved is equal to the amount of time save per access times the number of accesses. So YES frequency matters a lot, like it is the single most important factor.

Data that is read once might be 10 milliseconds faster from SSD and that's all the time you save is 10 milliseconds but data that is read 1,000 times per session will save you 10 seconds total. You are not likely to know what data you are frequently accessing. It might be some executable code in the /Applications folder that keeps getting mapped in. It's certainly NOT that Word document you are working on because it would be cashed in RAM and read off the disk once. Most of the stuff is going to be bits and fragments of the operating system or maybe some media files you are editing.

And then you have the problem of when you leave home you have to copy back all the changes to the data you made on the SSD to sync the HD.

I think Apple's fusion drive is the best idea for a non-removable SSD but this seems like a good way to used a small SSD. Adding a 128GB SSD might make the computer MUCH faster with little effort and then there is nothing to do when you leave home or office but unplug the drive, no re-sync needed.[...]

The thing is, not every frequently accessed file needs to be accessed at highest speeds.
There is practically (user facing) no difference between saving a 5MB Word document to HDD vs. to SSD.
Will you be able to tell the difference? Maybe, sure, but will it improve your workflow?
Is it worth a solution that involves proprietary data storage technology?
If you are like me, all the executables are on the system drive anyways, along with all the scripts that execute and files like libraries of applications like iTunes, Aperture (farewell... :rolleyes:) and so on.
The actual media files are on drives that need not be very fast.

How fast does that video of yours need to be streamed from your storage to RAM?
Anything above bitrate+overhead will do.
1080p plays very nicely from a USB2.0 drive, why would I like to cache it to SSD only because I may access it frequently?
Just an example, but there really is no need.

Frequency does multiply the time you save each time, but not all time saved/all maximum speed is needed.

Since I have a system for storing my files, personal files, in folders, naturally it's easy to assign drives as well, they are practically just a sort of "top level folder" in my thoughts like Music and Documents to others within their home directory.
From there on come the subfolders and the eventual filename.
So all files that I do not know of theoretically are on my system drive anyways.
Make an SSD your system drive, solve your speed problems.

Glassed Silver:mac
Score: 3 Votes (Like | Disagree)
Michael Scrip Avatar
141 months ago


The problem with your method is that it's time consuming.

1 - Every time you save a file you have to think about whether you want it on your SSD or your HDD.
2 - You have to remember to manually move files between your SSD and HDD.
3 - You have to remember whether you saved it on the SSD or the HD.

That might not seem like a huge cost, but it's seconds a day, every day, for years, which means it costs you hours/days over years.

Or you can put files where they belong in the first place. People have been manually managing files for years. As long as you have a plan... it's not a problem.

Like Glassed Silver... I have multiple hard drives. But there is no problem of "remembering" where to save files. They go where they belong.

My OS and apps are on the SSD.

All my personal and general files are stored on a spinning hard drive.

I have another hard drive that is just for editing video. All video projects and media belong on that drive.

And I have a portable hard drive just for my websites. All files relating to websites belong on that drive.
Score: 3 Votes (Like | Disagree)
2457282 Avatar
141 months ago
with the fusion drive in place and working well, I am not sure what problem this solves for the Mac space. What use case would justify not purchasing the fusion drive with the Mac? Just wondering.
Score: 3 Votes (Like | Disagree)
ChrisA Avatar
141 months ago

Also, the data I need at fast speeds is determined by more than frequency or shall I say short-term frequency.
Glassed Silver:mac
The time saved is equal to the amount of time save per access times the number of accesses. So YES frequency matters a lot, like it is the single most important factor.

Data that is read once might be 10 milliseconds faster from SSD and that's all the time you save is 10 milliseconds but data that is read 1,000 times per session will save you 10 seconds total. You are not likely to know what data you are frequently accessing. It might be some executable code in the /Applications folder that keeps getting mapped in. It's certainly NOT that Word document you are working on because it would be cashed in RAM and read off the disk once. Most of the stuff is going to be bits and fragments of the operating system or maybe some media files you are editing.

And then you have the problem of when you leave home you have to copy back all the changes to the data you made on the SSD to sync the HD.

I think Apple's fusion drive is the best idea for a non-removable SSD but this seems like a good way to used a small SSD. Adding a 128GB SSD might make the computer MUCH faster with little effort and then there is nothing to do when you leave home or office but unplug the drive, no re-sync needed.

----------

SSD prices are dropping enough that this won't really be of much benefit for long.
OWC is in the bossiness of selling upgrades to people who own older computers. This is a way to let people use their HDD based computers another couple of years. It's not for those with new computers
Score: 2 Votes (Like | Disagree)
Glassed Silver Avatar
141 months ago
I'm wary of adopting any freshly baked proprietary data storage technology.

I'd rather have a manual system SSD/few data + big HDD combo.
Trusted method, no worries.

Also, the data I need at fast speeds is determined by more than frequency or shall I say short-term frequency.
Not saying their algorithm is bad, but I like granular control and predictability.

Glassed Silver:mac
Score: 2 Votes (Like | Disagree)

Popular Stories

iOS 26 Battery Glass Feature

iOS 26.1 Beta Liquid Glass Battery Drain Test: Tinted vs Clear Mode

Friday October 24, 2025 2:30 pm PDT by
In the fourth iOS 26.1 beta, Apple added a "Tinted" option that reduces the translucency of Liquid Glass for those who prefer a more opaque look. I saw some comments wondering whether the setting might preserve battery life, so I thought I'd do some testing. Test Settings I did four separate tests using the iPhone 17 Pro Max, and I kept the parameters as similar as possible. Here are the...
iOS 26 Maps Glass

Apple Reportedly Moving Ahead With Ads in Maps App

Sunday October 26, 2025 6:22 am PDT by
Apple Maps could feature integrated ads as soon as next year, Bloomberg's Mark Gurman reports. In his latest "Power On" newsletter, Gurman said that Apple's plan to bring more ads to iOS is moving "gaining traction," with the Maps app being next in line. The project will apparently give restaurants and other businesses the option to pay to have their details featured more prominently in...
iOS 26

iOS 26.1 Coming Soon: New Features for Your iPhone and Release Date

Monday October 27, 2025 7:55 am PDT by
The upcoming iOS 26.1 update includes a handful of new features and changes for iPhones, including a toggle for changing the appearance of the Liquid Glass design, "slide to stop" for alarms in the Clock app, and more. Below, we outline key details about iOS 26.1. Release Date Given that Apple has yet to seed an iOS 26.1 Release Candidate, which is typically the final beta version, the...
iOS 26

iOS 26.1 Coming Soon With These 8 New Features for Your iPhone

Wednesday October 22, 2025 6:15 am PDT by
The upcoming iOS 26.1 update includes a handful of new features and changes for iPhones, including a toggle for changing the appearance of the Liquid Glass design, "slide to stop" for alarms in the Clock app, and more. iOS 26.1 is currently in beta testing. The update will likely be released in the first half of November, and it is compatible with the iPhone 11 series and newer, but some...
iPhone 17 Colors

iPhone 18 Rumored to Feature 50% More RAM

Saturday October 25, 2025 2:57 am PDT by
Apple's upcoming iPhone 18 could feature 50% more memory than its predecessor, according to Korea's The Bell. With its latest iPhone lineup, the iPhone Air, iPhone 17 Pro, and iPhone 17 Pro Max feature 12GB of memory. This is a significant increase of 4GB more their predecessors, largely driven by the demands of on-device artificial intelligence processing. The iPhone 17 is the only new...
maxresdefault

Apple TV 4K Could Still Launch Before 2025 Ends: All the Rumored Features

Monday October 27, 2025 12:51 pm PDT by
Apple is designing an updated version of the Apple TV 4K, and rumors suggest that it could come out sometime in the next couple of months. We're not expecting a major overhaul with design changes, but even a simple chip upgrade will bring major improvements to Apple's set-top box. Subscribe to the MacRumors YouTube channel for more videos. We've rounded up all the latest Apple TV rumors. ...
M6 MacBook Pro Feature 1

M6 MacBook Pro: Release Date, Pricing, and What to Expect

Monday October 27, 2025 9:15 am PDT by
Apple this month refreshed the 14-inch MacBook Pro base model with its new M5 chip, and higher-end 14-inch and 16-inch MacBook Pro models with M5 Pro and M5 Max chips are expected to follow in early 2026. However, these machines will represent the final update to the current design, with Apple reportedly developing a completely new version of the MacBook Pro packed with next-generation hardware...
swift for android

Developers Can Now Make Android Apps With Apple's Swift

Sunday October 26, 2025 4:23 am PDT by
The first preview release of the Swift SDK for Android was published this week, allowing developers to build Android apps in Swift with official tooling and making it easier to share code across iOS and Android. The SDK enables Android apps to be built in Swift using officially supported tooling rather than community workarounds. In June, it was announced that Apple's Swift programming...
Emergency SOS via Satellite iPhone YT

iPhone 18 Pro Rumored to Support Full 5G Satellite Internet

Friday October 24, 2025 7:18 am PDT by
At least some new iPhone models launching next year may support full 5G satellite internet, according to a report this week from The Information. "Apple plans to add support in upcoming iPhones as early as next year for 5G networks that aren't tethered to Earth's surface, which includes satellites," the report said. "That would give the iPhone full internet access over satellite," it added. ...