Re: Why facebook used mysql ?

From: David Boreham <david_list(at)boreham(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Why facebook used mysql ?
Date: 2010-11-09 18:16:17
Message-ID: 4CD98FF1.8070602@boreham.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/9/2010 11:10 AM, Sandeep Srinivasa wrote:
> It was about the technical discussion on Highscalability - I have been
> trying to wrap my head around the concept of multiple core scaling for
> Postgres, especially beyond 8 core (like Scott's Magny Coeurs
> example). My doubt arises from whether Postgres depends on the kernel
> scheduler for multiple CPU/core utilization.
>
> If that is the case, then does using FreeBSD vs Linux give rise to any
> differences in scaling?

Hmm...typically multi-core scaling issues are in the area of memory
contention and cache coherence (and therefore are for the most part not
dependent on the OS and its scheduler).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2010-11-09 18:17:04 Re: [JDBC] psqlexception syntax error at or near "$"
Previous Message Sandeep Srinivasa 2010-11-09 18:10:26 Re: Why facebook used mysql ?