WEBVTT

00:00:00.240 --> 00:00:06.080
so we're on aliexpress looking for bizarre components for an upcoming

00:00:03.840 --> 00:00:09.920
project and we stumble across a series of really cheap ssds from a company

00:00:09.040 --> 00:00:14.719
called king spec which kind of sounds like a knockoff of

00:00:13.519 --> 00:00:17.760
kingston and this raised a couple of questions

00:00:16.720 --> 00:00:25.039
for us one how can they be cheaper than

00:00:21.520 --> 00:00:27.359
massive multinationals like samsung or

00:00:25.039 --> 00:00:31.840
micron who enjoy the industry's best economies of scale

00:00:29.039 --> 00:00:37.600
how would something like this perform and perhaps most importantly should

00:00:34.480 --> 00:00:40.399
anyone trust what is probably the most

00:00:37.600 --> 00:00:45.200
valuable aspect of their computer their data to a relatively

00:00:42.840 --> 00:00:49.760
unknown player oh oh and one more question have you

00:00:47.440 --> 00:00:54.399
ever heard of our sponsor glasswire glasswire lets you see your current and

00:00:51.680 --> 00:00:58.559
past network activity detect malware and block badly behaving apps on your pc or

00:00:56.559 --> 00:01:07.169
Android device use offer code Linus to get 25 off at the link below

00:01:10.240 --> 00:01:15.360
first things first the on paper specifications

00:01:14.560 --> 00:01:20.640
which getting our hands on was actually not as

00:01:18.080 --> 00:01:24.240
easy as you might think so the official page lists

00:01:22.479 --> 00:01:29.520
neither the controller so that's effectively the brain of an SSD that

00:01:27.119 --> 00:01:35.360
controls how data is managed on the nand flash nor the exact type of nand flash

00:01:33.439 --> 00:01:40.560
that was used by this drive furthermore when we cross referenced

00:01:37.840 --> 00:01:46.240
whatever data was out there in the wild often on third party sites we actually

00:01:42.880 --> 00:01:49.439
found a ton of conflicting information

00:01:46.240 --> 00:01:51.680
everything from different nand types mlc

00:01:49.439 --> 00:01:56.479
versus tlc to wildly swinging sequential read and

00:01:54.079 --> 00:02:01.920
write ranges in some cases we actually found conflicting information within the

00:01:58.960 --> 00:02:06.799
same page now we were able to determine at least that the controller on our

00:02:03.920 --> 00:02:13.520
particular unit was probably a d dramless model from maxiotec which is j

00:02:10.479 --> 00:02:15.680
micron's SSD division that was spun off

00:02:13.520 --> 00:02:20.720
into a separate entity and that it's probably an mk8115

00:02:19.760 --> 00:02:26.160
but we decided to leave confirming it until

00:02:23.840 --> 00:02:30.959
all the testing was complete just in case our autopsy found that the

00:02:28.400 --> 00:02:35.280
patient was deceased due to the autopsy

00:02:33.040 --> 00:02:41.200
okay so for those of us who are not quite up to speed on what makes an SSD

00:02:38.080 --> 00:02:44.959
tick aside from the like you plug it

00:02:41.200 --> 00:02:47.920
in and it makes the loading look faster

00:02:44.959 --> 00:02:51.840
and why being d roundless is important here is a quick primer

00:02:49.680 --> 00:02:57.760
when your operating system sends a write request to an SSD it actually assumes

00:02:55.680 --> 00:03:04.319
even though it's 2018 that it is talking to a hard drive and sends data in

00:03:00.239 --> 00:03:05.760
logical block address or lba form now

00:03:04.319 --> 00:03:12.080
ssds they don't do lba instead storing data

00:03:09.280 --> 00:03:15.040
in blocks which each contain four kilobyte pages

00:03:14.159 --> 00:03:19.920
so that's where the flash translation layer

00:03:17.760 --> 00:03:25.920
inside the SSD comes in it converts lba requests into actual

00:03:23.120 --> 00:03:31.599
block and page addresses acting as sort of a table of contents

00:03:28.159 --> 00:03:33.440
what's more each nand cell has a finite

00:03:31.599 --> 00:03:39.040
number of times that it can be overwritten so there needs to be logic

00:03:35.680 --> 00:03:41.440
inside the SSD that takes care to spread

00:03:39.040 --> 00:03:45.680
out the wear evenly this is a process known as wear leveling

00:03:43.519 --> 00:03:52.400
further complicating this process though an individual page cannot be erased from

00:03:49.120 --> 00:03:55.360
a block so to remove part of the data

00:03:52.400 --> 00:03:59.760
from one block the whole block has to be moved over to a second one

00:03:57.360 --> 00:04:03.920
minus the pages containing parts of the file that are marked for deletion once

00:04:01.760 --> 00:04:09.040
that's done the first block can be marked as safe to overwrite now this

00:04:06.319 --> 00:04:13.920
consolidation or moving around is known as garbage collection and ssds have at

00:04:11.840 --> 00:04:19.120
least seven percent of their true capacity hidden sometimes more in order

00:04:16.880 --> 00:04:24.160
to help shuffle data around this is otherwise known as over provisioning

00:04:21.280 --> 00:04:29.360
now as you can imagine as an SSD gets more filled up with data this garbage

00:04:26.560 --> 00:04:34.320
collection process gets more difficult because the fewer spare blocks you have

00:04:32.080 --> 00:04:38.639
the harder it is to organize the ones that remain

00:04:35.520 --> 00:04:42.240
especially during heavy use when it has

00:04:38.639 --> 00:04:43.440
to perform this shuffling on the fly

00:04:42.240 --> 00:04:48.880
this is where not having a dram cash can hurt

00:04:46.639 --> 00:04:53.919
you remember that table of contents we talked about

00:04:50.000 --> 00:04:57.280
ideally that gets stored on the cash

00:04:53.919 --> 00:04:58.080
so then without a fast way to look up

00:04:57.280 --> 00:05:02.880
where what goes writing data to a d roundless

00:05:01.040 --> 00:05:07.280
SSD ends up being kind of like going to the mall without a directory

00:05:04.800 --> 00:05:10.960
then imagine you're in a hurry like you're doing random writes of small

00:05:09.520 --> 00:05:15.199
files all over the drive which actually happens a lot during regular usage

00:05:13.680 --> 00:05:19.360
or or does it so let's look at some performance here

00:05:18.080 --> 00:05:26.240
oh oh lordy oh oh wow oh oh the humanity

00:05:24.560 --> 00:05:30.720
sorry okay enough of that let's actually look a little closer at those numbers

00:05:28.400 --> 00:05:34.400
in sequential reads and writes from a clean state everything here actually

00:05:32.800 --> 00:05:38.400
looks fine but the same can be said of an sd card

00:05:36.560 --> 00:05:42.880
and when we ran Windows on one of those recently the results were

00:05:41.039 --> 00:05:47.600
well less than ideal but where our king's back SSD falls flat

00:05:45.120 --> 00:05:52.720
on its face is where small size transfers come in so we're talking being

00:05:50.240 --> 00:05:57.440
beat by an order of two and a half times in some cases and then embarrassingly

00:05:55.120 --> 00:06:03.919
enough this model we're comparing it to right here is also a cashless model this

00:06:01.360 --> 00:06:09.440
time from Corsair so it seems to be a mix of the who knows what nand and the

00:06:07.360 --> 00:06:14.880
cheap ass controller along with an unexceptional firmware and that is with

00:06:12.080 --> 00:06:19.759
the drives empty and trimmed this situation can only get worse as the

00:06:17.919 --> 00:06:25.600
drive fills up game level load times could be seen as a

00:06:22.319 --> 00:06:28.000
redeeming quality those are fine

00:06:25.600 --> 00:06:32.080
but honestly by this stage of our testing they just aren't enough for king

00:06:30.560 --> 00:06:36.560
spec to be getting any kind of recommendation for this drive especially

00:06:34.560 --> 00:06:42.479
given the mixed amazon reviews that are either basically yay works great or

00:06:39.919 --> 00:06:47.840
died quickly no response from the rma team with someone even going as far as

00:06:44.720 --> 00:06:49.120
to set up a complaints page about

00:06:47.840 --> 00:06:55.840
kingspec the final nail in the coffin is the

00:06:51.280 --> 00:06:57.680
price so our no name SSD is cheap sure

00:06:55.840 --> 00:07:04.319
at the time we ordered it it was the cheapest 512 gig that we could find

00:07:00.639 --> 00:07:06.960
but cheap is not the same thing as good

00:07:04.319 --> 00:07:12.319
value so given that something like a samsung 860 evo can be had for

00:07:10.800 --> 00:07:17.759
complete with five year warranty by the way about ten dollars more then i guess

00:07:15.039 --> 00:07:23.680
the conclusion is this i recommend the kingsback p3512

00:07:21.520 --> 00:07:28.319
i strongly recommend it as a gift

00:07:25.120 --> 00:07:28.319
for someone you don't like

00:07:29.199 --> 00:07:37.680
speaking of things i recommend as a gift although in this case for someone you really like

00:07:33.520 --> 00:07:40.240
mass drops sennheiser hd 6xx headphones

00:07:37.680 --> 00:07:44.720
this is one of massdrop's all-time best sellers and why

00:07:42.479 --> 00:07:48.800
wouldn't it be over 40 000 of their members have picked these things up to

00:07:46.400 --> 00:07:53.919
date and people continue to want them it uses the legendary hd 650 drivers as a

00:07:51.919 --> 00:07:58.080
base to deliver a balanced mid-range and natural sounding base it's got a

00:07:55.680 --> 00:08:02.000
detachable six foot cable instead of the 10-foot cable on the original this is

00:07:59.919 --> 00:08:06.000
based on the community's feedback and it comes with support from sennheiser so

00:08:04.240 --> 00:08:08.879
check out the link below to join the drop today

00:08:07.520 --> 00:08:15.039
so thanks for watching guys if you disliked this video you can hit that

00:08:12.560 --> 00:08:18.000
button but if you liked it hit like get subscribed maybe consider checking out

00:08:16.240 --> 00:08:21.759
where to buy the stuff we featured at the link in the video description also

00:08:20.479 --> 00:08:25.599
down there is our merch store which has cool shirts like

00:08:23.759 --> 00:08:29.680
this one and our community forum which you should definitely join

00:08:28.400 --> 00:08:35.479
to be clear we're not really recommending this one either we're just saying this one is really bad
