Posted On March 31, 2019

A Comment on SSD Hardware

kimconnect 0 comments
blog.KimConnect.com >> Windows >> A Comment on SSD Hardware

There are different types of NAND flash: TLC, MLC, SLC. The Samsung EVO is TLC based, whereas the Pro is MLC based. MLC is for high-write applications. SLC is mostly reserved for servers and databases. TLC is for normal use.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Deploy Certs on Remote Windows Servers

Quick Script for Local Machines: $certPath="C:\kimconnect_cert.pfx" $certPlaintextPassword='PASSWORD' $certEncryptedPassword=ConvertTo-SecureString $certPlaintextPassword -AsPlainText -Force Import-PfxCertificate -CertStoreLocation Cert:\LocalMachine\My -FilePath…

Enable File Server to Have Multiple Alias Host Names

Regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0, create Multi-String Value = BackConnectionHostNames with values of the CNAMES of the file…

Installing Team Foundation Server

1. Installationa. All in oneb. Separate TFS and database (advanced) 2. Setup reportinga. Warehouse databaseb.…