Questions tagged [ssd]

Solid-state drive refers to a data storage device that uses solid-state memory to store its persistent data.

832 questions
9
votes
5 answers

Squid or Other HTTP Caches with SSD Cache Store?

I'm contemplating setting up a squid (or possibly varnish) cache on a system with SSD drives. The obvious benefit is that these systems have great READ speeds and I expect my hit ratios to be fairly high. Let's assume I can put 7 SSDs in to a RAID…
Joel K
  • 5,853
  • 2
  • 30
  • 34
9
votes
2 answers

S.M.A.R.T. lifetime hours resetting to zero

I use S.M.A.R.T. selftest to test all of my hard drives and SSDs. I run a short test daily and a long test monthly. One of my SSD is showing odd behavior in that the lifetime hours seem to reset back to zero. Is this normal? Why would it do this?…
MERM
  • 240
  • 2
  • 7
8
votes
1 answer

Offline uncorrectable sectors in SSDs being used for ZFS L2ARC?

I have two enterprise-grade SSDs that I've been using for L2ARC in an OpenZFS pool for a few years. Workflow during this time has been fairly heavy, with lots of reads and writes, serving up video to clients for video post-production. Recently, got…
user260467
  • 375
  • 2
  • 13
8
votes
3 answers

Qemu TRIM and discard on a physical SSD device

I am running Windows 7 in a Qemu/KVM with a passed through GPU which I use for work-related stuff. I recently got fed up by it's unprecedented slowness due to it running off a mechanical drive, so I added an SSD to my box to 'give' to my…
nohupper
  • 91
  • 1
  • 1
  • 3
8
votes
1 answer

The setup of S2D that delivers up to 2M IOPS to SQL FCI

We are about to deploy shared storage researching for ultra-fast storage to implement Microsoft SQL Server Failover Cluster (FCI). So far the project goes, we would to start with 500K IOPS for 8k blocks about 70r/30w pattern. Also we would like to…
8
votes
2 answers

Smart Array P410i with SATA SSD drives unstable

I have a HP Proliant DL380 G7 with said array controller and 6 INTEL SSDSC2KW4's, set up in Raid 5. Normally I have never had problems with SATA drives in servers, but this one has me baffled. I have installed ESXi 6 on it, and this usually goes…
Bjørn
  • 276
  • 2
  • 6
  • 10
8
votes
10 answers

Configuring SQL for optimal performance... SSD or HDD?

Does anyone know of any comparisons that show how SSDs compare to HDDs for performance in a SQL environment? I'm trying to understand what type of performance benefit might be gained by moving to SSD.
spoon16
  • 245
  • 2
  • 4
  • 9
8
votes
4 answers

Samsung 840 Pro SSDs in a Dell R720

We have a MySQL database server running on an Dell PowerEdge R720 (PERC H710 Mini RAID controller) ( (Ubuntu 12.04). We're considering upgrading the 2 x 146GB 15k SAS drives to Samsung 840 Pro SSDs. The Dell ones are just far too expensive! (nearly…
BT643
  • 551
  • 3
  • 9
  • 21
8
votes
3 answers

Is it wise to use SSHDs (Solid state hybrid drives) on a server?

I have a bunch of servers with very heavy I/O that currently use SATA3/SAS drives, but do suffer from I/O wait on the SATA drives, and I have just been alerted to the existence of SSHDs which cost the same for 1TB as the 1TB SATA drives that we…
Seb
8
votes
1 answer

Why the performance decrease for an SSD when using Hyper-V?

I've just installed my new M4 256GB on a Windows Server 2008 R2 Hyper-V server. On the host system using Crystal Disk Mark I've got 212 Mb/s as 4k QD32 write performance, but when I create a VHD disk on the SSD and test using the same configuration…
8
votes
4 answers

HP D2700 enclosure and SSDs. Will any SSD work?

I've got an HP D2700 enclosure that I'm looking to shove some 2.5" SSD drives in. Looking at the prices of HP's SSD drives vs something like an Intel 710 and even something less 'enterprisey', there's quite a difference in price. I know the HP…
growse
  • 8,020
  • 13
  • 74
  • 115
8
votes
1 answer

Can I use dmraid instead of md (mdadm) to make software RAID-1 and RAID-1+0 volumes?

On a related question about SSDs and TRIM (see: Possible to get SSD TRIM (discard) working on ext4 + LVM + software RAID in Linux? ), it turns out that dmraid may now (or shortly) support TRIM on RAID-1. Typically, we've used md (via mdadm) to…
Don MacAskill
  • 1,808
  • 3
  • 16
  • 22
8
votes
2 answers

What's in my ZFS ARC and L2ARC caches?

I have a simple ZFS setup at home, four disks mirrored, 8GB ram and 120GB Intel X25-M SSD for L2ARC. I ran zpool add poolname cache cXtXdX then generated load and eagerly tracked the warming process by running zpool iostat -v mypool. A few hours…
notpeter
  • 3,515
  • 2
  • 26
  • 44
8
votes
3 answers

Can an SSD notify the hosting OS that its wear level is getting high?

I read a lot about SSDs and I am interested in them for server use. My biggest concern is their reliability. A lot of writes shortens their life span. I can mitigate this problem if I can run some kind of diagnostics on a regular basis on the SSD or…
Tony_Henrich
  • 954
  • 3
  • 12
  • 23
8
votes
3 answers

Tmpfs vs NVME SSDs from performance POV

I have a script that creates large temporary files. I'm inclined to use tmpfs for this, however I did a quick search for tmpfs performance and found this which reports speed as about 2GiB/s. Modern NVME SSDs have comparable speeds. Putting aside…