Re: Perfomance degradation 9.3 (vs 9.2) for FreeBSD
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Alfred Perlstein <alfred@freebsd.org>
Cc: Andrew Dunstan <andrew@dunslane.net>,
Magnus Hagander <magnus@hagander.net>,
Andres Freund <andres@2ndquadrant.com>,
Tom Lane <tgl@sss.pgh.pa.us>, Palle Girgensohn <girgen@freebsd.org>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Robert Haas <robertmhaas@gmail.com>, Francois Tigeot <ftigeot@wolfpond.org>
Date: 2014-04-21T17:42:09Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add shared_memory_type GUC.
- f1bebef60ec8 12.0 landed
* Alfred Perlstein (alfred@freebsd.org) wrote: > How high on the hierarchy of PostgreSQL's "needs" is making a single > option a tunable versus compile time thing? I mean seriously you > mean to stick on this one point when one of your users are asking > you about this? That is pretty concerning to me. Seriously, we do care that the system is easy to use for both admins and end users and part of how we do that is by minimizing the number of tunable options because they add to confusion and increase the difficulty to manage the system- look at certain other $expensive RDBMS's if you're unsure about that. Far better is to work out the *correct* solution to a given problem rather than punt'ing on it and asking the (almost uniformly under-informed user) to tell us what to do. And, yes, while we're interested in our user's input, we do not add new configuration variables because one user asked us to. Thanks, Stephen