Random write to Intel SSDPEDKE040T7.After 1.4TB random write, SSD write performance drops to half.The test script :#!/bin/sh
nvme="$1"
if [ -z "$nvme" ]; then
echo "Usage $0 <nvme>"
exit 1
fi
ls "$nvme" || exit 1
size_k=$(grep $(basenam...
Hi Santiago,Thanks for your reply.I am okay with the performance figure in the product brief.We will use SSD to save a huge and high rate data, not Linux system or any known file system.If you can provide the technique details about what I see in my ...
I need some information about performance and reliability, especially endurance.I find the product spec of 3500 - https://www.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-dc-s3500-spec.pdfI am using it as reference.Here...