{"id":15999,"date":"2010-03-08T00:05:28","date_gmt":"2010-03-08T00:05:28","guid":{"rendered":"http:\/\/alienbabeltech.com\/main\/?p=15999"},"modified":"2010-05-02T22:02:27","modified_gmt":"2010-05-02T21:02:27","slug":"patriot-torqx-m28-256gb-ssd-review","status":"publish","type":"post","link":"https:\/\/alienbabeltech.com\/main\/patriot-torqx-m28-256gb-ssd-review\/","title":{"rendered":"Patriot Torqx M28 256GB SSD Review"},"content":{"rendered":"<p align=\"center\"><script type=\"text\/javascript\">\/\/ <![CDATA[\ngoogle_ad_client = \"pub-7021221536180758\";\n\/* 468x60, created 11\/11\/09 *\/\ngoogle_ad_slot = \"1949837292\";\ngoogle_ad_width = 468;\ngoogle_ad_height = 60;\n\/\/ ]]><\/script><br \/>\n<script src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\" type=\"text\/javascript\">\n<\/script><\/p>\n<p><!--pagetitle:Introduction--><a href=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/frontpage.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-16005\" title=\"FrontPage\" src=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/frontpage.jpg?resize=500%2C150\" alt=\"FrontPage\" srcset=\"https:\/\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/frontpage.jpg 500w, https:\/\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/frontpage-300x90.jpg 300w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" \/><\/a>If you have been following ABT, you will notice that we let the cat out of the bag a few months ago when we posted the \u201c<a href=\"http:\/\/alienbabeltech.com\/main\/?p=13102\">Patriot Torqx M28 256 GB SSD Unboxing and Performance Preview<\/a>\u201d article. In there we gave you a look at the Solid State Disk (SSD) we have been testing for the past few weeks and a real world performance preview. In this article we will delve deeper into the underlying architecture of a Solid State Drive (SSD) and see what makes it tick.<\/p>\n<p>Since we posted that article a few months ago, a lot has changed which was the reason for delaying this article. When I was originally ready to post the results, Patriot informed me that they were very close to releasing a new firmware for the SSD that would support TRIM command. I decided to delay the article and test the SSD again with the new firmware and post the new results as well.<\/p>\n<p>Over the course of next few pages, I\u2019ll try to explain as best I can what makes a SSD function, what is the underlying technology. We&#8217;ll see how data is written and read and then I will round it off with the benchmarks. I will try to keep the explanation as simple as possible, as I remember how empty I came away after the first time I tried to read the SSD technology due to the technical jargon. To make it easy on our readers so as to understand the working of the technology, I have made diagrams to explain the processes.<\/p>\n<p>So the basic premise comes to this:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto\" title=\"image\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/image-png.png?resize=517%2C325\" border=\"0\" alt=\"image\" data-recalc-dims=\"1\" \/><\/p>\n<p>In the past few years while the CPU has been increasing in speed, one component that has not advanced at the same rate is the storage sub-system. While CPUs have evolved to process the data in nanoseconds, the time taken for accessing the data off of the hard disk drive is still measured in milliseconds. Although small in essence, it is still quite large compared to the time it takes for the CPU to process the data.<\/p>\n<p>Eventually you may be running the latest brand spanking new 8-core processor in the near future with 2000 MHz DDR3, but the one thing that will be holding you back will still be your mechanical storage. As we found out in our <a href=\"http:\/\/alienbabeltech.com\/main\/?p=13102\" target=\"_blank\">Preview<\/a> article, that the performance nearly doubled in some cases by just upgrading the storage system.<\/p>\n<p>Let\u2019s start by learning how a SSD works. <!--nextpage--><\/p>\n<h1>Meet the Cell<\/h1>\n<p>Before looking at the Flash Cell (or Transistor), let\u2019s take a look at a MOSFET (Metal Oxide Field Effect Transistor). A MOSFET has three terminals: Source, Gate and Drain. When a positive charge is applied to the gate, the electrons from the p-type substrate get pulled towards it and form a thin channel below it. Think of this channel as a bridge that allows the electrons from the source to flow to the drain <em><strong>(MOSFET is on and stores a 1)<\/strong><\/em>. When the positive voltage applied to the gate is taken away, the flow of electrons from source to drain stops <em><strong>(MOSFET is off and stores a 0)<\/strong><\/em>. As computers store information in 0s and 1s, a MOSFET can only store 1s as long as external power is applied to its gate. Therefore, all the 1s will be turned into 0 as soon as external power is taken away, thereby causing loss of data.<br \/>\n<!--pagetitle:Meet the Cell, Types of Flash--><br \/>\nDue to this reason, MOSFETs need to be modified before they can be used for storing data without the use of external power. Enter Flash Cell, which has an extra gate called the Floating Gate.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"SSD-NAND-Cell\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/ssdnandcell-png.png?resize=550%2C383\" border=\"0\" alt=\"SSD-NAND-Cell\" data-recalc-dims=\"1\" \/><\/p>\n<p>To program the cell, a high voltage is applied to the control gate. This voltage attracts the electrons and causes them to tunnel through the oxide layer and move into the Floating Gate. This changes the value of the cell to 0. If you remove the voltage applied to the gate, the electrons will stay in the floating gate and the cell will retain its value of 0. To erase the cell, apply the voltage across the channel with reversed polarity as before. The electrons are removed from the floating gate thereby changing the value of the cell to 1. Thus this cell can store two states, 1 or 0.<\/p>\n<h1>SLC vs MLC<\/h1>\n<p>There are two kinds of flash technologies in use today: Single-Level Cell (SLC) flash and Multi-Level Cell (MLC) flash. The key difference between the two is the amount of data one cell can store. SLC flash is capable of storing 1 bit per cell, unlike MLC flash which can store 2 bits per cell. Below is an image of a SLC chip and a MLC chip. If you look at them, they are indistinguishable and look the same from the outside. So, for effectively the same die area, MLC technology provides you with double the storage capacity.<\/p>\n<div style=\"width: 344px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto; border: 0pt none;\" title=\"SLC-MLC-Chip\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/slcmlcchip-jpg.jpg?resize=334%2C111\" border=\"0\" alt=\"SLC-MLC-Chip\" data-recalc-dims=\"1\" \/><p class=\"wp-caption-text\">Image Courtesy of SuperTalent MLC vs SLC whitepaper<\/p><\/div>\n<p>SLC transistor has two states, 0 and 1. MLC flash transistor can have four states 00, 01, 10, 11. A 0 or 1 is determined by the threshold voltage V<sub>t<\/sub>. This voltage is calculated by the amount of charge on the floating gate of the flash cell. For example when the threshold voltage is high enough, around 4.0 V, the cell will be read as programmed or 1. No charge or threshold voltage &lt; 4.0 V will cause the cell to be read as erased. Now in MLC flash, you can have different threshold voltage levels and have them be read as different states, thereby being able to store more data. An example of different states in SLC and MLC flash is shown below<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"MLC-vs-SLC-levels\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/mlcvsslclevels-png.png?resize=550%2C505\" border=\"0\" alt=\"MLC-vs-SLC-levels\" data-recalc-dims=\"1\" \/><\/p>\n<p>To better understand the difference between SLC and MLC flash, think of a cell as a glass of water. The SLC glass can have two levels, empty (erased or 1) and full (programmed or 0). MLC glass can have four levels: empty (Fully erased or 11), 1\/3 full (Partially erased or 10), 2\/3 full (Partially programmed or 01), and full (Fully programmed or 00).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"SLC-vs-MLC-Levels\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/slcvsmlclevels-jpg.jpg?resize=550%2C242\" border=\"0\" alt=\"SLC-vs-MLC-Levels\" data-recalc-dims=\"1\" \/><\/p>\n<p>As MLC has four levels, the read time of MLC flash is higher when compared to SLC. This is because the reading application has to take some extra time to determine the exact reading of the cell. Another advantage that SLC flash has over the MLC flash is in the endurance department. Usually the endurance of SLC flash is 10x more than MLC flash. Therefore SLC flash is used in solid state disks made for servers where reliability is of prime importance.<\/p>\n<p>Now that we know how flash memory works at the low level, let\u2019s look at how data is read, written and erased.<br \/>\n<!--nextpage--><\/p>\n<h1>Read Data , Write Data<\/h1>\n<p>The most basic component of a flash memory chip is the flash cell, which we just covered. Group a few of these cells together; you will get a page which is 4 KB in size. <strong>A page is the smallest entity that is readable\/writable in a SSD<\/strong>. Next, group 128 pages together to get a <strong>block which is the smallest entity that can be erased<\/strong>. Moving on with the grouping, 1024 of these blocks form a plane. Then these planes are grouped together to form a flash die.<br \/>\n<!--pagetitle:Read Data &#038; Write Data--><br \/>\nThe image below will help explain the concept of grouping further.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"Flash-Internals\" src=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/flashinternals-jpg.jpg?resize=550%2C567\" border=\"0\" alt=\"Flash-Internals\" data-recalc-dims=\"1\" \/><\/p>\n<p>The main points to remember here are that<\/p>\n<ul>\n<li>1 Plane -&gt; 1024 Blocks<\/li>\n<li>1 Block -&gt; 128 Pages<\/li>\n<li>1 Page -&gt; several flash cells<\/li>\n<\/ul>\n<p>In terms of size,<\/p>\n<ul>\n<li>1 Page -&gt; 4KB<\/li>\n<li>1 Block -&gt; 512 KB<\/li>\n<li>1 Plane -&gt; 512 MB<\/li>\n<\/ul>\n<p>How data is written to the SSD<\/p>\n<p>Remember we just talked about a page which is the smallest entity that you can write data to or read data from in a SSD. The size of the page is normally 4 KB in size. So you can read or write data to a SSD 4 KB at a time. Now things are about to get interesting. Although you can read\/write 4 KB at a time, if you want to erase you have to do so 512 KB at a time. Remember, that 512 KB is a block. <strong>So you can read\/write in pages but can only erase in blocks<\/strong>. Pay close attention to the text in bold, as I\u2019m going to refer to it in a moment.<\/p>\n<p>When a user deletes a file, the OS marks it as deleted and removes it from it\u2019s memory of files that exist on the disk. In reality the file is not deleted on the disk. This is how most of the file recovery software work. The file is truly deleted when it is overwritten by another file.<\/p>\n<p>In a SSD, although an OS will mark a file as deleted, the SSD controller has no idea that the file is deleted. The problem arises when you try to write a new file to a page that has been marked as deleted by the OS. Remember the bolded text above, this condition will cause the difference in how a file is overwritten in SSD vs Hard Disk Drive (HDD). While the sectors containing deleted files in hard disk can be overwritten, this is not possible in SSD. This is because to overwrite data in a SSD, you first need to erase the old data.<\/p>\n<p>To get around having to erase data everytime you want to write, SSDs try to fill up all the available pages first. So even though your operating system may say you have such and such free space left, the SSD controller does not know about the deleted files. The end result is that it takes longer to write a file to a SSD than you would expect because the resident data has to be erased first. Take a look at the example below of how the actual write operation works in a SSD.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"SSD-Write-Operation-to-Fill\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/ssdwriteoperationtofill-png.png?resize=550%2C656\" border=\"0\" alt=\"SSD-Write-Operation-to-Fill\" data-recalc-dims=\"1\" \/><\/p>\n<p>1. The user wants to write 8 KB (2 Pages) of data. The block has 2 pages that are marked as deleted by the OS, but data still exists on the physical media.<\/p>\n<p>2. To write the new data these 2 pages will have to be erased first. So the entire contents of the block (512 KB) are copied to the SSD cache, where individual pages can be deleted.<\/p>\n<p>3. The new data is written over the previously deleted pages in the SSD cache.<\/p>\n<p>4. The entire data (512 KB) is written back from the memory to the block along with the new data.<\/p>\n<p>Notice that just to write 8 KB, we had to first copy 512 KB into the memory, then we had to write 512 KB back to the block. This is why SSDs write speeds go down as more and more data is written to them. <em>This is why newer SSDs are being released with a larger cache as it really helps in the write speeds. The Torqx M28 drive we are testing in this review features 128 MB of cache.<\/em><\/p>\n<p><!--nextpage--><\/p>\n<h1>TRIM to the rescue<\/h1>\n<p>This is where TRIM comes in. Supporting OSes query the drive for its rotational speed, and if the returned value is 0, the OS identifies the drives as a SSD. Thus the OS enables the TRIM command for the drive when files are deleted from it. The TRIM command tells the SSD controller to delete the pages on the NAND flash block when the user deletes the data contained in the pages in the OS. The entire block containing the data is copied into the memory cache, then the block is erased. After this procedure, the data sans the data deleted by the user is written back to the block from the memory cache. This results in longer delete times, but allows the write performance to be like the drive in its new state. Look at the example below.<br \/>\n<!--pagetitle:TRIM to the rescue--><br \/>\n<img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"SSD-TRIM-delete\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/ssdtrimdelete-png.png?resize=550%2C650\" border=\"0\" alt=\"SSD-TRIM-delete\" data-recalc-dims=\"1\" \/><\/p>\n<h1>What if you can&#8217;t TRIM ?<\/h1>\n<p>Not all the drives and OSes support TRIM. Most of the manufacturers are coming out with firmware updates for their SSDs to add the TRIM support. You will also need a TRIM supporting OS like Windows 7 to reap the benefit of this feature. If you cannot use this feature, there is another way by which you can restore your drive to its peak performance. HDDErase is a freeware utility that securely erases data on hard drives using the security erase unit command built into the firmware of ATA and SATA drives. This utlilty will clear every page on the drive, restoring the performance to like-new state. This utility can be downloaded from <a href=\"http:\/\/cmrr.ucsd.edu\/people\/Hughes\/SecureErase.shtml\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/cmrr.ucsd.edu\/people\/Hughes\/SecureErase.shtml', 'here']);\" target=\"_blank\">here<\/a>.<\/p>\n<p><!--nextpage--><\/p>\n<h1>Meet the Patriot Torqx M28 256 GB SSD<\/h1>\n<p><a href=\"http:\/\/www.patriotmem.com\/products\/groupdetailp.jsp?prodgroupid=141&amp;prodline=8&amp;group=Torqx%20M28%20Solid%20State%20Drives&amp;catid=21\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/www.patriotmem.com\/products\/groupdetailp.jsp?prodgroupid=141&amp;prodline=8&amp;group=Torqx%20M28%20Solid%20State%20Drives&amp;catid=21', 'Product Page']);\" target=\"_blank\">Product Page<\/a><br \/>\n<!--pagetitle:Patriot Torqx M28 256MB--><br \/>\n<strong>Features<\/strong><\/p>\n<ul>\n<li>Available in 128GB and 256GB capacities<\/li>\n<li>Interface: SATA I\/II<\/li>\n<li>Raid Support: 0, 1, 0+1<\/li>\n<li>256GB and 128GB: Sequential Read: up to 220MB\/s Sequential Write: up to 200MB\/s<\/li>\n<li>128MB DRAM Cache<\/li>\n<li>3.5&#8243; bracket included<\/li>\n<li>Shock Resistant: 1500G\/0.5ms<\/li>\n<li>Vibration Resistant: 20G\/10~2000Hz with 3 Axis<\/li>\n<li>Operating Consumption &amp; Power:\n<pre>DC 5V\r\n&lt;244mA\r\n1.2W<\/pre>\n<\/li>\n<li>Operating Temperature: 0\u00b0C~70\u00b0C Storage Temperature: -55\u00b0C~ 95\u00b0C<\/li>\n<li>MTBF: &gt;1,000,000 Hours<\/li>\n<li>Data Retention: 5 years at 25\u00b0C Data Reliability: Built in BCH 8, 12 and 16-bit ECC<\/li>\n<li>O\/S Support: Windows\u00ae XP and Vista\u00ae Linux, and Mac OS X\u00ae<\/li>\n<li>Dimensions: 99.88 x 69.63x 9.3 mm<\/li>\n<li>Weight: 91g<\/li>\n<li>Certification: FCC\/CE\/RoHS<\/li>\n<li>10 Year Warranty<\/li>\n<\/ul>\n<p>This drive features 128 MB of cache which should help in the write performance as we discussed earlier and saw how important a large cache is while writing or deleting a file. The inclusion of a 3.5 inch adapter for mounting in the normal HDD slots in your case is a welcome addition. This SSD comes with an industry leading 10 year warranty, which should be plenty. The drive uses a Samsung controller.<\/p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"640\" height=\"385\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" \/><param name=\"allowscriptaccess\" value=\"always\" \/><param name=\"src\" value=\"http:\/\/www.youtube.com\/v\/nQrxkj2ZMtQ&amp;hl=en_US&amp;fs=1&amp;\" \/><param name=\"allowfullscreen\" value=\"true\" \/><embed type=\"application\/x-shockwave-flash\" width=\"640\" height=\"385\" src=\"http:\/\/www.youtube.com\/v\/nQrxkj2ZMtQ&amp;hl=en_US&amp;fs=1&amp;\" allowscriptaccess=\"always\" allowfullscreen=\"true\"><\/embed><\/object><\/p>\n<p>Let\u2019s look at the performance and why you should invest in a SSD.<br \/>\n<!--nextpage--><br \/>\n<strong>Test System<\/strong><\/p>\n<ul>\n<li><em>Intel Q9450 @ 3.2 GHz<\/em><\/li>\n<li><em>GIGABYTE EX-38 DS4 F5 BIOS<\/em><\/li>\n<li><em>GEIL 4 GB ( 2x 2GB ) Dual Channel RAM @ 800 MHz<\/em><\/li>\n<li><em>Visiontek ATI Radeon HD 4870<\/em><\/li>\n<li><em>Windows 7 Ultimate x64<\/em><\/li>\n<li><em>Intel Chipset Device Software Version: 9.1.1.1019<\/em><\/li>\n<li><em>ATI Catalyst 9.12<\/em><\/li>\n<\/ul>\n<p><strong>Synthetic Tests<\/strong><\/p>\n<ul>\n<li><a href=\"http:\/\/www.hdtune.com\/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/www.hdtune.com\/', 'HDTune 3.50']);\" ><em>HDTune 3.50<\/em><\/a><\/li>\n<li><a href=\"http:\/\/www.simplisoftware.com\/Public\/index.php?request=HdTach\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/www.simplisoftware.com\/Public\/index.php?request=HdTach', 'HDTach 3.0.4']);\" ><em>HDTach 3.0.4<\/em><\/a><\/li>\n<li><a href=\"http:\/\/crystalmark.info\/software\/CrystalDiskMark\/index-e.html\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/crystalmark.info\/software\/CrystalDiskMark\/index-e.html', 'CrystalDiskMark 2.2']);\" ><em>CrystalDiskMark 2.2<\/em><\/a><\/li>\n<li><a href=\"http:\/\/www.google.com\/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.techpowerup.com%2Fdownloads%2F1137%2FATTO_Disk_Benchmark_v2.34.html&amp;ei=-yBVStbxHYjSMoDo6OEN&amp;usg=AFQjCNEk4PX5zjWGW-ErPvuDtm6-OMk5Xg&amp;sig2=bGeBkwhiHTkt4Dh1CssxiQ\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/www.google.com\/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.techpowerup.com%2Fdownloads%2F1137%2FATTO_Disk_Benchmark_v2.34.html&amp;ei=-yBVStbxHYjSMoDo6OEN&amp;usg=AFQjCNEk4PX5zjWGW-ErPvuDtm6-OMk5Xg&amp;sig2=bGeBkwhiHTkt4Dh1CssxiQ', 'ATTO Disk Benchmark 2.34']);\" ><em>ATTO Disk Benchmark 2.34<\/em><\/a><\/li>\n<li><a href=\"http:\/\/www.futuremark.com\/benchmarks\/pcmarkvantage\/introduction\/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/www.futuremark.com\/benchmarks\/pcmarkvantage\/introduction\/', 'PCMark Vantage HDD Test Suite']);\" ><em>PCMark Vantage HDD Test Suite<\/em><\/a><\/li>\n<\/ul>\n<p><!--pagetitle:Test System--><br \/>\n<strong>Real World Tests<\/strong><\/p>\n<ul>\n<li><em>Crysis Warhead<\/em> game folder copy folder to the same drive<\/li>\n<li><em>Crysis Warhead<\/em> Ambush Level Load<\/li>\n<li>Muxing 7 video files to form one 2.18 GB file<\/li>\n<\/ul>\n<p><strong>Test Notes \u2013 The Abbreviations used on the images are explained below.<\/strong><\/p>\n<p><strong>SSD New<\/strong> \u2013 Test done on the SSD in new state.<\/p>\n<p><strong>SSD Used<\/strong> \u2013 Test done on the SSD after filling every page on it.<\/p>\n<p><strong>SSD w\/TRIM<\/strong> \u2013 New firmware installed on the disk which supports TRIM command.<\/p>\n<p><strong>HDD <\/strong>\u2013 The Seagate 7200.12 hard disk drive tested <a href=\"http:\/\/alienbabeltech.com\/main\/?p=12320\" target=\"_blank\">here<\/a>.<br \/>\n<!--nextpage--><\/p>\n<h1>ATTO Disk Benchmark 2.34<\/h1>\n<p>ATTO is one of the oldest hard drive benchmarks. It measures both read and write speeds and outputs the data in an easily readable graph. This test was run with default settings:<br \/>\n<!--pagetitle:ATTO Disk Benchmark--><br \/>\n<a href=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/attobench-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"Atto-Bench\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/attobench_thumb-png.png?resize=550%2C689\" border=\"0\" alt=\"Atto-Bench\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>Right off the bat, the Patriot SSD offers exceptionally fast read and write speeds. The SSD offers around 220 MB\/s of read speed in 8 KB blocks compared to Seagate HDD&#8217;s nearly\u00a0130 MB\/s the \u00a0does. It will be interesting to see the effect in our real world tests. Notice the drop in speeds of a fully used SSD here as I explained earlier in the article why they occur. Read speeds remain unaffected, but write speeds suffer a hit of around 40-60 MB\/s.<br \/>\n<!--nextpage--><\/p>\n<h1>CrystalDiskMark 2.2<\/h1>\n<p>CrystalDiskMark is a HDD benchmark utility for your hard drive that enables you to measure sequential and random read\/write speeds.<br \/>\n<!--pagetitle:Crystal DiskMark--><br \/>\n<strong>Here are some key features of \u201cCrystalDiskMark\u201d:<\/strong><\/p>\n<p>\u00b7 Sequential reads\/writes<\/p>\n<p>\u00b7 Random 4KB\/512KB reads\/writes<\/p>\n<p><a href=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crystalmark-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"Crystalmark\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crystalmark_thumb-png.png?resize=550%2C477\" border=\"0\" alt=\"Crystalmark\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>The blistering read and write performance continues here. This test doesn\u2019t show the drop in speeds with a used SSD. This is one of the reasons the synthetic tests do not represent a real world scenario and why we test with real world files later in this article. But compare the 4K read and write performance of a SSD to HDD. The read performance is almost 22 times faster while the write performance is nearly 4.5 times faster. This gain in performance in seen booting of Windows as a SSD will load the small sized files a lot faster than a HDD.<br \/>\n<!--nextpage--><\/p>\n<h1>HD Tune 3.50<\/h1>\n<p><strong>HD Tune<\/strong> is a hard disk utility which has the following functions:<\/p>\n<ul>\n<li>Benchmark: measures the raw performance\n<ul>\n<li>Transfer Rate<\/li>\n<li>Access Time<\/li>\n<li>CPU Usage<\/li>\n<li>Burst Rate<\/li>\n<li>Random Access test<\/li>\n<li>Write benchmark<\/li>\n<\/ul>\n<\/li>\n<li>Hard Disk information which includes partition information, supported features, firmware version, serial number, disk capacity, buffer size, transfer mode<\/li>\n<li>Hard Disk Health\n<ul>\n<li>S.M.A.R.T. Information (<strong>S<\/strong>elf-<strong>M<\/strong>onitoring <strong>A<\/strong>nalysis and <strong>R<\/strong>eporting <strong>T<\/strong>echnology)<\/li>\n<li>Power On Time<\/li>\n<\/ul>\n<\/li>\n<li>Error scan<\/li>\n<li>Temperature display<\/li>\n<\/ul>\n<p>We are using the default setting of 64KB blocks for testing which might result in different results from other benchmarks as you will see in the write tests with a used SSD.<\/p>\n<p><strong>Read Test<\/strong><br \/>\n<!--pagetitle:HD Tune--><br \/>\n<a href=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtuneread-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"HDTune-Read\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtuneread_thumb-png.png?resize=550%2C432\" border=\"0\" alt=\"HDTune-Read\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>Read performance of the used SSD takes a hit more than what was observed in the previous benchmarks but it is still faster than a HDD. Compare the access times of a SSD to those of HDD. It only takes 0.1ms on a new SSD to access a file while it takes 14.1ms to access a file on one of the fastest HDDs in the market. This is what is called responsiveness of your computer. When you launch an application on a HDD, it takes 14.1 ms for the HDD to access the files to launch the application. 14.1ms may not seem much, but having an application like Photoshop that loads all the brushes and plugins at start up, that little 14.1ms can amount to a lot of seconds. With a SSD and an access time of only 0.1s, any file in any page on the drive can be accessed almost instantly leading to faster load times.<\/p>\n<p><strong>Write Test<\/strong><\/p>\n<p><a href=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtunewrite-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"HD-Tune-Write\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtunewrite_thumb-png.png?resize=550%2C432\" border=\"0\" alt=\"HD-Tune-Write\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>The SSD shows completely unacceptable performance scoring only 6.4 MB\/s average. <em>(Note: The test was done with 64KB blocks, so this is not representative of transfer speeds of all sized files.) <\/em>Otherwise, the SSD is faster than the HDD on writes and access time is really really low. The performance is regained with the new TRIM supporting firmware.<\/p>\n<p><strong>Random Read Test<\/strong><\/p>\n<p><a href=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtunerandomread-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"HD-Tune-Random-Read\" src=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtunerandomread_thumb-png.png?resize=550%2C432\" border=\"0\" alt=\"HD-Tune-Random-Read\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>The Patriot SSD shows a low access time across a variety of file sizes compared to a HDD. Also compare the IOPS (Input\/Output Operations Per Second) of a SSD to HDD. While a SSD can do nearly 13000 512 bytes IOPS, a HDD can only manage 70.<\/p>\n<p><strong>Random Write Test<\/strong><\/p>\n<p><a href=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtunerandomwrite-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"HD-Tune-Random-Write\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtunerandomwrite_thumb-png.png?resize=550%2C432\" border=\"0\" alt=\"HD-Tune-Random-Write\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>Once again the SSD shows horrible performance in used state. It only manages 6 write IOPS and access time has ballooned to 155ms compared to 65 IOPS and 15ms in new state. But once the firmware supports TRIM, all is well and helps maintain like new performance.<\/p>\n<p><strong>File Benchmark test<\/strong><\/p>\n<p><a href=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtunefilebenchmark-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"HD-Tune-File-Benchmark\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtunefilebenchmark_thumb-png.png?resize=550%2C432\" border=\"0\" alt=\"HD-Tune-File-Benchmark\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>Write speeds are affected in used state, but the new firmware recovers the speed.<br \/>\n<!--nextpage--><\/p>\n<h1>HDTach 3.0.4<\/h1>\n<p>HD Tach is a low level hardware benchmark for random access read\/write storage devices such as hard drives, removable drives (ZIP\/JAZZ), flash devices, and RAID arrays. HD Tach uses custom device drivers and other low level Windows interfaces to bypass as many layers of software as possible and get as close to the physical performance of the device possible.<br \/>\n<!--pagetitle:HD Tach--><br \/>\n<a href=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtach-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"HD-Tach\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/hdtach_thumb-png.png?resize=550%2C403\" border=\"0\" alt=\"HD-Tach\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>Once again used SSD write speed is all over the place, but the new firmware helps in recovering the speed.<\/p>\n<p><!--nextpage--><\/p>\n<h1>PCMark Vantage HDD Test Suite<\/h1>\n<p>The HDD Test suite in PCMark Vantage consists of the following 8 tests<\/p>\n<ul><!--pagetitle:PCMark Vantage HDD Test--><\/p>\n<li><strong>HDD 1-<\/strong> Windows Defender<\/li>\n<li><strong>HDD 2- <\/strong>Game HDD<\/li>\n<li><strong>HDD 3-<\/strong> Importing pictures<\/li>\n<li><strong>HDD 4-<\/strong> Windows Vista start-up<\/li>\n<li><strong>HDD 5- V<\/strong>ideo editing<\/li>\n<li><strong>HDD 6- <\/strong>Media Center<\/li>\n<li><strong>HDD 7- <\/strong>Adding music to Windows Media Player<\/li>\n<li><strong>HDD 8- A<\/strong>pplication loading<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"pcmark-vantage\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/pcmarkvantage-png.png?resize=552%2C326\" border=\"0\" alt=\"pcmark-vantage\" data-recalc-dims=\"1\" \/><\/p>\n<p>PCMark Vantage test results show a great increase in performance when upgrading from a HDD to a SSD. PCMark rates the performance of the SSD with TRIM support to be better than the SSD in new condition without TRIM support.<br \/>\n<!--nextpage--><\/p>\n<h1>Crysis Warhead Game Folder copy folder to the same drive<\/h1>\n<p>In this test I install the <em>Crysis Warhead<\/em> game to the drive being benchmarked. Then I copy that game folder to another folder on the same drive using Microsoft\u2019s Robocopy GUI and output the time taken. This benchmark will test both the read and the write speeds of the drive at the same time. I choose <em>Crysis Warhead<\/em> for this purpose as this game has a lot of files of various sizes. This should test the hard disk transfer speeds across vast sizes of files and mimic a real world scenario.<br \/>\n<!--pagetitle:Copying Test--><br \/>\nThe game was patched with the 1.1 and 1.1 hotfix patch which introduces the 64-bit executable. The test is performed 3 times and the results averaged.<\/p>\n<p><a href=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crysiswarehadfolderprope-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto\" title=\"Crysis-Warehad-Folder-Prope\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crysiswarehadfolderprope_thumb-png.png?resize=173%2C224\" border=\"0\" alt=\"Crysis-Warehad-Folder-Prope\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"Folder-Copy-Test\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/foldercopytest-png.png?resize=552%2C297\" border=\"0\" alt=\"Folder-Copy-Test\" data-recalc-dims=\"1\" \/><\/p>\n<p>The transfer time is reduced to almost half with a SSD. This test should accurately represent a real world scenario where you copy files, so you can expect performance to be nearly doubled with a SSD over a HDD.<br \/>\n<!--nextpage--><\/p>\n<h1>Crysis Warhead Ambush Level Load<\/h1>\n<p style=\"text-align: center;\"><em>Crysis Warhead<\/em> 64-bit was used for this test. In this benchmark, I loaded up a save game on the first level of the game. The time taken to load the level can be seen in the console, which can be accessed by \u2018~\u2019 key. Here is a screen demonstrating an example.<br \/>\n<!--pagetitle:Game Level Load Test--><br \/>\n<a href=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crysiswarheadlevelload.PNG\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18056\" title=\"Crysiswarheadlevelload\" src=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crysiswarheadlevelload.PNG?resize=374%2C299\" alt=\"Crysiswarheadlevelload\" srcset=\"https:\/\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crysiswarheadlevelload.PNG 800w, https:\/\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crysiswarheadlevelload-300x240.PNG 300w\" sizes=\"auto, (max-width: 374px) 100vw, 374px\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"Crysis-Level-load-test\" src=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/crysislevelloadtest-png.png?resize=552%2C318\" border=\"0\" alt=\"Crysis-Level-load-test\" data-recalc-dims=\"1\" \/><\/p>\n<p>We see a reduction of nearly 12s in load time with a SSD over a HDD. This is not as great as the previous test, but waiting 12s less for a level to load can\u2019t be bad.<br \/>\n<!--nextpage--><\/p>\n<h1>Video Muxing Test<\/h1>\n<p>This test represents the scenario where you may need to combine two separate video files or combine various audio and video streams to form one video file. The people who do a lot of video encoding go through this often in their day to day computing.<br \/>\n<!--pagetitle:Video Combining Test--><br \/>\nThe videos used here are various trailers obtained from <a href=\"http:\/\/www.divx.com\/en\/downloads\/divx-7-showcase\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/www.divx.com\/en\/downloads\/divx-7-showcase', 'Divx7 Showcase page']);\" >Divx7 Showcase page<\/a> and \u201cJust HD\u201d section of Apple\u2019s <a href=\"http:\/\/www.apple.com\/trailers\/#section=justhd\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/www.apple.com\/trailers\/#section=justhd', 'trailers webpage']);\" >trailers webpage<\/a>. Seven 1080p Full-HD video files were used in this test. The list along with size is shown below.<\/p>\n<p><a href=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/muxingtestfiles-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"Muxing-Test-Files\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/muxingtestfiles_thumb-png.png?resize=331%2C158\" border=\"0\" alt=\"Muxing-Test-Files\" data-recalc-dims=\"1\" \/><\/a><a href=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/mkvtoolnixinteface-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"MKVToolnix-Inteface\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/mkvtoolnixinteface_thumb-png.png?resize=163%2C158\" border=\"0\" alt=\"MKVToolnix-Inteface\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p><a href=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/videomuxing-png.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px\" title=\"Video-Muxing\" src=\"https:\/\/i0.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/videomuxing_thumb-png.png?resize=552%2C287\" border=\"0\" alt=\"Video-Muxing\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>This test again nearly doubles the performance which goes to show how benefit if having a SSD in the system.<br \/>\n<!--nextpage--><\/p>\n<h1>Conclusion<\/h1>\n<p>Money no object, if I were to recommend one upgrade in any system, it will most definitely be a SSD. Offering nearly double the performance over the fastest hard drive I have ever tested speaks volumes about the performance that a SSD delivers. Even a new GPU or CPU generation doesn\u2019t always deliver double the performance of the last generation.<br \/>\n<!--pagetitle:Conclusion--><br \/>\nFrom here on, having the fastest system means having an SSD in there running the operating system in addition to other top end CPUs and GPUs and other hardware. Not only will the SSD make your system more responsive over a HDD, it will also give you bragging rights of having something that many others don&#8217;t. Which leads me to one of the problems with SSDs. With the current high cost of SSDs, they fill a niche in the consumer market. Not everyone will be itching to shell out nearly $700 for a 256 GB drive when you can acquire a 1 TB HDD for nearly $75-90 these days. However if you can scrounge up enough money to buy a SSD to load your OS, you will not regret the decision. With a limited budget, you should own a small SSD for your OS drive and HDD for storage purposes.<\/p>\n<p>Then, there is the problem of losing performance when the SSD gets used. Not all SSDs and OSes out there support the TRIM command. But we are hearing good news in regards to TRIM support, with more and more manufacturers releasing TRIM supporting firmware. I expect SSDs shipping in the future to ship with a TRIM supporting firmware. On the OS side, good news is that Windows 7 supports this feature. This should relieve the user from the worries of losing performance on a SSD if they are running a SSD that supports TRIM on Windows 7.<\/p>\n<p>For those of you, who might not have looked over the test results on previous page and only wanted to read the conclusion watch the video below to see the tests in action and why I so highly recommend a SSD.<\/p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"560\" height=\"340\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" \/><param name=\"allowscriptaccess\" value=\"always\" \/><param name=\"src\" value=\"http:\/\/www.youtube.com\/v\/f-l0G7HO1PE&amp;hl=en_US&amp;fs=1&amp;\" \/><param name=\"allowfullscreen\" value=\"true\" \/><embed type=\"application\/x-shockwave-flash\" width=\"560\" height=\"340\" src=\"http:\/\/www.youtube.com\/v\/f-l0G7HO1PE&amp;hl=en_US&amp;fs=1&amp;\" allowscriptaccess=\"always\" allowfullscreen=\"true\"><\/embed><\/object><\/p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"560\" height=\"340\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" \/><param name=\"allowscriptaccess\" value=\"always\" \/><param name=\"src\" value=\"http:\/\/www.youtube.com\/v\/baaN7lSGGI8&amp;hl=en_US&amp;fs=1&amp;\" \/><param name=\"allowfullscreen\" value=\"true\" \/><embed type=\"application\/x-shockwave-flash\" width=\"560\" height=\"340\" src=\"http:\/\/www.youtube.com\/v\/baaN7lSGGI8&amp;hl=en_US&amp;fs=1&amp;\" allowscriptaccess=\"always\" allowfullscreen=\"true\"><\/embed><\/object><\/p>\n<p>A TRIM supporting firmware has now been released for this drive and can be downloaded from here <a href=\"http:\/\/www.patriotmem.com\/support\/firmwarep.jsp\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http:\/\/www.patriotmem.com\/support\/firmwarep.jsp', 'http:\/\/www.patriotmem.com\/support\/firmwarep.jsp']);\" title=\"http:\/\/www.patriotmem.com\/support\/firmwarep.jsp\">http:\/\/www.patriotmem.com\/support\/firmwarep.jsp<\/a><\/p>\n<p><strong>Patriot Torqx M28 256GB SSD<\/strong><\/p>\n<p><strong>Pros<\/strong><\/p>\n<ul>\n<li>Industry leading 10 year warranty<\/li>\n<li>128 MB of cache<\/li>\n<li>Fast speeds<\/li>\n<li>TRIM support<\/li>\n<\/ul>\n<p><strong>Cons<\/strong><\/p>\n<ul>\n<li>Price<em> ($745 at the time of the writing of this article)<\/em><\/li>\n<\/ul>\n<p>In the end I can only think of two awards that do justice to this product.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px\" title=\"Editor's-Choice\" src=\"https:\/\/i1.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/editorschoice-png.png?resize=150%2C251\" border=\"0\" alt=\"Editor's-Choice\" data-recalc-dims=\"1\" \/> <img loading=\"lazy\" decoding=\"async\" style=\"border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px\" title=\"Kick-Ass\" src=\"https:\/\/i2.wp.com\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/kickass-png.png?resize=150%2C251\" border=\"0\" alt=\"Kick-Ass\" data-recalc-dims=\"1\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p><a href=\"http:\/\/alienbabeltech.com\/main\/?p=15999\"><img decoding=\"async\" align=top title=\"Author: Karan\" src=\"http:\/\/alienbabeltech.com\/main\/wp-content\/uploads\/2010\/03\/FrontPage.jpg\"><\/a><\/p>\n","protected":false},"author":3,"featured_media":18056,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2533,7814,5,6,7],"tags":[821,673,611,795,1337],"class_list":["post-15999","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-abt-news","category-articles","category-gaming","category-news","category-technology","tag-hard-disk-drive","tag-patriot","tag-ssd","tag-storage","tag-torqx"],"_links":{"self":[{"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/posts\/15999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/comments?post=15999"}],"version-history":[{"count":0,"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/posts\/15999\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/media\/18056"}],"wp:attachment":[{"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/media?parent=15999"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/categories?post=15999"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alienbabeltech.com\/main\/wp-json\/wp\/v2\/tags?post=15999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}