Questions tagged [ssd]
3 questions
30
votes
6 answers
Does the advent of the SSD have any implication for database optimization?
Today I was browsing through a book on SQL Server optimization and it seemed that a certain amount of the ideas were based on a linear model of storage. As SSDs have a completely different storage model, do they in any way change the game in regards…
user23157
9
votes
4 answers
Increase Performance of VS 2010 by using a SSD
After searching on the internet for performance improvements when using Visual Studio 2010 with a solid state hard drive, I heard a lot of different opinions.
A lot of people said that there isn't really a benefit when using a SSD, but in contrast…

System.Data
- 215
- 2
- 3
2
votes
1 answer
Will SSD make the distinction between column oriented DB and row oriented DB obsolete?
I had a discussion with a friend about row vs column oriented RDBMS.
From my understanding, these things are closely linked with the fact that there's a concrete drive head reading and writing the data. This head moves and reading/writing data is…

AsTeR
- 295
- 2
- 11