Hi Muhammad Usman Khan
I have already set required values of params.Here issue was about
triggers.I have resolved this issue
Regards
Durga Mahesh
On Thu, Sep 12, 2024 at 10:05 AM Muhammad Usman Khan
wrote:
> Hi,
> You can use the following approaches for optimization:
>
>- Instead of inser
Hi,
You can use the following approaches for optimization:
- Instead of inserting one row at a time, perform bulk inserts, which
will reduce the overhead of each individual transaction
- Partitioning can improve write performance by splitting the data into
smaller, more manageable chun
Hi
insert into
dictionary(lang,tid,sportid,brandid,translatedtext,objecttype,basetid)
values ($1,$2,$3,$4,$5,$6,$7) on conflict do nothing
*8vcpus and 32gb ram
Number of calls per sec 1600 at this time 42% of cpu utilized
Max in ms 33.62 per call
Avg in ms