How to estimate execution cost of function in pgsql? – Postgresql
I am trying to define custom function and I wanted to find how can I calculate estimated cost of that function https://www.postgresql.org/docs/current/sql-createfunction.html I tried giving different values of cost function but unable to find to find how to estimate that…