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
140 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
140 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
140 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
140 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
140 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
140 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 on iPhone Feature

Here's When iOS 26 Rolls Out Today in Every Time Zone [Update: Out Now!]

Monday September 15, 2025 12:00 am PDT by
Update 10:06 a.m.: iOS 26 is rolling out now, though it may take a bit for all users to see it, so keep checking! Today's the day! Apple is about to release iOS 26, which will deliver the biggest redesign since iOS 7 and bring a range of new features and improvements to iPhones worldwide. It's Apple's biggest software update of the year, and Apple announced at last week's iPhone event that...
iOS 26 Battery Glass Feature

Apple Says Installing iOS 26 Might Impact Battery Life

Monday September 15, 2025 10:56 am PDT by
In the iOS 26 release notes, Apple is warning iPhone users that installing the new software might have a temporary impact on battery life, which is normal. A new support document explains that major iOS updates require background setup like indexing data and files for search, downloading new assets, and updating apps. Further, Apple says that new features could require more resources,...
Tim Cook Rainbow

Apple Reportedly Plans to Launch These 10 Products in 'Coming Months'

Sunday September 14, 2025 8:45 am PDT by
Apple's annual September event is now in the rearview mirror, with the iPhone 17, iPhone 17 Pro, iPhone 17 Pro Max, iPhone Air, Apple Watch Series 11, Apple Watch Ultra 3, Apple Watch SE 3, and AirPods Pro 3 set to launch this Friday, September 19. As always, there is more to come. In his Power On newsletter today, Bloomberg's Mark Gurman said Apple plans to release many products in the...
AirPods Pro Firmware Feature

AirPods Pro 2 and AirPods 4 Get iOS 26 Features With New Firmware Update

Monday September 15, 2025 10:50 am PDT by
Apple today released updated firmware for the AirPods Pro 2 and the AirPods 4, introducing support for the new AirPods features that are included in iOS 26, iPadOS 26, and macOS Tahoe. The firmware has a build number of 8A356, and it replaces the current 7E93 firmware. With Apple's new software updates, the AirPods Pro 2 and the AirPods 4 support better audio quality for phone calls and...
iOS 26 Feature

iOS 26 Available Now With These 8 New Features

Monday September 15, 2025 5:45 am PDT by
Following three months of beta testing, iOS 26 was released today, September 15. The update is compatible with the iPhone 11 series and newer, and it is available to install via the Settings app, under General → Software Update. Below, we have highlighted eight new features included in iOS 26. Even more new features and changes are outlined in Apple's release notes for the update. Some of ...
iphone 17 lineup

iPhone 17 Models Launch on September 19 With These New Features

Friday September 12, 2025 7:58 am PDT by
Apple will launch its new iPhone 17 lineup and ultra-thin iPhone Air in stores on Friday, September 19, and the company has already shown off the new devices at its fall event, which ran with the the tagline "Awe dropping." The iPhone 17 series brings a host of new features and enhancements. Here's a rundown of the biggest upgrades and changes: iPhone 17 Display Changes The iPhone...