We will share some new test results and repeat our old test again with a different method. Here's the results:
Samsung MLC SSD (16 GB)
ad6: 15272MB <SAMSUNG MMBRE16GSMPP-MVA VAM1101Q> at ata3-master SATA150
# diskinfo -c -t /dev/ad6s1d
/dev/ad6s1d
512 # sectorsize
16013910528 # mediasize in bytes (15G)
31277169 # mediasize in sectors
31028 # Cylinders according to firmware.
16 # Heads according to firmware.
...
We will share some MySQL results of our BigBoy SSD Slim. The hardware is the same as our previous post. This time the test is based on MySQL queries.
We did a simple sql select query like that:
SELECT * FROM `table` WHERE `field` LIKE '%keyword%';
Executed this query on the same table for keywords at different long. The table contains about 100.000 rows and it's size is about 500 MB.
| Test | SSD | HDD |
| Query 1 | 0.0261 sec | 0.0410 sec |
| Query 2 | 16.2090 sec | 28.2846 sec |
| Query 3 | 21.1690... |
We have bought 16 GB BigBoy (Samsung Chips) Slim MLC SSD last week. In physical size, it's really so slim, thin, small. It's about 1 inch in size. The size advantage of solid state drives really matters.
What about the performance?
First of all, we didn't test the drive with for various factors. We only did simple copy and read tests.
The platform is FreeBSD unix. We formatted the SSD as UFS file system. The motherboard supports Sata 1. So the results are based on Sata 1 only.
We wrote a shell...
You can check this video to see the abilities of the SSD.
(0)