Intel Takes SATA Performance Crown With X25-E SSD
theraindog writes "We've already seen Intel's first X25-M solid-state drive blow the doors off the competition, and now there's a new X25-E Extreme model that's even faster. This latest drive reads at 250MB/s, writes at 170MB/s, and offers ten times the lifespan of its predecessor, all while retaining Intel's wicked-fast storage controller and crafty Native Command Queuing support. The Extreme isn't cheap, of course, but The Tech Report's in-depth review of the drive suggests that if you consider its cost in terms of performance, the X25-E actually represents good value for demanding multi-user environments."
This just screams dedicated database storage.
http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
Yup, and it uses SLC chips so it has an enormously long lifetime, around 70 years according to Intel.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
Is it just me or have we gone full-frontal-funnyfarm with the analogies and adjectives here?
meep
Don't you mean the door population?
Software piracy is victimless theft.
Nevermind. "Even with 100GB of write-erase per day, it'll take more than 72 years to burn through the drive." I should RTFA. But still, much room for improvement.
I have left slashdot and am now on Soylent News. FUCK YOU DICE.
It's pretty much apples and oranges. Even with batteries (which I wouldn't trust) RAM has different characteristics in power consumption, heat output, storage density etc. By the time you address these challenges you'd have... an SSD.
Plus the SSDs get their long life from having more raw storage than advertised, and dynamically shutting down dead areas and bringing in reserve areas as it ages. Your sums would have to take into account the cost of this "hidden" storage.
As an aside the best use for these things is hands down as extended cache in a storage array. One or two SSD alongside a few terrabytes of "normal" disk managed an intelligent filesystem or storage firmware can speed the whole beast up by phenomenal amounts depending on the data usage patterns. Yet the total cost of the whole storage appliance is really not much changed in relative terms. Some of the new Sun boxes are designed to work with SSDs like this, and probably from other big storage vendors as well.
PC-6400 ram is around 15 dollars a GB now, and the 6400 stands for MB/sec, i.e. ram is over 20x faster than this flash drive and has no write wear issues or slowness of random writing. The only thing wrong with it is volatility, but in an enterprise environment you can use a UPS and/or maintain a serial update log on a fast hard disk or RAID (since the log is serial, the flash drive's ultrafast seek advantage doesn't apply). There is just a narrow window where this $21/gb 32gb flash drive is really cost effective.
Opening a bank/row to allow the memory cells to be read/written takes time, too. In RAM terms, that's called CAS Latency. This is what re-ordering helps to reduce: switching banks/rows
just wonder why there are so many anonymous cowards in this world....
NCQ gives the SSD something to do while the host is figuring out what to write or read next. Normally it's used to allow the host to fire and forget 32 commands. In this case, you queue up a bunch of stuff, then figure out what to queue next.
SSDs are so much faster that the host is generally not keeping up with it.
æeee!
What happens when the read-write cycles on this run out?
I would have liked to have seen them test this drive in a much more powerful system. I mean, a P4 with 1GB RAM, and a fairly dated chipset (955x) as the SATA controller? No one is going to put a drive like this in a system that old. I'd guess that we might see different results on a more powerful system. At some point in those tests, other components of this fairly slow (by today's standards) machine. Throw some serious power behind it, and you can be sure that you're not bottlenecked, and the full power of the drive shows. Can't say for sure if this is actually the case, as I don't have a drive to test, but it's a definite possibility. Hopefully someone else does a similar review with a more powerful testbed.
Try using a RAM disk.
I often do compiles (Gentoo) on a ram disk.
Linux desktop systems doesnt use anywhere near the amount of ram modern systems have so just make a tmpfs mount and the compiles fly. :)
Do a test based on price.
$x,xxx worth of SAS/SCSI disks vs $x,xxx worth of SSD drives.
See which is faster then.
Thats the most realistic benchmark (for people without infinitely deep pockets).
Except those same drives don't exactly compare due to a poor implementation of the hardware or the write/cleaning algorithm in the JMicron controller many (all?) of those are using. The capacity and price are tempting, but the write latency especially during random accesses is beyond awful. Unless of course they were able to update the firmware on those chips to address the issue since this article was published: http://www.anandtech.com/cpuchipsets/intel/showdoc.aspx?i=3403&p=7
Even if it's solid state, there's still a physical layer, and still a logical-to-physical abstraction that an IDE disk must perform. (Slashdot pedantics will please note that here an IDE disk means a disk with an integrated electronic controller, not just a drive with an ATA interface. If you've never had to know the true physical geometry -- the number of cylinders, heads, and sectors in a disk (CHS)-- to tell your PC's BIOS or OS, you've never used a non-IDE disk. Most BIOS systems were faking CHS numbers by the time EIDE hit in 1994 which eliminated CHS in favor of LBA.)
Flash drives use NAND flash memory, which uses pages of up to about 4 KB. For the most part, you can only access a single page at a time. Additionally, sequential access within a page is almost always faster than random access. Giving the disk's integrated controller a list of values means that it can examine the queue intelligently and can perform paging operations more intelligently.
The road to tyranny has always been paved with claims of necessity.
Why the heck does a drive that has uniform, low latency random access would even NEED NCQ? NCQ was designed to optimize the seek order in mechanical drives with heads.
Actually even if you do do use it for swap, or some application that writes to out absolutely flat out the lifetime is less than Intel quotes. If I use the formula here
http://www.storagesearch.com/ssdmyths-endurance.html
2 million (write endurance) x 64G (capacity) divided by 80M bytes / sec gives the endurance limited life in seconds.
I can work out how much less.
If you substitute the figures Intel gives for write endurance (100000), capacity(80GB) and write speed(170MB/sec) you only get 1.5 years. Bear in mind that's for an application that writes flat out at 170MB/sec 24 hours a day.
The odd thing is if you compare it to the X25-M. Write endurance is 10x less at 10000, write speed is lower at 70MB/sec. There I get 0,37 years. Mind you with SLC memory being 1/3 the price you could just buy three times as much of it. That way you get 3x the storage and a lifesapce of 1 year absolute worst case. SLC actually seems like a better choice for most people.
Incidentally, this really is a worst case, hopefully no real world application can saturate write bandwidth like this.
It would also make sense to gradually decrease the write bandwidth so the drive slows down in its old age but takes longer to die. Throttling write bandwidth to 70MB/sec on the SLC drive would give a life of 3.7 years. Throttling to 70MB/sec after half the writes were used up for an average write rate of 120MB/sec would give you 2.16 years. You could imagine a sort of Zeno's throttling algorithm (50% bandwidth at 50% life, 25% bandwidth at 75% life and so on) where the write bandwidth keeps dropping so the drive slows down but never actually dies.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
If only the RIAA understood that...
Anyone who tells you SSDs are a replacement for disks is at best talking about some niche workloads and at worst trying to sell you a line of the old BS. SSDs render 15k rpm disks obsolete all right, but not in the way you're suggesting.
To get the same capacity as you'd get out of those hot, expensive disks - which is not a lot given what you're paying for them - you'd need to spend much more, and you'll likely find that performance levels off quickly when you saturate out your HBAs and/or CPUs and/or memory bus and/or front-end connectivity. Much better to combine a few of these with slow, cool, cheap disks to maximise both performance and capacity at a lower price than the 15k disks.
Let's take an example.
Suppose you have 14 146GB 15k rpm disks. They cost you $2000 apiece, or $28000. Each one gives you 300 IOPS, for a total of 4200 (we'll ignore the costs and inefficiencies of the hardware RAID dinosaur you're probably using these with; if we didn't, you might start to feel stupid about it). So you spent about $6.67/IOPS or $14/GB, plus the power and cooling to keep those disks spinning. Not cheap. Not particularly fast. Not really great in any way.
Suppose instead that you want to replace them with these 80GB SSDs. You'll probably pay your vendor around $1400 for them (figure 60% margin like they're getting on those FC drives you've been buying from them). Now you need 26 of them to get the same capacity, costing you $36400. But you get about 12000 read IOPS each (write latency suspiciously omitted from this fluff piece, but we'll dubiously assume it's similar - it almost certainly isn't anywhere close) for a total of 312000. Too bad your HBA can do only about 140000, so you'll max out there on random reads. And if we're talking about block sizes larger than 512 bytes, latency will be higher. So you've spent $0.26/IOPS, which is great, and you've saved money on operating costs as well. But you actually spent a lot more in total - $18/GB - and woe unto you if you need more capacity; demand for storage tends to double every 12-18 months, and adding in 80GB chunks at $18/GB is going to hurt. Sure, prices will drop, but not fast enough to be competitive with the multi-TB disks we're already seeing today.
Finally, suppose instead that you buy 2 of these SSDs to act as log devices and then buy 4 1TB 7200rpm SAS disks for $350 each. You've spent $4200 and you've gotten 24000 IOPS. That's $0.18/IOPS or $0.48/GB, and you've actually spent much less in absolute terms as well. You're still spending only a tiny fraction in power and cooling of what you were spending on the original all-disk solution, and you've got twice as much total storage capacity. Best of all, you can now grow your storage in two dimensions, not just along a line fixed by the disk vendors. Need more IOPS? Add another SSD or two. Need more capacity or streaming bandwidth? Add some more rotating rust.
This approach gives you the best of all worlds, something you can't get by blindly replacing all your disks with SSDs. In other words, you get to pick the spot along the performance/cost/capacity curve that's right for your application. Using only SSDs, only slow disks, or only expensive disks doesn't do that. Upon a moment's though, this should be obvious: when your computer needs to perform better, adding DRAM is usually the best way to make that happen. When it needs to store more data, adding disks is the way to go. You don't add disks to improve performance (one hopes... if you need to do that, your storage vendor is probably taking you to strip clubs) and you don't add DRAM to increase storage capacity. This is no different. Flash occupies an intermediate spot in the memory hierarchy and has to be thought of that way. It's exciting to see the prices fall and capacities rise like they have, but I don't think a lot of people really understand yet just how SSDs are going to change things.
Since you seem to know about this, how long would a normal Disk last in that environment?
This is not the funny you're looking for.
With RAID-5 reaching its limits for magnetic media, a rack of these could be a viable replacement.
* bracing self for long discussion on RAID levels, file systems, and a certain Unix OS *
Well I just checked and a hot disk in my SAN has done a bit over 15M 128K writes in the last 3 weeks so about 1.92TB in 21 days or close to 100GB per day. I have replaced 3 drives out of 150 in the last 2.5 years (well 5 total but 2 were precautionary from the SAN vendor when trying to troubleshoot another issue). This is a pretty lightly utilized SAN, we need it more for capacity then pure I/O. I can see a busy installation doing 10x what we do without even pushing the same hardware to its limit.
There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
Yes, but some legacy operating systems can only address 4G of RAM (including the graphics card). Also, some hardware may not be able to take more ram. I can't think of any machine where 64G of ram is very cheap.
I'm a Gentoo user too. My CPU and hard drive are decent (Core 2 Duo 3.33 Ghz, Western Digital 500 Gb RE2). I build on the root filesystem. I've never seen an I/O bound build, it's always the CPU. What are you people talking about?
The earlier model of Intel SSD had some serious performance degradation after a few hours of heavy use. (Article in French, but it says that after a ten minute torture with IOmeter writing small blocks to the drive, and even after waiting an hour for the drive to 'recover', performance drops by about 70%.) I wonder if they have fixed this bug with the new model?
-- Ed Avis ed@membled.com
We've already seen Intel's first X25-M solid-state drive blow the doors of the competition, and now there's a new X25-E Extreme model that's even faster. This latest drive reads at 250MB/s, writes at 170MB/s
Yet, 5 articles down the Slashdot homepage, options depending:
Samsung said it's now mass producing a 256GB solid state disk that it says has sequential read/write rates of 220MB/sec and 200/MBsec, respectively.
I'm pretty sure the improved write speeds is the part that people are interested in with SSDs these days.
Interested in open source engine management for your Subaru?
From the techreport article :
Is it time to look at connecting these chips direct to the motherboard ? Avoiding the added complexity of driving what is essentially a block of memory via a serial interface designed to control spinning discs. If the SLC memory chips were mapped into the main memory address space, it should be possible to make them look like a 32G or 64G (NV)RAM drive on a Unix/Linux system. Mount '/' and '/boot' on the (NV)RAM drive and install the OS on it. Presto - very fast boot and load times. You can still use traditional spinning disc(s) for large data, mounted as separate data partitions.
It would need some thought as to which parts of the filesystem went on spinning disc and which parts went on the (NV)RAM partition. But that is why Unix/Linux has all of the tools for mounting different parts of the filesystem on different partitions. Back in the olden days, most systems had a combination of small fast(ish) discs and big(ish) slow discs, and tweaking fstab to mount different parts of the filesystem on different discs was a standard part of the install process. Most desktop systems now have one huge disc, and the standard Linux install dumps everything on one big '/' partition, but all the tools for optimizing the partition layout are still there.
How about an ultra quiet desktop workstation with no moving parts, the OS installed on (NV)RAM disc, and user data dragged across the network from a fileserver (e.g NFS mounted /home).
Here's where I would go with a useful link. "Duplex" doesn't necessarily mean what you think it means in this context. The use of this term bare is misleading, as perhaps the marketing person who invented the meme intended to be.
"FYI, SAS full duplex means that one channel can be used for data traffic and the other channel can be simultaneously used for command traffic. Both channels cannot be simultaneously used for data. So when Mr Batty says 6Gb/s is available and that's 4x SATA I, he is technically correct, but end users will not see 4x performance."
If you can't sell on the features, it's ok for some people to make stuff up when they're selling. But not us, here, ok? Let's be honest with one another here around the water cooler.
Help stamp out iliturcy.
The Fusion IOdrive is faster...about 510 Mb/s according to dvnation. At $30/GB, that's not bad. Granted, the Intel one is $22/GB...but it has about twice the performance; and it's only priced about 1.4x the price of the Intel ssd.
social sciences can never use experience to verify their statemen