• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Recent content by Sundarraj Kaushik

  1. S

    longevity testing

    Normally a soak test would be a non-stop test. Running the system for a large number of hours with average to more than average load would constitute a soak test. This will bring out any memory leaks, memory fragmentation issues, connection leaks, garbage collection issues etc. in the system...
  2. S

    SSD vs HDD

    Sequential writes will be quite fast even in normal disks. Random reads and writes would be faster in SSDs. Hence OLTP and Database Transactions are much more faster in SSD than Backup, Restore and File Copy. For Random writes and reads use SSDs for sequential writes and using SSD will not give...
Back
Top