ToDo: fast update of arrays with fixed length fields for PL/pgSQL - Mailing list pgsql-hackers

From Pavel Stehule
Subject ToDo: fast update of arrays with fixed length fields for PL/pgSQL
Date
Msg-id CAFj8pRAKuDU_0md-dg6Ftk0wSupvMLyrV1PB+HyC+GUBZz346w@mail.gmail.com
Whole thread Raw
Responses Re: ToDo: fast update of arrays with fixed length fields for PL/pgSQL  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
We can directly modify any fields of int, float, double arrays (when result size will be immutable). This trick is used now for acceleration of some aggregates.

Ideas, comments?

Regards

Pavel

pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Who is pgFoundery administrator?
Next
From: Andres Freund
Date:
Subject: Re: ToDo: fast update of arrays with fixed length fields for PL/pgSQL