TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

24 Solid State Drives Open All of Microsoft Office In .5 Seconds

46 pointsby darragjmabout 16 years ago

11 comments

patio11about 16 years ago
That gives some interesting possibilities for computers in a few years -- one relatively expensive drive for code, another cheap drive for data, for example.<p>Probably 80% of your hard drive is stuff where the access speed is irrelevant -- movies, for example, since your capability to read from the disk far outstrips your eyes' capability to watch the movie. Photos, Office docs, email, ditto ditto ditto.<p>Then there are programs -- or even a subset of programs, really -- that actually have appreciable startup times. Office, Eclipse, etc, I'm looking at you.<p>You could put those programs on the "fast" disk (along with most of the OS, presumably) then make it as big as you pleased with cheap spinning platters. With a little bit of software trickery, you could present the two disks as one physical drive to the operating system (or to the end user) and shift data between them using some sort of caching policy (LRU, whatever).<p>It sounds like a sexy idea for servers too -- can't afford to keep the entire working set in RAM? No problem -- back up the RAM with solid state and only write to spinning magnetic media when you need long-term non-volatile storage.
评论 #509469 未加载
评论 #509631 未加载
评论 #511327 未加载
DanielBMarkhamabout 16 years ago
Wow. Simply -- wow.<p>I was amazed at really seeing the HD bottleneck minimized this way. I always knew about it, but -- wow.
评论 #509395 未加载
评论 #509606 未加载
评论 #509533 未加载
adamtabout 16 years ago
It's actually quite clever marketing on behalf of Samsung, and impressive to seek them using 'geek marketing' in this way.<p>However, given that a 64GB Samsung SSD drive goes for about $500, 24 of them (plus RAID card for that many) is still looking quit steep!
评论 #509496 未加载
评论 #509405 未加载
whughesabout 16 years ago
Reddit thread: <a href="http://www.reddit.com/r/reddit.com/comments/836i6/hey_reddit_samsung_gave_me_24_new_ssd_drives_to/" rel="nofollow">http://www.reddit.com/r/reddit.com/comments/836i6/hey_reddit...</a><p>The IT guy from the video is a poster there, so there is some useful information if anyone is interested.
iamwilabout 16 years ago
And then software will expand to make everything slow again.
评论 #509357 未加载
marketerabout 16 years ago
It's funny how they never say how much RAM this computer has.<p>Vista has a feature called 'superfetch' which pre-caches applications in memory so they're never actually loaded from disk. Also, it's hard to tell, but if this computer has sufficient RAM, you could conceivable load everything directly from memory.<p>Also, the fragmentation test was a little dubious. A computer that new would have very little file fragmentation, so of course defragging would be fast.<p>That said, it was an entertaining video!
评论 #509532 未加载
评论 #509561 未加载
jrnkntlabout 16 years ago
Although I understand the awesomeness of this video I don't get that a marketing company comes up with this video. The nerd community is already familiar with the potential of SSD's and their speed increase. I think that the consumer market should be steamed ready for the 'next-gen' in hard disks via a video that's not focused on RAID configs, 6 TBs, a benchmark of 2GB/s and stuff. Focus on things like homevideo editing or working office, photo apps, mediaplayer and stuff all at once.<p>More exposure, more familiarity with the hardware and advantages, more potential buyers.
评论 #510042 未加载
ShabbyDooabout 16 years ago
Desktop performance with solid-state drives is less interesting to me than server performance -- specifically databases and other services where seek time is more important than throughput.<p>Has anyone done performance tests with MySQL on low-latency storage devices? As another commenter suggested for the desktop, strategies of using solid-state for latency bound activities and traditional disks for throughput intensive stuff might be an interesting hybrid to explore.
评论 #509471 未加载
mcavabout 16 years ago
So, given that demo, does a single SSD perform substantially better enough on a normal laptop to warrant the expenditure yet? (Last I heard, standard advice was to wait until the price drops.)
评论 #509481 未加载
评论 #509312 未加载
评论 #509492 未加载
评论 #509570 未加载
评论 #509303 未加载
10renabout 16 years ago
This should work with USB thumbdrives too.<p>The ones I've tested are faster than a HDD (and faster than the SSD in a eee PC). They're also cheap.<p>Bottleneck would shift to USB bandwidth (60 MByte/s) and the PC itself.
评论 #509642 未加载
pchristensenabout 16 years ago
<i>The complete system defrags in about 3 seconds. </i><p>This part impressed me most.
评论 #511286 未加载