Re: Postgres NoSQL emulation - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: Postgres NoSQL emulation
Date
Msg-id BANLkTi=XhZWH-Jjgz2pkOS2ipcvedM7N=A@mail.gmail.com
Whole thread Raw
In response to Re: Postgres NoSQL emulation  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-performance
On Tue, May 10, 2011 at 3:32 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
> why even  have multiple rows? just jam it all it there! :-D

Exactly, serialize the object and stuff it into a simple key->value
table.  Way more efficient than EAV.

pgsql-performance by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Postgres refusing to use >1 core
Next
From: Scott Marlowe
Date:
Subject: Re: Postgres refusing to use >1 core