functionality difference-performance postgreSQLv14-GCC-llvm-clang

2022-07-11 Thread arjun shetty
Hi, PostgreSQLv14- compiled with LLVM-Clangv13 and GCCv11,And captured performance using HammerDBv4.3-TPC-H. And Observed the functionality differences as LLVM-Clangv13-triggers heapgetpage instead XidInMVCCSnapshot or vice versa with GCC. I would like to know here the functionality differences tr

PostgreSQLv14 TPC-H performance GCC vs Clang

2021-11-02 Thread arjun shetty
Hi PostgreSQLv14 source code build with GCCv11.2 and Clangv12(without JIT) with optimisation flags like O3 and tested with HammerDB Observed TPC-H , GCC performance better than Clang(without JIT). The performance difference ~22% and also noticed the assembly code difference GCC vs Clang( e.g. GCC

Re: PostgreSQLv14 TPC-H performance GCC vs Clang

2021-11-05 Thread arjun shetty
s result file with the Phoronix Test > Suite > by running the command: phoronix-test-suite benchmark > 2105299-IB-COMPILERT91" > > Regards. > Imre > > arjun shetty ezt írta (időpont: 2021. nov. 2., > K, 18:13): > >> Hi >> PostgreSQLv14 source co

PostgreSQLv14 TPC-H performance GCC vs Clang

2021-11-16 Thread arjun shetty
Yes, currently focusing affects queries as well. In meanwhile on analysis(hardware level) and sample examples noticed 1. GCC performance better than Clang on int128 . 2. Clang performance better than GCC on long long the reference example https://stackoverflow.com/questions/63029428/why-is-int128

Re: Lock contention high

2021-11-16 Thread arjun shetty
Hi Askhil PostgreSQL utilizes lightweight locks(LWLocks) to synchronize and control access to the buffer content. A process acquires an LWLock in a shared mode to read from the buffer and an exclusive mode to write to the buffer. Therefore, while holding an exclusive lock, a process prevents ot

Re: Lock contention high

2021-11-29 Thread arjun shetty
, arjun shetty wrote: > Hi Askhil > > PostgreSQL utilizes lightweight locks(LWLocks) to synchronize and > control access to the buffer content. A process acquires an LWLock in a > shared mode to read from the buffer and an exclusive mode to write to > the buffer. Therefore, while ho

PostgreSQLv14 performance client-server-HammerDB

2021-12-16 Thread arjun shetty
Hi , PostgreSQLv14 source build/compiled with GCCv11.1 and bin's run different machine like single machine and client-server machine. observed Single Milan machine, the NOPM is more or less half with the Client-Server method. And checked the network bandwidth on Client-Server machine, it is simi

Re: PostgreSQLv14 TPC-H performance GCC vs Clang

2022-01-18 Thread arjun shetty
status/1466808507240386560 > - > https://www.phoronix.com/scan.php?page=news_item&px=LLVM-Clang-14-Hoist-Load > > regards, > Imre > > > > arjun shetty ezt írta (időpont: 2021. nov. > 16., K, 11:10): > >> Yes, currently focusing affects queries as well. >>