Calls
Queries that have the highest frequency of execution
Showing 10 entries
Query Exec time Prop exec time Calls
Sync io time
BEGIN 1.236214 seconds 273876 0 seconds
CREATE TABLE IF NOT EXISTS "schema_migrations" ("version" bigint, "inserted_at" timestamp(0), PRIMARY KEY ("version")) 50.754358 seconds 273843 0 seconds
LOCK TABLE "schema_migrations" IN SHARE UPDATE EXCLUSIVE MODE 95.086423 seconds 273842 0 seconds
COMMIT 0.808741 seconds 273842 0 seconds
SELECT s0."version"::bigint FROM "schema_migrations" AS s0 14.326825 seconds 273842 0 seconds
select installed_version from pg_available_extensions where name=$1 341.983358 seconds 159096 0 seconds
BEGIN 0.266592 seconds 60308 0 seconds
COMMIT 0.158970 seconds 60274 0 seconds
CREATE TABLE IF NOT EXISTS "schema_migrations" ("version" bigint, "inserted_at" timestamp(0), PRIMARY KEY ("version")) 6.754595 seconds 60274 0 seconds
SELECT s0."version"::bigint FROM "schema_migrations" AS s0 2.987665 seconds 60274 0 seconds