Re: [HACKERS] WIP: Faster Expression Processing and Tuple Deforming(including JIT) - Mailing list pgsql-hackers

From CK Tan
Subject Re: [HACKERS] WIP: Faster Expression Processing and Tuple Deforming(including JIT)
Date
Msg-id CAJNt7=bYNYqvQkCbSkc_Q-vV68RZcpw5r2QYE0FEMuftzNEpTA@mail.gmail.com
Whole thread Raw
In response to Re: WIP: Faster Expression Processing and Tuple Deforming (including JIT)  (Andres Freund <andres@anarazel.de>)
Responses Re: [HACKERS] WIP: Faster Expression Processing and Tuple Deforming(including JIT)  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers

Andres,


> dev (no jiting):> Time: 30343.532 ms


> dev (jiting):
> SET jit_tuple_deforming = on;
> SET jit_expressions = true;

> Time: 24439.803 ms

FYI, ~20% improvement for TPCH Q1 is consistent with what we find when we only jit expression. 

Cheers,
-cktan


pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: [HACKERS] exposing wait events for non-backends (was: Trackingwait event for latches)
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] WIP: Faster Expression Processing and Tuple Deforming(including JIT)