Re: jsonb format is pessimal for toast compression - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: jsonb format is pessimal for toast compression
Date
Msg-id CAM3SWZR4JqXG1_hpArLv6wABHMXXg-gU6Sgjm2eP-YU8-Xj5yg@mail.gmail.com
Whole thread Raw
In response to Re: jsonb format is pessimal for toast compression  (Arthur Silva <arthurprs@gmail.com>)
Responses Re: jsonb format is pessimal for toast compression
Re: jsonb format is pessimal for toast compression
List pgsql-hackers
On Tue, Aug 26, 2014 at 8:41 PM, Arthur Silva <arthurprs@gmail.com> wrote:
> The difference is small but I's definitely faster, which makes sense since
> cache line misses are probably slightly reduced.
> As in the previous runs, I ran the query a dozen times and took the average
> after excluding runs with a high deviation.

I'm not surprised that it hasn't beaten HEAD. I haven't studied the
problem in detail, but I don't think that the "cache awareness" of the
new revision is necessarily a distinct advantage.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Similar to csvlog but not really, json logs?
Next
From: Peter Eisentraut
Date:
Subject: Re: Add .NOTPARALLEL to contrib/Makefile