google F1 - Mailing list pgsql-general

From Merlin Moncure
Subject google F1
Date
Msg-id CAHyXU0xLkwVcTeybHz6iz2urSzBTNOm1Ddi6WJCUMr8z-v1qYA@mail.gmail.com
Whole thread Raw
List pgsql-general
So,

If you haven't heard the news yet, google is migrating off MySQL for
adwords.  They decided to implement their own system, F1:

http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en/us/pubs/archive/38125.pdf

It's a distributed SQL system, but they opted not to implement
'eventual consistency' -- which I very much agree with.  It's fully
transactional (I think?) and trades transaction latency for the
sharding capabilities.  It's an interesting take: how does it compare
to postgres?  Does it truly scale?

merlin

pgsql-general by date:

Previous
From: Raghavendra
Date:
Subject: Re: Updateable Views or Synonyms.
Next
From: Adrian Klaver
Date:
Subject: Re: timestamps, formatting, and internals