Calls
Queries that have the highest frequency of execution
Queries that have the highest frequency of execution
Query | Exec time | Prop exec time | Calls | Sync io time |
---|---|---|---|---|
BEGIN | 7.650185 seconds | 1626148 | 0 seconds | |
CREATE TABLE IF NOT EXISTS "schema_migrations" ("version" bigint, "inserted_at" timestamp(0), PRIMARY KEY ("version")) | 337.172028 seconds | 1625951 | 0 seconds | |
COMMIT | 5.239079 seconds | 1625948 | 0 seconds | |
LOCK TABLE "schema_migrations" IN SHARE UPDATE EXCLUSIVE MODE | 720.540080 seconds | 1625948 | 0 seconds | |
SELECT s0."version"::bigint FROM "schema_migrations" AS s0 | 85.998113 seconds | 1625948 | 0 seconds | |
INSERT INTO "solar_observations" ("battery_voltage_mv","charge_pct","humidity_pct","lighting_lm","photo_light_mv","sensor_id","temperature_c","timestamp") VALUES ($1,$2,$3,$4,$5,$6,$7,$8) | 66.170832 seconds | 286918 | 0 seconds | |
INSERT INTO "power_monitorings" ("current_a","energy_kwh","frequency_hz","power_factor","power_w","timestamp","voltage_v") VALUES ($1,$2,$3,$4,$5,$6,$7) | 24.513868 seconds | 286917 | 0 seconds | |
INSERT INTO "particle_concentrations" ("mass_10p0_ugm3","mass_1p0_ugm3","mass_2p5_ugm3","mass_4p0_ugm3","num_0p5_ncm3","num_10p0_ncm3","num_1p0_ncm3","num_2p5_ncm3","num_4p0_ncm3","size_um","timestamp") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11) | 24.483907 seconds | 286914 | 0 seconds | |
INSERT INTO "weather_conditions" ("altitude_m","bmp_temperature_c","dht_temperature_c","humidity_pct","lighting_lm","luminance_tag","photo_light_mv","pressure_hg","raspi_temp_c","real_altitude_m","scd_co2_ppm","scd_humidity_pct","scd_temperature_c","sealevel_pressure_hg","timestamp") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15) | 89.677768 seconds | 286912 | 0 seconds | |
INSERT INTO "geiger_counts" ("counts_per_minute","entropy_b64","radiation_doze_usvh","timestamp") VALUES ($1,$2,$3,$4) | 65.439224 seconds | 208806 | 0 seconds |