Search Results

1
vote

Optimal RAID setup for SQL server

Be aware that the key performance metric will be the seek rate, not the data rate. That is, a typical database that is disk-bound (as yours may become as it grows) will be limited by how many IOs …
3
votes

For your complicated algorithms, how do you measure its performance?

Two points: Beware of the infamous "optimizing the idle loop" problem. (E.g. see the optimization story …
0
votes

Setting Performance goals for Developers

I suggest you read Joel Spolsky's recent …
0
votes

Is there a faster alternative to Google Analytics?

I've previously had a quick look at Mint, which looks interesting. But I have no information about the speed, and it costs $30 per site. …
0
votes

How do you measure page load speed?

In Safari, the Network Timeline (available under the Develop …