<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: High write latency on Intel Pro 1500 SSD in Solid State Drives (NAND)</title>
    <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10106#M1889</link>
    <description>&lt;P&gt;Hello Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked the OS-level knobs, no further tuning seems to be needed on a stock Ubuntu 14.04. I have checked for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- partition alighment&lt;/P&gt;&lt;P&gt;- TRIM use and actual functionality&lt;/P&gt;&lt;P&gt;- ext4&lt;/P&gt;&lt;P&gt;- noatime on fstab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As regards the benchmarks, I think you missed my point. What I have provided is a trace of IO latency, which is basically a measure of IO latency during real-life workloads. My point was not related to getting low benchmark scores, which doens't seem the case by the way. I have tested the SSD with fio on random read and write workloads on 8 GB datasets, as per Intel procedures, and got results in line with the specs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Despite this, during actual use (and light load!), the device is showing horrible latency peaks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hint about that?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2014 13:53:54 GMT</pubDate>
    <dc:creator>SDoni</dc:creator>
    <dc:date>2014-09-18T13:53:54Z</dc:date>
    <item>
      <title>High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10104#M1887</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently upgraded my laptop with a brand new Intel Pro 1500 SSD (180 GB). While trying out various measurements using Linux tools - I'm a performance addict  - I discovered something interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've recorded some IO operations (mostly write sync) with latency of about 170 ms ! I couldn't believe it: an SSD 1 OOM slower than an HDD? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workload: normal working sessions, no stress at all. OS is Ubuntu 14.04 (trim enabled by default via a crontab weekly job), application running were Chromium browser and a Win 7 KVM VM with MS office open. Filling status:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ df -h&lt;/P&gt;&lt;P&gt;Filesystem      Size  Used Avail Use% Mounted on&lt;/P&gt;&lt;P&gt;/dev/sda5      101G  71G  25G  74% /&lt;/P&gt;&lt;P&gt;none            4,0K    0  4,0K  0% /sys/fs/cgroup&lt;/P&gt;&lt;P&gt;udev            3,8G  4,0K  3,8G  1% /dev&lt;/P&gt;&lt;P&gt;tmpfs          768M  1,3M  767M  1% /run&lt;/P&gt;&lt;P&gt;none            5,0M    0  5,0M  0% /run/lock&lt;/P&gt;&lt;P&gt;none            3,8G  38M  3,8G  1% /run/shm&lt;/P&gt;&lt;P&gt;none            100M  68K  100M  1% /run/user&lt;/P&gt;&lt;P&gt;/dev/sda2        57G  33G  24G  58% /media/ste/Windows7_OS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of the latency data, which I recorded and confirmed with multiple tools: Brendan Gregg ftrace scripts (&lt;A href="https://github.com/brendangregg/perf-tools" rel="nofollow noopener noreferrer"&gt;https://github.com/brendangregg/perf-tools&lt;/A&gt; brendangregg/perf-tools · GitHub), blktrace/blkparse/btt, iostat -x 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;sudo ./iolatency:&lt;/P&gt;&lt;P&gt;&amp;gt;=(ms) .. &amp;lt;(ms)  : I/O      |Distribution                          |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      0 -&amp;gt; 1      : 0        |                                      |&lt;/P&gt;&lt;P&gt;      1 -&amp;gt; 2      : 0        |                                      |&lt;/P&gt;&lt;P&gt;      2 -&amp;gt; 4      : 0        |                                      |&lt;/P&gt;&lt;P&gt;      4 -&amp;gt; 8      : 1        |#                                     |&lt;/P&gt;&lt;P&gt;      8 -&amp;gt; 16      : 1        |#                                     |&lt;/P&gt;&lt;P&gt;      16 -&amp;gt; 32      : 0        |                                      |&lt;/P&gt;&lt;P&gt;      32 -&amp;gt; 64      : 0        |                                      |&lt;/P&gt;&lt;P&gt;      64 -&amp;gt; 128    : 0        |                                      |&lt;/P&gt;&lt;P&gt;    128 -&amp;gt; 256    : 32      |# |&lt;/P&gt;&lt;P&gt;sudo ./iosnoop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tracing block I/O. Ctrl-C to end.&lt;/P&gt;&lt;P&gt;COMM            PID    TYPE DEV      BLOCK        BYTES    LATms&lt;/P&gt;&lt;P&gt;jbd2/sda5-166    166    WS  8,0      227094344    53248    177.84&lt;/P&gt;&lt;P&gt;          0      WS  8,0      227094448    4096      2.02&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  W    8,0      178377528    4096    175.48&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  W    8,0      178377472    4096    175.46&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  W    8,0      230578432    4096    175.46&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  W    8,0      178377696    4096    175.50&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  W    8,0      230431976    4096    176.35&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  W    8,0      230409184    4096    176.36&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  W    8,0      121944064    4096    178.21&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      121944088    4096    178.24&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      121944112    4096    178.24&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      159693064    4096    178.79&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      205830272    4096    178.81&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      226801776    4096    179.03&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      285522744    4096    179.04&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      289716352    4096    179.30&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      289716480    4096    179.32&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      289717120    4096    179.56&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      289782040    4096    179.58&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      302301320    4096    179.59&lt;/P&gt;&lt;P&gt;kworker/u16:0    20402  WM  8,0      306493488    4096    179.59&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the same measurements on a older and cheaper SSD (with the same OS and applications) and did not see such latency peaks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something? What could be the cause of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2014 10:52:20 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10104#M1887</guid>
      <dc:creator>SDoni</dc:creator>
      <dc:date>2014-09-15T10:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10105#M1888</link>
      <description>&lt;P&gt;Hello stef3a, the following information may be helpful:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://wiki.freeswitch.org/wiki/SSD_Tuning_for_Linux" rel="nofollow noopener noreferrer"&gt;https://wiki.freeswitch.org/wiki/SSD_Tuning_for_Linux&lt;/A&gt; SSD Tuning for Linux - FreeSWITCH Wiki&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://unix.stackexchange.com/questions/93791/benchmark-ssd-on-linux-how-to-measure-the-same-things-as-crystaldiskmark-does-i" rel="nofollow noopener noreferrer"&gt;http://unix.stackexchange.com/questions/93791/benchmark-ssd-on-linux-how-to-measure-the-same-things-as-crystaldiskmark-does-i&lt;/A&gt; performance - Benchmark ssd on linux: How to measure the same things as crystaldiskmark does in windows - Unix &amp;amp; Linux S…&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://askubuntu.com/questions/87035/how-to-check-hard-disk-performance" rel="nofollow noopener noreferrer"&gt;http://askubuntu.com/questions/87035/how-to-check-hard-disk-performance&lt;/A&gt; How to check hard disk performance - Ask Ubuntu&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.howtogeek.com/62761/how-to-tweak-your-ssd-in-ubuntu-for-better-performance/" rel="nofollow noopener noreferrer"&gt;http://www.howtogeek.com/62761/how-to-tweak-your-ssd-in-ubuntu-for-better-performance/&lt;/A&gt; How to Tweak Your SSD in Ubuntu for Better Performance&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 16 Sep 2014 16:47:31 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10105#M1888</guid>
      <dc:creator>Jose_H_Intel1</dc:creator>
      <dc:date>2014-09-16T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10106#M1889</link>
      <description>&lt;P&gt;Hello Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked the OS-level knobs, no further tuning seems to be needed on a stock Ubuntu 14.04. I have checked for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- partition alighment&lt;/P&gt;&lt;P&gt;- TRIM use and actual functionality&lt;/P&gt;&lt;P&gt;- ext4&lt;/P&gt;&lt;P&gt;- noatime on fstab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As regards the benchmarks, I think you missed my point. What I have provided is a trace of IO latency, which is basically a measure of IO latency during real-life workloads. My point was not related to getting low benchmark scores, which doens't seem the case by the way. I have tested the SSD with fio on random read and write workloads on 8 GB datasets, as per Intel procedures, and got results in line with the specs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Despite this, during actual use (and light load!), the device is showing horrible latency peaks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hint about that?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 13:53:54 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10106#M1889</guid>
      <dc:creator>SDoni</dc:creator>
      <dc:date>2014-09-18T13:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10107#M1890</link>
      <description>&lt;P&gt;Here are some iostat -x 1 statistics:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util&lt;/P&gt;&lt;P&gt;sda               0,00     0,00    1,00    0,00     4,00     0,00     8,00     0,18  176,00  176,00    0,00 176,00  17,60&lt;/P&gt;&lt;P&gt;sda               0,00     0,00    0,00    1,00     0,00    12,00    24,00     0,18  176,00    0,00  176,00 176,00  17,60&lt;/P&gt;&lt;P&gt;sda               0,00    10,00    0,00   33,00     0,00   172,00    10,42     5,79  175,39    0,00  175,39   5,45  18,00&lt;/P&gt;&lt;P&gt;sda               0,00     0,00    0,00    3,00     0,00    16,00    10,67     0,52  173,33    0,00  173,33  58,67  17,60&lt;/P&gt;&lt;P&gt;sda               0,00     0,00    0,00    3,00     0,00    32,00    21,33     0,52  172,00    0,00  172,00  57,33  17,20&lt;/P&gt;&lt;P&gt;sda               0,00     0,00    0,00    2,00     0,00    16,00    16,00     0,34  172,00    0,00  172,00  86,00  17,20&lt;/P&gt;&lt;P&gt;sda               0,00     1,00    0,00   23,00     0,00   108,00     9,39     3,94  171,13    0,00  171,13   7,83  18,00&lt;/P&gt;&lt;P&gt;sda               0,00     0,00    0,00   14,00     0,00    60,00     8,57     2,34  166,86    0,00  166,86  16,00  22,40&lt;/P&gt;&lt;P&gt;sda               0,00     0,00    1,00   22,00     4,00   148,00    13,22     3,68  159,83    0,00  167,09   7,65  17,60&lt;/P&gt;&lt;P&gt;sda               0,00    12,00    0,00    8,00     0,00   236,00    59,00     1,10  138,00    0,00  138,00  27,50  22,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, with a very low write IOPS (even 1 per second!), the response time is constantly above 170 ms.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 14:28:03 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10107#M1890</guid>
      <dc:creator>SDoni</dc:creator>
      <dc:date>2014-09-18T14:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10108#M1891</link>
      <description>&lt;P&gt;Please allow us more time to investigate about this.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 22:21:33 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10108#M1891</guid>
      <dc:creator>Jose_H_Intel1</dc:creator>
      <dc:date>2014-09-19T22:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10109#M1892</link>
      <description>&lt;P&gt;Hello Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any update on this one?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 07:31:48 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10109#M1892</guid>
      <dc:creator>SDoni</dc:creator>
      <dc:date>2014-10-09T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10110#M1893</link>
      <description>&lt;P&gt;What results do you get with no programs running, including the Windows* 7 VM?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 19:33:25 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10110#M1893</guid>
      <dc:creator>Jose_H_Intel1</dc:creator>
      <dc:date>2014-10-09T19:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10111#M1894</link>
      <description>&lt;P&gt;Hello Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same results even with no VM,&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 08:26:53 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10111#M1894</guid>
      <dc:creator>SDoni</dc:creator>
      <dc:date>2014-10-28T08:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10112#M1895</link>
      <description>&lt;P&gt;Please allow us more time to investigate.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:33:06 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10112#M1895</guid>
      <dc:creator>Jose_H_Intel1</dc:creator>
      <dc:date>2014-10-30T17:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10113#M1896</link>
      <description>&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any news on this one?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2015 12:38:17 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10113#M1896</guid>
      <dc:creator>SDoni</dc:creator>
      <dc:date>2015-03-06T12:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10114#M1897</link>
      <description>&lt;P&gt;Hello Stef3a,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are checking with our engineers and as soon as we have an answer we will let you know. &lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2015 19:20:44 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10114#M1897</guid>
      <dc:creator>ASouz7</dc:creator>
      <dc:date>2015-03-06T19:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10115#M1898</link>
      <description>&lt;P&gt;Hello stef3a,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tested the same drive and did not found the sames latencies. In this particular case we recommend that you contact your nearest Intel Contact Center at your earliest convenience for extra support and other options.  Here is the link: &lt;A href="http://www.intel.com/p/en_US/support/contactsupport" rel="nofollow noopener noreferrer"&gt;http://www.intel.com/p/en_US/support/contactsupport&lt;/A&gt; Contact Support - In you are located in The United States, you may call this number: 916 377 7000 Mon to Fri from 7:00 A.M to 5:00 P.M. (PST)&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 20:29:56 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10115#M1898</guid>
      <dc:creator>ASouz7</dc:creator>
      <dc:date>2015-03-23T20:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10116#M1899</link>
      <description>&lt;P&gt;This is still not solved ,  I did manage to get in W540 new PRO 1500 180GB, and until I secure erased it I had write level as low as 2MB/s    ... after secure erasing, I did formatted it to only 135GB (25% OP) and now all is back as it should be, qestion is , FW is LSTi  (CVDA407600YX1802GN) - so I know that this is SF-2281, and it has his "ups-and-downs" (not so PRO choice as a controller IMHO) but .. does it have new FW? Will it handle as a drive in USB case (how good GC process is?) ?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:07:27 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10116#M1899</guid>
      <dc:creator>KPodl</dc:creator>
      <dc:date>2015-04-09T14:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10117#M1900</link>
      <description>&lt;P&gt;Hello kpodlaski,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drive will work just fine connected via USB, only the performance will be impacted by the USB connection. As for the firmware, the LSTi is the latest version for the time being.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:03:02 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10117#M1900</guid>
      <dc:creator>ASouz7</dc:creator>
      <dc:date>2015-04-09T20:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10118#M1901</link>
      <description>&lt;P&gt;That's great to know, I already see limitations of cheap USB3.0 enclosures - so that is what I'm aware. More what I'm curious is how well Garbage Collection will help (having +25% space available). Also ... is it worth having Thunderbolt case (as I've learned lately, Thunderbolt should show drive as SATA device , and therefore allow to pass Trim command to the drive from Intel SSD Tool box) was it tested?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:55:16 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10118#M1901</guid>
      <dc:creator>KPodl</dc:creator>
      <dc:date>2015-04-10T06:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: High write latency on Intel Pro 1500 SSD</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10119#M1902</link>
      <description>&lt;P&gt;Hello kpodlaski,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't guarantee it as we have not tested these devices. In theory it should work. If you are willing to try, please know that there is no guarantee that work.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:37:55 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/high-write-latency-on-intel-pro-1500-ssd/m-p/10119#M1902</guid>
      <dc:creator>ASouz7</dc:creator>
      <dc:date>2015-04-10T20:37:55Z</dc:date>
    </item>
  </channel>
</rss>

