Intel's Z68 Chipset to Bring SSD Caching to Sandy Bridge - MacRumors
Skip to Content

Intel's Z68 Chipset to Bring SSD Caching to Sandy Bridge

095114 intel z68

VR-Zone reports (via Hardmac) that Intel has begun production of its new "Z68" chipset for Sandy Bridge-based processors, with availability set for May. Most notably in light of rumors regarding the new MacBook Pro that failed to materialize, the Z68 chipset will support Intel's Rapid Storage Technology SSD caching.

Interestingly, Intel has also started production of their Z68 chipset this week along with other Cougar Point SKUs like H61 and Q65. All of them are based on the new B3 stepping therefore the SATA port 2-5 issue is fixed before they hit the market. Judging from the specs, it seems Intel has catered Z68 specially for enthusiasts which allows better processor overclocking, discrete graphics support and SSD caching capability.

SSD caching marries a conventional hard drive to a relatively small solid-state drive (SSD), with the most frequently-accessed data automatically placed on the SSD for fast access while the two drives appear to users simply as a single drive. The functionality serves to bring users much of the speed benefit of SSDs but with the storage capacity and lower cost of traditional hard drives.

095158 intel z68 slide

Several rumors in the days leading up to last week's MacBook Pro refresh claimed that the updated models would offer a dedicated SSD to host the operating system and other essential files. The claims did not, however, come to fruition.

Update: To be clear, the Z68 chipset is for desktop implementations.

Popular Stories

iOS 26

iOS 26.4 Adds Two New Features to CarPlay

Tuesday March 24, 2026 1:55 pm PDT by
iOS 26.4 was released today, and it includes a couple of new features for CarPlay: an Ambient Music widget and support for voice-based chatbot apps. To update your iPhone 11 or newer to iOS 26.4, open the Settings app and tap on General → Software Update. CarPlay will automatically offer the new features so long as the iPhone connected to your vehicle is running iOS 26.4 or later....
AirPods Pro Firmware Feature

Apple Releases New Firmware for AirPods Pro 3, AirPods Pro 2 and AirPods 4

Tuesday March 24, 2026 12:31 pm PDT by
Apple today released new firmware for the AirPods Pro 2, AirPods Pro 3, and the AirPods 4. The firmware has a version number of 8B39, up from 8B34 on the AirPods Pro 3, 8B28 on the AirPods Pro 2, and 8B21 on the AirPods 4. There is no word on what's included in the firmware, but Apple has a support document with limited notes. Most updates are limited to bug fixes and performance...
apple tv 4k new orange

tvOS 26.4 Adds These New Features to Your Apple TV

Wednesday March 25, 2026 3:33 pm PDT by
Apple this week released tvOS 26.4, and the software update includes a handful of new features and changes for the Apple TV. tvOS 26.4 is compatible with all Apple TV 4K and Apple TV HD models released since 2015. To update your Apple TV, open the Settings app on the device, navigate to System → Software Updates, and select Update Software. Below, we have recapped what is new in tvOS...

Top Rated Comments

194 months ago
Obviously nobody remembers Turbo Memory. This is just embedding it into the board.

http://en.wikipedia.org/wiki/Intel_Turbo_Memory

It did very little to improve performance and actually hurt performance in several areas.

http://www.anandtech.com/show/2252
I don't think it's really valid to draw conclusions on this from that. SSD performance - and in particular size - have come a long, long way since then.

This is basically an attempt to implement ZFS's L2ARC and (hopefully) ZIL in the chipset. IMHO this is the best usage of SSDs at current (and near future) technology levels and I've been waiting for other OSes/filesystems to implement it for years (Microsoft kind of did with Vista's/7's ReadyBoost, but you can't use regular SSDs and it doesn't cache writes).

Per those that say just get a SSD, this would still be beneficial. You could have small (4GB?) super fast SSD's (think almost RAM speeds) using the new caching tech, and have a regular-speed SSD (80GB) for your "regular" data. That would provide the best bang for the buck.
Better to just spend the money on 4GB more RAM.

This sort of thing really needs 10s or 100s of GB of SSD to be effective.

The real problem (from a marketing perspective) is that it's extremely difficult to benchmark, since it requires some time (anywhere from hours to days of representative usage) for the SSD cache to properly "warm up" before the performance benefits are seen.

Why do we need a new chipset to support SSD Caching? It seems like this could be done with software on the OS level... Windows can already do this, can't it?
The OS level is the best place to do it (because it knows about the filesystem, not just blocks), but OS vendors are dragging their feet. Vista and 7 have this somewhat implemented with ReadyBoost, but the real standouts are the OSes using ZFS.

One TB port may be fine for a laptop but but a couple of years down the road and desktops will find the need for more than one port. Laptops may never have that need but that is no surprise.
I disagree. Laptops are _exactly_ where TB can be most useful due to their physically constrained expansion options. I'm hoping future Apple laptops - particularly the Air - will soon come with at least two TB, if not three or more, TB ports.

(In the PC world it's somewhat less important since docking stations with things like multiple DVI outs, eSATA and even PCIe slots are available, but the same argument applies.)

Exactly the question I had. I assume a hardware solution may be optimal but even a software solution should be able to provide a big improvement over current solutions (similar to hardware raid versus software raid).
The "optimal" solution for both these things (caching and RAID) is in software, not hardware, because the OS has greater insight into the structure, type and frequency of data being accessed, and can hence make more intelligent decisions about how to improve performance.
Score: 1 Votes (Like | Disagree)