Hi community,
i'm observing some warning trace message about slow database like below:
---"Write to database call finished" len:1034400,err:<nil> 629ms (09:04:31.877)
but when i checked stats from database, i couldn't find any thing similar to above log
k3s=#
select max_exec_time from pg_stat_statements order by max_exec_time desc limit 5;
max_exec_time
--------------------
185.297388
71.854067
67.12399400000001
28.610996999999998
24.494908
(5 rows)
k3s=#
am I doing anything wrong here? thanks a lot