Click here to Skip to main content
15,913,115 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Nathan Minier20-Apr-16 1:12
professionalNathan Minier20-Apr-16 1:12 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Stefan_Lang19-Apr-16 23:45
Stefan_Lang19-Apr-16 23:45 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Nathan Minier20-Apr-16 1:15
professionalNathan Minier20-Apr-16 1:15 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Ron Nicholson19-Apr-16 3:36
professionalRon Nicholson19-Apr-16 3:36 
GeneralRe: SSD's Good Idea, or potential failure? Pin
glennPattonWork319-Apr-16 5:18
professionalglennPattonWork319-Apr-16 5:18 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Kirk 1038982119-Apr-16 9:03
Kirk 1038982119-Apr-16 9:03 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Member 996571219-Apr-16 12:38
Member 996571219-Apr-16 12:38 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Stefan_Lang20-Apr-16 1:58
Stefan_Lang20-Apr-16 1:58 
SSDs can be read indefinitely. It's only the writing that's limited. However, there's little to fear, as this article shows! The first SSD failing in that endurance test failed after writing more than 700 Terabytes of data successfully. Even if you write 100 GB of data every day, that's close to 20 years of expected lifespan!

That said, there are a couple of settings in Windows (and presumably other OSs as well) that you really should adjust. I've seen an article about just that topic, but can't recall it's title, nor can I locate a bookmark, if I even took one.

But the gist of it - to the extent that I remember - is that that you should disable anything continuously performing write operations; and you need to really think about what a specific process really does in order to find out who are the culprits:

(A) Anything meant to speed up searching or indexing - e. g. Windows Searchindexer - may often write to the disk to update its index, but is pointless on a SSD, because it reads so much faster. It's less of a problem when the index is kept in memory, but it's still pointless.

(B) Defragmentation is a SSD killer, and likewise entirely pointless for an SSD. The main point of defragmentation is to avoid the slow random lookups on mechanical drives. It is a workaround for the implicit weakness of these drives. But SSDs don't have that problem to start with!

(C) Antivirus software likes to write logs about just about anything. Make sure it is set up to only report relevant stuff so it doesn't continuously write to the disk! (or, alternately, if you have that option, you could tell it to write the log to a mechanical drive instead) Normally this shouldn't be a problem, but I mention it because at work our antivirus software is configured to log unholy amounts of information all the time. I can't see just how much it really is, but I have a strong feeling it's worth checking.
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

GeneralRe: SSD's Good Idea, or potential failure? Pin
Mark_Wallace19-Apr-16 7:29
Mark_Wallace19-Apr-16 7:29 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Ygnaiih19-Apr-16 9:09
professionalYgnaiih19-Apr-16 9:09 
GeneralRe: SSD's Good Idea, or potential failure? Pin
ClockMeister19-Apr-16 9:26
professionalClockMeister19-Apr-16 9:26 
GeneralRe: SSD's Good Idea, or potential failure? Pin
ajhampson19-Apr-16 15:25
ajhampson19-Apr-16 15:25 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Plamen Dragiyski19-Apr-16 20:03
professionalPlamen Dragiyski19-Apr-16 20:03 
GeneralRe: SSD's Good Idea, or potential failure? Pin
slack721919-Apr-16 22:07
slack721919-Apr-16 22:07 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Luschan19-Apr-16 22:13
Luschan19-Apr-16 22:13 
GeneralRe: SSD's Good Idea, or potential failure? Pin
Stefan_Lang20-Apr-16 3:46
Stefan_Lang20-Apr-16 3:46 
GeneralWhat the actual Versace? Pin
Sander Rossel18-Apr-16 11:38
professionalSander Rossel18-Apr-16 11:38 
GeneralRe: What the actual Versace? Pin
Kevin Marois18-Apr-16 11:53
professionalKevin Marois18-Apr-16 11:53 
GeneralRe: What the actual Versace? Pin
908236518-Apr-16 12:40
908236518-Apr-16 12:40 
GeneralRe: What the actual Versace? Pin
Sander Rossel18-Apr-16 21:25
professionalSander Rossel18-Apr-16 21:25 
GeneralRe: What the actual Versace? Pin
Vander Wunderbar18-Apr-16 13:49
Vander Wunderbar18-Apr-16 13:49 
GeneralRe: What the actual Versace? Pin
Sander Rossel18-Apr-16 21:23
professionalSander Rossel18-Apr-16 21:23 
GeneralRe: What the actual Versace? Pin
ajhampson19-Apr-16 15:29
ajhampson19-Apr-16 15:29 
GeneralRe: What the actual Versace? Pin
Sander Rossel19-Apr-16 21:21
professionalSander Rossel19-Apr-16 21:21 
GeneralRe: What the actual Versace? PinPopular
enhzflep18-Apr-16 17:21
enhzflep18-Apr-16 17:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.