Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism - Mailing list pgsql-hackers

From Andres Freund
Subject Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism
Date
Msg-id 20160817231635.jcnodx4ttemggahf@alap3.anarazel.de
Whole thread Raw
In response to CLUSTER, reform_and_rewrite_tuple(), and parallelism  (Peter Geoghegan <pg@heroku.com>)
Responses Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
> Does anyone have any ideas on how to:
> 
> 1). Directly address the reform_and_rewrite_tuple() bottleneck.

What part of is actually the expensive bit? It does a whole lot of
things. Forming/Deforming tuples, the hash lookups in
rewrite_heap_tuple(), ...?

Andres



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: CLUSTER, reform_and_rewrite_tuple(), and parallelism
Next
From: Peter Geoghegan
Date:
Subject: Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism