Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    +1 Even a high-end (ordinary) disk drive can make an appreciable difference. However, by far the most dramatic improvement in long-running GIS processes is made by improving the algorithm. In many, many cases, if your computation is taking noticeably longer than the time required to read all inputs and write all outputs, chances are you are using an inefficient algorithm. Commented Apr 20, 2011 at 18:36
  • A solid state drive is not made of the same kind of RAM as your computer memory. While much faster than a spinning disk, it is also much slower than the RAM on your motherboard. Of course, you can install an SSD with hundreds of gigabytes of storage ; few motherboards will support that much RAM, even if you could afford it (at least 10X the SSD). Just one more tradeoff point in the space/speed/cost space. Commented Apr 23, 2014 at 3:27