From owner-svn-doc-all@FreeBSD.ORG Wed Jul 16 17:46:44 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3816E792; Wed, 16 Jul 2014 17:46:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A8BC20BF; Wed, 16 Jul 2014 17:46:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GHkh4h011229; Wed, 16 Jul 2014 17:46:43 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6GHkhfC011228; Wed, 16 Jul 2014 17:46:43 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201407161746.s6GHkhfC011228@svn.freebsd.org> From: Glen Barber Date: Wed, 16 Jul 2014 17:46:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45313 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 17:46:44 -0000 Author: gjb Date: Wed Jul 16 17:46:43 2014 New Revision: 45313 URL: http://svnweb.freebsd.org/changeset/doc/45313 Log: Add the pgsql performance status report. Submitted by: kib Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Wed Jul 16 17:42:42 2014 (r45312) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Wed Jul 16 17:46:43 2014 (r45313) @@ -46,7 +46,7 @@ ?>

Thanks to all the reporters for the excellent work! This - report contains 17 entries and we hope you enjoy reading it.

+ report contains 18 entries and we hope you enjoy reading it.

The deadline for submissions covering between July and September 2014 is October 7th, 2014.

@@ -1319,4 +1319,36 @@ The &os; Foundation + + + PostgreSQL performance improvements + + + + + Konstantin + Belousov + + kib@FreeBSD.org + + + + + + + + +

The analysis of the performance of the latest 9.3 version of + the PostgreSQL on &os;-CURRENT was performed. The issues + which prevented the good scalability on a 40-core machine were + determined, and changes prototyped which solve the + bootlenecks.

+ +

The URL above provides a paper which contains a detailed + explanation of the issues and solutions, together with the + graph demonstrating the effects on scalability.

+ + + The &os; Foundation +