Re: SSD options, small database, ZFS

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Amitabh Kant <amitabhkant(at)gmail(dot)com>
Cc: Greg Smith <greg(at)2ndquadrant(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: SSD options, small database, ZFS
Date: 2011-11-22 18:11:31
Message-ID: 201111221811.pAMIBVw15289@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Amitabh Kant wrote:
> > The whole memorys speed topic is also much more complicated than any
> > simple explanation can cover. How many banks of RAM you can use
> > effectively changes based on the number of CPUs and associated chipset too.
> > Someone just sent me an explanation recently of why I was seeing some
> > strange things on my stream-scaling benchmark program. That dove into a
> > bunch of trivia around how the RAM is actually accessed on the motherboard.
> > One of the reasons I keep so many samples on that program's page is to
> > help people navigate this whole maze, and have some data points to set
> > expectations against. See https://github.com/gregs1104/**stream-scaling<https://github.com/gregs1104/stream-scaling>for the code and the samples.
> >
> > --
> > Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
> > PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.us
> >
> >
> >
> Greg
>
> On a slightly unrelated note, you had once (
> http://archives.postgresql.org/pgsql-general/2011-08/msg00944.php) said to
> limit shared_buffers max to 8 GB on Linux and leave the rest for OS
> caching. Does the same advice hold on FreeBSD systems too?

Hard to say. We don't know why this is happening but we are guessing it
is the overhead of managing over one million shared buffers. Please
test and let us know.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message J Ramesh Kumar 2011-11-23 05:55:07 Autovacuum Issue
Previous Message Bruce Momjian 2011-11-22 18:10:29 Re: SSD options, small database, ZFS