From ff16395b65132ffe06f716afef97b6752c48d875 Mon Sep 17 00:00:00 2001 From: sjg Date: Sun, 28 Oct 2012 20:16:50 -0700 Subject: [PATCH] --- performance/index.html | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/performance/index.html b/performance/index.html index a8448e0..c64d628 100644 --- a/performance/index.html +++ b/performance/index.html @@ -1,4 +1,12 @@ [[!template id=performance-includes.tmpl]] + +

Symmetric Multi-Processor Scaling

+ +[[!template id=performance-scaling-postgresql.tmpl]] + +
+
+

Swapcache

DragonFly BSD has numerous performance advantages over most other operating systems. One of the novel features in DragonFly that is able to boost the throughput of a large number of workloads is called swapcache. Swapcache gives the kernel the ability to retire cached pages to one or more interleaved swap devices, usually using commodity solid state disks. By caching filesystem metadata, data or both on an SSD the performance of many read-centric workloads is improved and worst case performance is kept well bounded.

-- 1.7.7.2