PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Jak włączyć profiler funkcji PostgreSQL?

W PostgreSQL 8.3 na Win32 wtyczka profilująca jest domyślnie instalowana, ale nie ładowana. Po prostu wykonaj ten SQL:

LOAD '$libdir/plugins/plugin_profiler.dll';
SET plpgsql.profiler_tablename = 'bazzybar';

...a potem, gdy chcesz sprofilować jakiś kod,

drop table if exists bazzybar; -- reset the profiling stats
select my_function_here('lala',123);  -- this line and variations as many times as you deem fit
select * from bazzybar; -- show the time spent on each line of your function



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. PostgreSQL - ustaw domyślną wartość komórki zgodnie z inną wartością komórki

  2. Postgresql — Jak wyodrębnić pierwsze wystąpienie podciągu w ciągu za pomocą wzorca wyrażenia regularnego?

  3. SET extra_float_digits =3 w postgresql

  4. Uzyskaj wszystkie proceduralne, zdefiniowane przez użytkownika funkcje

  5. postgresql des encrypt