From: | Dmitry Dolgov <9erthalion6(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | [RFC] Add jit deform_counter |
Date: | 2022-06-12 09:12:53 |
Message-ID: | 20220612091253.eegstkufdsu4kfls@erthalion.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
I've noticed that JIT performance counter generation_counter seems to include
actions, relevant for both jit_expressions and jit_tuple_deforming options. It
means one can't directly see what is the influence of jit_tuple_deforming
alone, which would be helpful when adjusting JIT options. To make it better a
new counter can be introduced, does it make sense?
Attachment | Content-Type | Size |
---|---|---|
0001-Add-deform_counter.patch | text/x-diff | 4.6 KB |
0002-Add-deform_counter-to-pg_stat_statements.patch | text/x-diff | 9.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Aleksander Alekseev | 2022-06-12 10:42:13 | Quick question regarding HeapTupleHeaderData.t_ctid |
Previous Message | Zheng Li | 2022-06-12 06:46:27 | Re: Support logical replication of DDLs |