It's not server vs desktop
Posted Nov 17, 2011 8:10 UTC (Thu) by
khim (subscriber, #9252)
In reply to:
Huge pages, slow drives, and long delays by naptastic
Parent article:
Huge pages, slow drives, and long delays
Actually it does not always make sense on server either. If you have some batch-processing operation (slocate indexer on desktop, map-reduce on server) then it's Ok to wait for the compaction - even if it'll take a few minutes.
But if you need response right away (most desktop operations, live request in server's case) then latency is paramount.
(
Log in to post comments)