Slashdot Mirror


SSD Prices Fall Dramatically In 2012 But Increase In Q4

crookedvulture writes "Solid-state drives became much more affordable in 2012. The median price for 240-256GB models fell by about 44% over the course of the year and now sits around 83 cents per gigabyte. Lower-capacity drives also got cheaper, albeit by smaller margins that kept median prices from dipping below the $1/GB threshold. Surprisingly, most drives actually got more expensive over the fourth quarter, despite Black Friday and other holiday sales. This upswing was driven largely by OCZ's decision to back off its strategy of aggressively discounting drives to gain market share, allowing its rivals to raise prices, as well. Although some new models arrived with next-generation 19- and 20-nm NAND that should be cheaper to produce, those drives didn't debut at lower prices. We may have to wait a while before SSD makers pass the savings along to consumers."

12 of 77 comments (clear)

  1. yea they fell by 44% by Osgeld · · Score: 5, Interesting

    they also started using 3 bit per cell storage, effectively making their lives 1/3 as long while decreasing speed, while still being expensive as jewel encrusted shit

    give me a modern SLC quarter gig drive for 150 bucks then I might start looking, otherwise I am not looking to replace my expensive drive every 2-7 years while counting every write, I have 3.5inch drives as early as 1986 damit, I expect more for the investment.

    1. Re:yea they fell by 44% by Anpheus · · Score: 5, Insightful

      This is just uninformed. Not all drives use TLC and most drives released in 2012 do not. Some drives did, like the Samsung 840, but the 840 Pro for example did not, nor did the OCZ Vector, etc.

      Anyway, the case has always been that if you're not sure about the reliability of your disks: don't just use one! Software RAID solves the issue of TRIM support and you shouldn't be using parity on SSD drives anyway (due to garbage collection issues) so throw it in a RAID1 or RAID10 and build an even more reliable disk.

      And if you're on a laptop that can only hold one internal disk and you still feel unsafe with just one disk: why aren't you using some sort of network based or "cloud" backed storage to ensure you have copies of your most valuable data? Why aren't you making backups?

      Seriously, these problems didn't just up and appear with the invention of SSDs. It's not like we had a 30 year golden age in which no hard drive ever failed or there weren't bad runs of drives (*cough*DeskStar*cough*) that caught users by surprise. The solution has been and always will be: use RAID for redundancy, make backups for recovery.

    2. Re:yea they fell by 44% by Anonymous Coward · · Score: 3, Interesting

      At 40GB written-read /day, the current estimation for a TLC drive is a life expectancy is 7 years. Aka, much more than the current median of my past hard drives.
      Also, I can expect in 5 years that an equivalent of a 256GB SSD will cost next to nothing, so replacing it wouldn't be *that* hard...

    3. Re:yea they fell by 44% by blind+biker · · Score: 3, Informative

      This is just uninformed. Not all drives use TLC and most drives released in 2012 do not. Some drives did, like the Samsung 840, but the 840 Pro for example did not, nor did the OCZ Vector, etc.

      I have to disagree - this is very well informed, because the OP is at least aware that triple-level cell SSD drives have been introduced last year, and he/she is aware that TLC is crap waiting to unleash it's crappiness.

      Besides, just because "not all drives are TLC", the point still remains that manufacturers are only interested in high margins by selling MLC and now TLC drives, and fuck reliability and longevity.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    4. Re:yea they fell by 44% by janisozaur · · Score: 4, Informative

      There's an interesting article on how do TLC drives compare to others on anandtech: http://www.anandtech.com/show/6459/samsung-ssd-840-testing-the-endurance-of-tlc-nand

    5. Re:yea they fell by 44% by Christian+Smith · · Score: 3, Interesting

      I have one dedicated to the OS, one for programs, and I'm storing my data on standard SATA III hard-drives. As I understand it, this is the current recommended setup for SSD drives

      Urgh, no, if you have 2 SSD, at least RAID them. Or put OS+APPs on one, data on the other, and use the HDD is a live backup for both.

      Are you really spending that much time seeking in applications and OS files? That stuff typically gets loaded once on boot and then stays in RAM. It's the data where the fast random read/write times are a big win, and that's the stuff that you're storing on the spinning disks.

      OS binaries and libraries are often read in a random IO pattern, as the process jumps from one section of code to another. This is where a low latency drive on OS/application startup helps.

      User data, on the other hand, is usually read/written in a sequential IO pattern, from start to finish.

      Loading that word doc? Word will read and parse the file in one fell sweep. Saving the updated document? Why not just write it out in one go, rather than update the document in place (not sure if this is how Word works, BTW).

      Viewing pictures or listening to music or watch videos? All sequential reads, what HDD are good at.

      The only data being written to the drives are OS generated files and Temporary Internet Files, which I now plan to move off to one of my data drives

      So, having identified something where an SSD is a speedup (lots of small random reads and writes), you're now going to stop using it for that? At which point, why do you even bother with an SSD?

      Personally, I'd have gone for a single bigger SSD, put all my OS/Apps on that one, and use the HDD as backup for the SSD as well as for bulk files (media files etc.)

      In fact, I'd have stuck with the small single 128GB SSD for OS/apps + small data, and bought two HDD instead, a fast 7200 rpm one for live big data and backup of SSD, and the other as a backup HDD (which can be a low speed, low power 5400 rpm drive in an external enclosure.)

    6. Re:yea they fell by 44% by blind+biker · · Score: 3, Insightful

      Until this article, I didn't realize that there was a difference in SSD technology (SLC, MLC, TLC).

      "I am an uninformed buyer and will now dispense my lack of wisdom to you."

      I recently built a new system with two Samsung 40 250GB TLC SSD drives (paid about $170 each). I have one dedicated to the OS, one for programs, and I'm storing my data on standard SATA III hard-drives. As I understand it, this is the current recommended setup for SSD drives. My static usage on each SSD drive is about 80GB with 120GB free and 32GB unallocated. The only data being written to the drives are OS generated files and Temporary Internet Files, which I now plan to move off to one of my data drives.

      I'm not worried about my setup.

      "I am actually worried about my setup, as I intend to move frequently written datasets to the mechanical drives."

      Based on the TLC numbers, it should last about 7 to 10 years in this configuration, much longer than the expected lifetime of most consumer grade mechanical drives.

      "I am pulling some numbers right out of my ass. Also, my configuration which consists of mechanical drives should last much longer than mechanical drives."

      How did this bullshit get modded up?

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    7. Re:yea they fell by 44% by Luckyo · · Score: 3, Interesting

      A less-then-year life expectancy for home user internal PC storage medium is okay with you?

      Are you also okay with couple of years life expectancy of a car? Five year life expectancy of a house?

      Because that is just an absurd reduction in life expectancy.

  2. Prediction by backslashdot · · Score: 3, Interesting

    Here's whats gonna happen .. A scandal will break about price fixing. The govt will get involved a lawsuit will be filed. A fine will be paid. Prices will then stagnate instead of drop.

    That's the normal pattern.

    1. Re:Prediction by jonnat · · Score: 4, Insightful

      You don't seem to know what price fixing is. Prices dropping steeply as more competitors enter a market are indicative of a price war, effectively the opposite of price fixing.

      But don't let this minor detail interfere with your rant about the government.

  3. Selection Bias? by Anonymous Coward · · Score: 5, Informative

    Did anyone read their methodology? They only looked at Amazon and Newegg. And only in the US. -1 Misleading.

    1. Re:Selection Bias? by GeekWithAKnife · · Score: 5, Interesting


      Why is this a surprise?
      This is how things roll on Slashdot. It's up to us to pick the article apart, dissect the argument, question the premise and finally formulate a succinct rebuttal.

      \o/

      --
      A 'singular oddity' is an event that cannot be explained and only happens when you are alone.