-
Global information
- Generated on Sun Dec 5 12:59:08 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-12-05_140000.log
- Parsed 44,090 log entries in 7s
- Log start from 2021-12-05 14:00:01 to 2021-12-05 14:59:01
-
Overview
Global Stats
- 473 Number of unique normalized queries
- 2,797 Number of queries
- 2h3m25s Total query duration
- 2021-12-05 14:00:15 First query
- 2021-12-05 14:58:53 Last query
- 18 queries/s at 2021-12-05 14:44:43 Query peak
- 2h3m25s Total query duration
- 0ms Prepare/parse total duration
- 2s549ms Bind total duration
- 2h3m22s Execute total duration
- 17,023 Number of events
- 4 Number of unique normalized events
- 16,945 Max number of times the same event was reported
- 0 Number of cancellation
- 0 Total number of automatic vacuums
- 0 Total number of automatic analyzes
- 196 Number temporary file
- 9.96 MiB Max size of temporary file
- 6.48 MiB Average size of temporary file
- 0 Total number of sessions
- 0 sessions at Session peak
- 0ms Total duration of sessions
- 0ms Average duration of sessions
- 2,797 Average queries per session
- 2h3m25s Average queries duration per session
- n/a Average idle time per session
- 0 Total number of connections
- 1 Total number of databases
SQL Traffic
Key values
- 18 queries/s Query Peak
- 2021-12-05 14:44:43 Date
SELECT Traffic
Key values
- 18 queries/s Query Peak
- 2021-12-05 14:44:43 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 8 queries/s Query Peak
- 2021-12-05 14:46:12 Date
Queries duration
Key values
- 2h3m25s Total query duration
Prepared queries ratio
Key values
- 0.00 Ratio of bind vs prepare
- 0.00 % Ratio between prepared and "usual" statements
General Activity
↑ Back to the top of the General Activity tableDay Hour Count Min duration Max duration Avg duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Dec 05 14 2,797 0ms 14m7s 2s646ms 3m34s 4m51s 15m3s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Dec 05 14 1,144 20 1s665ms 37s317ms 1m12s 3m34s Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Dec 05 14 638 41 0 78 3s12ms 53s822ms 56s464ms 1m1s Day Hour Prepare Bind Bind/Prepare Percentage of prepare Dec 05 14 0 1,836 1,836.00 0.00% Day Hour Count Average / Second Dec 05 14 0 0.00/s Day Hour Count Average Duration Average idle time Dec 05 14 0 0ms 0ms -
Connections
Established Connections
Key values
- 0 connections Connection Peak
- Date
Connections per database
Key values
- unknown Main Database
- 0 connections Total
Connections per user
Key values
- unknown Main User
- 0 connections Total
-
Sessions
Simultaneous sessions
Key values
- 0 sessions Session Peak
- Date
Histogram of session times
Key values
- duration
Sessions per database
Key values
- unknown Main Database
- 0 sessions Total
Sessions per user
Key values
- unknown Main User
- 0 sessions Total
Sessions per host
Key values
- unknown Main Host
- 0 sessions Total
-
Checkpoints / Restartpoints
Checkpoints Buffers
Key values
- 0 buffers Checkpoint Peak
- Date
- seconds Highest write time
- seconds Sync time
Checkpoint write buffers (5 minutes period)
NO DATASET
Checkpoints Wal files
Key values
- 0 files Wal files usage Peak
- Date
Checkpoint Wal files usage (5 minutes period)
NO DATASET
Checkpoints distance
Key values
- 0 Mo Distance Peak
- Date
Checkpoints Activity
↑ Back to the top of the Checkpoint Activity tableDay Hour Written buffers Write time Sync time Total time Dec 05 14 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Dec 05 14 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Dec 05 14 0 0s Day Hour Mean distance Mean estimate Dec 05 14 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 20.68 MiB Temp Files size Peak
- 2021-12-05 14:12:01 Date
Number of temporary files
Key values
- 3 per second Temp Files Peak
- 2021-12-05 14:12:01 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Dec 05 14 196 1.24 GiB 6.48 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 67 503.73 MiB 3.77 MiB 9.60 MiB 7.52 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:30:35 Duration: 0ms Database: acaweb_fx User: postgres
2 33 112.44 MiB 3.16 MiB 3.79 MiB 3.41 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR fr.pattern in ($16)) AND ($17 = 0 OR fr.patternlengthbars <= $18) AND ($19 = 0 OR ($20 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($21 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:30:36 Duration: 0ms Database: acaweb_fx User: postgres
3 29 212.16 MiB 3.51 MiB 9.96 MiB 7.32 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when rar.age is not null then rar.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fibonacci_results fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_fibonacci_results rar on rar.resultuid = fr.resultuid where fr.gmttimefound > now() - interval ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:31:39 Duration: 0ms Database: acaweb_fx User: postgres
4 22 181.67 MiB 6.91 MiB 9.61 MiB 8.26 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:31:30 Duration: 0ms Database: acaweb_fx User: postgres
5 4 25.14 MiB 6.28 MiB 6.29 MiB 6.29 MiB select distinct a.symbolid, p.resultuid, case when a.breakout >= ? then ? else ? end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient from relevance_autochartist_results p inner join autochartist_results a on p.resultuid = a.resultuid inner join autochartist_stocklist asl on a.symbolid = asl.symbolid where asl.enabled = ? and asl.recognitionengine ilike ?;-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2021-12-05 14:15:33 Duration: 3s165ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2021-12-05 14:00:45 Duration: 2s853ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'ICMARKETS - 1';
Date: 2021-12-05 14:05:25 Duration: 1s211ms Database: acaweb_fx User: postgres
6 4 14.03 MiB 3.51 MiB 3.51 MiB 3.51 MiB select resultuid from relevance_autochartist_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR ar.pattern in ($15)) AND ($16 = 0 OR ($17 = 1 AND ar.breakout >= 0) OR ($18 = 2 AND ar.breakout < 0)) AND ($19 = 0 OR ar.patternlengthbars <= $20) and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:31:13 Duration: 0ms Database: acaweb_fx User: postgres
7 3 10.52 MiB 3.51 MiB 3.51 MiB 3.51 MiB select resultuid from relevance_bigmovement_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or bmr.patternlengthbars <= ?) order by symbolid, identified desc, interval desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, interval desc;-
SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR bmr.patternlengthbars <= $9) ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = $10 OR relevant = 1) AND ($11 = 0 OR age <= $12) ORDER BY identified DESC, interval DESC;
Date: 2021-12-05 14:51:35 Duration: 0ms Database: acaweb_fx User: postgres
8 3 16.91 MiB 5.63 MiB 5.64 MiB 5.64 MiB )) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
)) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523590658 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:35:38 Duration: 0ms Database: acaweb_fx User: postgres
9 1 2.76 MiB 2.76 MiB 2.76 MiB 2.76 MiB select fixcandlegaps (?, false);-
select fixcandlegaps ('XM', false);
Date: 2021-12-05 14:06:36 Duration: 11s847ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-12-05 14:06:20 Duration: 8s39ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-12-05 14:06:08 Duration: 6s35ms Database: acaweb_fx User: postgres
10 1 5.63 MiB 5.63 MiB 5.63 MiB 5.63 MiB )) and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;-
)) AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-12-05 14:03:30 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:07:04 - Database: acaweb_fx - User: postgres ]
2 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:11:29 - Database: acaweb_fx - User: postgres ]
3 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:15:02 - Database: acaweb_fx - User: postgres ]
4 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:18:44 - Database: acaweb_fx - User: postgres ]
5 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:21:56 - Database: acaweb_fx - User: postgres ]
6 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:26:34 - Database: acaweb_fx - User: postgres ]
7 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:31:39 - Database: acaweb_fx - User: postgres ]
8 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:37:19 - Database: acaweb_fx - User: postgres ]
9 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:41:34 - Database: acaweb_fx - User: postgres ]
10 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:46:36 - Database: acaweb_fx - User: postgres ]
11 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:52:00 - Database: acaweb_fx - User: postgres ]
12 9.96 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:56:36 - Database: acaweb_fx - User: postgres ]
13 9.61 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:10:25 - Database: acaweb_fx - User: postgres ]
14 9.61 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:14:30 - Database: acaweb_fx - User: postgres ]
15 9.61 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:17:59 - Database: acaweb_fx - User: postgres ]
16 9.61 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:21:48 - Database: acaweb_fx - User: postgres ]
17 9.61 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:26:25 - Database: acaweb_fx - User: postgres ]
18 9.61 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:31:30 - Database: acaweb_fx - User: postgres ]
19 9.61 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:37:10 - Database: acaweb_fx - User: postgres ]
20 9.61 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:41:26 - Database: acaweb_fx - User: postgres ]
-
Vacuums
Vacuums / Analyzes Distribution
Key values
- 0 sec Highest CPU-cost vacuum
Table
Database - Date
- 0 sec Highest CPU-cost analyze
Table
Database - Date
Autovacuum actions (5 minutes period)
NO DATASET
Analyzes per table
Key values
- unknown (0) Main table analyzed (database )
- 0 analyzes Total
Vacuums per table
Key values
- unknown (0) Main table vacuumed on database
- 0 vacuums Total
Tuples removed per table
Key values
- unknown (0) Main table with removed tuples on database
- 0 tuples Total removed
Pages removed per table
Key values
- unknown (0) Main table with removed pages on database unknown
- 0 pages Total removed
Autovacuum Activity
↑ Back to the top of the Autovacuum Activity tableDay Hour VACUUMs ANALYZEs Dec 05 14 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- AccessShareLock Main Lock Type
- 9 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query 1 9 50s910ms 1s44ms 11s15ms 5s656ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AXIORY - 1';
Date: 2021-12-05 14:02:12 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 1';
Date: 2021-12-05 14:02:12 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'BMFN - 1';
Date: 2021-12-05 14:02:12 Database: acaweb_fx User: postgres
Queries that waited the most
Rank Wait time Query 1 11s15ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AXIORY - 1';[ Date: 2021-12-05 14:02:12 - Database: acaweb_fx - User: postgres ]
2 10s171ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 1';[ Date: 2021-12-05 14:02:12 - Database: acaweb_fx - User: postgres ]
3 8s994ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'BMFN - 1';[ Date: 2021-12-05 14:02:12 - Database: acaweb_fx - User: postgres ]
4 7s156ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AMANACAPITAL - 1';[ Date: 2021-12-05 14:02:12 - Database: acaweb_fx - User: postgres ]
5 6s427ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GKINVESTMT5 - 1';[ Date: 2021-12-05 14:17:08 - Database: acaweb_fx - User: postgres ]
6 2s306ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AKFX - 2';[ Date: 2021-12-05 14:02:12 - Database: acaweb_fx - User: postgres ]
7 1s935ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'PEPPERSTONE - 1';[ Date: 2021-12-05 14:02:12 - Database: acaweb_fx - User: postgres ]
8 1s857ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'MILLENNIUMPF - 1';[ Date: 2021-12-05 14:02:12 - Database: acaweb_fx - User: postgres ]
9 1s44ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'Alpari - 1';[ Date: 2021-12-05 14:02:12 - Database: acaweb_fx - User: postgres ]
-
Queries
Queries by type
Key values
- 1,144 Total read queries
- 1,645 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 2,797 Requests
- 2h3m22s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 2,162 Requests
User Request type Count Duration pgperfstats Total 635 38m39s insert 580 37m9s select 55 1m30s postgres Total 2,162 1h24m43s copy from 78 12s437ms copy to 20 5s463ms cte 863 52m2s ddl 5 589ms insert 58 6s817ms others 8 1m select 1,089 30m42s update 41 31s552ms Duration by user
Key values
- 1h24m43s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 635 38m39s insert 580 37m9s select 55 1m30s postgres Total 2,162 1h24m43s copy from 78 12s437ms copy to 20 5s463ms cte 863 52m2s ddl 5 589ms insert 58 6s817ms others 8 1m select 1,089 30m42s update 41 31s552ms Queries by host
Key values
- unknown Main host
- 2,797 Requests
- 2h3m22s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 2,797 Requests
- 2h3m22s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-12-05 14:56:33 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 892 1000-10000ms duration
Slowest individual queries
Rank Duration Query 1 14m7s select powerstats_tdata_add ();[ Date: 2021-12-05 14:14:23 - Database: acaweb_fx - User: postgres ]
2 4m2s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:06:41 - Database: acaweb_fx - User: postgres - Bind query: yes ]
3 3m1s WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:06:51 - Database: acaweb_fx - User: postgres - Bind query: yes ]
4 2m46s select updateageforrelevantresults ();[ Date: 2021-12-05 14:04:49 - Database: acaweb_fx - User: postgres ]
5 1m11s select updateageforrelevantresults ();[ Date: 2021-12-05 14:18:14 - Database: acaweb_fx - User: postgres ]
6 1m10s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:03:49 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 1m10s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:01:40 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 1m7s select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;[ Date: 2021-12-05 14:17:30 - Database: acaweb_fx - User: pgperfstats ]
9 1m6s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:17:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 1m3s WITH rar_max as ( ;[ Date: 2021-12-05 14:11:29 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 51s591ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:36:21 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 48s773ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:10:25 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 47s489ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('223' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FCA.MI', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UCG.MI', 'UMI.br.', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:06:53 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 47s211ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:51:17 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 46s768ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:02:28 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 45s763ms WITH rar_max as ( ;[ Date: 2021-12-05 14:18:44 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 43s973ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:14:30 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 43s849ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:05:24 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 43s388ms WITH rar_max as ( ;[ Date: 2021-12-05 14:11:28 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 38s606ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-12-05 14:06:03 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 15m58s 111 597ms 1m10s 8s637ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Dec 05 14 111 15m58s 8s637ms [ User: postgres - Total duration: 15m58s - Times executed: 111 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:03:49 Duration: 1m10s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:01:40 Duration: 1m10s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:36:21 Duration: 51s591ms Database: acaweb_fx User: postgres Bind query: yes
2 15m8s 181 53ms 4m2s 5s16ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Dec 05 14 181 15m8s 5s16ms [ User: postgres - Total duration: 15m8s - Times executed: 181 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:41 Duration: 4m2s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:17:59 Duration: 1m6s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:10:25 Duration: 48s773ms Database: acaweb_fx User: postgres Bind query: yes
3 14m7s 1 14m7s 14m7s 14m7s select powerstats_tdata_add ();Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Dec 05 14 1 14m7s 14m7s [ User: postgres - Total duration: 14m7s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2021-12-05 14:14:23 Duration: 14m7s Database: acaweb_fx User: postgres
4 9m37s 158 55ms 1m3s 3s655ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Dec 05 14 158 9m37s 3s655ms [ User: postgres - Total duration: 9m37s - Times executed: 158 ]
-
WITH rar_max as ( ;
Date: 2021-12-05 14:11:29 Duration: 1m3s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-12-05 14:18:44 Duration: 45s763ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-12-05 14:11:28 Duration: 43s388ms Database: acaweb_fx User: postgres Bind query: yes
5 7m13s 148 2s197ms 3s985ms 2s926ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Dec 05 14 148 7m13s 2s926ms [ User: pgperfstats - Total duration: 7m13s - Times executed: 148 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 600, '2021-12-05 00:00:00', 0.513681217617825, 0.732319999999999, 0.55095537326841, 0.961640000000001, 0.598575859854036, 1.11168, 0.552839705520505, 1.47036, 1.21858898320968, 3.53612 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 615, '2021-12-05 00:00:00', 0.319470222921217, 0.55784, 0.372330153671888, 0.739079999999998, 0.374907753098457, 0.857639999999998, 0.390785269254954, 1.28372, 1.20263051959722, 3.459 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 630, '2021-12-05 00:00:00', 0.246737546122728, 0.4524, 0.288755617549973, 0.548159999999999, 0.280245648196958, 0.745959999999998, 0.342922503393016, 1.16552, 1.16858831216701, 3.41768 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 645, '2021-12-05 00:00:00', 0.155259642749383, 0.38184, 0.221224998587412, 0.533999999999999, 0.210074090104736, 0.752039999999999, 0.354131717491294, 1.13176, 1.15021447275425, 3.389 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 660, '2021-12-05 00:00:00', 0.200566963048921, 0.400239999999999, 0.15894566157443, 0.568839999999999, 0.204066304584237, 0.709159999999999, 0.354046409387245, 1.11388, 1.15125954646784, 3.39172 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 675, '2021-12-05 00:00:00', 0.112247746822227, 0.370159999999998, 0.192491748740909, 0.501359999999999, 0.255243458943285, 0.637839999999998, 0.352066224830878, 1.07128, 1.15680760428575, 3.3772 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 690, '2021-12-05 00:00:00', 0.144153563951782, 0.3844, 0.163244009588919, 0.468239999999999, 0.203787062068883, 0.641399999999998, 0.337516606998825, 1.05328, 1.16410635539313, 3.41724 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 705, '2021-12-05 00:00:00', 0.12392534042721, 0.342359999999999, 0.161686661993704, 0.462079999999999, 0.156923017219696, 0.607599999999999, 0.305548594062111, 1.03012, 1.26897953358857, 3.76484 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 720, '2021-12-05 00:00:00', 0.135177254003773, 0.329839999999998, 0.140950203972893, 0.436719999999997, 0.140172833792192, 0.58444, 0.330785111515014, 1.05204, 1.26746276999892, 3.77904 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 735, '2021-12-05 00:00:00', 0.107999228392303, 0.337199999999999, 0.106339519151317, 0.43848, 0.172698031256874, 0.587120000000001, 0.336408719665034, 1.04392, 1.25815400488176, 3.807 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 750, '2021-12-05 00:00:00', 0.122131418289209, 0.337, 0.134965526462626, 0.449880000000002, 0.182230549945211, 0.570160000000001, 0.373338572879901, 1.06924, 1.25993770613207, 3.83276 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 765, '2021-12-05 00:00:00', 0.122375555838028, 0.338880000000001, 0.154753298295492, 0.441200000000002, 0.163776443157536, 0.553160000000001, 0.398716866962009, 1.14416, 1.27494651129632, 3.83624 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 780, '2021-12-05 00:00:00', 0.123968504064542, 0.33576, 0.11585129836706, 0.42424, 0.150720901005799, 0.544039999999999, 0.487839358805744, 1.22236, 1.305208466108, 3.86584 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 795, '2021-12-05 00:00:00', 0.0935852908670312, 0.31704, 0.116570336421122, 0.41068, 0.130896434889061, 0.56828, 0.478339429694018, 1.30088, 1.32698176576269, 3.88824 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 810, '2021-12-05 00:00:00', 0.0881455614310783, 0.307160000000001, 0.111139207003347, 0.39944, 0.165557895210908, 0.5832, 0.474968307714665, 1.34068, 1.32952843519798, 3.89912 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 825, '2021-12-05 00:00:00', 0.118654498439798, 0.309159999999999, 0.121444541526849, 0.438879999999999, 0.227160552620093, 0.598, 0.515527454813673, 1.39516, 1.31899781147152, 3.93268 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 840, '2021-12-05 00:00:00', 0.145389706192242, 0.338799999999999, 0.227412620582058, 0.452399999999998, 0.235102977437546, 0.604919999999999, 0.492598897007831, 1.39356, 1.31618786399713, 3.94708 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 855, '2021-12-05 00:00:00', 0.138900443963771, 0.341599999999999, 0.159020438937889, 0.448600000000001, 0.190003929783918, 0.576919999999999, 0.472902625635904, 1.35968, 1.31668749519391, 3.95028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 870, '2021-12-05 00:00:00', 0.134154177472537, 0.329520000000001, 0.167306674503242, 0.456240000000001, 0.22132162117606, 0.562479999999999, 0.46839563761134, 1.34716, 1.29767551799362, 3.9452 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 885, '2021-12-05 00:00:00', 0.138466927459233, 0.32356, 0.151833538236231, 0.411559999999999, 0.190526682295856, 0.5408, 1.11963436293581, 1.80824, 1.30344068782076, 3.95828 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 900, '2021-12-05 00:00:00', 0.115608895274828, 0.313999999999998, 0.154162252189047, 0.394399999999999, 0.206376250248583, 0.570639999999998, 1.1346255799455, 1.83696, 1.3192271954949, 3.97432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 915, '2021-12-05 00:00:00', 0.0983596800862353, 0.29628, 0.108003672777055, 0.413280000000002, 0.178212653871716, 0.562000000000001, 1.1493827807422, 1.86288, 1.3217829398203, 3.98084 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 930, '2021-12-05 00:00:00', 0.108711774891222, 0.3088, 0.16543460943829, 0.418119999999999, 0.221090290756214, 0.629800000000001, 1.16344373879158, 1.9022, 1.31904002719149, 3.98452 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 945, '2021-12-05 00:00:00', 0.0977985514548495, 0.301840000000001, 0.147914671348044, 0.423800000000001, 0.283726235421869, 0.741080000000001, 1.19205980414854, 1.92808, 1.32242841394156, 3.98208 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 960, '2021-12-05 00:00:00', 0.114593658928697, 0.307040000000001, 0.197615805710643, 0.48856, 0.339900436402582, 0.79816, 1.1917213922166, 1.96772, 1.34423578412916, 3.98848 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 975, '2021-12-05 00:00:00', 0.177238041439567, 0.40564, 0.265706561203645, 0.62668, 0.395998598482367, 0.898160000000001, 1.19122206158214, 1.9638, 1.35291898993744, 3.97972 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 990, '2021-12-05 00:00:00', 0.228288246156769, 0.52324, 0.296965783663146, 0.689520000000001, 0.3434807515228, 0.894880000000002, 1.18357011903253, 1.96332, 1.35291898993744, 3.97972 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1005, '2021-12-05 00:00:00', 0.16484551353717, 0.42372, 0.247345190641202, 0.61032, 0.328450315877456, 0.791879999999999, 1.21273565682441, 1.97476, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1020, '2021-12-05 00:00:00', 0.21221628118502, 0.437999999999998, 0.209323617078118, 0.56272, 0.293459327107976, 0.728279999999997, 1.23483988435748, 1.95904, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1035, '2021-12-05 00:00:00', 0.132020856938086, 0.391440000000001, 0.236090116975135, 0.558279999999999, 0.235181114604609, 0.64736, 1.22714220447347, 1.96564, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1050, '2021-12-05 00:00:00', 0.190847478369508, 0.406519999999997, 0.185002090078283, 0.481759999999998, 0.253737088341454, 0.647519999999999, 1.19503576933914, 1.94964, 1.35022387402978, 3.95552 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1065, '2021-12-05 00:00:00', 0.112517302373161, 0.312679999999997, 0.149996633295554, 0.40836, 1.11538992733483, 1.33976, 1.16788755594592, 1.90252, 1.37043161449231, 3.95632 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1080, '2021-12-05 00:00:00', 0.136921291258886, 0.336760000000001, 0.168534546409136, 0.501319999999999, 1.11893228421861, 1.42096, 1.18017410015076, 1.91936, 1.37273467939001, 3.9586 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1095, '2021-12-05 00:00:00', 0.149581393673589, 0.380479999999999, 1.08743743421557, 1.26244, 1.07883756886753, 1.4704, 1.14226708493825, 1.87852, 1.38147236309671, 3.95784 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 600, '2021-12-05 00:00:00', 0.472849678504214, 0.900538461538461, 0.515252949082742, 1.01519230769231, 0.513712370884719, 1.191, 0.620727118293227, 1.57234615384615, 1.29711725168367, 3.87126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 615, '2021-12-05 00:00:00', 0.341967006955575, 0.613076923076924, 0.406211797730425, 0.811769230769233, 0.450176814835443, 0.990730769230771, 0.549526610260698, 1.41784615384616, 1.29557565524424, 3.85403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 630, '2021-12-05 00:00:00', 0.208285558419574, 0.574923076923078, 0.23269504639202, 0.689230769230769, 0.349148026795775, 0.902230769230769, 0.443913033756005, 1.29269230769231, 1.28464622906314, 3.84057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 645, '2021-12-05 00:00:00', 0.139558424490081, 0.492923076923076, 0.217241535198462, 0.66226923076923, 0.257566818813772, 0.789115384615385, 0.407074017083643, 1.22584615384615, 1.27960015389424, 3.85392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 660, '2021-12-05 00:00:00', 0.164520861431474, 0.497923076923077, 0.26969445959912, 0.641692307692309, 0.273695788450215, 0.821769230769233, 0.392875296323829, 1.21903846153846, 1.36419592998389, 3.94884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 675, '2021-12-05 00:00:00', 0.238557991659501, 0.460346153846153, 0.247992890716957, 0.593923076923078, 0.29802556679174, 0.817038461538462, 0.397858389959966, 1.17153846153846, 1.36031948962226, 3.95507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 690, '2021-12-05 00:00:00', 0.177752191374568, 0.443192307692308, 0.211816339167829, 0.587192307692309, 0.26246357109863, 0.739615384615385, 0.380065816162652, 1.12776923076923, 1.35224965662638, 3.94357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 705, '2021-12-05 00:00:00', 0.128102128727886, 0.427346153846156, 0.226693327240536, 0.563769230769231, 0.234994903381722, 0.65973076923077, 0.343317569964243, 1.08392307692308, 1.86852615880909, 4.31861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 720, '2021-12-05 00:00:00', 0.232833202099701, 0.430500000000002, 0.239708698215147, 0.517500000000002, 0.220113065351564, 0.647807692307694, 0.336567133547848, 1.08665384615385, 1.91347254367148, 4.31484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 735, '2021-12-05 00:00:00', 0.116343952935318, 0.390653846153848, 0.146815305217658, 0.473423076923078, 0.179007816760996, 0.63096153846154, 0.311993463935482, 1.07380769230769, 1.91332056785699, 4.31034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 750, '2021-12-05 00:00:00', 0.0921452031390601, 0.360538461538463, 0.163595787043743, 0.505307692307693, 0.204002760162323, 0.629384615384615, 0.336224094226545, 1.11980769230769, 1.91668374382582, 4.31557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 765, '2021-12-05 00:00:00', 0.15413740623223, 0.397500000000001, 0.177194738591797, 0.486846153846155, 0.194598869472565, 0.577000000000001, 0.31480345272273, 1.20642307692308, 1.93093513734029, 4.33323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 780, '2021-12-05 00:00:00', 0.118059417895596, 0.365115384615387, 0.161166020469103, 0.440384615384615, 0.211432389629915, 0.560153846153846, 0.276912371587946, 1.21169230769231, 1.94038885119611, 4.34057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 795, '2021-12-05 00:00:00', 0.115519195874041, 0.334730769230768, 0.128358254656497, 0.398807692307691, 0.206727081326677, 0.583384615384616, 0.29455358660966, 1.23815384615385, 1.95207795438604, 4.3575 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 810, '2021-12-05 00:00:00', 0.104783006549435, 0.333961538461539, 0.18208047671291, 0.4575, 0.199019848256399, 0.6005, 0.299009228054147, 1.25796153846154, 1.951031419926, 4.35980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 825, '2021-12-05 00:00:00', 0.109095159590854, 0.336076923076922, 0.154792034181845, 0.468576923076923, 0.202119751251959, 0.605076923076924, 0.275039499261189, 1.24561538461538, 2.00471705273798, 4.38469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 840, '2021-12-05 00:00:00', 0.140424126789579, 0.370846153846153, 0.14030260154395, 0.4475, 0.203704144438788, 0.59046153846154, 0.310700399841292, 1.25953846153846, 2.01431790822219, 4.38234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 855, '2021-12-05 00:00:00', 0.0903000553709674, 0.329499999999999, 0.110319563785605, 0.425384615384615, 0.217070484830652, 0.560653846153847, 0.325959877191138, 1.27980769230769, 2.01598710313335, 4.39 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 870, '2021-12-05 00:00:00', 0.103908687724441, 0.338846153846153, 0.186363020432209, 0.434153846153845, 0.202687193629834, 0.598538461538461, 0.351435920409178, 1.31038461538461, 2.0156939118214, 4.40088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 885, '2021-12-05 00:00:00', 0.161157734485864, 0.348153846153846, 0.189901286097642, 0.430538461538462, 0.22093858527097, 0.646461538461539, 0.510686289373277, 1.65061538461538, 2.01753044205419, 4.39626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 900, '2021-12-05 00:00:00', 0.103302341919985, 0.33057692307692, 0.154524864815193, 0.467423076923075, 0.247256665150889, 0.661461538461538, 0.590403180364585, 1.81865384615385, 2.01753044205419, 4.39626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 915, '2021-12-05 00:00:00', 0.174044998602263, 0.363692307692307, 0.220681911705164, 0.508884615384615, 0.260289341960944, 0.639692307692308, 0.611534137672184, 1.88719230769231, 2.02040811756894, 4.40319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 930, '2021-12-05 00:00:00', 0.127610181653106, 0.38403846153846, 0.190363845953359, 0.499076923076925, 0.242842832997932, 0.675192307692309, 0.619264213525895, 1.92461538461539, 2.02017319021453, 4.40696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 945, '2021-12-05 00:00:00', 0.148033426578649, 0.366153846153847, 0.167189491756649, 0.459384615384617, 0.238108808353207, 0.761730769230769, 0.793941874446739, 1.9915, 2.02270830171979, 4.42307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 960, '2021-12-05 00:00:00', 0.106246042460232, 0.332307692307693, 0.155029049387029, 0.511615384615386, 0.220471634317119, 0.794307692307693, 0.800685410229166, 2.01338461538462, 2.02444508940104, 4.43 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 975, '2021-12-05 00:00:00', 0.153583838292364, 0.447653846153848, 0.227519710050664, 0.651538461538461, 0.31879165368864, 0.862961538461538, 0.855865348863135, 2.04684615384615, 2.04071555474657, 4.44415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 990, '2021-12-05 00:00:00', 0.153792932717488, 0.537884615384616, 0.191728546086949, 0.659653846153846, 0.317376304190368, 0.836038461538461, 0.943656271351779, 2.05596153846154, 2.05680651047649, 4.42030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1005, '2021-12-05 00:00:00', 0.0925939439787414, 0.461038461538461, 0.168826246592351, 0.617692307692309, 0.210477219669967, 0.7315, 0.97557149168301, 2.04384615384615, 2.06631786965644, 4.40046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1020, '2021-12-05 00:00:00', 0.119622740313036, 0.445000000000001, 0.160019018100493, 0.550615384615385, 0.192428879969078, 0.671076923076925, 0.949032898027493, 2.02180769230769, 2.06087134857676, 4.38265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1035, '2021-12-05 00:00:00', 0.107005880499804, 0.395538461538461, 0.157909151096444, 0.5105, 0.192355024329016, 0.659153846153846, 0.971817678373881, 1.998, 2.07026469656567, 4.37992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1050, '2021-12-05 00:00:00', 0.138697013444637, 0.391692307692308, 0.201742013472655, 0.477000000000001, 0.305384612478204, 0.679192307692307, 0.991076891373914, 1.97873076923077, 2.11451756163469, 4.38503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1065, '2021-12-05 00:00:00', 0.118651065669953, 0.368346153846154, 0.167677533929313, 0.481653846153847, 0.385326770417007, 1.219, 0.9243892661561, 1.95234615384615, 2.11367289660585, 4.36892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1080, '2021-12-05 00:00:00', 0.148376008842399, 0.379, 0.27153614577352, 0.538961538461537, 0.481767867817624, 1.39296153846154, 0.888771041728623, 1.94973076923077, 2.09891104256835, 4.37873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1095, '2021-12-05 00:00:00', 0.264020313903772, 0.437615384615382, 0.373500917515092, 1.16284615384615, 0.528544895116628, 1.47288461538462, 0.876846405285176, 1.97953846153846, 2.11618761600994, 4.39611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 600, '2021-12-05 00:00:00', 0.283455566996908, 0.813461538461538, 0.380826633280005, 1.05173076923077, 0.480156493720053, 1.22753846153846, 0.747970267817151, 1.78119230769231, 2.13517259255546, 4.342 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 615, '2021-12-05 00:00:00', 0.229561883729725, 0.61753846153846, 0.280834744727489, 0.806076923076923, 0.386392644061214, 1.01034615384615, 0.574460629969206, 1.54184615384615, 2.0707686915361, 4.28142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 630, '2021-12-05 00:00:00', 0.201262603045412, 0.531346153846156, 0.197230766830671, 0.651846153846157, 0.352374514489257, 0.87596153846154, 0.52206411041616, 1.42984615384615, 2.04350886806154, 4.26842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 645, '2021-12-05 00:00:00', 0.103799636875013, 0.459730769230768, 0.303872706142661, 0.661307692307692, 0.371288834280724, 0.859038461538462, 0.509723655145986, 1.38226923076923, 2.03993478477961, 4.27138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 660, '2021-12-05 00:00:00', 0.251765116420354, 0.507076923076924, 0.280752976557961, 0.623076923076923, 0.385927296859833, 0.843961538461539, 0.471791611429647, 1.32673076923077, 2.05232060323467, 4.26946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 675, '2021-12-05 00:00:00', 0.128645870512815, 0.435999999999999, 0.212338630131574, 0.601423076923078, 0.301891180088759, 0.80573076923077, 0.393259563921063, 1.27073076923077, 2.04363698718354, 4.28184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 690, '2021-12-05 00:00:00', 0.178876704421271, 0.455653846153846, 0.245013355993881, 0.575769230769231, 0.292632352699, 0.754576923076923, 0.377840308148216, 1.27753846153846, 2.07856186710538, 4.30565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 705, '2021-12-05 00:00:00', 0.138697279658308, 0.393153846153847, 0.220298482832863, 0.558307692307692, 0.268251684344842, 0.712615384615383, 0.309015013327083, 1.22303846153846, 2.21504360644696, 4.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 720, '2021-12-05 00:00:00', 0.223671022159435, 0.448384615384614, 0.21577799132085, 0.546692307692307, 0.288334690674143, 0.723423076923075, 0.333142455091835, 1.20884615384615, 2.22831929800156, 4.31742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 735, '2021-12-05 00:00:00', 0.0765288482559664, 0.364230769230769, 0.181365063211872, 0.501384615384613, 0.198523554115027, 0.695192307692307, 0.320997074034112, 1.20980769230769, 2.26933471274326, 4.29896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 750, '2021-12-05 00:00:00', 0.146415383807115, 0.398769230769229, 0.174489250275021, 0.524461538461537, 0.179178162302649, 0.678423076923076, 0.289894646645719, 1.20011538461539, 2.27228393133767, 4.28023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 765, '2021-12-05 00:00:00', 0.121868428422433, 0.386076923076921, 0.10100257422462, 0.492999999999999, 0.212864637378204, 0.652076923076921, 0.360053442614375, 1.24019230769231, 2.25860386828814, 4.27607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 780, '2021-12-05 00:00:00', 0.0708258536020661, 0.345692307692308, 0.118687261969623, 0.466115384615383, 0.185545752184863, 0.610884615384614, 0.357634486807199, 1.22188461538461, 2.27691611277521, 4.27623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 795, '2021-12-05 00:00:00', 0.0968421157586676, 0.359653846153844, 0.157112331200913, 0.466730769230766, 0.17376931215308, 0.583423076923073, 0.339526650137875, 1.21911538461538, 2.27607655711449, 4.28157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 810, '2021-12-05 00:00:00', 0.108566038038534, 0.338230769230769, 0.120904978582992, 0.435576923076922, 0.155422268476759, 0.543807692307689, 0.309566816448655, 1.20257692307692, 2.2725614487757, 4.28846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 825, '2021-12-05 00:00:00', 0.0939047061981106, 0.333423076923078, 0.10850259833826, 0.408576923076922, 0.142933039728938, 0.519576923076922, 0.330467568523987, 1.21157692307692, 2.27219639589945, 4.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 840, '2021-12-05 00:00:00', 0.0987582596351007, 0.30507692307692, 0.111583325194844, 0.395038461538459, 0.149139485562495, 0.531884615384615, 0.339978243647809, 1.22338461538462, 2.27039895511441, 4.29615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 855, '2021-12-05 00:00:00', 0.0800321569985826, 0.300884615384614, 0.11649095045737, 0.393692307692307, 0.168100153296961, 0.540692307692307, 0.322444845611681, 1.23496153846154, 2.26933389752622, 4.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 870, '2021-12-05 00:00:00', 0.128738709736487, 0.329846153846154, 0.156657156285259, 0.42723076923077, 0.189807205829007, 0.611153846153846, 0.384413561355276, 1.30588461538462, 2.27490294636598, 4.29384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 885, '2021-12-05 00:00:00', 0.110227875854452, 0.330230769230771, 0.146499278023949, 0.434961538461538, 0.161008155550723, 0.629115384615384, 1.12466010797109, 2.20996153846154, 2.25232645536531, 4.35069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 900, '2021-12-05 00:00:00', 0.109184163405053, 0.333692307692307, 0.14865584415017, 0.489999999999998, 0.156501678536096, 0.641153846153844, 1.11227623090946, 2.22442307692308, 2.25655924465, 4.34723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 915, '2021-12-05 00:00:00', 0.153885131985367, 0.395076923076921, 0.160589969990464, 0.499461538461538, 0.181199066052949, 0.679692307692307, 1.11905754371875, 2.28888461538462, 2.24204519545471, 4.35653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 930, '2021-12-05 00:00:00', 0.121721978294802, 0.374, 0.130752737873968, 0.502038461538461, 0.150500212113318, 0.674923076923078, 1.13461022585529, 2.33373076923077, 2.23090876550342, 4.341 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 945, '2021-12-05 00:00:00', 0.0895129814393087, 0.397423076923076, 0.10607733753475, 0.508807692307692, 0.252672959802557, 0.758769230769232, 1.17466813120197, 2.35253846153846, 2.217722537962, 4.33915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 960, '2021-12-05 00:00:00', 0.0723265777301386, 0.34442307692308, 0.0846027550015155, 0.485115384615386, 0.223390837219985, 0.793884615384617, 1.18214206161787, 2.36742307692308, 2.21846694675538, 4.33607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 975, '2021-12-05 00:00:00', 0.069864396126742, 0.405076923076925, 0.211680950053105, 0.637769230769233, 0.227075968311524, 0.825846153846155, 1.20100814382687, 2.38519230769231, 2.22002218145537, 4.33838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 990, '2021-12-05 00:00:00', 0.154939596170697, 0.523038461538463, 0.174906445322592, 0.668769230769232, 0.221233691272026, 0.803884615384616, 1.22708512399852, 2.39030769230769, 2.22103030734699, 4.32111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1005, '2021-12-05 00:00:00', 0.119859250790248, 0.493, 0.159805362382349, 0.591923076923076, 0.265161712632413, 0.743576923076922, 1.23212880008545, 2.4045, 2.21326408761776, 4.30419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1020, '2021-12-05 00:00:00', 0.0957170911512774, 0.426807692307692, 0.120961589580519, 0.559115384615384, 0.224411394198589, 0.703076923076923, 1.23042994174332, 2.40780769230769, 2.20963374201386, 4.30192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1035, '2021-12-05 00:00:00', 0.120090280142132, 0.406346153846154, 0.198139966069056, 0.524615384615384, 0.225219414383807, 0.64223076923077, 1.23413986490748, 2.38738461538461, 2.2065692786628, 4.28730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1050, '2021-12-05 00:00:00', 0.119329227833689, 0.401769230769231, 0.175385171726514, 0.516038461538464, 0.384369927984048, 0.700192307692308, 1.23745768971959, 2.38657692307692, 2.19643364675908, 4.27226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1065, '2021-12-05 00:00:00', 0.170916628348894, 0.396576923076926, 0.194398559665445, 0.486000000000001, 1.12999141521586, 1.87703846153846, 1.23359859572902, 2.38884615384615, 2.189599873528, 4.25338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1080, '2021-12-05 00:00:00', 0.109384712755554, 0.338846153846155, 0.330548541762837, 0.50346153846154, 1.06576086508112, 1.91230769230769, 1.17393974488275, 2.38426923076923, 2.12121893114458, 4.25307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1095, '2021-12-05 00:00:00', 0.324007447682683, 0.443884615384617, 1.07467549592352, 1.77330769230769, 1.07106733035503, 1.97411538461539, 1.15901621412963, 2.37823076923077, 2.12050690202566, 4.25580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 600, '2021-12-05 00:00:00', 0.316458304459747, 0.999461538461541, 0.415020498103591, 1.14042307692308, 0.600426330586475, 1.33146153846154, 0.68426166385045, 1.73076923076923, 1.43056061576733, 3.77165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 615, '2021-12-05 00:00:00', 0.184095297228198, 0.590961538461539, 0.262625173086021, 0.776307692307693, 0.387690552651708, 0.935269230769231, 0.502651829339616, 1.43169230769231, 1.42626401483036, 3.704 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 630, '2021-12-05 00:00:00', 0.12524091246013, 0.499615384615385, 0.246217589823436, 0.634692307692305, 0.263512113281635, 0.804076923076923, 0.433237332363967, 1.31888461538462, 1.41155147212617, 3.67296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 645, '2021-12-05 00:00:00', 0.181431423789986, 0.469192307692307, 0.183338644212122, 0.589461538461538, 0.224183348726334, 0.750423076923078, 0.425240632330232, 1.30365384615385, 1.43041411970316, 3.69292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 660, '2021-12-05 00:00:00', 0.140948304762366, 0.454769230769231, 0.197427392690618, 0.577153846153847, 0.266013093951868, 0.768384615384616, 0.447897694362658, 1.31223076923077, 1.43522674702802, 3.69415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 675, '2021-12-05 00:00:00', 0.14319009957181, 0.441730769230769, 0.153688015648086, 0.554615384615385, 0.281984464929433, 0.785038461538463, 0.457691014348529, 1.31323076923077, 1.42877931169879, 3.68680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 690, '2021-12-05 00:00:00', 0.114313173074943, 0.406692307692308, 0.210089347293369, 0.562423076923078, 0.235780902208288, 0.787923076923078, 0.441232881123582, 1.27584615384615, 1.42422565843824, 3.67638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 705, '2021-12-05 00:00:00', 0.140770079862928, 0.421846153846153, 0.188662290879761, 0.577499999999998, 0.227398738241544, 0.742115384615385, 0.448564671608661, 1.24576923076923, 1.51810632494768, 3.87542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 720, '2021-12-05 00:00:00', 0.124071375239601, 0.417115384615385, 0.161875317641507, 0.554461538461541, 0.286276361903345, 0.758653846153848, 0.435603122119208, 1.219, 1.51690957744813, 3.88488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 735, '2021-12-05 00:00:00', 0.122642143591082, 0.410846153846156, 0.201629698667175, 0.549153846153847, 0.342798242971893, 0.756653846153847, 0.456978014956791, 1.17511538461539, 1.55245215261336, 3.87638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 750, '2021-12-05 00:00:00', 0.146457176728846, 0.409230769230768, 0.219146203392937, 0.532461538461537, 0.29289341983837, 0.731346153846152, 0.387545556627268, 1.12203846153846, 1.57441839273575, 3.87134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 765, '2021-12-05 00:00:00', 0.116925623960112, 0.362807692307693, 0.163838349037657, 0.492269230769232, 0.218552598844167, 0.62303846153846, 0.378697510706612, 1.11126923076923, 1.54131041599723, 3.90796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 780, '2021-12-05 00:00:00', 0.114201818657216, 0.366846153846154, 0.188521257728099, 0.480230769230769, 0.188910125151129, 0.598653846153847, 0.367027664017096, 1.13511538461538, 1.52696389156845, 3.93361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 795, '2021-12-05 00:00:00', 0.146241360034072, 0.363846153846154, 0.147442004243651, 0.439230769230768, 0.228027599544104, 0.588115384615384, 0.361298710849539, 1.19796153846154, 1.5283072647163, 3.93284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 810, '2021-12-05 00:00:00', 0.100341141190366, 0.35776923076923, 0.111105244631455, 0.464846153846154, 0.249935302397671, 0.601153846153848, 0.367656043271218, 1.22938461538462, 1.51220259733431, 3.94515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 825, '2021-12-05 00:00:00', 0.124014912254691, 0.373461538461538, 0.220347086346834, 0.482038461538462, 0.264770533452301, 0.622653846153848, 0.356898755305287, 1.24980769230769, 1.56501563373858, 3.98457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 840, '2021-12-05 00:00:00', 0.120991067693194, 0.353961538461539, 0.159526303594304, 0.441807692307694, 0.217372165792999, 0.612538461538462, 0.810141776765979, 1.37446153846154, 1.53277115006172, 3.97203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 855, '2021-12-05 00:00:00', 0.119555027562142, 0.338269230769231, 0.160494409200496, 0.469153846153845, 0.169222988981996, 0.618499999999999, 0.796500183012196, 1.39830769230769, 1.52612725399444, 3.96865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 870, '2021-12-05 00:00:00', 0.117501083464728, 0.362230769230768, 0.151766546430313, 0.461269230769231, 0.166819464829962, 0.596423076923077, 0.825133115601075, 1.48653846153846, 1.53125678296771, 3.96084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 885, '2021-12-05 00:00:00', 0.113987698391603, 0.351653846153846, 0.129742259291851, 0.446576923076923, 0.161469639918424, 0.578730769230768, 1.17572227228137, 2.20630769230769, 1.53294882297034, 3.95357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 900, '2021-12-05 00:00:00', 0.106735308843168, 0.335884615384614, 0.142717499331318, 0.444269230769232, 0.152201768917245, 0.57046153846154, 1.19379016646078, 2.22719230769231, 1.55832541679053, 3.94623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 915, '2021-12-05 00:00:00', 0.127148973800268, 0.386307692307694, 0.13835562316559, 0.493038461538461, 0.183707426255822, 0.601461538461539, 1.15741666455284, 2.27084615384615, 1.54849566950042, 3.93903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 930, '2021-12-05 00:00:00', 0.0953595382668223, 0.373192307692305, 0.0924886770616573, 0.440653846153844, 0.183758574891496, 0.628423076923076, 1.16338096743269, 2.29965384615384, 1.55614478315928, 3.95588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 945, '2021-12-05 00:00:00', 0.0938488883586498, 0.342576923076923, 0.170894231797151, 0.458961538461539, 0.210850574140514, 0.738730769230771, 1.15515401637118, 2.33480769230769, 1.54523703533944, 3.96015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 960, '2021-12-05 00:00:00', 0.133972999575976, 0.366730769230769, 0.154769391726481, 0.520730769230768, 0.225229472726407, 0.800653846153847, 1.15049817236508, 2.36126923076923, 1.53239129618234, 3.96826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 975, '2021-12-05 00:00:00', 0.145729470120283, 0.422038461538461, 0.199212098026198, 0.635500000000001, 0.25904220030424, 0.866692307692308, 1.1505889274628, 2.405, 1.52671190975397, 3.96915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 990, '2021-12-05 00:00:00', 0.170996270764553, 0.55373076923077, 0.183393716862424, 0.677153846153846, 0.242993865069756, 0.860538461538461, 1.13925449105308, 2.41234615384615, 1.5230683160596, 3.97415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1005, '2021-12-05 00:00:00', 0.134926441498265, 0.48676923076923, 0.195100072940887, 0.650961538461538, 0.19529193925624, 0.782307692307692, 1.11803052455921, 2.41557692307692, 1.53192026504696, 3.94746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1020, '2021-12-05 00:00:00', 0.143225674535517, 0.471076923076922, 0.182055600129362, 0.585807692307692, 0.861194727376763, 0.883038461538461, 1.11343325177302, 2.38661538461538, 1.53585191794201, 3.92592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1035, '2021-12-05 00:00:00', 0.142744510873853, 0.433346153846153, 0.17751441111596, 0.553384615384617, 0.861815521933872, 0.912076923076924, 1.09997276399848, 2.37980769230769, 1.544843350784, 3.91453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1050, '2021-12-05 00:00:00', 0.127457311103941, 0.394384615384616, 0.891219738077238, 0.662692307692307, 0.903033734781733, 0.962615384615384, 1.11576070015035, 2.3315, 1.54283119820473, 3.88988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1065, '2021-12-05 00:00:00', 0.90499557924972, 0.549961538461537, 0.89089776068862, 0.6955, 1.23587751758074, 1.82503846153846, 1.1283081139476, 2.283, 1.54500202090981, 3.86873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1080, '2021-12-05 00:00:00', 0.342492081884892, 0.456884615384618, 0.443311491461184, 0.680961538461539, 1.08831057855036, 1.74334615384615, 1.00742088752189, 2.13926923076923, 1.4779096448909, 3.79603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1095, '2021-12-05 00:00:00', 0.344484533536928, 0.493923076923077, 1.07912448558293, 1.55284615384615, 1.0643555392096, 1.71192307692308, 0.995460827958588, 2.0685, 1.45873195091332, 3.76523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 600, '2021-12-05 00:00:00', 0.485394748157068, 0.973307692307691, 0.588963262534588, 1.12273076923077, 0.650968482044548, 1.30526923076923, 0.650538607616796, 1.699, 1.34024967880558, 3.65819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 615, '2021-12-05 00:00:00', 0.254785704827834, 0.628653846153848, 0.310494892810717, 0.818038461538462, 0.329949126614764, 0.975115384615386, 0.474037642127549, 1.41238461538462, 1.32505178766718, 3.448 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 630, '2021-12-05 00:00:00', 0.210290231676276, 0.592692307692308, 0.265240071227211, 0.702846153846153, 0.304035888569854, 0.854307692307692, 0.445935450658328, 1.29488461538461, 1.33947801084544, 3.42930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 645, '2021-12-05 00:00:00', 0.177302470805815, 0.478615384615386, 0.174400529286423, 0.597769230769231, 0.276759545732113, 0.784615384615385, 0.349008540781544, 1.19680769230769, 1.35728496866128, 3.37861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 660, '2021-12-05 00:00:00', 0.140971486478648, 0.456, 0.189680155890016, 0.581807692307692, 0.283584530878968, 0.765884615384616, 0.362260163630845, 1.17788461538462, 1.35807966062944, 3.38626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 675, '2021-12-05 00:00:00', 0.117101586404547, 0.418307692307691, 0.233734076380701, 0.548461538461537, 0.33789238159281, 0.793692307692309, 0.344754523593908, 1.14319230769231, 1.34843857280018, 3.38223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 690, '2021-12-05 00:00:00', 0.171250154407567, 0.416846153846154, 0.183730961337074, 0.542115384615386, 0.289162621267792, 0.758692307692308, 0.311402732066472, 1.14069230769231, 1.33304048123656, 3.39973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 705, '2021-12-05 00:00:00', 0.119555284926456, 0.399884615384618, 0.2127220251878, 0.5855, 0.282258288697535, 0.757692307692309, 0.318354393718699, 1.158, 1.33068269118351, 3.51223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 720, '2021-12-05 00:00:00', 0.197851307804621, 0.448500000000001, 0.245101438968877, 0.555653846153847, 0.288685263805518, 0.771692307692308, 0.344962151770086, 1.15661538461538, 1.34617380978604, 3.53438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 735, '2021-12-05 00:00:00', 0.154761797114643, 0.427576923076923, 0.19762172490353, 0.574884615384617, 0.237489591674764, 0.705115384615385, 0.375444032498138, 1.11369230769231, 1.33218346391871, 3.51969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 750, '2021-12-05 00:00:00', 0.138022963529764, 0.414461538461539, 0.182354451971557, 0.535884615384614, 0.176663526338805, 0.619807692307692, 0.3807630739207, 1.09796153846154, 1.31034826609629, 3.49146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 765, '2021-12-05 00:00:00', 0.160479900490806, 0.402038461538461, 0.161999377966519, 0.477038461538462, 0.155099451965507, 0.571, 0.392192097751169, 1.16819230769231, 1.31147622987932, 3.49069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 780, '2021-12-05 00:00:00', 0.135536251182536, 0.366346153846152, 0.148065209127079, 0.462115384615386, 0.154998243166222, 0.559846153846152, 0.408399487681439, 1.25669230769231, 1.29910323862863, 3.50376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 795, '2021-12-05 00:00:00', 0.11172548776078, 0.36376923076923, 0.141297351491318, 0.450692307692304, 0.220434131100077, 0.563615384615383, 0.431339454044475, 1.29573076923077, 1.29581631236245, 3.50834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 810, '2021-12-05 00:00:00', 0.12839765753914, 0.36303846153846, 0.15585514477824, 0.447884615384614, 0.246189507993647, 0.542076923076922, 0.458029130749764, 1.33573076923077, 1.2851938860014, 3.52673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 825, '2021-12-05 00:00:00', 0.0941090120756038, 0.330115384615383, 0.154810832457404, 0.410076923076922, 0.206274995688171, 0.51957692307692, 0.441623891494179, 1.33169230769231, 1.26750974992457, 3.53361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 840, '2021-12-05 00:00:00', 0.094679256114852, 0.311192307692307, 0.126053614966625, 0.374076923076921, 0.162585858974457, 0.520807692307691, 0.445445602307831, 1.32223076923077, 1.26300741699509, 3.53515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 855, '2021-12-05 00:00:00', 0.0971507393376183, 0.305115384615383, 0.12561952322543, 0.401230769230767, 0.183211643063004, 0.537884615384613, 0.422477571548524, 1.32453846153846, 1.26256666297726, 3.53546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 870, '2021-12-05 00:00:00', 0.114467657508069, 0.33926923076923, 0.135105861627665, 0.412923076923075, 0.234913460334128, 0.574423076923075, 0.442913127443225, 1.35496153846154, 1.26565780586163, 3.54080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 885, '2021-12-05 00:00:00', 0.0792789136772572, 0.292884615384616, 0.112606414628053, 0.399269230769231, 0.201296811087128, 0.576615384615385, 0.621858588921456, 1.71223076923077, 1.31282692748834, 3.51730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 900, '2021-12-05 00:00:00', 0.0971205753372889, 0.324615384615384, 0.186957950846215, 0.463653846153844, 0.260269103340843, 0.645615384615383, 0.634246767069775, 1.76880769230769, 1.32114494458988, 3.52273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 915, '2021-12-05 00:00:00', 0.184550385031798, 0.365730769230768, 0.216611911029842, 0.467999999999999, 0.288507917502342, 0.65253846153846, 0.616340819801712, 1.79238461538462, 1.32845454512435, 3.51503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 930, '2021-12-05 00:00:00', 0.143138512798457, 0.376923076923076, 0.22484501670809, 0.503192307692308, 0.261039295597719, 0.678923076923075, 0.657329337898087, 1.77246153846154, 1.37860978358077, 3.50015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 945, '2021-12-05 00:00:00', 0.160397947425961, 0.362307692307692, 0.191115530906952, 0.476884615384613, 0.234634170244136, 0.749923076923077, 0.680148214616604, 1.74907692307692, 1.40046097960087, 3.49834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 960, '2021-12-05 00:00:00', 0.11794981983878, 0.351999999999998, 0.213363081659842, 0.505730769230767, 0.268093499763393, 0.847730769230768, 0.651326565852043, 1.76415384615385, 1.36635086832944, 3.52215384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 975, '2021-12-05 00:00:00', 0.157725569850342, 0.417653846153845, 0.213035313071296, 0.610730769230769, 0.263740808078981, 0.864423076923077, 0.618972582964333, 1.77853846153846, 1.35446475832281, 3.51030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 990, '2021-12-05 00:00:00', 0.195488783860826, 0.505230769230768, 0.24359191599571, 0.68830769230769, 0.290921318995623, 0.854576923076922, 0.623984787783016, 1.75284615384615, 1.34037287865957, 3.51142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1005, '2021-12-05 00:00:00', 0.147421034925351, 0.506807692307692, 0.164477653380448, 0.619538461538462, 0.227466842892286, 0.74073076923077, 0.632929511204719, 1.71738461538462, 1.33169747546275, 3.50561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1020, '2021-12-05 00:00:00', 0.132937972812078, 0.419769230769231, 0.182652035723246, 0.538384615384615, 0.190002222659064, 0.666269230769231, 0.631836040075636, 1.67369230769231, 1.3656062778685, 3.50288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1035, '2021-12-05 00:00:00', 0.120490638002104, 0.379076923076923, 0.120980081005098, 0.4745, 0.194754444997163, 0.610576923076923, 0.633283613702909, 1.68315384615384, 1.3837862329354, 3.48753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1050, '2021-12-05 00:00:00', 0.106948276499222, 0.378576923076923, 0.155616832192209, 0.471961538461538, 0.236300034180797, 0.628884615384613, 0.647244193603808, 1.68738461538462, 1.39505209001175, 3.48442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1065, '2021-12-05 00:00:00', 0.108233707247862, 0.372846153846154, 0.148188388416696, 0.480961538461538, 0.636018746700005, 1.21561538461538, 0.645709265369961, 1.66984615384615, 1.39087006582211, 3.4975 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1080, '2021-12-05 00:00:00', 0.112022834210777, 0.379346153846152, 0.165371176913773, 0.498115384615383, 0.635527352192348, 1.28015384615385, 0.656454782554336, 1.66780769230769, 1.39175813769712, 3.49892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1095, '2021-12-05 00:00:00', 0.12663554610954, 0.381192307692305, 0.647404645785474, 1.14884615384615, 0.652221001949964, 1.34165384615384, 0.658681909924311, 1.67653846153846, 1.37000916560662, 3.52892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:50:54 Duration: 3s985ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 600, '2021-12-05 00:00:00', 0.222559036247429, 0.454730769230768, 0.245340366398634, 0.620846153846154, 0.362898765286071, 0.806076923076923, 0.484067765440401, 1.19119230769231, 1.00970773227473, 2.73376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 615, '2021-12-05 00:00:00', 0.207956789150645, 0.375115384615385, 0.306748408559598, 0.586884615384616, 0.347513163004708, 0.730961538461539, 0.470358423071009, 1.11461538461538, 1.03945769292676, 2.69915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 630, '2021-12-05 00:00:00', 0.199577353424681, 0.304000000000001, 0.210617294198233, 0.423269230769231, 0.280200074122871, 0.652807692307693, 0.3504178165474, 0.990384615384615, 1.04668927796906, 2.68026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 645, '2021-12-05 00:00:00', 0.138519001751218, 0.242923076923078, 0.132046338020467, 0.400346153846154, 0.225006519563665, 0.587576923076925, 0.276277730943675, 0.929230769230769, 1.05550635314927, 2.66269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 660, '2021-12-05 00:00:00', 0.13894341958565, 0.250923076923075, 0.191092844933074, 0.408346153846152, 0.213314145371059, 0.53773076923077, 0.267395449014838, 0.906615384615383, 1.05166809622399, 2.67223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 675, '2021-12-05 00:00:00', 0.133114785631976, 0.251115384615384, 0.164322015005247, 0.395730769230769, 0.185177872909765, 0.49773076923077, 0.297353299318143, 0.880230769230769, 1.04501662261347, 2.66869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 690, '2021-12-05 00:00:00', 0.112598162302261, 0.264115384615385, 0.115169894570521, 0.335769230769231, 0.147853732295964, 0.448615384615384, 0.285615728935549, 0.864230769230769, 1.04538006412096, 2.67603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 705, '2021-12-05 00:00:00', 0.0825512894182482, 0.196346153846154, 0.0934090178483029, 0.316269230769231, 0.120153549196913, 0.404346153846154, 0.265185267603324, 0.846115384615384, 1.06502279137765, 2.89788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 720, '2021-12-05 00:00:00', 0.0977597132691248, 0.238807692307692, 0.104448618210839, 0.297076923076921, 0.178614569997481, 0.450269230769228, 0.266990383001683, 0.844230769230768, 1.06748085048578, 2.95638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 735, '2021-12-05 00:00:00', 0.08373934834675, 0.200038461538461, 0.111760465006465, 0.281192307692307, 0.182642639726199, 0.471423076923076, 0.267383032658855, 0.823615384615384, 1.06851676348392, 2.97907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 750, '2021-12-05 00:00:00', 0.100552481513197, 0.190192307692307, 0.132006340174076, 0.313076923076922, 0.149476604806958, 0.458846153846151, 0.402643694369334, 0.874769230769229, 1.07606780455508, 2.998 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 765, '2021-12-05 00:00:00', 0.0929482651801517, 0.2105, 0.122466730175994, 0.3155, 0.137379832805031, 0.420461538461537, 0.462676948271187, 0.886038461538461, 1.08088867426477, 3.00038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 780, '2021-12-05 00:00:00', 0.105260036978025, 0.208653846153847, 0.132647647779895, 0.28403846153846, 0.212103356517886, 0.430076923076923, 0.473119462877873, 0.888884615384615, 1.08112256759067, 3.00538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 795, '2021-12-05 00:00:00', 0.101749503873294, 0.192807692307688, 0.116865109618541, 0.287423076923075, 0.251661983315227, 0.446923076923073, 0.479468733239037, 0.909884615384615, 1.10469123566445, 3.02538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 810, '2021-12-05 00:00:00', 0.0934979144152427, 0.182500000000001, 0.193007755922279, 0.287076923076924, 0.208279989067971, 0.422923076923078, 0.486664567786131, 0.897192307692309, 1.1067108662783, 3.02230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 825, '2021-12-05 00:00:00', 0.170404441978939, 0.196923076923077, 0.174373551276034, 0.291846153846153, 0.209445950435538, 0.433615384615384, 0.501561383619655, 0.902692307692309, 1.10481582453993, 3.02861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 840, '2021-12-05 00:00:00', 0.105821097213102, 0.196230769230768, 0.146446445974156, 0.303807692307693, 0.189046465594695, 0.423615384615384, 0.502572814471848, 0.883923076923078, 1.09868659561524, 3.02734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 855, '2021-12-05 00:00:00', 0.105363758183076, 0.187192307692308, 0.140681358450167, 0.274730769230769, 0.18119124193472, 0.388115384615385, 0.497894040318436, 0.841653846153847, 1.09766537776249, 3.02080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 870, '2021-12-05 00:00:00', 0.0722404638369976, 0.149269230769232, 0.0922679459300672, 0.239576923076924, 0.176951588338122, 0.35723076923077, 0.495593016962042, 0.841038461538462, 1.0976991685409, 3.02076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 885, '2021-12-05 00:00:00', 0.0820630151867347, 0.172538461538461, 0.123887989111753, 0.257923076923078, 0.150155739663345, 0.358115384615385, 0.618534958902581, 1.16115384615385, 1.0976991685409, 3.02076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 900, '2021-12-05 00:00:00', 0.118007718130898, 0.193692307692309, 0.141776861516746, 0.263038461538463, 0.134126352599102, 0.357038461538462, 0.613242039052721, 1.19296153846154, 1.09896890975832, 3.02023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 915, '2021-12-05 00:00:00', 0.0748848141121781, 0.168153846153846, 0.075658666695587, 0.243076923076923, 0.175294569664454, 0.390115384615382, 0.620797601105596, 1.23230769230769, 1.09979198872402, 3.02246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 930, '2021-12-05 00:00:00', 0.0741995645850799, 0.173846153846155, 0.112245150657627, 0.254423076923077, 0.419639061025617, 0.454692307692307, 0.634931871572425, 1.23519230769231, 1.09979242586954, 3.0215 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 945, '2021-12-05 00:00:00', 0.0870793802317057, 0.172461538461538, 0.156699693190999, 0.273076923076922, 0.455013144357897, 0.478807692307692, 0.648033997208836, 1.24469230769231, 1.08549394357521, 3.00830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 960, '2021-12-05 00:00:00', 0.124287390288055, 0.181653846153846, 0.377058634493568, 0.328576923076923, 0.430372298579516, 0.498653846153848, 0.646259548954895, 1.27926923076923, 1.06660179001422, 2.99753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 975, '2021-12-05 00:00:00', 0.277335287221915, 0.23830769230769, 0.335441825748576, 0.369538461538462, 0.33182211406809, 0.531653846153848, 0.569636792513102, 1.27134615384615, 1.01312930073116, 2.9725 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 990, '2021-12-05 00:00:00', 0.148346911507608, 0.258384615384615, 0.159614617607055, 0.355115384615386, 0.206701345312134, 0.491384615384617, 0.458812670001434, 1.24788461538461, 0.946834740677509, 2.93288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1005, '2021-12-05 00:00:00', 0.103642967032909, 0.224230769230771, 0.160367903943978, 0.361769230769233, 0.236935590079149, 0.493076923076924, 0.435410639070045, 1.22923076923077, 0.938984355567226, 2.9435 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1020, '2021-12-05 00:00:00', 0.135081109537368, 0.258884615384615, 0.167755463054458, 0.344846153846154, 0.19909883513935, 0.456115384615383, 0.424165033194174, 1.22884615384615, 0.933788252228522, 2.9335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1035, '2021-12-05 00:00:00', 0.0897734927470247, 0.207, 0.145862680417102, 0.298807692307691, 0.152096270120656, 0.362346153846152, 0.422310124835365, 1.20580769230769, 0.926346673767439, 2.911 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1050, '2021-12-05 00:00:00', 0.134749910803452, 0.212461538461539, 0.116214635646555, 0.263807692307691, 0.163613978150258, 0.360576923076922, 0.40123636617144, 1.17369230769231, 0.921835774628331, 2.90365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1065, '2021-12-05 00:00:00', 0.0840835573425896, 0.172730769230767, 0.117222523432998, 0.249, 0.348904306916116, 0.814153846153846, 0.420037514808086, 1.16307692307692, 0.926617557820667, 2.90246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1080, '2021-12-05 00:00:00', 0.110041838197324, 0.198615384615386, 0.128194611671234, 0.264461538461539, 0.320420716222618, 0.873346153846153, 0.422575932184429, 1.15646153846154, 0.924758573067337, 2.91353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1095, '2021-12-05 00:00:00', 0.0854993297319645, 0.177153846153846, 0.323008999636471, 0.778576923076922, 0.30086864243387, 0.916499999999999, 0.4082712993172, 1.13642307692307, 0.928271866675672, 2.91453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 600, '2021-12-05 00:00:00', 0.209581106018649, 0.570999999999999, 0.213891608063522, 0.669499999999999, 0.261031527715597, 0.77653846153846, 0.387074049763093, 1.059, 0.932790322716656, 2.88488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 615, '2021-12-05 00:00:00', 0.135286709791294, 0.400423076923076, 0.196216807090056, 0.538653846153844, 0.23370473152776, 0.664307692307691, 0.35436769257152, 0.948692307692307, 0.915398173138123, 2.83984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 630, '2021-12-05 00:00:00', 0.15306692854887, 0.349730769230767, 0.134669744189258, 0.420499999999998, 0.20839913258346, 0.592961538461535, 0.283631074027243, 0.872115384615383, 0.913390690693829, 2.81507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 645, '2021-12-05 00:00:00', 0.115225885179436, 0.29426923076923, 0.155360469182528, 0.439346153846152, 0.189894351193986, 0.599230769230766, 0.254360776487619, 0.85726923076923, 0.930966736578372, 2.80176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 660, '2021-12-05 00:00:00', 0.126475902234984, 0.327923076923076, 0.144644545750554, 0.452730769230766, 0.211343686553807, 0.586076923076921, 0.280906863842531, 0.836884615384614, 0.930966736578372, 2.80176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 675, '2021-12-05 00:00:00', 0.0930806846029492, 0.287423076923075, 0.133206583343896, 0.381076923076921, 0.182949560093653, 0.494307692307691, 0.255580160539779, 0.795538461538461, 0.939724781313861, 2.78976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 690, '2021-12-05 00:00:00', 0.114323993040024, 0.252846153846152, 0.150542797390488, 0.354576923076922, 0.163757630474007, 0.448192307692307, 0.254284168719838, 0.772038461538461, 0.932794732964414, 2.77757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 705, '2021-12-05 00:00:00', 0.0955982297872809, 0.231692307692308, 0.132577971252914, 0.308961538461538, 0.148476576759279, 0.435576923076922, 0.241135483781341, 0.76480769230769, 1.31034432644483, 3.12842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 720, '2021-12-05 00:00:00', 0.0934628515260735, 0.216769230769229, 0.120228097317622, 0.311653846153845, 0.14026629618748, 0.424923076923077, 0.262856661729134, 0.788230769230767, 1.42727520067489, 3.17546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 735, '2021-12-05 00:00:00', 0.0819178951051688, 0.229307692307692, 0.0925231613414452, 0.331846153846153, 0.150700028074113, 0.44353846153846, 0.255627108229035, 0.787461538461537, 1.42262282638577, 3.20111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 750, '2021-12-05 00:00:00', 0.0927100774540631, 0.229961538461538, 0.126783892449378, 0.320653846153846, 0.142437964904565, 0.423423076923076, 0.308577961723676, 0.794961538461537, 1.44218450329299, 3.20530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 765, '2021-12-05 00:00:00', 0.0950458027236598, 0.21923076923077, 0.106489840613299, 0.314615384615384, 0.121753951128429, 0.415230769230768, 0.302258160162162, 0.784346153846154, 1.44673575546948, 3.19988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 780, '2021-12-05 00:00:00', 0.082234261996771, 0.217923076923076, 0.0812695514937787, 0.269499999999999, 0.147307632054616, 0.386461538461539, 0.302338264455304, 0.784884615384615, 1.44673575546948, 3.19988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 795, '2021-12-05 00:00:00', 0.0676174874968349, 0.181269230769229, 0.123870956427055, 0.287423076923075, 0.179127165830482, 0.388692307692306, 0.296194229414519, 0.829692307692307, 1.51278440784382, 3.23776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 810, '2021-12-05 00:00:00', 0.0833072256539229, 0.222423076923076, 0.110816577487999, 0.286923076923076, 0.146345323964089, 0.380076923076923, 0.306933708703461, 0.840692307692307, 1.54381425746055, 3.24930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 825, '2021-12-05 00:00:00', 0.0714076918933687, 0.170538461538463, 0.107515608884692, 0.242384615384616, 0.133736388236192, 0.342307692307694, 0.294780429368135, 0.832692307692307, 1.54433326066623, 3.2435 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 840, '2021-12-05 00:00:00', 0.0652372239186747, 0.177846153846155, 0.111716433609659, 0.265807692307693, 0.131056987017685, 0.376576923076923, 0.308789938556693, 0.845115384615383, 1.54439955770719, 3.24107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 855, '2021-12-05 00:00:00', 0.0994711322638194, 0.188115384615384, 0.109345577800912, 0.238153846153847, 0.164671477143482, 0.374153846153847, 0.310507259917603, 0.853038461538462, 1.54411802856966, 3.23761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 870, '2021-12-05 00:00:00', 0.0724736238492744, 0.156884615384616, 0.102372652598242, 0.257999999999999, 0.1703632002517, 0.394500000000001, 0.314888847299877, 0.862884615384617, 1.54487830538898, 3.24146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 885, '2021-12-05 00:00:00', 0.0559164899305545, 0.181576923076923, 0.105413121355203, 0.249615384615385, 0.147835714431724, 0.400038461538461, 0.650979958335004, 1.41588461538462, 1.53961666607683, 3.24603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 900, '2021-12-05 00:00:00', 0.0801571917211133, 0.179153846153848, 0.133826621474896, 0.273269230769233, 0.16820063568891, 0.404423076923077, 0.69826339310739, 1.51861538461539, 1.53783660430439, 3.24530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 915, '2021-12-05 00:00:00', 0.115008608373463, 0.2035, 0.129606154887086, 0.295346153846153, 0.152972461071114, 0.386423076923077, 0.731523741662144, 1.58176923076923, 1.52806134844625, 3.26273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 930, '2021-12-05 00:00:00', 0.0792219957801144, 0.21226923076923, 0.109353857516987, 0.286884615384616, 0.181567160704114, 0.381076923076923, 0.777434317779668, 1.62396153846154, 1.52934363045066, 3.2575 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 945, '2021-12-05 00:00:00', 0.0579626935722782, 0.186923076923078, 0.0616601604329359, 0.235153846153847, 0.150394619380022, 0.421692307692308, 0.841404358109793, 1.64357692307692, 1.53348607227002, 3.24642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 960, '2021-12-05 00:00:00', 0.042360667533056, 0.163884615384615, 0.114239074549147, 0.255384615384614, 0.211288417535404, 0.482346153846153, 0.857083265858916, 1.65926923076923, 1.54079310047181, 3.24346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 975, '2021-12-05 00:00:00', 0.0972437065394892, 0.195461538461538, 0.147003150149398, 0.362384615384616, 0.268239597260473, 0.562192307692308, 0.845305174751425, 1.68896153846154, 1.54444571884593, 3.24446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 990, '2021-12-05 00:00:00', 0.145827152689541, 0.324038461538462, 0.206513389396426, 0.4305, 0.295946141149935, 0.596038461538462, 0.835961170426915, 1.69796153846154, 1.575130859521, 3.25276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1005, '2021-12-05 00:00:00', 0.0986369333230947, 0.260730769230769, 0.146391871359033, 0.3825, 0.210846385934258, 0.512961538461538, 0.814518984054156, 1.65715384615385, 1.55307568986883, 3.24146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1020, '2021-12-05 00:00:00', 0.105183385643287, 0.271769230769231, 0.163948045241355, 0.367807692307692, 0.188605245053096, 0.466461538461537, 0.809757627555687, 1.66015384615385, 1.52707223948816, 3.23776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1035, '2021-12-05 00:00:00', 0.149650654731406, 0.261961538461538, 0.146308593785139, 0.319730769230769, 0.159302054648973, 0.413230769230769, 0.810016768107541, 1.62473076923077, 1.51688549387831, 3.23880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1050, '2021-12-05 00:00:00', 0.0859394867602506, 0.203346153846151, 0.14224417251819, 0.307269230769228, 0.143332834823222, 0.393307692307692, 0.805696010625882, 1.60830769230769, 1.503542755781, 3.23846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1065, '2021-12-05 00:00:00', 0.129024511684349, 0.247730769230768, 0.128565242342015, 0.310307692307692, 0.585604593561217, 1.0615, 0.797717231566713, 1.59369230769231, 1.4856002014208, 3.24996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1080, '2021-12-05 00:00:00', 0.134323770735546, 0.210346153846154, 0.1475957316456, 0.2795, 0.629561826865442, 1.14757692307692, 0.772169101647081, 1.58019230769231, 1.48288265005905, 3.23507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1095, '2021-12-05 00:00:00', 0.122781939288256, 0.203730769230769, 0.550712606887306, 0.995846153846154, 0.658033491081278, 1.20965384615385, 0.74513271197924, 1.56903846153846, 1.49223204681392, 3.23180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 600, '2021-12-05 00:00:00', 0.189364248108081, 0.57246153846154, 0.276403295093351, 0.733307692307692, 0.394151780604688, 0.916115384615386, 0.528310009515102, 1.33988461538462, 1.51893190813099, 3.14169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 615, '2021-12-05 00:00:00', 0.189905871420554, 0.461, 0.293268519646048, 0.63176923076923, 0.365874221767326, 0.786115384615385, 0.480304755818158, 1.23146153846154, 1.53019369563263, 3.11511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 630, '2021-12-05 00:00:00', 0.177266630987161, 0.373461538461537, 0.24895052644127, 0.51173076923077, 0.289609469139711, 0.687269230769231, 0.457777703862745, 1.15611538461539, 1.5208330131366, 3.10342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 645, '2021-12-05 00:00:00', 0.148376568749403, 0.346384615384614, 0.197552660944249, 0.496576923076923, 0.308606478320754, 0.67403846153846, 0.411286097316885, 1.08557692307692, 1.53837272916746, 3.06957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 660, '2021-12-05 00:00:00', 0.122598105142843, 0.334846153846155, 0.153936135608747, 0.431423076923078, 0.264546942177348, 0.62973076923077, 0.406208146719805, 1.02446153846154, 1.56225961843242, 3.04034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 675, '2021-12-05 00:00:00', 0.0993237441594207, 0.286384615384616, 0.184214891238049, 0.422384615384615, 0.244453214022959, 0.580576923076923, 0.402049227755087, 0.978307692307694, 1.56056266972969, 3.02038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 690, '2021-12-05 00:00:00', 0.120613285401668, 0.29626923076923, 0.159503923269808, 0.407307692307692, 0.230694256538821, 0.599999999999999, 0.401777805030821, 0.93473076923077, 1.56639758633035, 3.00996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 705, '2021-12-05 00:00:00', 0.127135760266187, 0.276692307692308, 0.174418823966469, 0.374384615384614, 0.207516394162374, 0.553423076923077, 0.354432159072249, 0.874653846153848, 1.5805481269289, 3.07669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 720, '2021-12-05 00:00:00', 0.100999809596167, 0.253192307692305, 0.183074180005306, 0.394346153846153, 0.217823358216274, 0.542153846153847, 0.352112936428074, 0.858000000000001, 1.56578832688693, 3.14726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 735, '2021-12-05 00:00:00', 0.129347456934353, 0.268730769230771, 0.163764483798676, 0.372615384615386, 0.217958715215661, 0.503807692307694, 0.314633129460086, 0.807384615384617, 1.54763557079824, 3.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 750, '2021-12-05 00:00:00', 0.086224617223763, 0.234730769230768, 0.119166205844547, 0.341769230769232, 0.158506258066216, 0.472923076923078, 0.286994644817368, 0.765384615384616, 1.54519968936057, 3.193 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 765, '2021-12-05 00:00:00', 0.0818102965120213, 0.238730769230771, 0.129482763925732, 0.328115384615385, 0.148260602163375, 0.425384615384616, 0.337981446919115, 0.81253846153846, 1.55226381827912, 3.21080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 780, '2021-12-05 00:00:00', 0.0878929156154489, 0.209730769230768, 0.109652913953353, 0.303192307692308, 0.143575340715384, 0.407038461538461, 0.320201477438575, 0.808884615384615, 1.54157290303917, 3.24115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 795, '2021-12-05 00:00:00', 0.0797101286875427, 0.196769230769232, 0.0964086813837536, 0.268923076923077, 0.117133401923424, 0.381076923076923, 0.30654150427985, 0.811576923076923, 1.52570401000779, 3.25238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 810, '2021-12-05 00:00:00', 0.0643758793815974, 0.188576923076923, 0.0934325342776202, 0.283038461538461, 0.112003818616222, 0.379846153846154, 0.307046568755645, 0.823346153846154, 1.53049054177461, 3.25053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 825, '2021-12-05 00:00:00', 0.0777160215142284, 0.204499999999998, 0.0786348131946266, 0.272923076923074, 0.114247558465748, 0.364230769230766, 0.320109358717394, 0.817192307692308, 1.52972327764006, 3.24588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 840, '2021-12-05 00:00:00', 0.0635809840947865, 0.200692307692307, 0.0955197281274329, 0.264538461538462, 0.129333778085407, 0.362884615384617, 0.326634013019983, 0.821461538461538, 1.53125941177641, 3.24311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 855, '2021-12-05 00:00:00', 0.0612466011615854, 0.184115384615384, 0.0813929972417772, 0.255499999999998, 0.13547775292815, 0.36169230769231, 0.330771675840695, 0.833307692307692, 1.52278491081813, 3.23473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 870, '2021-12-05 00:00:00', 0.0630364485528331, 0.186076923076923, 0.0902313351677421, 0.267423076923078, 0.202982594934034, 0.387576923076926, 0.331828241020052, 0.839307692307692, 1.51979217860662, 3.23788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 885, '2021-12-05 00:00:00', 0.0719691921268001, 0.198269230769231, 0.114480068806084, 0.276615384615387, 0.206181536888845, 0.403884615384616, 0.548915547658779, 1.30696153846154, 1.50129295660056, 3.24930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 900, '2021-12-05 00:00:00', 0.0963391205785366, 0.188884615384615, 0.149895496930363, 0.282500000000001, 0.188895807666148, 0.406884615384616, 0.548583361591822, 1.37923076923077, 1.49736924432357, 3.23757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 915, '2021-12-05 00:00:00', 0.109391857382252, 0.211538461538464, 0.147681158633676, 0.290269230769232, 0.182446873194534, 0.396307692307693, 0.596517716546497, 1.43911538461539, 1.49880859197718, 3.22665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 930, '2021-12-05 00:00:00', 0.0810011965723587, 0.198076923076923, 0.124058999611536, 0.295346153846156, 0.179030792366522, 0.395769230769229, 0.611137070109102, 1.48103846153846, 1.50411568090305, 3.21769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 945, '2021-12-05 00:00:00', 0.091906884315678, 0.193346153846157, 0.138919522912204, 0.270923076923078, 0.199065354556277, 0.478846153846152, 0.613140290133192, 1.48115384615384, 1.50550940880487, 3.2135 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 960, '2021-12-05 00:00:00', 0.0922444328109601, 0.202346153846152, 0.122050884722474, 0.28753846153846, 0.148162613367883, 0.500999999999998, 0.618857588936756, 1.48865384615384, 1.51248431244248, 3.20734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 975, '2021-12-05 00:00:00', 0.0773188105284781, 0.221961538461536, 0.12119342454872, 0.398615384615382, 0.130847868211081, 0.525269230769229, 0.614275799996661, 1.50796153846154, 1.50238407667485, 3.23392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 990, '2021-12-05 00:00:00', 0.0819321764538314, 0.309192307692305, 0.0949561923285592, 0.410961538461535, 0.145202691223205, 0.539692307692305, 0.609172984147676, 1.52326923076923, 1.50612312296786, 3.23730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1005, '2021-12-05 00:00:00', 0.106500162513418, 0.279269230769229, 0.134707066801091, 0.404076923076921, 0.172758920508854, 0.49973076923077, 0.610405833473485, 1.54019230769231, 1.51152522307767, 3.2375 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1020, '2021-12-05 00:00:00', 0.129311692611897, 0.304923076923077, 0.160367122086024, 0.382423076923076, 0.172868046609145, 0.465807692307692, 0.59814198468771, 1.55092307692308, 1.5246280863012, 3.25119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1035, '2021-12-05 00:00:00', 0.0950841651461411, 0.269961538461539, 0.103877649924544, 0.333384615384617, 0.146662270330379, 0.461307692307693, 0.58911741157038, 1.56226923076923, 1.52403300438722, 3.24403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1050, '2021-12-05 00:00:00', 0.0845864146211514, 0.229692307692308, 0.111845587238009, 0.313653846153845, 0.174210663808549, 0.453653846153848, 0.584606829087195, 1.55023076923077, 1.50908256847051, 3.23203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1065, '2021-12-05 00:00:00', 0.0950560967979514, 0.22830769230769, 0.12978204213811, 0.320461538461539, 0.498073432954805, 1.07076923076923, 0.578704340614578, 1.55492307692308, 1.50972127279788, 3.23519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1080, '2021-12-05 00:00:00', 0.102321935387962, 0.219538461538461, 0.127951391010565, 0.316961538461541, 0.502100394496804, 1.16538461538462, 0.565684527466841, 1.55723076923077, 1.51022184412143, 3.23153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1095, '2021-12-05 00:00:00', 0.0775018411691972, 0.205846153846156, 0.459984287357063, 1.00523076923077, 0.552648537638387, 1.20938461538462, 0.542582689905064, 1.53015384615385, 1.49553344277603, 3.23196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 600, '2021-12-05 00:00:00', 0.209469223000934, 0.659346153846153, 0.24858741845754, 0.83223076923077, 0.35553736577403, 0.983461538461536, 0.416716394981231, 1.31107692307692, 1.46334117216521, 3.16088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 615, '2021-12-05 00:00:00', 0.141742323086105, 0.429615384615387, 0.21984338831226, 0.588346153846154, 0.249015492258242, 0.715653846153844, 0.413859775583654, 1.15592307692307, 1.48914026667945, 3.13057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 630, '2021-12-05 00:00:00', 0.174835452310496, 0.394346153846152, 0.209718331248221, 0.496461538461533, 0.218187851315187, 0.617538461538458, 0.432509172868489, 1.06023076923077, 1.484863618187, 3.12373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 645, '2021-12-05 00:00:00', 0.167765206808159, 0.346730769230767, 0.178987752051962, 0.445153846153844, 0.247417706598498, 0.612807692307689, 0.459257764056474, 1.03557692307692, 1.49924495458419, 3.12607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 660, '2021-12-05 00:00:00', 0.0908855662569477, 0.273884615384613, 0.135556403248016, 0.365538461538461, 0.200381789438215, 0.549692307692307, 0.416765082325945, 0.955576923076921, 1.52964142052463, 3.07434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 675, '2021-12-05 00:00:00', 0.10331449373338, 0.281730769230768, 0.202936234774904, 0.409346153846152, 0.22130236885659, 0.587538461538461, 0.422127184625675, 0.952, 1.53178873267121, 3.06819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 690, '2021-12-05 00:00:00', 0.133080525073528, 0.278115384615383, 0.127948216688807, 0.390884615384616, 0.199067491454142, 0.562115384615384, 0.397024610746562, 0.910307692307693, 1.53269431595274, 3.06611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 705, '2021-12-05 00:00:00', 0.0834167756601666, 0.239961538461541, 0.187066294295735, 0.380961538461541, 0.222680664768044, 0.519038461538463, 0.368382879832715, 0.865115384615385, 1.50883783550326, 3.13842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 720, '2021-12-05 00:00:00', 0.150339743453082, 0.286961538461538, 0.145098083537149, 0.374423076923076, 0.227205579563123, 0.531846153846154, 0.343283314255372, 0.861076923076923, 1.52067304127532, 3.14953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 735, '2021-12-05 00:00:00', 0.0745756920595037, 0.243423076923077, 0.162079871098742, 0.370269230769231, 0.213371269062961, 0.528538461538464, 0.328755473777185, 0.820807692307693, 1.52744615617049, 3.138 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 750, '2021-12-05 00:00:00', 0.102622991875791, 0.24003846153846, 0.159778832717652, 0.349653846153845, 0.204839899959418, 0.50323076923077, 0.319533149839187, 0.798076923076923, 1.53754004975981, 3.12473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 765, '2021-12-05 00:00:00', 0.103200782644617, 0.243807692307692, 0.124894589400575, 0.35046153846154, 0.208013520270643, 0.47723076923077, 0.306585525776062, 0.803269230769231, 1.5614755196485, 3.11803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 780, '2021-12-05 00:00:00', 0.109199697097354, 0.246423076923077, 0.141012192598862, 0.337038461538463, 0.194172504589248, 0.456192307692308, 0.284267306488911, 0.786307692307691, 1.59756096019478, 3.1176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 795, '2021-12-05 00:00:00', 0.0921812595671404, 0.213230769230769, 0.131464999729381, 0.301384615384615, 0.16329900842885, 0.422384615384614, 0.299870936340182, 0.791461538461536, 1.60215667004966, 3.11065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 810, '2021-12-05 00:00:00', 0.109143554022285, 0.213653846153845, 0.144915338679574, 0.312153846153847, 0.126413028783245, 0.407423076923076, 0.297695714550171, 0.80853846153846, 1.60151900394594, 3.115 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 825, '2021-12-05 00:00:00', 0.0957199119225546, 0.203307692307692, 0.106522139266194, 0.286615384615383, 0.138904377734635, 0.389884615384615, 0.289474008398787, 0.823192307692307, 1.59900819837221, 3.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 840, '2021-12-05 00:00:00', 0.0787512930296769, 0.214384615384614, 0.0921259756236823, 0.289653846153845, 0.151291160959969, 0.387153846153846, 0.29432832791864, 0.835730769230769, 1.59900819837221, 3.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 855, '2021-12-05 00:00:00', 0.0748973554016021, 0.197576923076923, 0.114282194588658, 0.2855, 0.148569222405429, 0.393423076923076, 0.287248367472093, 0.84176923076923, 1.59848293078156, 3.117 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 870, '2021-12-05 00:00:00', 0.0820357520559471, 0.200230769230768, 0.103626318308401, 0.284423076923076, 0.1225539253365, 0.37876923076923, 0.244389238715618, 0.842499999999998, 1.61874120371831, 3.10226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 885, '2021-12-05 00:00:00', 0.0780093189699401, 0.201423076923078, 0.0895529151696623, 0.274730769230769, 0.123882773372498, 0.383692307692308, 1.29544822596422, 1.45411538461538, 1.62401842211984, 3.11934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 900, '2021-12-05 00:00:00', 0.0700531666225454, 0.172615384615384, 0.117383919747916, 0.27476923076923, 0.107315207897828, 0.408923076923077, 1.45207530637519, 1.56984615384615, 1.62401842211984, 3.11934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 915, '2021-12-05 00:00:00', 0.105953574739129, 0.204000000000001, 0.121564493804096, 0.294615384615386, 0.128655921565415, 0.428115384615386, 1.44440224953492, 1.60746153846154, 1.62553808747939, 3.11407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 930, '2021-12-05 00:00:00', 0.0907460446266662, 0.22473076923077, 0.118633320004898, 0.33523076923077, 0.190888432981555, 0.473923076923078, 1.44038281663644, 1.64053846153846, 1.62755557957797, 3.11026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 945, '2021-12-05 00:00:00', 0.105576519825487, 0.223192307692308, 0.138925082190145, 0.305538461538461, 0.218920178639122, 0.50326923076923, 1.43864684125262, 1.63257692307692, 1.63385823554131, 3.10142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 960, '2021-12-05 00:00:00', 0.0889429895192171, 0.189153846153845, 0.168245612584239, 0.325115384615383, 0.18684549355427, 0.506961538461537, 1.42783137606005, 1.62103846153846, 1.63511773464599, 3.09761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 975, '2021-12-05 00:00:00', 0.112010363531511, 0.248807692307692, 0.154348701123339, 0.381807692307691, 0.164404154916615, 0.506615384615384, 1.44365981982758, 1.63965384615385, 1.64007065138623, 3.08869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 990, '2021-12-05 00:00:00', 0.130557437993339, 0.300269230769229, 0.144146725462419, 0.39703846153846, 0.170008416081268, 0.513692307692307, 1.45073416745294, 1.64923076923077, 1.64767057807262, 3.06542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1005, '2021-12-05 00:00:00', 0.108203888740014, 0.291192307692307, 0.134563047848039, 0.377423076923078, 0.148012707354677, 0.51319230769231, 1.45437236158896, 1.64338461538461, 1.65157507852353, 3.058 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1020, '2021-12-05 00:00:00', 0.0933969197317822, 0.26923076923077, 0.127927942458007, 0.376038461538463, 0.135084913466139, 0.508576923076925, 1.4527738772643, 1.64346153846154, 1.64237863900081, 3.06707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1035, '2021-12-05 00:00:00', 0.12033287165193, 0.276000000000001, 0.148366033848722, 0.372, 0.161636025116262, 0.452730769230769, 1.45342457611723, 1.65403846153846, 1.63318425217073, 3.07619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1050, '2021-12-05 00:00:00', 0.0951918306126349, 0.250730769230769, 0.108350151751694, 0.326653846153847, 0.130158270519453, 0.401153846153846, 1.46503425846003, 1.63053846153846, 1.61743562325819, 3.08465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1065, '2021-12-05 00:00:00', 0.0872350758670988, 0.214038461538463, 0.137857295222827, 0.284076923076925, 1.35216808923242, 1.15430769230769, 1.45750003087478, 1.6615, 1.61836660722613, 3.07934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1080, '2021-12-05 00:00:00', 0.0963226069797971, 0.19873076923077, 0.10250466405899, 0.291384615384615, 1.4984590305223, 1.29011538461538, 1.45801712609969, 1.6595, 1.62122619168807, 3.06873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1095, '2021-12-05 00:00:00', 0.0701525042044373, 0.215423076923076, 1.36326471553231, 1.10373076923077, 1.48834237789769, 1.32207692307692, 1.46139577590951, 1.67857692307692, 1.62870322791336, 3.05273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 600, '2021-12-05 00:00:00', 0.386892640644166, 0.664346153846155, 0.513802837073341, 0.854346153846154, 0.540897897374923, 0.994846153846152, 0.663583826946237, 1.37815384615384, 1.13312605042592, 2.84761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 615, '2021-12-05 00:00:00', 0.398456956463111, 0.545884615384615, 0.453865173134724, 0.652346153846153, 0.534367826357605, 0.792576923076921, 0.646455585957289, 1.27476923076923, 1.16042925015504, 2.78226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 630, '2021-12-05 00:00:00', 0.180617317510297, 0.391153846153846, 0.251443402409736, 0.536230769230769, 0.304513776371448, 0.671999999999998, 0.554455049159497, 1.18480769230769, 1.16514261721969, 2.77003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 645, '2021-12-05 00:00:00', 0.157339378414941, 0.363000000000002, 0.259924876721065, 0.493692307692307, 0.360457231006142, 0.636153846153846, 0.591982047544842, 1.14076923076923, 1.15389685247592, 2.73388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 660, '2021-12-05 00:00:00', 0.194249752004594, 0.332615384615384, 0.236074186514456, 0.452307692307692, 0.385023046263266, 0.625115384615384, 0.691263419677778, 1.14534615384615, 1.14498800867083, 2.7015 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 675, '2021-12-05 00:00:00', 0.14535169020742, 0.303923076923078, 0.288366020082917, 0.437192307692308, 0.433562920639954, 0.620615384615384, 0.730816505434426, 1.15773076923077, 1.1410454855088, 2.693 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 690, '2021-12-05 00:00:00', 0.194838872286425, 0.284115384615385, 0.298394545217206, 0.408230769230768, 0.322874312292664, 0.541692307692306, 0.742014766595755, 1.12892307692307, 1.11444293707664, 2.6555 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 705, '2021-12-05 00:00:00', 0.137493205426528, 0.25830769230769, 0.164558397396931, 0.359115384615383, 0.220551480123382, 0.487346153846152, 0.746093103078656, 1.11103846153846, 1.09024485393808, 2.90980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 720, '2021-12-05 00:00:00', 0.0879960226373898, 0.243499999999998, 0.148459204445581, 0.339846153846152, 0.34620352617855, 0.591192307692306, 0.759579252967365, 1.08619230769231, 1.1300296252073, 2.93792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 735, '2021-12-05 00:00:00', 0.160976080401835, 0.253538461538462, 0.20894768207892, 0.382423076923077, 0.393852280000433, 0.683461538461538, 0.767816660808676, 1.09276923076923, 1.12465116164285, 2.94634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 750, '2021-12-05 00:00:00', 0.138334288535473, 0.277846153846153, 0.278581983513762, 0.464192307692307, 0.3667387269517, 0.647423076923077, 0.752860535659723, 1.09988461538461, 1.09652764390423, 2.95207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 765, '2021-12-05 00:00:00', 0.171861518492247, 0.331692307692306, 0.303926876326933, 0.516115384615382, 0.402232102914952, 0.612230769230768, 0.720241416791299, 1.08446153846154, 1.09227950564933, 2.95303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 780, '2021-12-05 00:00:00', 0.243606227026639, 0.376923076923076, 0.235448772805009, 0.450730769230769, 0.314477256117808, 0.552769230769231, 0.615013710916583, 1.06876923076923, 1.08470886345671, 2.92296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 795, '2021-12-05 00:00:00', 0.124688386973904, 0.252923076923076, 0.213615603722777, 0.352884615384615, 0.283150430255451, 0.455615384615384, 0.515179837159206, 1.02123076923077, 1.07000453198178, 2.89553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 810, '2021-12-05 00:00:00', 0.1504879857203, 0.233076923076924, 0.203147074421842, 0.319576923076923, 0.214087088677626, 0.399192307692307, 0.49073919910525, 1.0001923076923, 1.09580550562308, 2.90588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 825, '2021-12-05 00:00:00', 0.120055506393435, 0.210730769230768, 0.119921057366919, 0.274500000000001, 0.163195663592463, 0.37476923076923, 0.474345080489527, 0.966846153846151, 1.09423460851023, 2.89646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 840, '2021-12-05 00:00:00', 0.0821479434641234, 0.19273076923077, 0.0938717291758371, 0.243692307692308, 0.23106305499715, 0.395153846153845, 0.497202569768716, 0.977346153846152, 1.10457798972486, 2.91115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 855, '2021-12-05 00:00:00', 0.0625002769224651, 0.166269230769231, 0.121982066777805, 0.265769230769231, 0.248882907284655, 0.423307692307692, 0.494785244789635, 0.977961538461537, 1.09645385395198, 2.91157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 870, '2021-12-05 00:00:00', 0.101189418723199, 0.204538461538461, 0.192961044294918, 0.300730769230768, 0.277856412835562, 0.433884615384616, 0.470422958623407, 0.990999999999998, 1.0849500179909, 2.92269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 885, '2021-12-05 00:00:00', 0.137055659664802, 0.210576923076922, 0.159140233272903, 0.294423076923076, 0.288468262485735, 0.458538461538461, 0.702908092252354, 1.36188461538461, 1.15211374705532, 2.88161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 900, '2021-12-05 00:00:00', 0.132618649344074, 0.209884615384615, 0.213475421031592, 0.295346153846155, 0.27661235302523, 0.450923076923077, 0.748526631765055, 1.46903846153846, 1.14852372133167, 2.87446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 915, '2021-12-05 00:00:00', 0.114842393673308, 0.195846153846153, 0.177566321304291, 0.340961538461538, 0.265965677369207, 0.480692307692307, 0.753844329982096, 1.50392307692308, 1.13788769825768, 2.85942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 930, '2021-12-05 00:00:00', 0.137346865775893, 0.269192307692309, 0.16939074990638, 0.334884615384616, 0.296370817622891, 0.534692307692307, 0.757285415150722, 1.502, 1.140573852868, 2.84692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 945, '2021-12-05 00:00:00', 0.144301612550295, 0.237653846153845, 0.217946373079392, 0.360307692307693, 0.289035629956956, 0.583653846153844, 0.773966527799391, 1.52488461538461, 1.13103490594302, 2.83796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 960, '2021-12-05 00:00:00', 0.155451585339666, 0.239653846153848, 0.235860053030149, 0.365730769230769, 0.280320983599433, 0.612423076923078, 0.783437282355529, 1.57884615384615, 1.12745501905841, 2.8335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 975, '2021-12-05 00:00:00', 0.180113502675824, 0.267923076923075, 0.220575056125154, 0.445346153846153, 0.285224254551774, 0.630346153846153, 0.783730397129405, 1.60384615384615, 1.11322898881518, 2.83630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 990, '2021-12-05 00:00:00', 0.127193371864078, 0.349923076923077, 0.192957819224825, 0.485000000000002, 0.289558985620971, 0.622384615384615, 0.790305459933057, 1.576, 1.13033741252506, 2.82188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1005, '2021-12-05 00:00:00', 0.15226511292934, 0.307769230769231, 0.17198726249795, 0.417461538461538, 0.279173935305297, 0.543615384615384, 0.769116520131028, 1.52730769230769, 1.14910083175432, 2.79219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1020, '2021-12-05 00:00:00', 0.105858308783306, 0.300692307692309, 0.195480724999049, 0.434076923076923, 0.229145556696712, 0.503384615384615, 0.725809312740984, 1.50203846153846, 1.15983396424462, 2.79076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1035, '2021-12-05 00:00:00', 0.14326225548327, 0.272923076923076, 0.165410821895061, 0.3365, 0.234405490221868, 0.459576923076922, 0.708633176235448, 1.48446153846154, 1.1596472998287, 2.7885 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1050, '2021-12-05 00:00:00', 0.114087341710033, 0.233192307692308, 0.165047988359563, 0.333038461538461, 0.191412498587173, 0.460230769230768, 0.689389625237149, 1.46484615384615, 1.16046312240482, 2.78353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1065, '2021-12-05 00:00:00', 0.101145447443083, 0.237807692307692, 0.158815422618644, 0.329461538461537, 0.450071066183314, 1.02773076923077, 0.69289906468847, 1.47092307692308, 1.17045872138301, 2.76846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1080, '2021-12-05 00:00:00', 0.117588120802427, 0.228384615384615, 0.141154754136673, 0.32576923076923, 0.510324186556562, 1.13015384615385, 0.694555925643253, 1.46357692307692, 1.17444095571533, 2.76703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1095, '2021-12-05 00:00:00', 0.0880904081044034, 0.246999999999997, 0.438674396510495, 0.968115384615381, 0.594906265402699, 1.16676923076923, 0.695390878460565, 1.44007692307692, 1.1755495291074, 2.76784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:50:42 Duration: 3s912ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 600, '2021-12-05 00:00:00', 12.6909564824721, 18.63124, 12.9290886763143, 22.253, 14.1166838276558, 26.79804, 13.8530841923378, 34.43884, 17.0681286206192, 71.34812 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 615, '2021-12-05 00:00:00', 4.44394193706442, 9.28576000000005, 5.29670795777903, 13.32224, 7.55099382531858, 18.1366, 10.0108339049918, 27.52984, 17.1837360990948, 70.58764 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 630, '2021-12-05 00:00:00', 4.85837544075522, 8.11043999999998, 6.80969367225867, 12.51792, 7.8683560756573, 16.2878, 9.60434297909024, 26.13768, 17.4060212198729, 70.53096 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 645, '2021-12-05 00:00:00', 5.85973595110449, 7.61659999999997, 5.94730857391248, 10.51776, 6.42432361627793, 13.01552, 10.0666876814902, 23.68928, 18.212204526727, 69.63784 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 660, '2021-12-05 00:00:00', 3.81892776923925, 5.87316000000001, 5.23686643805243, 9.70444000000001, 5.76147396563298, 12.17244, 9.89729823099885, 22.86124, 18.7643454302746, 69.15848 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 675, '2021-12-05 00:00:00', 3.9056540092538, 6.49064, 5.29083646505921, 9.095, 5.83128239669458, 12.83484, 11.4276105694352, 23.26408, 18.9418944474059, 69.12256 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 690, '2021-12-05 00:00:00', 4.21002310049086, 6.37243999999999, 3.80930641455896, 8.56488000000001, 4.95175531604704, 12.22428, 10.0871765686274, 23.30372, 19.5463190944825, 69.02368 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 705, '2021-12-05 00:00:00', 2.85841907062861, 5.98580000000004, 4.09934900319552, 9.25200000000001, 5.43002262487611, 13.85804, 10.4425213674668, 23.16652, 22.3057117623865, 73.49732 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 720, '2021-12-05 00:00:00', 3.15295701154755, 6.0898, 3.47238671185493, 8.83431999999998, 5.1020836945964, 13.54688, 9.3874868747356, 22.38136, 24.407098001606, 75.42488 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 735, '2021-12-05 00:00:00', 3.24107461191502, 5.97115999999995, 4.37413097731043, 9.56315999999996, 5.22818599898665, 12.69144, 8.59902335985509, 21.45892, 25.2591292951677, 75.5854 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 750, '2021-12-05 00:00:00', 3.07054778066283, 6.42543999999997, 4.04470698238246, 8.19763999999998, 4.81505813637454, 11.33024, 8.07330119901395, 21.2792, 25.8471964554507, 75.67476 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 765, '2021-12-05 00:00:00', 2.87578554485555, 5.22200000000002, 3.95355240553773, 8.68996000000001, 3.87602588054656, 11.54072, 8.16847708327567, 21.77012, 26.0699602961595, 75.52552 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 780, '2021-12-05 00:00:00', 3.25752292547572, 6.52012000000002, 3.86487963374454, 8.06960000000002, 5.23166486407533, 12.101, 7.44808906633105, 22.30736, 25.961362885899, 75.56332 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 795, '2021-12-05 00:00:00', 2.41231388021265, 4.64456000000001, 3.24417332973031, 7.52051999999999, 4.8457856473435, 10.99304, 7.57924521681855, 21.93584, 26.5655286720717, 74.92372 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 810, '2021-12-05 00:00:00', 3.91802374716304, 5.40619999999998, 5.39135136646341, 8.89784000000001, 5.42410383012718, 10.85788, 7.58212759015128, 22.64628, 26.7977300088396, 74.74372 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 825, '2021-12-05 00:00:00', 3.70619888520118, 6.12752000000001, 3.43824427966753, 7.74431999999999, 3.75819144092828, 9.94235999999997, 7.40605935433952, 22.96692, 26.9315105778838, 74.61956 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 840, '2021-12-05 00:00:00', 2.53938935769998, 4.47968000000001, 2.55529356891403, 6.74583999999999, 3.70373476282164, 9.18711999999999, 7.16382178612319, 22.9808, 26.9534312078567, 74.38872 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 855, '2021-12-05 00:00:00', 2.58121140939678, 4.77943999999999, 3.04601920545489, 6.7022, 4.63053215912238, 9.41207999999999, 7.42213199536809, 23.58724, 27.0626021352961, 74.487 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 870, '2021-12-05 00:00:00', 2.18943914051063, 4.03100000000002, 2.60945993007494, 5.98971999999999, 4.11190447846248, 9.42075999999999, 7.15960177267799, 23.91572, 28.2429920999292, 75.29544 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 885, '2021-12-05 00:00:00', 1.90744774677227, 3.89235999999999, 3.77751615791819, 6.23664000000001, 4.35826854457897, 9.27903999999999, 16.4877215296717, 36.37064, 29.1032051784106, 75.54664 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 900, '2021-12-05 00:00:00', 3.85424774329135, 5.10380000000005, 3.98154543906424, 6.99880000000003, 4.36523201865223, 9.93908000000003, 16.4057220019927, 38.32636, 29.4434335722472, 75.72624 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 915, '2021-12-05 00:00:00', 1.96220450684087, 4.27812000000002, 2.93477761792382, 6.5952, 4.8010597788405, 9.98159999999997, 16.2219346058559, 38.82476, 29.793148127268, 76.0498 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 930, '2021-12-05 00:00:00', 2.54693939660916, 4.98904, 3.96157669579506, 7.29079999999999, 5.17265817608961, 10.47424, 16.6409365244267, 39.20208, 30.1285457263263, 76.3908 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 945, '2021-12-05 00:00:00', 2.96967856004652, 5.03280000000002, 3.20330365300158, 6.91327999999998, 5.9711060653227, 13.18468, 16.806944821809, 39.35392, 29.8438218367442, 76.49436 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 960, '2021-12-05 00:00:00', 2.03094381015327, 4.60947999999999, 3.76924590159182, 7.74559999999997, 7.02098789060342, 15.01972, 16.9221201762663, 39.37452, 30.0686228006317, 77.25772 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 975, '2021-12-05 00:00:00', 3.53807331184645, 5.93251999999999, 5.37478352959447, 11.32436, 6.64113016160151, 15.75236, 16.5537977452306, 39.14604, 29.5995514030196, 77.06452 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 990, '2021-12-05 00:00:00', 4.6198275941857, 8.55380000000002, 5.43396953586109, 11.9502, 5.60539786664005, 14.98008, 14.9075984402809, 39.56744, 28.2850937852431, 77.21124 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1005, '2021-12-05 00:00:00', 3.52834835865168, 6.96216, 3.89353286532081, 9.32144000000002, 5.62635908262763, 12.97312, 13.8755623660208, 39.41084, 27.3251045577139, 77.52144 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1020, '2021-12-05 00:00:00', 3.41812420927033, 6.14188000000001, 4.02405706884648, 8.55572, 5.73594089201298, 12.6686, 12.5340117935161, 39.33416, 27.4767573676371, 77.01076 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1035, '2021-12-05 00:00:00', 3.07624457631919, 5.93712, 4.85482330608779, 9.15879999999996, 4.71438452752142, 12.11384, 12.628155784727, 39.06124, 27.5211818529534, 76.9166 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1050, '2021-12-05 00:00:00', 3.54115014602129, 6.23323999999997, 3.93922111590603, 7.934, 3.79888331048307, 11.72236, 13.0687001531649, 38.90888, 27.5796553338386, 76.7842 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1065, '2021-12-05 00:00:00', 2.9538043757162, 4.77496, 2.79675435281686, 7.66292, 12.4878757334197, 28.3484, 12.4369948342301, 38.68756, 27.0126340526058, 76.30928 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1080, '2021-12-05 00:00:00', 2.64176298015802, 5.85367999999997, 3.7702675356001, 8.41795999999998, 12.1847309172861, 30.99112, 12.4503357266648, 38.77396, 27.0454622757682, 76.34772 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1095, '2021-12-05 00:00:00', 3.10697838636404, 5.60411999999998, 11.9442704357919, 26.11708, 11.5427150542381, 30.60564, 12.6580147986694, 38.47532, 26.9549313124086, 75.89684 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 600, '2021-12-05 00:00:00', 9.33715824410108, 18.8693461538462, 9.45242830990252, 23.2370769230769, 9.26233675948752, 25.8693846153846, 10.713532391111, 34.7851538461539, 27.1359763398221, 74.4856538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 615, '2021-12-05 00:00:00', 5.57825742517665, 12.1686923076923, 5.57458830987678, 15.1482307692308, 6.54598641106484, 18.0434230769231, 10.6061410774789, 30.2596538461538, 29.4082907969059, 72.3303461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 630, '2021-12-05 00:00:00', 4.79495148864527, 9.60046153846153, 5.44954108837118, 13.2740769230769, 6.09338464351677, 15.9814230769231, 10.2928412557168, 27.9906538461538, 29.8342185714014, 71.2173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 645, '2021-12-05 00:00:00', 3.79565647630999, 9.52361538461537, 4.066196220813, 12.1598846153846, 4.92806999091783, 14.4443461538461, 9.55762231656776, 26.5741153846154, 30.7801454383528, 70.9073846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 660, '2021-12-05 00:00:00', 2.96874459662672, 7.77499999999999, 3.70406371518553, 10.3623846153846, 6.96589417055593, 14.5273461538462, 9.55292670329161, 25.0290384615385, 31.4134962502768, 70.7281153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 675, '2021-12-05 00:00:00', 3.31827732044575, 7.46984615384614, 3.85545848914734, 10.4441923076923, 6.60675101124716, 14.9912692307692, 8.7454328367176, 24.0993076923077, 31.4014828486711, 70.3901538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 690, '2021-12-05 00:00:00', 3.13904386153099, 6.98973076923074, 5.03430371688544, 10.4849230769231, 5.18532375266966, 14.2855, 8.09727939989723, 22.954, 31.3051798243333, 70.3340769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 705, '2021-12-05 00:00:00', 3.85521097975997, 7.27146153846156, 4.02536185626165, 10.2840769230769, 4.71091179938007, 13.6713076923077, 7.59405618797713, 22.4971153846154, 35.7505591366926, 77.0741153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 720, '2021-12-05 00:00:00', 3.54352486939209, 7.3255, 3.56215406395972, 9.76484615384614, 5.25568996861057, 13.3196153846154, 7.54951193297647, 21.3968846153846, 38.2341707044688, 78.1994615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 735, '2021-12-05 00:00:00', 2.88100373240887, 6.80411538461536, 3.50087041770162, 9.5701923076923, 5.09447691117169, 13.2210384615385, 7.34742783009547, 20.5809615384615, 38.4328589342505, 78.5105 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 750, '2021-12-05 00:00:00', 2.55082494921516, 6.98319230769229, 4.05972757479344, 9.48669230769231, 4.89776155150334, 13.7681538461539, 6.31668086309208, 19.9796153846154, 38.2119389668485, 78.4083846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 765, '2021-12-05 00:00:00', 3.12564676482506, 6.10046153846156, 3.49173256796019, 8.78838461538464, 5.2882546476566, 12.8645384615385, 6.14293707064023, 21.2224230769231, 38.3572772096168, 78.3551538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 780, '2021-12-05 00:00:00', 2.52701364764512, 6.08584615384614, 3.88533814170461, 9.05065384615385, 5.1493578355424, 12.1410384615385, 7.35250769329755, 22.2115, 38.5561849827775, 78.5661153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 795, '2021-12-05 00:00:00', 1.89030831713931, 5.57342307692307, 3.87646449804655, 8.44073076923081, 4.57363981041189, 11.6286538461539, 8.26996974080598, 22.5159230769231, 38.5503328972157, 78.5086153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 810, '2021-12-05 00:00:00', 3.64824328220499, 6.35061538461543, 4.21317001135908, 8.5692307692308, 4.87465210703447, 11.7137307692308, 8.69322688427828, 23.5333076923077, 38.4900028913203, 78.4715769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 825, '2021-12-05 00:00:00', 3.64764596628903, 5.34284615384613, 3.73427548013511, 7.7531923076923, 5.3812009258729, 11.1112692307692, 9.60598126817949, 24.5207307692308, 38.4854141402248, 78.6092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 840, '2021-12-05 00:00:00', 2.21326350893876, 5.78800000000001, 4.12745158253297, 8.29061538461539, 4.86319773874698, 10.4893846153846, 11.0019963095514, 25.9776538461538, 38.7934912540949, 78.9711923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 855, '2021-12-05 00:00:00', 3.3732439244511, 5.41557692307693, 4.32273391554644, 7.44376923076924, 4.40812932816701, 9.99542307692308, 10.6038707847653, 26.0375, 38.3449379246416, 78.4927307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 870, '2021-12-05 00:00:00', 2.3932295428177, 5.51973076923078, 2.75083993802176, 7.26126923076922, 4.49751653522428, 10.2587692307692, 11.9868392128136, 27.7069230769231, 38.5712686411092, 79.1747692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 885, '2021-12-05 00:00:00', 2.72981123410506, 5.30742307692305, 3.14949819714925, 7.3225769230769, 4.62081979290058, 11.1249615384615, 12.2628599643865, 38.5428846153846, 38.6537910813615, 79.1801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 900, '2021-12-05 00:00:00', 1.82375976361599, 5.16834615384617, 3.78434962525319, 7.91261538461539, 3.93885896656148, 11.0429615384615, 13.5532329543687, 39.1046538461538, 38.584961347854, 79.6451538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 915, '2021-12-05 00:00:00', 2.74816086893371, 5.9591923076923, 3.37824887091614, 8.2040769230769, 3.50405811332211, 10.5693076923077, 14.0619911198182, 39.7834230769231, 38.5177211487628, 79.7684230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 930, '2021-12-05 00:00:00', 2.75492148596765, 5.79992307692303, 3.1295700368237, 8.16015384615381, 3.11297930310153, 10.0193076923077, 14.0568495004557, 40.2410384615384, 38.9069272115668, 80.0903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 945, '2021-12-05 00:00:00', 2.30768203282328, 5.69926923076922, 2.85893783746022, 7.53503846153845, 3.8030106100299, 12.8645, 14.0260322683874, 40.2389230769231, 39.1236880935913, 80.1047307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 960, '2021-12-05 00:00:00', 2.29228506080721, 5.56000000000002, 2.36668076557736, 7.5946153846154, 4.17679083526317, 14.8428076923077, 14.1190203862079, 40.7458846153846, 39.3672444140869, 79.9730384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 975, '2021-12-05 00:00:00', 2.00864825729605, 5.75530769230769, 3.49501513235418, 10.7201538461538, 5.8918303390895, 16.0547692307692, 14.0118023915555, 40.8295, 39.5358228631277, 79.8012307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 990, '2021-12-05 00:00:00', 3.74017094241182, 8.9079615384615, 4.4969727752721, 12.2333076923077, 6.20843532635545, 17.1308076923077, 13.7302225285906, 41.3602692307692, 39.7500979462751, 80.0445384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1005, '2021-12-05 00:00:00', 3.54916054646946, 8.15223076923078, 5.47570657583252, 11.1357692307693, 7.13882942397528, 15.9407692307692, 14.0517365746948, 41.1917307692308, 41.2752964694566, 80.7451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1020, '2021-12-05 00:00:00', 4.10920121453531, 8.06230769230772, 4.12380538841715, 11.4088076923077, 7.76269828187235, 15.0058461538461, 15.1644979150444, 41.1211538461539, 40.840013956978, 81.1326153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1035, '2021-12-05 00:00:00', 3.40280144518963, 7.60834615384614, 4.96562562066608, 10.1727307692307, 7.87509711520092, 13.9055769230769, 15.2269458265981, 40.6333846153846, 39.9509929081195, 81.8552307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1050, '2021-12-05 00:00:00', 3.04747235817589, 6.46857692307691, 5.86792272575093, 10.4113461538461, 9.22656348568546, 14.6236538461538, 15.5114100357918, 40.1305384615385, 39.7361144854594, 82.0228076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1065, '2021-12-05 00:00:00', 4.0430645216412, 7.23161538461536, 4.37575565430175, 8.87488461538459, 12.2745164965719, 30.6842307692308, 15.2947706251315, 39.7893461538462, 39.7128033263639, 82.0629615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1080, '2021-12-05 00:00:00', 3.60020588834327, 5.97096153846153, 8.50237047063936, 10.3595, 13.0036491984129, 32.3286538461538, 15.2888839724009, 39.6988076923077, 39.7855195484681, 82.8403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1095, '2021-12-05 00:00:00', 7.41260488212216, 8.91753846153847, 12.5784269276959, 29.4091538461538, 13.5226098785018, 32.7496153846154, 15.4224032526112, 39.3456153846154, 39.7683752527055, 83.08 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 600, '2021-12-05 00:00:00', 12.1760053318623, 21.4908076923077, 11.3504967856715, 25.4971923076923, 11.3638405886661, 28.0312692307692, 12.993815260938, 35.6633461538462, 39.3152386114909, 81.9289615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 615, '2021-12-05 00:00:00', 3.93806131686452, 11.9628461538461, 5.94030305999747, 14.9367307692308, 6.68341893989547, 19.6376153846154, 11.3335505531823, 28.6946923076923, 38.5094929992593, 79.0705 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 630, '2021-12-05 00:00:00', 4.88111681293721, 8.97269230769236, 5.75403928223803, 13.2533076923077, 6.73716979336393, 17.3232307692308, 9.68266229473313, 26.2969230769231, 38.3156488826693, 78.7305 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 645, '2021-12-05 00:00:00', 3.57169107480561, 8.77657692307692, 3.41055553809954, 12.2349615384615, 5.13748171173985, 15.6165384615384, 8.21019152489058, 24.5386538461538, 39.1634828284639, 77.7811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 660, '2021-12-05 00:00:00', 3.17268298423616, 8.07996153846155, 4.47465990817698, 10.8965769230769, 6.37040484947022, 14.8968846153846, 7.51626982116897, 22.8527692307692, 39.2611737583857, 77.9106153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 675, '2021-12-05 00:00:00', 3.37098909018614, 6.63338461538462, 3.76054453524201, 9.73919230769229, 6.39302848626172, 14.3901153846154, 7.94950534087598, 22.2827307692308, 39.356878557825, 78.0921538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 690, '2021-12-05 00:00:00', 2.41563677000812, 6.82573076923072, 4.67435177587389, 10.4847307692307, 6.41852414536361, 13.8572692307692, 7.48444364809694, 21.5688076923077, 39.6029111578157, 78.9265769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 705, '2021-12-05 00:00:00', 4.33123979426039, 7.33465384615386, 5.36405508504384, 10.3636538461539, 6.01811795842676, 13.0941923076923, 8.02788940631349, 21.399, 43.3268017917494, 85.0413076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 720, '2021-12-05 00:00:00', 3.34491027360397, 6.88153846153849, 3.18701084958691, 9.2726538461539, 3.67087468951934, 12.3361153846154, 8.30776877654979, 21.8667307692308, 43.6768513171451, 85.6275 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 735, '2021-12-05 00:00:00', 2.60943265776006, 6.44234615384619, 3.45612489624748, 8.82353846153851, 4.272489805002, 11.8324230769231, 8.24015081872808, 21.7876538461539, 44.1518841311879, 86.2634230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 750, '2021-12-05 00:00:00', 2.46565344155382, 6.19542307692306, 2.86967580372093, 8.36946153846151, 3.75543475307657, 10.5227692307692, 6.80176206762745, 21.5962307692308, 44.2039446586457, 86.1857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 765, '2021-12-05 00:00:00', 2.21051389952653, 5.57150000000001, 2.95293470192726, 7.48707692307693, 3.79819229654564, 9.49119230769231, 6.610962872381, 21.3845, 44.3233731857826, 86.2233846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 780, '2021-12-05 00:00:00', 1.93289101766082, 5.09338461538458, 2.33276961703334, 6.71338461538461, 3.44862956259438, 9.3285, 7.09004635820799, 21.6491923076923, 44.3949494865732, 86.1323461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 795, '2021-12-05 00:00:00', 2.04378457129075, 4.78857692307693, 2.56562626002966, 6.38111538461539, 3.86566238885593, 9.98276923076923, 6.92933854851962, 22.042, 44.4667455404079, 86.2463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 810, '2021-12-05 00:00:00', 2.07330843785038, 4.63196153846156, 2.46507862754924, 7.09100000000003, 4.44865598510897, 11.1800769230769, 7.45319669909393, 22.7703461538461, 44.3497186039117, 86.5443846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 825, '2021-12-05 00:00:00', 1.99753707003245, 5.24811538461541, 3.39412400752558, 7.89653846153848, 4.79226673971883, 11.6942307692308, 7.59553846574521, 23.5717692307692, 44.5070222007891, 87.1373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 840, '2021-12-05 00:00:00', 2.653110598176, 6.0963846153846, 4.03556739695726, 8.96984615384614, 4.24725236376864, 11.0728076923077, 7.81486388837617, 23.6319230769231, 44.9054692546464, 87.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 855, '2021-12-05 00:00:00', 3.31513165024578, 6.09246153846154, 3.45176770053565, 8.01953846153844, 3.35194518130313, 10.2574615384615, 7.75144904418621, 23.2232692307692, 45.033088914503, 87.7606923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 870, '2021-12-05 00:00:00', 2.40656171875016, 5.30288461538462, 2.16814907272041, 6.64619230769229, 3.11060848956993, 10.1588461538462, 7.61886414268002, 24.5802307692308, 44.5212023443455, 88.3938846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 885, '2021-12-05 00:00:00', 1.60877691382662, 4.49703846153846, 2.52204717609754, 7.00996153846155, 3.40153809915456, 10.223, 12.2449388940272, 34.4000384615385, 44.1303256728731, 89.0750769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 900, '2021-12-05 00:00:00', 1.90895175302692, 5.35365384615383, 2.83178222679639, 7.98849999999999, 4.93113224461138, 11.7315769230769, 16.7343417464253, 37.2166153846154, 44.0885398933346, 89.1503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 915, '2021-12-05 00:00:00', 2.8257589752408, 6.14888461538463, 2.95315960989897, 8.05119230769232, 4.01537098659638, 11.652, 17.1041266985035, 37.2530384615385, 44.2249094292415, 89.2417692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 930, '2021-12-05 00:00:00', 2.07584444355692, 5.15607692307693, 3.95687943032811, 8.26488461538461, 4.09567036008293, 11.2935384615385, 16.9414004788906, 37.7961153846154, 45.0384119211761, 89.9163076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 945, '2021-12-05 00:00:00', 3.58053492372299, 6.39849999999999, 3.30726592752755, 8.48134615384613, 4.11264662979188, 12.5136923076923, 16.9979957523052, 38.0113461538461, 45.1141793880815, 89.8105 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 960, '2021-12-05 00:00:00', 2.03028667812816, 5.81065384615383, 2.78395094148867, 8.07573076923075, 4.59260331352323, 13.2663461538461, 16.6255570145669, 38.4487307692308, 45.4372589929657, 89.8519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 975, '2021-12-05 00:00:00', 2.22801360443301, 5.79969230769231, 3.23453489986762, 9.41346153846152, 5.53862118748535, 14.0644615384615, 16.8211635942528, 38.6557692307692, 45.926020827899, 90.1512692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 990, '2021-12-05 00:00:00', 2.66137815455425, 7.35519230769227, 3.69433169890557, 10.5253076923077, 5.0489793370694, 14.8711153846154, 16.0495588027067, 38.0618076923077, 45.6899705336033, 90.1261923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1005, '2021-12-05 00:00:00', 2.9901274055696, 7.83730769230767, 4.14032959966307, 10.5769230769231, 5.85081897817601, 14.0556538461538, 15.6720571464482, 38.1321923076923, 46.8102133676632, 90.6846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1020, '2021-12-05 00:00:00', 3.03373612462364, 7.02107692307691, 4.50093591378503, 10.3315, 5.16032296022703, 12.5745769230769, 15.3249600274043, 38.0861923076923, 46.7154357547415, 90.5156538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1035, '2021-12-05 00:00:00', 3.48611081358799, 7.34973076923076, 3.51701062332992, 9.59873076923076, 4.07245537218785, 11.6159615384615, 15.3213619049202, 38.4926923076923, 47.1932510768387, 90.5658076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1050, '2021-12-05 00:00:00', 2.25185403714706, 6.72426923076924, 2.9576499322162, 8.58919230769229, 6.23791777931855, 14.5746923076923, 15.7016939037212, 39.3143846153846, 47.0607748294283, 90.5988846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1065, '2021-12-05 00:00:00', 2.25439814107037, 5.58046153846152, 3.06960694953202, 8.02823076923076, 12.6061375718338, 29.388, 15.9696043137725, 39.6864615384615, 46.8577336876701, 90.5882307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1080, '2021-12-05 00:00:00', 2.1191534303911, 5.67669230769233, 6.52129527919581, 11.0809615384615, 16.3134197708984, 32.2303076923077, 15.2161677282372, 39.8055769230769, 46.2822776650648, 90.1991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1095, '2021-12-05 00:00:00', 6.97609648762225, 8.67926923076922, 12.7998694401995, 27.7536153846154, 16.2161644675448, 32.1659615384615, 16.1317378503944, 40.0720769230769, 45.7505978269809, 90.0803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 600, '2021-12-05 00:00:00', 12.5210445578633, 20.8445, 16.2475786659475, 25.6258846153846, 15.7242528358144, 27.2997307692308, 17.2095820758267, 35.2992307692308, 46.3942565686082, 88.7820769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 615, '2021-12-05 00:00:00', 7.21032847699422, 12.6568846153846, 7.117599574727, 14.4141153846154, 7.34349523958765, 17.6054230769231, 11.1683814969555, 29.1253076923077, 42.2716866772002, 85.6688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 630, '2021-12-05 00:00:00', 3.329117610049, 7.91530769230769, 5.32356547452346, 11.1118076923077, 6.97566941744936, 15.8246923076923, 11.7577198140692, 28.3591153846154, 43.0428564582574, 85.0066153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 645, '2021-12-05 00:00:00', 3.44590390776329, 8.0723076923077, 4.66834800100223, 11.7085384615385, 6.98607024398166, 15.4395769230769, 11.7981271963621, 28.5656923076923, 42.9962688879467, 85.0212692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 660, '2021-12-05 00:00:00', 3.56260542775175, 8.28692307692311, 4.63029201405102, 11.5801538461538, 6.27826506461288, 14.1446923076923, 12.6413526019234, 28.5803846153846, 43.0721733623211, 84.8430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 675, '2021-12-05 00:00:00', 3.53931209765616, 7.23873076923075, 5.38199216147269, 9.62211538461537, 5.19240472406204, 12.6624615384615, 13.5621773718734, 28.3358846153846, 43.0187144952055, 84.8665 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 690, '2021-12-05 00:00:00', 4.47722737141911, 6.69884615384612, 4.774834497011, 9.15707692307691, 5.58446874272404, 13.0145384615385, 14.0965172634946, 27.944, 43.1470358680462, 84.6590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 705, '2021-12-05 00:00:00', 3.40759811574981, 6.58896153846152, 4.35643302025867, 9.15450000000001, 6.55503413122604, 13.3833076923077, 14.3571653558022, 27.5065769230769, 43.4655608956722, 89.9728461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 720, '2021-12-05 00:00:00', 3.06826485066824, 6.50807692307692, 4.50972378294519, 9.17703846153849, 5.42856738786719, 13.8802692307692, 12.5956212865363, 26.1240769230769, 42.0733349272617, 90.3533076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 735, '2021-12-05 00:00:00', 4.04268664608842, 6.58296153846152, 4.69437197651038, 9.90957692307691, 5.55595654036833, 15.3450384615384, 11.9313920570904, 25.3825, 41.7346385921077, 90.4585769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 750, '2021-12-05 00:00:00', 3.41732642257971, 7.24603846153844, 4.78319517413268, 10.3799230769231, 6.18367780046791, 15.1515, 11.9642143162272, 24.6752692307692, 42.1410792427239, 90.6206923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 765, '2021-12-05 00:00:00', 4.28166041857593, 6.9445, 5.29242445009845, 11.133, 7.46311727322073, 15.026923076923, 11.7734322614031, 24.1034230769231, 41.9268488274335, 90.4819615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 780, '2021-12-05 00:00:00', 4.33674949525741, 8.18423076923073, 5.38552508689155, 10.5323076923077, 7.96063227678262, 13.7886153846154, 11.1203512535144, 24.6648076923077, 41.4862459022264, 90.4355 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 795, '2021-12-05 00:00:00', 3.34809975428082, 6.66426923076921, 5.90345413465708, 9.67799999999999, 6.44988719949066, 12.7756153846154, 10.6529992662233, 24.9306153846154, 40.4446926590451, 89.6792692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 810, '2021-12-05 00:00:00', 3.4745832097589, 6.19280769230766, 4.27721305812738, 8.19723076923076, 6.0661401520749, 12.3017692307692, 9.64239333328847, 23.8539230769231, 39.4050562129356, 89.4387692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 825, '2021-12-05 00:00:00', 3.32939948847327, 5.53592307692309, 3.43701091155585, 8.08461538461539, 5.47103164803918, 12.3014230769231, 9.99126366513036, 24.0858846153846, 39.1842363306785, 89.6775384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 840, '2021-12-05 00:00:00', 2.76435103331409, 6.09165384615383, 4.68020894882004, 8.94573076923079, 6.16233444689466, 12.6183461538462, 10.1277345876786, 23.7439615384616, 38.9814671268481, 89.5351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 855, '2021-12-05 00:00:00', 3.16780057671661, 5.27257692307693, 3.83078296897442, 8.02165384615383, 7.3424930584813, 12.5429230769231, 10.1159971710462, 22.5902692307692, 38.5336581097417, 89.4320384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 870, '2021-12-05 00:00:00', 2.59785330698545, 5.46073076923076, 4.63360384432613, 7.97388461538462, 6.91579756744268, 11.6590769230769, 9.77819931480228, 22.109, 38.0142378059144, 89.0757307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 885, '2021-12-05 00:00:00', 3.19514616326318, 6.09126923076922, 4.83620517491207, 9.27142307692308, 6.16553615723354, 12.5318846153846, 26.6562070988815, 36.6125384615384, 35.777838217469, 90.0373461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 900, '2021-12-05 00:00:00', 2.74839233119182, 5.44738461538464, 3.68484064492099, 7.99553846153845, 5.6403876255231, 11.7353846153846, 28.2297583726546, 38.0874615384616, 35.1400287663295, 89.5334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 915, '2021-12-05 00:00:00', 3.0453344545386, 6.42049999999999, 5.2473887168909, 9.52711538461539, 5.18250807057146, 11.3716923076923, 27.8695360781956, 39.3705769230769, 35.1129984231568, 89.6002307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 930, '2021-12-05 00:00:00', 3.71058619544758, 6.85892307692306, 4.04860984764665, 8.57546153846156, 5.11536125741343, 11.3840769230769, 27.7526558903135, 39.8896153846154, 35.1796934175647, 89.5250769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 945, '2021-12-05 00:00:00', 2.7388303354085, 5.5306153846154, 3.63894713006176, 7.47484615384617, 5.19234036871768, 12.4347692307692, 27.6615746890603, 40.3869615384615, 35.1606241044636, 89.4481538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 960, '2021-12-05 00:00:00', 2.48603871279962, 4.88580769230769, 3.4321646699333, 8.10480769230767, 5.91960686545471, 13.8168076923077, 27.475872525909, 40.9855, 35.174517017514, 89.5058461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 975, '2021-12-05 00:00:00', 2.88452615279422, 5.88861538461539, 5.50662987553676, 10.3341153846154, 7.39188533096624, 14.9891153846154, 27.3523465040092, 41.6363461538462, 35.272138921883, 89.4382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 990, '2021-12-05 00:00:00', 4.86077818524502, 8.93361538461535, 5.33611598651476, 11.6796923076923, 6.4412002178285, 14.3176153846154, 26.8796161207994, 42.0158076923077, 35.0540768858631, 89.29 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1005, '2021-12-05 00:00:00', 3.44575227401014, 7.49157692307692, 4.66771593559255, 10.7848461538462, 5.71463137730349, 12.8105384615385, 25.9936612887716, 41.3753461538462, 35.2043592058623, 87.9158461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1020, '2021-12-05 00:00:00', 3.38938257526919, 7.38319230769231, 3.40727456187493, 9.0635, 5.89414125904174, 11.7203076923077, 26.0670695141177, 41.5554230769231, 35.079438682291, 87.3547692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1035, '2021-12-05 00:00:00', 3.19762278166865, 6.41557692307693, 4.99303087559206, 9.04326923076921, 5.96795528958299, 11.2254615384615, 25.8245516089751, 41.3172692307692, 34.8677587358513, 87.1936923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1050, '2021-12-05 00:00:00', 3.55059115013046, 6.80934615384611, 4.64595697718417, 8.4630769230769, 5.05264957575574, 11.6191538461538, 25.6081418263501, 42.2819615384615, 34.8177739908137, 86.9893461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1065, '2021-12-05 00:00:00', 3.45644693958316, 5.7013846153846, 3.80780361019919, 7.66742307692307, 26.8608926825714, 29.9897692307692, 25.7288590512677, 42.046, 34.5881567152911, 86.7208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1080, '2021-12-05 00:00:00', 1.92386270420095, 5.32876923076922, 2.79853211963258, 8.13023076923077, 27.1153300628999, 32.4525, 25.7681006140419, 42.5211538461538, 34.7279544478995, 86.6038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1095, '2021-12-05 00:00:00', 2.96231312425845, 6.41938461538462, 27.0473712185747, 29.0626538461538, 26.6580568444139, 33.649, 25.7837371859443, 42.1779230769231, 35.3032616842432, 86.6341153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 600, '2021-12-05 00:00:00', 15.1851310994062, 18.6861153846154, 15.5338777755142, 23.7087692307692, 15.0201057026394, 27.5040384615385, 17.169264508283, 36.2493461538462, 32.2350696146293, 81.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 615, '2021-12-05 00:00:00', 7.35738595008185, 12.2244615384616, 7.61754706622508, 15.7181153846154, 8.35204531385071, 18.5447307692308, 11.6020263980711, 27.8566923076923, 30.5609625923963, 76.8385769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 630, '2021-12-05 00:00:00', 5.20022652346842, 9.59684615384615, 6.31969435446417, 12.9755769230769, 6.67608011347515, 15.0718076923077, 10.4185574846779, 26.1143076923077, 30.4619347071819, 75.9342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 645, '2021-12-05 00:00:00', 3.98140022605115, 8.40800000000001, 4.86092115740029, 11.1765384615385, 4.95808755205535, 13.5404230769231, 9.5684940933172, 24.9565769230769, 30.4976174237368, 75.3517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 660, '2021-12-05 00:00:00', 3.65292101222278, 7.99180769230766, 3.9632273874477, 10.1632692307692, 6.03018008864896, 13.0396923076923, 9.33567676464037, 24.3494230769231, 30.0089790955717, 74.7489615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 675, '2021-12-05 00:00:00', 3.5900059241434, 6.68184615384615, 3.13635847661682, 8.61857692307692, 5.43626080726589, 12.0822692307692, 11.5214989484208, 24.5124615384615, 29.8865727514239, 74.3411153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 690, '2021-12-05 00:00:00', 2.44183091993252, 6.07680769230769, 4.49144052410119, 8.53330769230769, 6.24812679325694, 12.7407692307692, 11.3214666063395, 24.4850384615385, 29.5022773832019, 74.0893461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 705, '2021-12-05 00:00:00', 4.10837374170591, 6.35719230769229, 4.08085305486299, 9.20615384615383, 6.03672128432442, 12.9967692307692, 10.9480682761143, 25.6475384615385, 28.9317489549776, 78.556076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 720, '2021-12-05 00:00:00', 3.22152352705744, 6.81334615384613, 5.17993420094829, 9.88361538461541, 6.8330368854896, 13.7109615384616, 11.1825021209993, 25.7416153846154, 28.7588704743691, 78.9198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 735, '2021-12-05 00:00:00', 3.65929981301597, 6.7158076923077, 3.66278708005889, 8.3949230769231, 6.0507254127088, 12.7635, 10.3166302715567, 24.9, 27.9125547072391, 78.8887307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 750, '2021-12-05 00:00:00', 2.5648058675973, 5.76446153846155, 4.39892499315282, 9.82215384615385, 5.52728112602878, 12.7676153846154, 10.4732089973197, 25.1523076923077, 27.5020729795746, 78.3635769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 765, '2021-12-05 00:00:00', 3.20478018062921, 7.34038461538459, 4.22963091534002, 9.59400000000002, 4.72797408183058, 11.8600384615385, 10.0802674015203, 25.0546153846154, 26.7418091650797, 77.9723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 780, '2021-12-05 00:00:00', 3.55753572099479, 6.61438461538466, 3.59886345392543, 8.53000000000003, 3.79744682587982, 11.4326538461538, 10.1797999911589, 26.2245, 26.2714508963335, 78.1229615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 795, '2021-12-05 00:00:00', 2.92986893484752, 6.18184615384616, 3.3879327029916, 7.787, 3.64729608276933, 11.0743461538461, 9.68321501886321, 26.5776923076923, 26.2622161673089, 77.9084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 810, '2021-12-05 00:00:00', 2.7579867431488, 5.07965384615383, 3.19068919224957, 8.07319230769229, 3.88365339834305, 11.5379615384615, 10.2189675242432, 27.1513076923077, 26.0172608965959, 78.0288076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 825, '2021-12-05 00:00:00', 2.74360064962368, 6.10126923076923, 2.91282285737761, 8.20603846153845, 5.02440933244891, 11.9705, 11.1339868707692, 27.7149615384616, 25.7230532176579, 78.7759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 840, '2021-12-05 00:00:00', 2.29800648489412, 5.55273076923078, 4.00367797598466, 8.52484615384617, 5.17597920055862, 11.5507307692307, 10.8793462609026, 27.5157692307693, 25.8915188121813, 78.8428076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 855, '2021-12-05 00:00:00', 2.90644990667308, 6.3685, 3.54186318460516, 8.48453846153844, 6.07409068699559, 11.6959230769231, 10.9177124341771, 26.9853461538462, 25.9962235737897, 78.3074615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 870, '2021-12-05 00:00:00', 2.18623591273992, 5.58288461538461, 2.74842955437912, 7.40184615384613, 5.40013806504411, 11.0081923076923, 11.5735672124025, 27.2475, 25.507858648147, 77.8765769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 885, '2021-12-05 00:00:00', 2.36496161360945, 5.23692307692305, 4.57275536259641, 7.76538461538456, 6.3265504870044, 12.8222307692308, 19.3542681602395, 40.6115384615385, 27.1960863851061, 76.9128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 900, '2021-12-05 00:00:00', 3.63349174825202, 5.67226923076923, 4.19662794377362, 8.18546153846153, 6.34199082889957, 12.8320769230769, 20.2475422902101, 41.9560769230769, 26.3529836860736, 76.5390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 915, '2021-12-05 00:00:00', 2.62512707150309, 6.05630769230767, 5.0195759097603, 9.8709230769231, 5.58196755495902, 12.1312307692308, 20.9455577177155, 42.9481153846154, 26.2267517004768, 76.4970384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 930, '2021-12-05 00:00:00', 4.59760755979086, 6.88307692307693, 5.20636005078994, 8.58246153846155, 6.08967565196651, 12.1351153846154, 21.3680314133412, 43.8338076923077, 26.2580945389886, 76.3774615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 945, '2021-12-05 00:00:00', 2.41151020412839, 5.2072307692308, 3.43619177511739, 7.82234615384617, 5.54939534502494, 12.8981538461538, 21.4256870906073, 44.2607692307692, 25.1607886022004, 76.5907307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 960, '2021-12-05 00:00:00', 3.29152830530369, 5.63976923076923, 4.30387855133198, 8.26876923076922, 7.17042874975997, 15.1738461538462, 21.4928535324222, 44.5616153846154, 24.5560956587471, 76.7591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 975, '2021-12-05 00:00:00', 3.83132540492992, 6.29403846153843, 4.43517548694523, 10.383, 6.58578952745986, 16.1705, 21.7876622152574, 44.1983846153846, 24.7014486130174, 76.6706923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 990, '2021-12-05 00:00:00', 4.13390049692315, 8.60503846153845, 6.11726886973388, 12.8647692307693, 6.92238775523634, 16.5219230769231, 22.579488407947, 43.6482692307692, 25.0646090047608, 76.4571923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1005, '2021-12-05 00:00:00', 3.55039791226062, 8.72984615384618, 3.75831115508834, 11.4154615384616, 6.37951857756821, 14.7478076923077, 22.8238743441026, 42.9293461538461, 26.228823847058, 76.023 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1020, '2021-12-05 00:00:00', 3.38299415970756, 8.10873076923078, 5.45382588421966, 11.0941538461538, 6.87472521375328, 13.6857307692308, 23.1458947674229, 42.4652307692308, 25.9802054234787, 75.7176153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1035, '2021-12-05 00:00:00', 5.39883148040818, 7.99307692307692, 7.01190144430276, 10.2747692307693, 8.01738070684321, 13.6539615384616, 22.9508641101945, 42.3522692307692, 25.5470306835181, 75.3427692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1050, '2021-12-05 00:00:00', 3.42182806406166, 6.57050000000003, 3.47385650228409, 8.73403846153849, 6.2231201752324, 13.4686538461539, 21.1083233142394, 41.7154615384615, 22.7419194861688, 75.1053461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1065, '2021-12-05 00:00:00', 2.44714974173254, 6.04053846153846, 3.14286698805653, 8.07123076923077, 17.0714568481563, 31.1110384615385, 20.9095595142141, 41.5699615384615, 22.9981979560272, 74.4982307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1080, '2021-12-05 00:00:00', 2.507538139598, 5.47519230769232, 4.82371424925457, 9.99596153846156, 17.7685409823524, 33.1098076923077, 20.1270991217925, 41.3194615384615, 22.6481338215757, 74.639 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1095, '2021-12-05 00:00:00', 4.65294321478352, 8.225, 16.4055265442894, 29.5836538461538, 17.9746517538963, 34.0090769230769, 20.0031562776017, 41.1441153846154, 22.9004370430919, 74.6757307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:51:06 Duration: 3s911ms Database: acaweb_fx User: pgperfstats
6 6m7s 44 169ms 3m1s 8s352ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Dec 05 14 44 6m7s 8s352ms [ User: postgres - Total duration: 6m7s - Times executed: 44 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:51 Duration: 3m1s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:02:28 Duration: 46s768ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:03 Duration: 38s606ms Database: acaweb_fx User: postgres Bind query: yes
7 4m51s 4 26s73ms 2m46s 1m12s select updateageforrelevantresults ();Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Dec 05 14 4 4m51s 1m12s [ User: postgres - Total duration: 4m51s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-12-05 14:04:49 Duration: 2m46s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-12-05 14:18:14 Duration: 1m11s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-12-05 14:32:30 Duration: 27s403ms Database: acaweb_fx User: postgres
8 3m45s 159 60ms 22s584ms 1s417ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Dec 05 14 159 3m45s 1s417ms [ User: postgres - Total duration: 3m45s - Times executed: 159 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:07:04 Duration: 22s584ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:05:57 Duration: 14s392ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:01:24 Duration: 9s813ms Database: acaweb_fx User: postgres Bind query: yes
9 3m32s 78 77ms 27s229ms 2s730ms (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Dec 05 14 78 3m32s 2s730ms [ User: postgres - Total duration: 3m32s - Times executed: 78 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:06:41 Duration: 27s229ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:06:33 Duration: 22s281ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:10:48 Duration: 13s818ms Database: acaweb_fx User: postgres Bind query: yes
10 2m19s 67 947ms 3s478ms 2s81ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Dec 05 14 67 2m19s 2s81ms [ User: pgperfstats - Total duration: 2m19s - Times executed: 67 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 990, '2021-12-05 00:00:00', 0.302168392322627, 0.556791666666667, 0.281622421702883, 0.708166666666667, 0.30425288633073, 0.808916666666667, 0.479419166616063, 1.01029166666667, 1.05908808104227, 2.83079166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1005, '2021-12-05 00:00:00', 0.127623874180615, 0.333125, 0.165644803984177, 0.459875000000001, 0.219717539357806, 0.568333333333333, 0.478977738431593, 0.80975, 0.985735078470649, 2.73541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1020, '2021-12-05 00:00:00', 0.159037725676664, 0.293708333333333, 0.183129552424, 0.392458333333334, 0.203840232976, 0.497166666666667, 0.412096223109906, 0.735083333333334, 0.974073483970236, 2.70625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1035, '2021-12-05 00:00:00', 0.136939741323048, 0.256166666666667, 0.169788225936508, 0.347041666666666, 0.163185671570139, 0.430541666666666, 0.363641941965612, 0.668375, 0.978412799836582, 2.67304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1050, '2021-12-05 00:00:00', 0.121186405704337, 0.228666666666666, 0.147199946587498, 0.302541666666667, 0.160548493735006, 0.375583333333333, 0.365903200551612, 0.62775, 0.984801267379305, 2.65216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1065, '2021-12-05 00:00:00', 0.118305969994044, 0.196958333333334, 0.124881596095974, 0.27725, 0.154160789155489, 0.346625, 0.365205637427321, 0.609875000000001, 0.985118575957053, 2.654 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1080, '2021-12-05 00:00:00', 0.0921787802926016, 0.190666666666666, 0.113679915501401, 0.254583333333334, 0.154743540756301, 0.341208333333334, 0.359647772031936, 0.592458333333334, 0.981252282375265, 2.65570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1095, '2021-12-05 00:00:00', 0.0813807365127786, 0.171708333333334, 0.0988670238542508, 0.241583333333334, 0.129441771084334, 0.331708333333334, 0.358212136565204, 0.568750000000001, 0.966917939918498, 2.64195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1110, '2021-12-05 00:00:00', 0.0680625777704142, 0.146416666666667, 0.103857544226472, 0.208041666666666, 0.110582646645532, 0.3025, 0.369384172192944, 0.550833333333334, 0.965033196658112, 2.656125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1125, '2021-12-05 00:00:00', 0.0970817580888556, 0.152791666666666, 0.101152346000719, 0.224166666666667, 0.115864042952398, 0.306041666666667, 0.367567737521489, 0.558708333333334, 0.988551373900507, 2.83741666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1140, '2021-12-05 00:00:00', 0.0659705138349866, 0.13775, 0.0713204520741283, 0.194541666666667, 0.249466909890741, 0.321500000000001, 0.375410413095946, 0.583750000000001, 1.00643737790892, 2.88175 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1155, '2021-12-05 00:00:00', 0.0573319219576879, 0.118083333333333, 0.0904790391291774, 0.18725, 0.380270984613776, 0.31825, 0.385758651644834, 0.951208333333334, 1.00612422429347, 2.90170833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1170, '2021-12-05 00:00:00', 0.0683739584081969, 0.128291666666667, 0.251301827879649, 0.2125, 0.37901741528188, 0.295874999999999, 0.418470504821782, 1.01120833333333, 1.0071417980847, 2.90841666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1185, '2021-12-05 00:00:00', 0.256811835476054, 0.157166666666667, 0.38861171523436, 0.23125, 0.377078039437577, 0.29225, 0.437919455237332, 1.07133333333333, 1.00728036409138, 2.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1200, '2021-12-05 00:00:00', 0.295090255782821, 0.167208333333334, 0.289180801976694, 0.208166666666667, 0.279752967501843, 0.269625, 0.474225117382578, 1.139625, 1.00965676116308, 2.89208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1215, '2021-12-05 00:00:00', 0.0741101804111941, 0.124333333333333, 0.0933333495082799, 0.171625, 0.115436404161758, 0.242208333333333, 0.487820767751101, 1.15716666666667, 1.01329028917923, 2.89708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1230, '2021-12-05 00:00:00', 0.0576294855841664, 0.116875000000001, 0.0641410922119733, 0.164583333333333, 0.0982152324441472, 0.236166666666666, 0.50020203889043, 1.18691666666667, 1.01853053784447, 2.90625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1245, '2021-12-05 00:00:00', 0.0522689359626407, 0.109291666666665, 0.0832494831772262, 0.173041666666665, 0.103377938596229, 0.220708333333333, 0.510095302263511, 1.1965, 1.03108670687845, 2.92283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1260, '2021-12-05 00:00:00', 0.0734917919108028, 0.125, 0.0708194146597784, 0.167541666666667, 0.0886848250176195, 0.213958333333334, 0.503722375802443, 1.19883333333333, 1.03231553428147, 2.92333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1275, '2021-12-05 00:00:00', 0.0529092057960711, 0.112083333333334, 0.060266662859112, 0.142625, 0.0965840382738028, 0.215041666666666, 0.502889188819846, 1.21133333333333, 1.03130169611312, 2.92166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1290, '2021-12-05 00:00:00', 0.0438878676576589, 0.103833333333334, 0.0553879434115609, 0.156791666666666, 0.0865627024143501, 0.220833333333333, 0.523979074631967, 1.226375, 1.02968088133718, 2.91875 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1305, '2021-12-05 00:00:00', 0.0492320739096909, 0.109833333333332, 0.0860420776738617, 0.164249999999999, 0.132434882823242, 0.236291666666666, 0.523820905061748, 1.22841666666667, 1.03071290141578, 2.91195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1320, '2021-12-05 00:00:00', 0.0525068412632736, 0.111173913043478, 0.0633786849619805, 0.158304347826087, 0.173729379303564, 0.296478260869565, 0.519045296446124, 1.28073913043478, 1.05164940655539, 2.92373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1335, '2021-12-05 00:00:00', 0.0630636794675369, 0.109130434782609, 0.12959244415099, 0.175260869565217, 0.314741741172606, 0.855000000000001, 0.517546854918057, 1.29573913043478, 1.05202011207274, 2.91895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1350, '2021-12-05 00:00:00', 0.0813554636299892, 0.132565217391304, 0.134994905481389, 0.241478260869566, 0.327183911971484, 0.924695652173914, 0.513859626177247, 1.29852173913043, 1.04581832474835, 2.90182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1365, '2021-12-05 00:00:00', 0.0902835016596983, 0.185739130434783, 0.286141545724705, 0.808434782608696, 0.343591171715211, 0.972434782608697, 0.535466037644177, 1.32017391304348, 1.04242331307217, 2.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 990, '2021-12-05 00:00:00', 0.23314931828205, 0.587269230769231, 0.251330774998882, 0.682961538461539, 0.327378463649547, 0.860538461538462, 0.523293781291601, 1.15630769230769, 1.04958143818601, 2.75465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1005, '2021-12-05 00:00:00', 0.130931602813777, 0.33373076923077, 0.164723525945749, 0.492000000000001, 0.291873673938678, 0.679192307692308, 0.528372544852442, 1.00311538461538, 1.07567947828338, 2.6565 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1020, '2021-12-05 00:00:00', 0.111758069748211, 0.348884615384615, 0.196285212421578, 0.497730769230769, 0.22654664997608, 0.61976923076923, 0.512846025775617, 0.910615384615384, 1.08481519801584, 2.63357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1035, '2021-12-05 00:00:00', 0.15390491070288, 0.285807692307692, 0.162191970777273, 0.368346153846154, 0.174271781554428, 0.489576923076923, 0.52117373450555, 0.791307692307692, 1.08076481466385, 2.57023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1050, '2021-12-05 00:00:00', 0.141499681978441, 0.255999999999999, 0.13954416450054, 0.346423076923076, 0.155058842428882, 0.42326923076923, 0.556504089417554, 0.767807692307692, 1.08258505226362, 2.55565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1065, '2021-12-05 00:00:00', 0.0888401849476823, 0.220461538461538, 0.119833910700796, 0.301615384615383, 0.155464252631124, 0.366423076923076, 0.564241503122691, 0.725076923076924, 1.08825944587606, 2.52469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1080, '2021-12-05 00:00:00', 0.0788879243952115, 0.191230769230769, 0.107624275214213, 0.249230769230769, 0.164909023870273, 0.333115384615384, 0.591137272877134, 0.714653846153847, 1.10558776849518, 2.52207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1095, '2021-12-05 00:00:00', 0.0742276332538065, 0.173307692307691, 0.107251085703667, 0.244653846153846, 0.139166729003518, 0.334461538461538, 0.675797481043407, 0.732346153846154, 1.09716766897597, 2.51642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1110, '2021-12-05 00:00:00', 0.0669584486540265, 0.169923076923076, 0.101472459317787, 0.233499999999999, 0.112079257670633, 0.316999999999999, 0.671307972428567, 0.724076923076923, 1.09230789404115, 2.51415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1125, '2021-12-05 00:00:00', 0.0722586912525986, 0.158961538461538, 0.0729417892252764, 0.22176923076923, 0.123767679389809, 0.313961538461539, 0.671482259345237, 0.721769230769231, 1.09551485332064, 2.59307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1140, '2021-12-05 00:00:00', 0.0631387726787957, 0.160230769230769, 0.0947628700412854, 0.218807692307693, 0.186053739135106, 0.346076923076923, 0.673106396893136, 0.737692307692308, 1.10968616561343, 2.63988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1155, '2021-12-05 00:00:00', 0.0648709132401845, 0.142346153846153, 0.0874949932633519, 0.199423076923077, 0.33289509551116, 0.358769230769231, 0.700115332257149, 1.08896153846154, 1.07799086980578, 2.66634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1170, '2021-12-05 00:00:00', 0.0491855513493396, 0.126461538461539, 0.16244514813883, 0.240884615384615, 0.465395965405143, 0.365730769230769, 0.778491195543316, 1.18969230769231, 1.08013202042087, 2.68730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1185, '2021-12-05 00:00:00', 0.155810654321198, 0.183, 0.332634928088761, 0.261346153846153, 0.515151390743163, 0.375653846153845, 0.884741072074414, 1.22626923076923, 1.08222699808525, 2.68165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1200, '2021-12-05 00:00:00', 0.283486049039454, 0.1895, 0.415492954675065, 0.267346153846154, 0.459852156843747, 0.368384615384615, 0.836461603330454, 1.22742307692308, 1.04743928922653, 2.68976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1215, '2021-12-05 00:00:00', 0.157733587467555, 0.163269230769231, 0.211790277251959, 0.225807692307692, 0.216306481285592, 0.297423076923077, 0.606149508086781, 1.19711538461539, 0.940946417995447, 2.64180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1230, '2021-12-05 00:00:00', 0.106795714405516, 0.156730769230769, 0.117899983688913, 0.220615384615384, 0.180223860795402, 0.306999999999999, 0.524589879370983, 1.18569230769231, 0.925383685912955, 2.61438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1245, '2021-12-05 00:00:00', 0.077606433119545, 0.158038461538461, 0.11562026040182, 0.20973076923077, 0.17999848289959, 0.307576923076923, 0.537148998094427, 1.19638461538462, 0.921966297565239, 2.61542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1260, '2021-12-05 00:00:00', 0.0592266701878343, 0.126038461538461, 0.118664309973718, 0.202538461538461, 0.207328446228164, 0.298269230769231, 0.494412135773385, 1.189, 0.917692997936423, 2.59696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1275, '2021-12-05 00:00:00', 0.103852558207075, 0.158076923076923, 0.136561763992032, 0.206653846153846, 0.244569867318114, 0.3235, 0.470279192035474, 1.18903846153846, 0.910928277173262, 2.58738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1290, '2021-12-05 00:00:00', 0.0679230333652613, 0.125461538461539, 0.128624031729928, 0.200692307692308, 0.209809279695046, 0.304423076923077, 0.454922696729895, 1.1855, 0.915492261867058, 2.57580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1305, '2021-12-05 00:00:00', 0.0882464730173392, 0.141, 0.162452965974298, 0.222615384615384, 0.187570163282559, 0.298615384615385, 0.446616614111029, 1.172, 0.924163382991091, 2.56003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1320, '2021-12-05 00:00:00', 0.109133710038038, 0.152, 0.113254477468516, 0.199080000000001, 0.133564054545624, 0.308759999999999, 0.447307213594117, 1.15808, 0.945213102956154, 2.55332 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1335, '2021-12-05 00:00:00', 0.0705399886589162, 0.13616, 0.0799714115585482, 0.19848, 0.28753270538613, 0.79984, 0.441040296722797, 1.15672, 0.946435581537381, 2.55332 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1350, '2021-12-05 00:00:00', 0.0623244735236493, 0.14544, 0.10377038755509, 0.253279999999999, 0.332076170980896, 0.928400000000001, 0.461430735141617, 1.16264, 0.946027489029785, 2.55452 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1365, '2021-12-05 00:00:00', 0.0964418132001543, 0.206759999999999, 0.290338118980842, 0.77584, 0.407490183930853, 0.970000000000001, 0.455464323520515, 1.1556, 0.947697425342077, 2.55292 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 990, '2021-12-05 00:00:00', 0.234223640664545, 0.544076923076923, 0.299295246563297, 0.69773076923077, 0.388331977327884, 0.821269230769231, 0.442286082147674, 1.01653846153846, 0.968711483601562, 2.49553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1005, '2021-12-05 00:00:00', 0.1246329750168, 0.381538461538462, 0.217232041835453, 0.497, 0.239546767555218, 0.605423076923078, 0.368737555200693, 0.858769230769231, 0.984423036019655, 2.44392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1020, '2021-12-05 00:00:00', 0.145172857179083, 0.312038461538461, 0.141711803970648, 0.390653846153847, 0.166686236799748, 0.506692307692308, 0.38897259543572, 0.785, 0.979104363888046, 2.44234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1035, '2021-12-05 00:00:00', 0.0951797974685485, 0.255076923076924, 0.141989923802848, 0.377538461538462, 0.164306659821014, 0.467038461538462, 0.435360372388386, 0.794576923076924, 0.983917814735482, 2.43511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1050, '2021-12-05 00:00:00', 0.0969546206301611, 0.239038461538461, 0.0960150068398765, 0.324807692307693, 0.123069436310751, 0.421615384615385, 0.446028445108778, 0.755576923076923, 0.989278885777996, 2.42492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1065, '2021-12-05 00:00:00', 0.07071411566191, 0.219384615384616, 0.10542867804277, 0.296615384615385, 0.120229530482323, 0.390500000000001, 0.461380823848786, 0.72423076923077, 0.994978711020801, 2.41734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1080, '2021-12-05 00:00:00', 0.0669835456258877, 0.208346153846154, 0.0760126710084967, 0.275615384615385, 0.215502564682222, 0.417346153846155, 0.465848380748666, 0.700923076923077, 0.999876645468753, 2.40788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1095, '2021-12-05 00:00:00', 0.0434742894841739, 0.173423076923077, 0.0688143992087528, 0.257692307692308, 0.287737960384364, 0.375423076923077, 0.512753274002225, 0.704, 0.993067366217496, 2.39992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1110, '2021-12-05 00:00:00', 0.0639774960435305, 0.179, 0.230486669062192, 0.284769230769231, 0.286522226282441, 0.347884615384615, 0.571746608748477, 0.72076923076923, 0.976933528956807, 2.421 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1125, '2021-12-05 00:00:00', 0.226253747950256, 0.201961538461539, 0.28942689258921, 0.263615384615385, 0.279802105891893, 0.331461538461539, 0.5744657732323, 0.707730769230769, 0.99002771367581, 2.50807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1140, '2021-12-05 00:00:00', 0.148961456036841, 0.168653846153846, 0.150681712432327, 0.228461538461538, 0.165041090454655, 0.297807692307692, 0.560311407920768, 0.721076923076923, 0.966713073333471, 2.56038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1155, '2021-12-05 00:00:00', 0.0536579480097348, 0.137846153846154, 0.0664731409032134, 0.189961538461538, 0.154083998070983, 0.288038461538462, 0.761916219904687, 1.13338461538462, 0.985799796338758, 2.58696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1170, '2021-12-05 00:00:00', 0.0618792496598134, 0.140807692307692, 0.104651516950305, 0.2055, 0.196713786619427, 0.293923076923077, 0.746309122384181, 1.15411538461538, 1.01693059516597, 2.61865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1185, '2021-12-05 00:00:00', 0.0755810721115975, 0.139461538461538, 0.112374901386113, 0.205038461538461, 0.190556383741441, 0.299846153846154, 0.746910127432705, 1.17746153846154, 1.02403326042738, 2.62203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1200, '2021-12-05 00:00:00', 0.0866316694624221, 0.147615384615385, 0.120397834123121, 0.196961538461539, 0.172740966590041, 0.277807692307693, 0.739410521970035, 1.195, 1.04311593573515, 2.62784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1215, '2021-12-05 00:00:00', 0.0732563045330986, 0.140615384615384, 0.115777777859802, 0.208423076923077, 0.275983357915208, 0.346423076923077, 0.73259264365571, 1.20769230769231, 1.05807751351939, 2.62476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1230, '2021-12-05 00:00:00', 0.0645323532453659, 0.13323076923077, 0.0936991667313754, 0.190576923076923, 0.262102601753881, 0.334423076923077, 0.713030831138351, 1.22261538461538, 1.06659218361745, 2.62438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1245, '2021-12-05 00:00:00', 0.0706433403687965, 0.138192307692308, 0.267850245185912, 0.264923076923077, 0.266752723293718, 0.319846153846154, 0.716965658441613, 1.25234615384615, 1.07644455786345, 2.62938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1260, '2021-12-05 00:00:00', 0.272178541515561, 0.223961538461538, 0.266446395243886, 0.271192307692308, 0.273997397517118, 0.313576923076923, 0.728809293405241, 1.28388461538462, 1.07843455277332, 2.64126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1275, '2021-12-05 00:00:00', 0.0601273136449137, 0.147576923076923, 0.0952599358839558, 0.201153846153846, 0.271657907047704, 0.313538461538461, 0.717943991815946, 1.29684615384615, 1.08376574037012, 2.6445 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1290, '2021-12-05 00:00:00', 0.067891043931831, 0.136923076923077, 0.105554222303771, 0.195423076923078, 0.325283036517667, 0.346423076923077, 0.734991931928508, 1.3185, 1.08018692755538, 2.65403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1305, '2021-12-05 00:00:00', 0.0751698077688107, 0.1385, 0.258257310567462, 0.231038461538461, 0.319217707239721, 0.344769230769231, 0.727159722164575, 1.33930769230769, 1.08428203256987, 2.66238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1320, '2021-12-05 00:00:00', 0.0696978478864301, 0.14696, 0.116930534934208, 0.227399999999999, 0.186692197658784, 0.367319999999999, 0.712752932883011, 1.30308, 1.11382686865299, 2.66528 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1335, '2021-12-05 00:00:00', 0.0878200242921095, 0.15376, 0.112085413859253, 0.20516, 0.699576221722838, 0.901159999999999, 0.721948516169956, 1.29592, 1.10338973924297, 2.703 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1350, '2021-12-05 00:00:00', 0.060683660623488, 0.14844, 0.130548994634199, 0.288039999999999, 0.683891967589424, 0.943159999999999, 0.717148562014873, 1.30332, 1.11352731593497, 2.733 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1365, '2021-12-05 00:00:00', 0.109819169547033, 0.239, 0.681479852967057, 0.87896, 0.674874798265081, 0.99392, 0.707751243964526, 1.29564, 1.11882628231553, 2.739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 990, '2021-12-05 00:00:00', 0.319754609036367, 0.580519999999999, 0.306794540368632, 0.66184, 0.344832432736057, 0.77336, 0.475644871025993, 1.07028, 1.09288269879861, 2.61852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1005, '2021-12-05 00:00:00', 0.104124812925002, 0.33268, 0.16606165521677, 0.44816, 0.185989919081654, 0.5866, 0.357043064629465, 0.9238, 1.09244711237356, 2.51012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1020, '2021-12-05 00:00:00', 0.112424611777552, 0.291719999999999, 0.123268838992937, 0.40296, 0.198846280662559, 0.54748, 0.329243213040654, 0.84452, 1.11157721579145, 2.46864 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1035, '2021-12-05 00:00:00', 0.0675212805960708, 0.24496, 0.107627087668487, 0.33156, 0.170635947756229, 0.46928, 0.309028046192143, 0.7582, 1.12167876417449, 2.4282 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1050, '2021-12-05 00:00:00', 0.0795178596291434, 0.233560000000001, 0.119209898917832, 0.322200000000001, 0.186372047260312, 0.440960000000001, 0.343720050816552, 0.72516, 1.12503911487557, 2.42448 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1065, '2021-12-05 00:00:00', 0.0970562551650671, 0.207, 0.139490836019193, 0.282880000000001, 0.181248236773033, 0.393560000000001, 0.36963248414247, 0.69344, 1.15700072025331, 2.438 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1080, '2021-12-05 00:00:00', 0.0947625629314309, 0.19788, 0.124426524503419, 0.28372, 0.263927717377316, 0.39456, 0.319540258287851, 0.66532, 1.16880988331436, 2.41428 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1095, '2021-12-05 00:00:00', 0.075167324461275, 0.18172, 0.0939858677319809, 0.24448, 0.238392379632125, 0.39252, 0.331678694924269, 0.66556, 1.17003725296818, 2.40356 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1110, '2021-12-05 00:00:00', 0.0889515411146248, 0.19328, 0.212010219879452, 0.2952, 0.226450708396626, 0.38456, 0.314183953547387, 0.65684, 1.16677631818042, 2.39832 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1125, '2021-12-05 00:00:00', 0.179947464555632, 0.18756, 0.181105613754333, 0.26308, 0.186550109443371, 0.329120000000001, 0.291899600319471, 0.61628, 1.21246773152938, 2.537 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1140, '2021-12-05 00:00:00', 0.0744121853820557, 0.171560000000001, 0.082142295236174, 0.210760000000001, 0.0941649616364811, 0.297040000000001, 0.266795789571975, 0.60008, 1.24193142591154, 2.624 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1155, '2021-12-05 00:00:00', 0.0581308007858141, 0.14224, 0.0745230836721076, 0.200760000000001, 0.11283227966027, 0.29904, 0.487728930862215, 0.96548, 1.29940548200578, 2.67724 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1170, '2021-12-05 00:00:00', 0.0455211306245063, 0.141560000000001, 0.0737569657727326, 0.19456, 0.123544836665345, 0.28692, 0.533686946314659, 1.03144, 1.28547600522141, 2.68968 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1185, '2021-12-05 00:00:00', 0.0556056951519664, 0.13308, 0.0776515292830724, 0.204479999999999, 0.127660200010288, 0.27972, 0.573620815521891, 1.11544, 1.28092071313307, 2.69504 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1200, '2021-12-05 00:00:00', 0.0584889733197624, 0.147719999999998, 0.0986695326160347, 0.208519999999999, 0.126111300048805, 0.26668, 0.605590070372139, 1.1534, 1.27714176320929, 2.7046 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1215, '2021-12-05 00:00:00', 0.0769393267451699, 0.15008, 0.0950377468868733, 0.19656, 0.117205545943868, 0.27184, 0.612462072295092, 1.16504, 1.25881141955418, 2.71824 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1230, '2021-12-05 00:00:00', 0.0457233711209777, 0.12372, 0.0638173957475535, 0.17008, 0.108350942158647, 0.24652, 0.631371303856401, 1.17216, 1.25441440521065, 2.737 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1245, '2021-12-05 00:00:00', 0.0531034211076213, 0.119160000000001, 0.0775606859175446, 0.17808, 0.135347983607686, 0.26808, 0.645238594113318, 1.17152, 1.25703154561318, 2.74184 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1260, '2021-12-05 00:00:00', 0.0414399967824969, 0.13024, 0.0733582987807109, 0.182239999999999, 0.136969242289404, 0.26736, 0.659439681345711, 1.17588, 1.25391430727941, 2.75256 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1275, '2021-12-05 00:00:00', 0.0594601547256639, 0.14252, 0.115402296337637, 0.199760000000001, 0.255494076904598, 0.30884, 0.707451253915537, 1.19212, 1.25466325761138, 2.75416 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1290, '2021-12-05 00:00:00', 0.0682908729870487, 0.129320000000001, 0.0898568676655645, 0.177440000000001, 0.220503023410867, 0.31, 0.709379933463019, 1.17884, 1.25890708817874, 2.75284 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1305, '2021-12-05 00:00:00', 0.0671971477569315, 0.13204, 0.223250061590137, 0.226439999999999, 0.215988811438618, 0.313799999999999, 0.702933199766046, 1.1718, 1.25637862525594, 2.7516 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1320, '2021-12-05 00:00:00', 0.0458276346918462, 0.129458333333333, 0.0787065269930281, 0.19775, 0.0799334868427535, 0.328833333333333, 0.71563239363942, 1.165625, 1.30666402321531, 2.775 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1335, '2021-12-05 00:00:00', 0.0488377230059483, 0.142583333333334, 0.0614148255480822, 0.204041666666666, 0.451262568575216, 0.805416666666666, 0.716283564607994, 1.15883333333333, 1.30671591891797, 2.77883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1350, '2021-12-05 00:00:00', 0.0566168792366082, 0.151083333333334, 0.0936794952275409, 0.26925, 0.501811788076141, 0.874125, 0.708097725948017, 1.14995833333333, 1.30194729295129, 2.78583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1365, '2021-12-05 00:00:00', 0.0826274597300999, 0.221583333333333, 0.433676979820334, 0.766625, 0.550306158200708, 0.964791666666667, 0.696017916592231, 1.148625, 1.30187046874538, 2.79125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 990, '2021-12-05 00:00:00', 0.25332741963408, 0.560307692307692, 0.298631133417388, 0.671923076923077, 0.379218483807868, 0.813461538461538, 0.492438380370111, 0.994038461538461, 1.19279630345607, 2.69069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1005, '2021-12-05 00:00:00', 0.133374804447986, 0.353038461538462, 0.173124930435977, 0.487192307692308, 0.183230548343212, 0.606076923076924, 0.353401077443832, 0.835192307692307, 1.13517342355186, 2.63469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1020, '2021-12-05 00:00:00', 0.125210444391095, 0.306153846153846, 0.161862353678864, 0.412307692307693, 0.180952216387047, 0.522769230769231, 0.333510991630653, 0.760307692307691, 1.12394300498804, 2.61003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1035, '2021-12-05 00:00:00', 0.108513600707292, 0.275192307692308, 0.130445933391813, 0.382307692307692, 0.158878376318297, 0.461461538461539, 0.265764592189287, 0.69353846153846, 1.13411833326428, 2.57992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1050, '2021-12-05 00:00:00', 0.0991618180241071, 0.258884615384615, 0.113909410700582, 0.317076923076922, 0.162496352621788, 0.429230769230769, 0.25900649531505, 0.66026923076923, 1.13256832974371, 2.56630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1065, '2021-12-05 00:00:00', 0.062517246851138, 0.178615384615384, 0.131838922699109, 0.277692307692308, 0.176859931540797, 0.398653846153846, 0.232922516003796, 0.611538461538461, 1.13460590243756, 2.54507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1080, '2021-12-05 00:00:00', 0.0997181335256836, 0.203884615384616, 0.120664499909715, 0.285192307692307, 0.161813644000175, 0.376153846153846, 0.238367395808688, 0.593846153846154, 1.13367704328064, 2.53903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1095, '2021-12-05 00:00:00', 0.0794158771182538, 0.192192307692307, 0.125434070945044, 0.273115384615384, 0.138200528775566, 0.346884615384616, 0.256360827440844, 0.576923076923077, 1.12751586446284, 2.52476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1110, '2021-12-05 00:00:00', 0.0912545046306462, 0.180230769230769, 0.102478125245566, 0.239384615384616, 0.113944574920643, 0.307384615384616, 0.254026603694604, 0.554653846153846, 1.12694422495252, 2.52861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1125, '2021-12-05 00:00:00', 0.0632456626667305, 0.162423076923077, 0.077158577966718, 0.226384615384615, 0.142555581602944, 0.302423076923077, 0.247023925966696, 0.5355, 1.16344950040816, 2.6655 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1140, '2021-12-05 00:00:00', 0.0660718140766893, 0.158269230769231, 0.0746253411279409, 0.204307692307692, 0.125844763956967, 0.273230769230769, 0.235433782949359, 0.535115384615385, 1.14761477589222, 2.68992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1155, '2021-12-05 00:00:00', 0.0486666051984157, 0.133038461538461, 0.101530419844724, 0.194884615384615, 0.181707800095055, 0.279269230769231, 0.465474383332168, 1.03719230769231, 1.18448059437947, 2.67103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1170, '2021-12-05 00:00:00', 0.0776010408336219, 0.148192307692307, 0.0866099656728156, 0.190615384615384, 0.167913329291769, 0.269384615384616, 0.448899586167706, 1.11796153846154, 1.1818312804223, 2.68915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1185, '2021-12-05 00:00:00', 0.0689546562270068, 0.14023076923077, 0.171293724345056, 0.2145, 0.171307447410968, 0.270192307692308, 0.446537732060625, 1.14011538461539, 1.17049116843512, 2.69384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1200, '2021-12-05 00:00:00', 0.0405140716294971, 0.13516, 0.0535069154409045, 0.169640000000001, 0.0813462148269155, 0.24704, 0.476352992363156, 1.16844, 1.19733606811121, 2.72408 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1215, '2021-12-05 00:00:00', 0.0407591707472074, 0.10968, 0.0722011080247382, 0.166999999999999, 0.066210699034722, 0.23276, 0.473860218489237, 1.17056, 1.19047864603556, 2.75136 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1230, '2021-12-05 00:00:00', 0.0459538899332792, 0.119519999999999, 0.0540244389142534, 0.16784, 0.0866388673363941, 0.235719999999999, 0.476639405980384, 1.18896, 1.19114290354544, 2.7746 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1245, '2021-12-05 00:00:00', 0.0453529491874556, 0.113840000000001, 0.0376606779900022, 0.15608, 0.0866366358226509, 0.22764, 0.465931976437191, 1.19724, 1.17788472129775, 2.7878 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1260, '2021-12-05 00:00:00', 0.0310224112538027, 0.11616, 0.0517573827262037, 0.16608, 0.0768067271359302, 0.22724, 0.461261957387918, 1.19448, 1.17168489506921, 2.79792 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1275, '2021-12-05 00:00:00', 0.0413596824617086, 0.12096, 0.0562849891178811, 0.162199999999999, 0.153624813533925, 0.2498, 0.458997592586279, 1.20404, 1.16855843242861, 2.80432 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1290, '2021-12-05 00:00:00', 0.0478036958124917, 0.11888, 0.0731637888576036, 0.165240000000001, 0.169886452275238, 0.260640000000001, 0.453392883343647, 1.20124, 1.16383780084111, 2.81152 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1305, '2021-12-05 00:00:00', 0.0536623083116384, 0.12032, 0.157034359297575, 0.19104, 0.173052429434936, 0.27668, 0.448670822169958, 1.20944, 1.1582636674494, 2.82116 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1320, '2021-12-05 00:00:00', 0.0555793596345927, 0.12375, 0.0846537277571895, 0.182916666666667, 0.108418940534698, 0.281166666666666, 0.453631881659535, 1.22266666666667, 1.17286931005899, 2.860375 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1335, '2021-12-05 00:00:00', 0.0688735451199613, 0.1355, 0.0845411742580359, 0.193083333333332, 0.467420945807642, 0.967416666666666, 0.457843424599802, 1.22041666666667, 1.18069207090772, 2.857125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1350, '2021-12-05 00:00:00', 0.0843901288100672, 0.148291666666667, 0.102616414979225, 0.227708333333333, 0.438763942344228, 1.05366666666667, 0.482836786418393, 1.25166666666667, 1.17791604776389, 2.85270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1365, '2021-12-05 00:00:00', 0.0827819621709321, 0.186625, 0.47157017244121, 0.934416666666667, 0.451747859566804, 1.05904166666667, 0.558987723802875, 1.27266666666667, 1.1920827582581, 2.84454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 930, '2021-12-05 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 945, '2021-12-05 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 960, '2021-12-05 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 975, '2021-12-05 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 930, '2021-12-05 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 945, '2021-12-05 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 960, '2021-12-05 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 975, '2021-12-05 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 930, '2021-12-05 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 945, '2021-12-05 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 960, '2021-12-05 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 975, '2021-12-05 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 930, '2021-12-05 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 2.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 945, '2021-12-05 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 960, '2021-12-05 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 975, '2021-12-05 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 930, '2021-12-05 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 945, '2021-12-05 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 960, '2021-12-05 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 975, '2021-12-05 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:51:10 Duration: 3s478ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 990, '2021-12-05 00:00:00', 0.405144704869824, 0.890833333333334, 0.450828504622, 1.10808333333333, 0.543150945203412, 1.27908333333333, 0.77990744527053, 1.82216666666667, 1.82893238042688, 4.323 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1005, '2021-12-05 00:00:00', 0.28695770215501, 0.531874999999999, 0.400780215076911, 0.744791666666667, 0.572211777963871, 0.924166666666668, 0.764548762200686, 1.464875, 1.71023030432763, 4.08604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1020, '2021-12-05 00:00:00', 0.221477057404418, 0.4655, 0.270240579881133, 0.586833333333332, 0.40168719353407, 0.789416666666667, 0.628439198401052, 1.3135, 1.72941762627971, 4.03025 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1035, '2021-12-05 00:00:00', 0.222411861715785, 0.343083333333331, 0.326810675148933, 0.512500000000001, 0.393387407238606, 0.729, 0.582176088643635, 1.22495833333333, 1.75927966772635, 3.99191666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1050, '2021-12-05 00:00:00', 0.19459072154921, 0.382625, 0.22467985275027, 0.517416666666663, 0.294507027917426, 0.660958333333333, 0.513046287145345, 1.14566666666666, 1.78748187383127, 3.95933333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1065, '2021-12-05 00:00:00', 0.123847900814797, 0.264708333333329, 0.18509667959502, 0.394458333333332, 0.222795573909409, 0.587041666666663, 0.437389569914014, 1.00637499999999, 1.81552825386434, 3.88783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1080, '2021-12-05 00:00:00', 0.113384941361438, 0.264333333333335, 0.10369981761755, 0.348000000000004, 0.199401273199601, 0.576208333333332, 0.430898320162471, 0.948666666666662, 1.83653418076044, 3.87316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1095, '2021-12-05 00:00:00', 0.0981796545380857, 0.239125000000004, 0.179938591578156, 0.381625000000002, 0.234904293647247, 0.576125000000002, 0.507023194664241, 0.939791666666665, 1.82930448838674, 3.86204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1110, '2021-12-05 00:00:00', 0.150220683073898, 0.260416666666662, 0.208977839300821, 0.395541666666665, 0.241315683406546, 0.534958333333332, 0.520544753676095, 0.915666666666663, 1.84324181967454, 3.86916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1125, '2021-12-05 00:00:00', 0.15493390362588, 0.249583333333334, 0.175218740105213, 0.356291666666669, 0.225748701988021, 0.471041666666668, 0.489273328000571, 0.862958333333333, 1.90409885063014, 4.07145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1140, '2021-12-05 00:00:00', 0.105387268914586, 0.208708333333332, 0.119323933420568, 0.293125, 0.169389948669171, 0.406208333333333, 0.400882610939439, 0.858208333333331, 1.98724807126315, 4.157125 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1155, '2021-12-05 00:00:00', 0.107844056765821, 0.211916666666665, 0.131544999739715, 0.302999999999998, 0.178007566807088, 0.421208333333331, 0.904786706188621, 1.551125, 1.97362484458772, 4.177625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1170, '2021-12-05 00:00:00', 0.101585394576707, 0.187875000000002, 0.137167305015512, 0.267000000000004, 0.16002037347643, 0.393458333333336, 0.974460292838473, 1.72941666666667, 2.02272366913196, 4.21945833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1185, '2021-12-05 00:00:00', 0.0895457032526693, 0.186791666666666, 0.128063835701155, 0.283541666666666, 0.141112190693501, 0.365041666666664, 0.981283188306094, 1.7995, 2.00986371843134, 4.23758333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1200, '2021-12-05 00:00:00', 0.0903751841660302, 0.194249999999993, 0.102250961159154, 0.268708333333331, 0.133402192364056, 0.383833333333331, 0.963923515367408, 1.82175, 1.98075783650704, 4.26195833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1215, '2021-12-05 00:00:00', 0.0925699109095252, 0.19166666666667, 0.105868654952489, 0.257208333333337, 0.171176809176942, 0.395250000000003, 0.943755187143822, 1.826875, 1.97823195654935, 4.25125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1230, '2021-12-05 00:00:00', 0.0652218066138222, 0.167666666666668, 0.128186006154781, 0.277, 0.189959015411832, 0.386083333333332, 0.954514140578974, 1.840875, 1.96521810383789, 4.25375 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1245, '2021-12-05 00:00:00', 0.0945954678419223, 0.180708333333331, 0.12847373272385, 0.263249999999998, 0.169162723949202, 0.345124999999998, 0.976583452210017, 1.88775, 1.94196090527299, 4.225625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1260, '2021-12-05 00:00:00', 0.111118742793462, 0.186374999999997, 0.136740888735499, 0.253624999999997, 0.184644738207797, 0.322874999999996, 0.941927868095881, 1.92875, 1.91413780492207, 4.22116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1275, '2021-12-05 00:00:00', 0.0836063498732623, 0.162250000000001, 0.098757929419308, 0.209208333333332, 0.228034318387208, 0.351458333333332, 0.951907634661857, 1.96866666666667, 1.91217246082239, 4.22195833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1290, '2021-12-05 00:00:00', 0.0715474784088633, 0.149791666666663, 0.0918626002181547, 0.215291666666662, 0.225674444078512, 0.37345833333333, 0.973543858759086, 2.00208333333333, 1.91141029010034, 4.22158333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1305, '2021-12-05 00:00:00', 0.0680458072481902, 0.161333333333333, 0.180807002357345, 0.280708333333334, 0.201751299764146, 0.401249999999997, 0.978359348344334, 2.02516666666667, 1.89990887605665, 4.22779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1320, '2021-12-05 00:00:00', 0.131921973585239, 0.194043478260871, 0.156542661096218, 0.281173913043475, 0.284388165116801, 0.471913043478258, 0.970667055996457, 2.08952173913044, 1.9154972047753, 4.29421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1335, '2021-12-05 00:00:00', 0.101075461967082, 0.189391304347822, 0.157392814396708, 0.280956521739126, 0.839516327435993, 1.44386956521739, 0.990095629588991, 2.10608695652174, 1.94903425867838, 4.35221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1350, '2021-12-05 00:00:00', 0.124336786043538, 0.219999999999998, 0.242609764897698, 0.388043478260865, 0.896126561501914, 1.62221739130435, 0.985105662357038, 2.0885652173913, 1.95376640517947, 4.3315652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1365, '2021-12-05 00:00:00', 0.204872224712132, 0.286913043478259, 0.80363672401759, 1.34243478260869, 0.887009388973127, 1.64226086956522, 0.978480220291637, 2.04521739130435, 1.94572852933841, 4.27134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 990, '2021-12-05 00:00:00', 0.482603777600056, 1.01761538461538, 0.622488392230358, 1.25203846153846, 0.664018813449875, 1.40576923076923, 0.791836499246185, 1.76219230769231, 1.66577914918099, 3.96042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1005, '2021-12-05 00:00:00', 0.316078627024255, 0.632461538461541, 0.364499929302512, 0.822038461538462, 0.367417657965175, 0.933153846153846, 0.603282018500595, 1.36092307692308, 1.59482257947397, 3.7855 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1020, '2021-12-05 00:00:00', 0.298479369213609, 0.577423076923076, 0.280707822367778, 0.68880769230769, 0.39170992603436, 0.843884615384611, 0.557805067963849, 1.21642307692307, 1.59443327814667, 3.74596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1035, '2021-12-05 00:00:00', 0.158008665779879, 0.385538461538462, 0.321586786946323, 0.56130769230769, 0.429709826958394, 0.786846153846154, 0.531549954233987, 1.10107692307692, 1.61306602516402, 3.7288076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1050, '2021-12-05 00:00:00', 0.251447333528243, 0.424807692307686, 0.292946025482777, 0.556576923076918, 0.407023750960747, 0.757576923076921, 0.516330925488089, 1.04523076923077, 1.59691801485043, 3.71611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1065, '2021-12-05 00:00:00', 0.190213515656644, 0.372307692307686, 0.281243053931318, 0.520153846153847, 0.338985690644218, 0.691461538461537, 0.455682102415201, 0.970461538461537, 1.57580575726051, 3.71176923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1080, '2021-12-05 00:00:00', 0.193398230045201, 0.362346153846155, 0.267794780784439, 0.511730769230771, 0.292019282819581, 0.618692307692307, 0.399054289732419, 0.898384615384617, 1.54115822828656, 3.66726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1095, '2021-12-05 00:00:00', 0.15407970464865, 0.366653846153848, 0.156181866375761, 0.442846153846155, 0.253426609009089, 0.546615384615383, 0.38752693603651, 0.906384615384617, 1.54457049842841, 3.65276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1110, '2021-12-05 00:00:00', 0.124594283113695, 0.314153846153846, 0.176118670656596, 0.404884615384616, 0.237400576760367, 0.500923076923075, 0.357225074492475, 0.881076923076924, 1.537781953134, 3.65215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1125, '2021-12-05 00:00:00', 0.123172705517965, 0.262346153846153, 0.196977253665336, 0.354038461538457, 0.248562538176243, 0.520846153846152, 0.341190776771363, 0.880884615384618, 1.49579831013923, 3.54776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1140, '2021-12-05 00:00:00', 0.126350385832414, 0.246499999999995, 0.142056240217091, 0.331153846153842, 0.210381894512005, 0.496692307692307, 0.30226265704872, 0.89792307692308, 1.50488144587999, 3.56561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1155, '2021-12-05 00:00:00', 0.107299551938272, 0.243923076923077, 0.171471751429969, 0.378192307692308, 0.222441629335735, 0.496961538461543, 0.880165632139767, 1.58850000000001, 1.4715516964703, 3.60434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1170, '2021-12-05 00:00:00', 0.120528528381648, 0.259615384615385, 0.162351039417672, 0.342500000000002, 0.237464598171211, 0.477653846153845, 0.935517255524778, 1.64915384615385, 1.46366512773716, 3.59161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1185, '2021-12-05 00:00:00', 0.105419542780263, 0.226999999999999, 0.142803625250254, 0.312346153846155, 0.252994536274235, 0.450346153846154, 0.931184249305069, 1.69888461538462, 1.49677036931572, 3.60146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1200, '2021-12-05 00:00:00', 0.0774184633116598, 0.215461538461539, 0.146883711198299, 0.305769230769229, 0.235829459241534, 0.410576923076925, 0.905742711811693, 1.7755, 1.50835579153134, 3.61892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1215, '2021-12-05 00:00:00', 0.121037616530501, 0.222230769230765, 0.198037712026309, 0.329846153846154, 0.242843491859391, 0.419192307692308, 0.890758017732001, 1.78261538461539, 1.51183096989659, 3.63580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1230, '2021-12-05 00:00:00', 0.117584856429471, 0.214038461538459, 0.168237931330787, 0.276807692307688, 0.23530177350667, 0.411269230769228, 0.889077997789758, 1.81361538461539, 1.51109220255264, 3.64873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1245, '2021-12-05 00:00:00', 0.141680985098432, 0.22130769230769, 0.213884958294445, 0.303846153846155, 0.21881390758781, 0.417384615384617, 0.879417989354323, 1.82800000000001, 1.56969869132214, 3.68569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1260, '2021-12-05 00:00:00', 0.0908160694015025, 0.201038461538463, 0.133721593676504, 0.298230769230769, 0.180204110770151, 0.406807692307692, 0.874347619657079, 1.80100000000001, 1.55973975541286, 3.70176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1275, '2021-12-05 00:00:00', 0.105161560687129, 0.216923076923079, 0.134758975725036, 0.303692307692307, 0.241043810253527, 0.44496153846154, 0.873229374219627, 1.8055, 1.56668406367864, 3.72065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1290, '2021-12-05 00:00:00', 0.0942226903915144, 0.221653846153845, 0.129484587737453, 0.299461538461539, 0.212286830636143, 0.445538461538462, 0.872123171435003, 1.79711538461539, 1.57118881252871, 3.72873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1305, '2021-12-05 00:00:00', 0.0769497338426931, 0.196307692307693, 0.175391715443329, 0.308576923076925, 0.194776732143794, 0.453846153846156, 0.882449361371301, 1.79934615384616, 1.55495138336071, 3.74873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1320, '2021-12-05 00:00:00', 0.0925801814645013, 0.20944, 0.1373605353319, 0.301399999999999, 0.17469258713523, 0.5226, 0.888731170452199, 1.82848, 1.58265019613727, 3.77632 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1335, '2021-12-05 00:00:00', 0.0776907759432632, 0.216240000000003, 0.116084380229782, 0.302600000000002, 0.898004625080886, 1.36584, 0.895154973547412, 1.82248, 1.68258172362197, 3.82344 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1350, '2021-12-05 00:00:00', 0.0905838101796683, 0.231519999999999, 0.153720720789359, 0.43732, 0.960112262533224, 1.45116, 0.904005460897962, 1.83904, 1.65033557193681, 3.8514 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1365, '2021-12-05 00:00:00', 0.144255178994261, 0.371840000000002, 0.910476829285986, 1.33116, 0.966324867733414, 1.5186, 0.920210120932533, 1.8472, 1.63718461797481, 3.86584 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 990, '2021-12-05 00:00:00', 0.571611460293144, 1.05130769230769, 0.650260152672639, 1.17388461538462, 0.616853838815596, 1.38446153846154, 0.640150737056394, 1.62061538461539, 1.5660884821255, 3.72657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1005, '2021-12-05 00:00:00', 0.292871565444913, 0.628923076923077, 0.300781681623064, 0.792499999999999, 0.339966389741466, 1.00588461538462, 0.561046419305377, 1.39026923076923, 1.5339895877693, 3.70415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1020, '2021-12-05 00:00:00', 0.183369207212785, 0.515115384615382, 0.243506600763479, 0.697769230769228, 0.290883145980279, 0.875730769230771, 0.509756564827386, 1.25765384615385, 1.51533615463318, 3.67369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1035, '2021-12-05 00:00:00', 0.159507723468658, 0.450923076923078, 0.168242755016033, 0.604230769230773, 0.268107257526651, 0.789692307692307, 0.55355865230205, 1.22469230769231, 1.50143832169229, 3.62492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1050, '2021-12-05 00:00:00', 0.148616082575205, 0.392500000000002, 0.215816731368218, 0.546307692307695, 0.25803126823045, 0.680153846153846, 0.584022586496841, 1.1543076923077, 1.50225526254567, 3.63107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1065, '2021-12-05 00:00:00', 0.114085339178106, 0.34223076923077, 0.157487899413059, 0.463038461538459, 0.221176313240053, 0.581807692307692, 0.553580585475489, 1.09023076923077, 1.5187454382331, 3.64011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1080, '2021-12-05 00:00:00', 0.105871910998433, 0.33530769230769, 0.151753469102404, 0.427346153846151, 0.197814042435353, 0.58465384615384, 0.532364814187243, 1.08284615384615, 1.52399971582877, 3.63957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1095, '2021-12-05 00:00:00', 0.0938297722146134, 0.284884615384614, 0.155103206334962, 0.403269230769229, 0.230498326374702, 0.56203846153846, 0.551000121457477, 1.03842307692308, 1.52945083809642, 3.61611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1110, '2021-12-05 00:00:00', 0.084945774558743, 0.276230769230769, 0.113113455637048, 0.371423076923074, 0.243428030747998, 0.516384615384616, 0.558344124656524, 1.00619230769231, 1.52740645338631, 3.60992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1125, '2021-12-05 00:00:00', 0.0804109827936872, 0.261384615384614, 0.146936600666359, 0.375269230769231, 0.250173429075484, 0.472769230769234, 0.556736871973992, 0.98523076923077, 1.65520476864763, 3.89711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1140, '2021-12-05 00:00:00', 0.0982096971555509, 0.25423076923077, 0.186010227179545, 0.341269230769236, 0.282767686653525, 0.458269230769234, 0.601858255738011, 1.033, 1.70561176256949, 3.99473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1155, '2021-12-05 00:00:00', 0.122160707518988, 0.230038461538458, 0.131262391356459, 0.294846153846153, 0.264385964948099, 0.432461538461538, 0.688073149063045, 1.54846153846154, 1.75544700246448, 4.01246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1170, '2021-12-05 00:00:00', 0.0665298544900072, 0.191692307692307, 0.147117624316787, 0.286653846153845, 0.222264807415349, 0.402269230769231, 0.677241831594548, 1.61553846153846, 1.78828291514944, 4.01376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1185, '2021-12-05 00:00:00', 0.108199936015911, 0.205115384615385, 0.159366828900641, 0.288884615384617, 0.247202019533697, 0.421038461538464, 0.673292983431778, 1.62319230769231, 1.82453474448862, 4.01307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1200, '2021-12-05 00:00:00', 0.100221946007541, 0.216038461538461, 0.126085471620828, 0.291115384615385, 0.231419449352167, 0.438192307692308, 0.695065752285352, 1.646, 1.88024029724517, 4.02415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1215, '2021-12-05 00:00:00', 0.0807932308664921, 0.195115384615387, 0.16638222908065, 0.297615384615385, 0.27076295906198, 0.476499999999997, 0.701384657988425, 1.67996153846154, 1.90609452707725, 4.05188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1230, '2021-12-05 00:00:00', 0.136706158771845, 0.22242307692308, 0.183535991020832, 0.316500000000003, 0.272216760349882, 0.497269230769233, 0.642970309160181, 1.70446153846154, 1.9082914178355, 4.06115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1245, '2021-12-05 00:00:00', 0.0862069513527685, 0.216961538461538, 0.210255555126465, 0.355961538461535, 0.292904636620598, 0.497615384615384, 0.609014224919131, 1.69261538461538, 1.91873451885511, 4.06792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1260, '2021-12-05 00:00:00', 0.194474265649723, 0.277999999999997, 0.239760075588397, 0.376576923076922, 0.280017650542576, 0.49273076923077, 0.594317811897359, 1.70769230769231, 1.93067725901082, 4.07396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1275, '2021-12-05 00:00:00', 0.110010999450054, 0.221500000000001, 0.175200895677371, 0.341076923076925, 0.236631024040511, 0.448807692307694, 0.57533100038152, 1.705, 1.93424720717429, 4.07446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1290, '2021-12-05 00:00:00', 0.116929143567309, 0.238230769230769, 0.167270398319146, 0.329884615384616, 0.25397213656983, 0.464384615384616, 0.592141178592247, 1.72815384615385, 1.94185925220769, 4.08334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1305, '2021-12-05 00:00:00', 0.12903362114044, 0.230346153846152, 0.189970090763293, 0.335346153846151, 0.237745400343757, 0.497653846153845, 0.604944713303494, 1.74588461538461, 1.95468505430887, 4.10630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1320, '2021-12-05 00:00:00', 0.102956107152513, 0.226279999999999, 0.160574489464127, 0.323200000000003, 0.305919422942269, 0.57812, 0.614713347829703, 1.7326, 2.05194180229362, 4.17292 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1335, '2021-12-05 00:00:00', 0.106328892279254, 0.2112, 0.109232656899545, 0.33824, 0.489029252703763, 1.25288, 0.607315395819999, 1.72836, 2.05938605495262, 4.17456 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1350, '2021-12-05 00:00:00', 0.08609636074384, 0.273999999999998, 0.221764574868635, 0.482119999999999, 0.556842413375038, 1.35084, 0.694932123783806, 1.77236, 2.05954465193968, 4.17444 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1365, '2021-12-05 00:00:00', 0.221686963982998, 0.377879999999997, 0.481394560971903, 1.19416, 0.559674944350141, 1.37328, 0.703261655905302, 1.75396, 2.05345145385357, 4.17196 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 990, '2021-12-05 00:00:00', 0.284110530134547, 0.824719999999999, 0.39389603958405, 0.997439999999998, 0.381901588545184, 1.15564, 0.468844725539987, 1.51028, 1.50504048450532, 3.73188 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1005, '2021-12-05 00:00:00', 0.18600537626639, 0.549799999999997, 0.181918507396401, 0.701519999999998, 0.28356893929578, 0.950519999999997, 0.445991098565879, 1.26632, 1.51464751344991, 3.61856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1020, '2021-12-05 00:00:00', 0.142068352093866, 0.458399999999999, 0.182680522588843, 0.637559999999997, 0.281194078885027, 0.877119999999998, 0.413534661989375, 1.1864, 1.49161757833568, 3.5934 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1035, '2021-12-05 00:00:00', 0.11408377039118, 0.37024, 0.173628914642693, 0.561399999999999, 0.237160648787552, 0.729560000000001, 0.413600846227374, 1.08992, 1.45623195267787, 3.5514 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1050, '2021-12-05 00:00:00', 0.165208201975568, 0.413399999999998, 0.219770713851203, 0.547599999999999, 0.221819183119946, 0.668600000000001, 0.452119545400699, 1.0656, 1.44449650974541, 3.5342 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1065, '2021-12-05 00:00:00', 0.138305073418628, 0.344720000000002, 0.140780266136036, 0.4516, 0.171379627338451, 0.60232, 0.43462720807607, 1.00932, 1.44374189752416, 3.518 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1080, '2021-12-05 00:00:00', 0.0593583748654471, 0.271200000000001, 0.0975680617142044, 0.37388, 0.189078466956622, 0.515000000000001, 0.432924966555023, 0.946880000000002, 1.40328002669935, 3.4932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1095, '2021-12-05 00:00:00', 0.0777546783158407, 0.259039999999997, 0.142996060551796, 0.375959999999999, 0.247014857852719, 0.518439999999999, 0.45186080821421, 0.951759999999999, 1.3952151566455, 3.4856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1110, '2021-12-05 00:00:00', 0.13714404835792, 0.27736, 0.173540821326471, 0.3624, 0.230939205564288, 0.481600000000002, 0.492720424446423, 0.9276, 1.37105084637052, 3.47844 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1125, '2021-12-05 00:00:00', 0.0731167559455406, 0.225680000000003, 0.128226726283303, 0.326480000000006, 0.137594973260895, 0.449280000000002, 0.440953803324867, 0.896440000000005, 1.5363117901867, 3.7858 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1140, '2021-12-05 00:00:00', 0.125096189656868, 0.242160000000005, 0.126619008578226, 0.312960000000005, 0.119453993933509, 0.434440000000002, 0.439339720489739, 0.914840000000003, 1.53967744241015, 3.81028 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1155, '2021-12-05 00:00:00', 0.0683403980087911, 0.22192, 0.106818178852353, 0.311039999999997, 0.136365782609373, 0.40628, 0.616734986305569, 1.35828, 1.53213270530547, 3.83828 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1170, '2021-12-05 00:00:00', 0.0914950454031992, 0.209479999999994, 0.104023587068833, 0.284639999999996, 0.220313624938028, 0.388479999999998, 0.733380044724425, 1.52704, 1.53527197047733, 3.84224 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1185, '2021-12-05 00:00:00', 0.0680320267717099, 0.201239999999999, 0.0886632768775602, 0.261479999999999, 0.193691533113866, 0.374079999999997, 0.759532845460506, 1.57968, 1.54071506883438, 3.83544 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1200, '2021-12-05 00:00:00', 0.0593654501091905, 0.192439999999999, 0.129958159933626, 0.278959999999998, 0.19217721855968, 0.402400000000001, 0.908169216978131, 1.65492, 1.52257772872192, 3.85376 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1215, '2021-12-05 00:00:00', 0.105897324486189, 0.20092, 0.127395094097068, 0.271519999999998, 0.197545884965156, 0.415720000000002, 0.902020062600237, 1.72312, 1.48632056098273, 3.87568 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1230, '2021-12-05 00:00:00', 0.104823709150174, 0.203519999999997, 0.15521095322174, 0.30424, 0.253310994629133, 0.444719999999999, 0.87554608292958, 1.76888, 1.47774081511836, 3.8728 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1245, '2021-12-05 00:00:00', 0.111199265585103, 0.230119999999997, 0.145266043290693, 0.319159999999999, 0.24527163852893, 0.442479999999999, 0.85077100914406, 1.76368, 1.46672319019871, 3.8562 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1260, '2021-12-05 00:00:00', 0.0869022439295989, 0.209400000000004, 0.141290280392291, 0.30388, 0.217485823292767, 0.421600000000002, 0.854211113640341, 1.78228, 1.45487641284979, 3.87572 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1275, '2021-12-05 00:00:00', 0.0948300761010608, 0.204079999999999, 0.136076718557336, 0.282040000000003, 0.222733398184163, 0.429600000000001, 0.850682974634698, 1.78124, 1.47183993921441, 3.88384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1290, '2021-12-05 00:00:00', 0.0989461638131199, 0.202520000000001, 0.163951720535852, 0.295799999999998, 0.261633445874181, 0.43968, 0.855937546397714, 1.7838, 1.47469388687958, 3.88468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1305, '2021-12-05 00:00:00', 0.105724358593469, 0.214160000000001, 0.162323360405497, 0.326040000000002, 0.23975628597947, 0.458920000000003, 0.853374247717068, 1.78724, 1.47933601997653, 3.88668 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1320, '2021-12-05 00:00:00', 0.100552675646699, 0.222833333333332, 0.139032031550656, 0.291916666666668, 0.263209785730602, 0.504500000000003, 0.86542026315777, 1.79216666666667, 1.50817107542667, 3.91058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1335, '2021-12-05 00:00:00', 0.100610446557611, 0.214875000000003, 0.154346724072409, 0.320291666666668, 0.51318243888476, 1.16070833333333, 0.863958114255784, 1.84066666666667, 1.51525259529104, 3.91341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1350, '2021-12-05 00:00:00', 0.119709786446285, 0.247458333333332, 0.234876640455972, 0.420416666666667, 0.658879263642413, 1.34533333333333, 0.831287564259658, 1.85483333333334, 1.50480794431561, 3.90508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1365, '2021-12-05 00:00:00', 0.196051341804105, 0.32070833333333, 0.481103411704409, 1.12066666666666, 0.654573519746732, 1.39333333333333, 0.773281375144216, 1.84020833333334, 1.48111481710544, 3.88766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 990, '2021-12-05 00:00:00', 0.423321467227194, 0.912769230769231, 0.539940976831299, 1.12846153846154, 0.703496528885429, 1.31561538461539, 0.835334377084086, 1.77919230769231, 1.97356652749826, 4.05696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1005, '2021-12-05 00:00:00', 0.189589017046386, 0.557653846153845, 0.2529602370699, 0.693807692307693, 0.429683633171413, 0.95623076923077, 0.711266269517855, 1.42588461538462, 1.91080418189266, 3.91769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1020, '2021-12-05 00:00:00', 0.133515841756701, 0.432999999999999, 0.291456237643904, 0.614461538461536, 0.315144794560312, 0.822192307692308, 0.656200410287542, 1.26453846153846, 1.87195546298105, 3.89515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1035, '2021-12-05 00:00:00', 0.223333916952933, 0.43596153846154, 0.264704145444277, 0.585269230769235, 0.250890402060652, 0.711076923076925, 0.566344169619091, 1.18396153846154, 1.83219004094931, 3.86111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1050, '2021-12-05 00:00:00', 0.128815431469274, 0.355153846153845, 0.165782327164269, 0.487499999999999, 0.204156350341144, 0.644846153846154, 0.615495733910105, 1.14303846153846, 1.83237012594659, 3.83903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1065, '2021-12-05 00:00:00', 0.118991117962002, 0.333615384615382, 0.148383474095385, 0.448153846153846, 0.195803323614444, 0.598692307692307, 0.606698952085417, 1.11346153846154, 1.829328137701, 3.83234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1080, '2021-12-05 00:00:00', 0.109856332753984, 0.319423076923079, 0.196880612007929, 0.457846153846154, 0.222851758247151, 0.581884615384615, 0.611961799964171, 1.07126923076923, 1.83828318442884, 3.82388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1095, '2021-12-05 00:00:00', 0.171792450805751, 0.310615384615388, 0.181531027227177, 0.424076923076925, 0.273720047887228, 0.550769230769233, 0.608009848098384, 1.03784615384616, 1.81537847251242, 3.81803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1110, '2021-12-05 00:00:00', 0.116226734644633, 0.271423076923076, 0.196072690602232, 0.378500000000001, 0.242706980660915, 0.515038461538462, 0.587438110651796, 1.00257692307693, 1.80465313948308, 3.82307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1125, '2021-12-05 00:00:00', 0.124620044072433, 0.249653846153847, 0.13973401105727, 0.345076923076926, 0.218165360713802, 0.50626923076923, 0.569789824948974, 0.972269230769232, 1.85954373601533, 4.05788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1140, '2021-12-05 00:00:00', 0.0983004264800179, 0.228423076923079, 0.107535554048951, 0.321846153846154, 0.30856681361018, 0.52596153846154, 0.576469617586216, 0.962500000000001, 1.90543573090655, 4.13173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1155, '2021-12-05 00:00:00', 0.0968158044949259, 0.231499999999996, 0.154302804202046, 0.358346153846153, 0.301446188589911, 0.528730769230769, 0.651165446304958, 1.33796153846154, 1.96834100078838, 4.13784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1170, '2021-12-05 00:00:00', 0.128497788068361, 0.249192307692308, 0.311074386355021, 0.386076923076927, 0.454869558647983, 0.540653846153846, 0.649066725264939, 1.42842307692308, 2.02346254835996, 4.17326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1185, '2021-12-05 00:00:00', 0.272337324767535, 0.262538461538465, 0.270704084820419, 0.344692307692309, 0.501855756169037, 0.493999999999999, 0.660001752911422, 1.49692307692308, 2.014720814024, 4.19603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1200, '2021-12-05 00:00:00', 0.0883457789974502, 0.211319999999998, 0.118412794916761, 0.29444, 0.14294536252242, 0.403720000000001, 0.57387142868997, 1.4332, 1.67549367053416, 3.97096 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1215, '2021-12-05 00:00:00', 0.0741771528167489, 0.189199999999998, 0.100957713920233, 0.26928, 0.131431135326957, 0.395680000000004, 0.625052229817637, 1.48904, 1.65860428272288, 3.9706 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1230, '2021-12-05 00:00:00', 0.0526251524146642, 0.185640000000003, 0.0789827618323582, 0.271880000000006, 0.112075748194393, 0.390160000000005, 0.635564316178937, 1.526, 1.65296314740126, 3.9766 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1245, '2021-12-05 00:00:00', 0.0642313526766093, 0.193400000000001, 0.110402943801332, 0.275680000000002, 0.111782854976361, 0.378360000000002, 0.670961218452055, 1.57296, 1.64436381619154, 3.98612 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1260, '2021-12-05 00:00:00', 0.0988969665864437, 0.20088, 0.0998943274999468, 0.26828, 0.137887417845141, 0.370759999999996, 0.688017017715892, 1.5984, 1.63537132684497, 3.99272 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1275, '2021-12-05 00:00:00', 0.0764689043555152, 0.18992, 0.110837899655307, 0.28004, 0.205967974856936, 0.39384, 0.735779321536017, 1.66128, 1.63133207532985, 4.00644 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1290, '2021-12-05 00:00:00', 0.0806413252205902, 0.187760000000002, 0.0897162192694262, 0.263599999999997, 0.215134454082403, 0.394599999999999, 0.722629614671306, 1.68968, 1.63080063363572, 4.00696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1305, '2021-12-05 00:00:00', 0.0661843888944596, 0.183039999999999, 0.195910932143496, 0.296479999999998, 0.269660205938263, 0.435279999999997, 0.752447727974064, 1.7364, 1.61704937050996, 4.019 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1320, '2021-12-05 00:00:00', 0.109368510159424, 0.200416666666666, 0.141122922829094, 0.278125, 0.236288968107432, 0.498291666666668, 0.75670789646977, 1.75916666666667, 1.61206134523383, 4.08129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1335, '2021-12-05 00:00:00', 0.0925618379278411, 0.189041666666669, 0.131504608118964, 0.306624999999999, 0.447450037693466, 1.10766666666667, 0.766256445465477, 1.779375, 1.63521535112817, 4.065875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1350, '2021-12-05 00:00:00', 0.0955582757168145, 0.237083333333334, 0.166274959987487, 0.415333333333336, 0.452615843126681, 1.22816666666667, 0.775678267945103, 1.76908333333334, 1.65178259384183, 4.04745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1365, '2021-12-05 00:00:00', 0.145015435210446, 0.304458333333334, 0.391238758693905, 1.072125, 0.518887604413992, 1.30845833333333, 0.776065325531783, 1.78454166666667, 1.65434010170263, 4.03404166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 930, '2021-12-05 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 945, '2021-12-05 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 960, '2021-12-05 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 975, '2021-12-05 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 930, '2021-12-05 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 945, '2021-12-05 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 960, '2021-12-05 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 975, '2021-12-05 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 930, '2021-12-05 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 945, '2021-12-05 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 960, '2021-12-05 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 975, '2021-12-05 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 930, '2021-12-05 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 945, '2021-12-05 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 960, '2021-12-05 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 975, '2021-12-05 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 930, '2021-12-05 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 3.453 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 945, '2021-12-05 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 3.28300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 960, '2021-12-05 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 2.673 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 975, '2021-12-05 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 2.59200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:51:02 Duration: 3s473ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 990, '2021-12-05 00:00:00', 0.803578662401301, 1.76333333333334, 0.878663671620769, 2.43175, 1.36457380868454, 2.986875, 1.66585554247834, 4.18191666666667, 4.45641875048902, 10.0395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1005, '2021-12-05 00:00:00', 0.511777675844459, 1.13529166666666, 0.811266052966383, 1.6365, 1.23375093718303, 2.218375, 1.43674084428027, 3.51458333333334, 4.51030835653334, 9.64608333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1020, '2021-12-05 00:00:00', 0.494093048137079, 1.002875, 0.655359858000365, 1.38375, 1.16341816475717, 1.9065, 1.35845903681714, 3.12079166666667, 4.58349610231399, 9.44745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1035, '2021-12-05 00:00:00', 0.419006796665848, 0.811999999999996, 0.703125629146255, 1.24745833333333, 1.05800123284222, 1.84, 1.20861981936158, 2.91170833333333, 4.58858020967049, 9.43641666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1050, '2021-12-05 00:00:00', 0.490103211179743, 0.855124999999997, 0.715471927967929, 1.16891666666667, 0.84633443213336, 1.74266666666667, 1.11673451232354, 2.80733333333334, 4.69551831884497, 9.43875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1065, '2021-12-05 00:00:00', 0.383228275616352, 0.691458333333337, 0.540650693240514, 1.11995833333334, 0.600033326369148, 1.54641666666667, 1.13250043670209, 2.60175, 4.67967961479218, 9.35091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1080, '2021-12-05 00:00:00', 0.419810462322417, 0.770291666666668, 0.447013203773475, 1.00925, 0.488034716037673, 1.33016666666667, 1.19985812491625, 2.46895833333333, 4.73890971053102, 9.339875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1095, '2021-12-05 00:00:00', 0.253706480525958, 0.591750000000003, 0.35067134113405, 0.943708333333337, 0.407202703412769, 1.15529166666667, 1.34376776631328, 2.355625, 4.76619691538567, 9.33691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1110, '2021-12-05 00:00:00', 0.288306750889907, 0.574000000000003, 0.390699203676722, 0.759291666666664, 0.617221614769877, 1.104, 1.44130203250847, 2.328375, 4.86108171428654, 9.41204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1125, '2021-12-05 00:00:00', 0.3295317907076, 0.548624999999998, 0.44031722548405, 0.765958333333335, 0.696821931592156, 1.16525, 1.42454584423206, 2.33558333333333, 4.96414745059329, 9.85620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1140, '2021-12-05 00:00:00', 0.287785384507681, 0.474416666666666, 0.463636646758423, 0.789624999999999, 0.574333146706507, 1.04029166666667, 1.37139419630778, 2.39495833333333, 4.97872679434749, 9.94866666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1155, '2021-12-05 00:00:00', 0.326055385065842, 0.538124999999997, 0.419123066565816, 0.764833333333331, 0.600826952769189, 1.008375, 1.31259652785139, 3.24691666666666, 4.95258694734525, 10.0130833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1170, '2021-12-05 00:00:00', 0.281834042543182, 0.463416666666666, 0.307688221527356, 0.580291666666671, 0.73489600960104, 1.07383333333333, 1.58375214903255, 3.595, 4.93308201279155, 10.0218333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1185, '2021-12-05 00:00:00', 0.214351533024945, 0.383166666666669, 0.561357243393316, 0.682708333333334, 0.746818833161843, 1.05925, 1.6898139031189, 3.678375, 4.89507290714902, 10.056375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1200, '2021-12-05 00:00:00', 0.509734685179811, 0.491166666666665, 0.600337150141967, 0.812458333333333, 0.639407674268179, 1.0605, 1.73701789631007, 3.75729166666666, 4.88130629344592, 10.0545 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1215, '2021-12-05 00:00:00', 0.38848037040294, 0.557041666666667, 0.423860037655994, 0.723125000000003, 0.517989953948245, 0.964125, 1.69370090816069, 3.756375, 4.88154259222534, 10.0359166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1230, '2021-12-05 00:00:00', 0.241529422548319, 0.415875000000004, 0.290149583486004, 0.582458333333335, 0.471725317703343, 0.927583333333336, 1.67837506334576, 3.679625, 4.89838904234289, 10.0139166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1245, '2021-12-05 00:00:00', 0.182873738814036, 0.388749999999997, 0.270091275500426, 0.573916666666667, 0.458593057504474, 0.919125000000002, 1.7064054324808, 3.69875, 4.91162793767895, 9.99670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1260, '2021-12-05 00:00:00', 0.263656341980743, 0.414833333333333, 0.419124966231839, 0.657791666666668, 0.477843796486444, 0.903208333333334, 1.75098254818772, 3.77166666666667, 4.93132065093306, 9.98483333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1275, '2021-12-05 00:00:00', 0.294076640779531, 0.415125, 0.277070270477742, 0.588749999999997, 0.545195017295696, 0.885958333333329, 1.71901540269718, 3.78370833333333, 4.94572897701951, 9.971625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1290, '2021-12-05 00:00:00', 0.207068286713148, 0.365166666666668, 0.293878955659827, 0.567666666666666, 0.731348481538913, 0.894916666666668, 1.65764084532852, 3.76604166666667, 4.9539447696555, 9.96579166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1305, '2021-12-05 00:00:00', 0.212555926144465, 0.375749999999996, 0.470101004795932, 0.624791666666663, 0.752809403626446, 0.969208333333334, 1.64547036962652, 3.76804166666667, 4.95602813427785, 9.96379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1320, '2021-12-05 00:00:00', 0.230083547293542, 0.391565217391303, 0.269661675015816, 0.564347826086959, 0.592773780577983, 1.12913043478261, 1.64370613123204, 3.70486956521739, 5.05249102261418, 9.93947826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1335, '2021-12-05 00:00:00', 0.211716334570841, 0.382521739130436, 0.365902646937097, 0.649260869565218, 0.950720515200821, 2.38104347826087, 1.61685244046241, 3.74778260869565, 5.04559764280928, 9.92913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1350, '2021-12-05 00:00:00', 0.242239779293033, 0.450260869565217, 0.487965126240472, 0.844347826086955, 1.19264167875898, 2.77391304347826, 1.56349622533613, 3.71708695652174, 5.01526394861809, 9.87226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1365, '2021-12-05 00:00:00', 0.439354485167007, 0.696999999999999, 0.839121580980961, 2.19113043478261, 1.38038044678473, 2.89078260869565, 1.58946037154982, 3.726, 5.00908403380374, 9.82830434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 990, '2021-12-05 00:00:00', 0.746715904168693, 1.78519230769231, 1.11658534139375, 2.32623076923077, 1.2775639655821, 2.65338461538462, 1.49422169758656, 3.46680769230769, 4.82801716458615, 9.48469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1005, '2021-12-05 00:00:00', 0.639695395060443, 1.38096153846154, 0.755709427267874, 1.71453846153846, 0.799382277858251, 2.07388461538461, 1.06624828180942, 2.93696153846154, 4.82728669082173, 9.14565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1020, '2021-12-05 00:00:00', 0.356507945752428, 1.06465384615385, 0.461638141671759, 1.32642307692308, 0.672713427385401, 1.68934615384615, 0.840993701613659, 2.62961538461538, 4.6090377345452, 9.06703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1035, '2021-12-05 00:00:00', 0.262334454759271, 0.844384615384614, 0.389294677787721, 1.17411538461538, 0.551717610321135, 1.47780769230769, 0.800585198464223, 2.4765, 4.642002423358, 8.96353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1050, '2021-12-05 00:00:00', 0.387124470144443, 0.869653846153846, 0.508274196139777, 1.11053846153846, 0.704889512346002, 1.50123076923077, 0.860793366610126, 2.4635, 4.6172556106248, 8.97157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1065, '2021-12-05 00:00:00', 0.324101344548985, 0.662807692307689, 0.32243127353569, 0.936384615384618, 0.522391343137128, 1.38334615384615, 0.818945479541545, 2.36353846153846, 4.70458484868341, 9.10103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1080, '2021-12-05 00:00:00', 0.235078962184067, 0.737961538461542, 0.436373058464708, 1.06238461538461, 0.554149876977199, 1.37461538461538, 0.797311633891328, 2.34719230769231, 4.66115905377787, 9.09373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1095, '2021-12-05 00:00:00', 0.312092175733144, 0.690615384615384, 0.445881862587631, 0.970653846153844, 0.511390979433695, 1.24257692307692, 0.717037572237324, 2.253, 4.67401305156007, 9.07638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1110, '2021-12-05 00:00:00', 0.31868219037395, 0.653538461538459, 0.373856585008002, 0.854115384615383, 0.405432342833405, 1.18523076923076, 0.558422097039092, 2.19603846153846, 4.69020311992496, 9.05088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1125, '2021-12-05 00:00:00', 0.20793161967709, 0.56603846153846, 0.311663141622738, 0.799076923076921, 0.409363169588306, 1.16873076923077, 0.51101719977075, 2.10253846153846, 4.74528275302472, 8.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1140, '2021-12-05 00:00:00', 0.223777375635149, 0.530076923076925, 0.247567044532306, 0.77380769230769, 0.326869800002764, 1.15788461538462, 0.540894080346463, 2.15961538461538, 4.69922065879014, 8.992 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1155, '2021-12-05 00:00:00', 0.231086294237918, 0.537653846153844, 0.326853333375172, 0.813307692307694, 0.343134878168025, 1.11976923076923, 2.9795865113236, 3.77053846153846, 4.5684371064276, 9.09865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1170, '2021-12-05 00:00:00', 0.217211336295743, 0.527269230769233, 0.262695108443227, 0.745999999999999, 0.42014311298011, 1.09334615384615, 2.99819725732751, 3.99207692307692, 4.59901674708845, 9.104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1185, '2021-12-05 00:00:00', 0.17154030250823, 0.525346153846156, 0.209449167690285, 0.701076923076926, 0.427377606410934, 1.05553846153847, 3.04308027473177, 4.07403846153847, 4.66798615728618, 9.21526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1200, '2021-12-05 00:00:00', 0.122681476252058, 0.452230769230772, 0.382826277130423, 0.721038461538463, 0.460345809816256, 0.987230769230774, 3.0385947116288, 4.08069230769231, 4.7834847929742, 9.29926923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1215, '2021-12-05 00:00:00', 0.298532369073464, 0.560846153846154, 0.345023102905391, 0.775307692307692, 0.404071204692363, 1.02046153846154, 3.01363000459834, 4.10226923076923, 4.82157479109822, 9.34211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1230, '2021-12-05 00:00:00', 0.220485324821269, 0.510461538461537, 0.218121606872444, 0.665346153846156, 0.420526695393363, 0.991307692307696, 3.01144869022306, 4.09842307692308, 4.8572095863936, 9.35238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1245, '2021-12-05 00:00:00', 0.13168356593919, 0.459192307692312, 0.225520362375891, 0.687923076923081, 0.411959245557128, 0.989500000000003, 2.99409967692872, 4.15065384615385, 4.85688923552451, 9.35461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1260, '2021-12-05 00:00:00', 0.236756457145314, 0.510499999999998, 0.395942396742839, 0.751692307692306, 0.456002397092215, 0.991884615384615, 2.9985289685752, 4.18015384615385, 4.84075440973663, 9.37715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1275, '2021-12-05 00:00:00', 0.278890692676431, 0.507538461538459, 0.299774551185487, 0.67330769230769, 0.458848929387438, 0.962499999999998, 2.99644609187926, 4.15469230769231, 4.83315227919069, 9.38807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1290, '2021-12-05 00:00:00', 0.161273108063978, 0.451846153846155, 0.242980876107249, 0.648884615384616, 0.358316533893621, 0.939538461538463, 3.00038589107879, 4.12815384615385, 4.80528185485674, 9.41576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1305, '2021-12-05 00:00:00', 0.176118862834601, 0.455576923076921, 0.269294408522602, 0.683038461538462, 0.379327333781583, 0.883884615384612, 3.00068726486758, 4.17269230769231, 4.77418841963258, 9.46088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1320, '2021-12-05 00:00:00', 0.135989190746913, 0.433319999999999, 0.176311400652365, 0.570719999999999, 0.383640421923095, 1.02584, 3.09028522793609, 4.27496, 4.73558305984244, 9.266 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1335, '2021-12-05 00:00:00', 0.131989039949029, 0.411760000000002, 0.206582041813901, 0.601839999999999, 3.17083345930793, 3.26008, 3.07365483694358, 4.29716, 4.74650972048585, 9.29388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1350, '2021-12-05 00:00:00', 0.173658697833807, 0.482519999999998, 0.331929098854964, 0.865479999999999, 3.1112752342622, 3.5888, 3.06422147970192, 4.27112, 4.74589235128653, 9.32528 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1365, '2021-12-05 00:00:00', 0.304094431605272, 0.723439999999999, 3.17119463977431, 3.16088, 3.11654875730617, 3.70936, 3.07564282332436, 4.25012, 4.76347925610402, 9.36396 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 990, '2021-12-05 00:00:00', 0.994944640902973, 1.89796153846154, 0.970483026443732, 2.29576923076923, 1.13220630357111, 2.59107692307693, 1.3463426406951, 3.12488461538462, 3.23273032804256, 8.91942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1005, '2021-12-05 00:00:00', 0.516098648888577, 1.33915384615385, 0.656233255903603, 1.65761538461539, 0.815860230299663, 2.01534615384616, 1.14832598963079, 2.78046153846154, 3.29414993820631, 8.80015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1020, '2021-12-05 00:00:00', 0.413191510822019, 0.988230769230769, 0.703833801404848, 1.3535, 0.706775447965017, 1.72357692307692, 1.18410943686026, 2.56703846153846, 3.28774971441188, 8.71976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1035, '2021-12-05 00:00:00', 0.424265744007766, 0.878307692307693, 0.506656741636937, 1.21657692307692, 0.55155365594348, 1.49034615384615, 1.2023733971416, 2.49511538461538, 3.29992293826106, 8.65803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1050, '2021-12-05 00:00:00', 0.371921664622248, 0.803269230769234, 0.410379338586216, 0.993192307692311, 0.692022151713035, 1.34146153846154, 1.43402433892015, 2.46426923076923, 3.28068720779422, 8.59565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1065, '2021-12-05 00:00:00', 0.271439433675075, 0.699384615384615, 0.381132555176524, 0.894769230769231, 0.605421719515854, 1.20453846153846, 1.32472120317969, 2.33611538461538, 3.25016320536961, 8.49669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1080, '2021-12-05 00:00:00', 0.288268475290234, 0.607076923076924, 0.410581195942458, 0.899038461538464, 0.582462475516332, 1.18884615384616, 1.23699144515418, 2.27134615384615, 3.24268868047205, 8.47096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1095, '2021-12-05 00:00:00', 0.298140444447554, 0.634269230769232, 0.397884884782599, 0.79469230769231, 0.563479783269854, 1.16811538461538, 1.222209771747, 2.29538461538461, 3.20576852564248, 8.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1110, '2021-12-05 00:00:00', 0.20008838047223, 0.543000000000001, 0.332315957162179, 0.816153846153847, 0.602574471618367, 1.14292307692308, 1.28942658752462, 2.32873076923077, 3.16039993282252, 8.56484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1125, '2021-12-05 00:00:00', 0.298538751511168, 0.596115384615382, 0.40632554019577, 0.815269230769228, 0.55865882391533, 1.10319230769231, 1.30305687755902, 2.29188461538461, 3.17097076230365, 8.66815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1140, '2021-12-05 00:00:00', 0.254326492161914, 0.556269230769225, 0.450219966751296, 0.763461538461534, 0.469298115847978, 0.982192307692308, 1.36769101998728, 2.37261538461538, 3.2446174896043, 8.86457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1155, '2021-12-05 00:00:00', 0.305194951566271, 0.561961538461535, 0.341919486699158, 0.760846153846153, 0.413544312573074, 0.940538461538463, 2.38688958978964, 4.36007692307693, 3.11479982416453, 9.03276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1170, '2021-12-05 00:00:00', 0.219123147673069, 0.489076923076926, 0.26203224698792, 0.62046153846154, 0.444147863459211, 0.926269230769232, 2.26557681702611, 4.60592307692308, 3.10866700396463, 9.05930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1185, '2021-12-05 00:00:00', 0.177786855964795, 0.415384615384614, 0.338073640134577, 0.610884615384616, 0.625871699803866, 1.02976923076923, 2.26694363541616, 4.64061538461539, 3.13390188742404, 9.102 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1200, '2021-12-05 00:00:00', 0.256223679323658, 0.482423076923078, 0.377674408004484, 0.697961538461537, 0.604741013861432, 1.06742307692308, 2.25388586189752, 4.72296153846154, 3.13289606987135, 9.08823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1215, '2021-12-05 00:00:00', 0.210488530657755, 0.482307692307692, 0.510660057030266, 0.797423076923074, 0.707693341888879, 1.18288461538461, 2.26290476260389, 4.73573076923077, 3.14495694112629, 9.05680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1230, '2021-12-05 00:00:00', 0.36383468139337, 0.536346153846152, 0.352251308890946, 0.689230769230769, 0.866969061643005, 1.19807692307693, 2.29586872748555, 4.85657692307692, 3.14572316352511, 9.08969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1245, '2021-12-05 00:00:00', 0.179311576699501, 0.434807692307695, 0.556047568524078, 0.832461538461541, 0.855071566955294, 1.20223076923077, 2.32250007236896, 4.86788461538462, 3.1338123514094, 9.08642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1260, '2021-12-05 00:00:00', 0.544285899137579, 0.7205, 0.820494987562625, 1.01076923076923, 0.857838443638789, 1.25865384615385, 2.36913661813425, 4.91334615384615, 3.12648551006004, 9.08626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1275, '2021-12-05 00:00:00', 0.757774051974704, 0.674076923076923, 0.757003803465702, 0.897961538461539, 0.975148570140035, 1.31242307692308, 2.3495168301982, 4.92315384615385, 3.126414118197, 9.08503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1290, '2021-12-05 00:00:00', 0.49518770333931, 0.593307692307691, 0.661686135217037, 0.82130769230769, 1.07248256145048, 1.26473076923077, 2.36667928248714, 4.98711538461538, 3.17306624552049, 9.13996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1305, '2021-12-05 00:00:00', 0.300405390200541, 0.536961538461538, 0.722567959007744, 0.904153846153844, 0.956563779690299, 1.22976923076923, 2.34266147033996, 5.00026923076923, 3.14348688340731, 9.18011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1320, '2021-12-05 00:00:00', 0.338873762139628, 0.572479999999997, 0.482200158993476, 0.75892, 0.674234101283328, 1.18896, 2.37857445262213, 4.95948, 3.07765456042963, 8.98652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1335, '2021-12-05 00:00:00', 0.259200643003319, 0.438840000000005, 0.376038340243833, 0.697000000000001, 2.22229908503183, 3.63484, 2.38369473506991, 4.91456, 3.0472721719597, 8.98224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1350, '2021-12-05 00:00:00', 0.320911332509985, 0.5396, 0.504531703661921, 0.956640000000002, 2.11999412106103, 3.89264, 2.38345987869176, 4.87708, 3.01462310413756, 8.98172 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1365, '2021-12-05 00:00:00', 0.444043811652261, 0.759639999999999, 2.14895280466246, 3.51836, 2.06599068810421, 3.98076, 2.36113740811499, 4.81488, 2.99191143306972, 8.96624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 990, '2021-12-05 00:00:00', 1.40173601651666, 2.20212, 1.42949485017144, 2.60788, 1.48858276782538, 2.96464, 1.97486842008947, 3.86188, 3.01845366758102, 8.78428 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1005, '2021-12-05 00:00:00', 0.601976572080121, 1.29772, 0.894884633160418, 1.66856, 1.09376799489958, 2.23752, 1.57588962917247, 3.12904, 3.04709297910866, 8.45196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1020, '2021-12-05 00:00:00', 0.606230396246616, 1.04128, 0.684179601176961, 1.47168, 0.9023776001948, 2.085, 1.20375374973456, 2.76156, 2.95627882537039, 8.30608 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1035, '2021-12-05 00:00:00', 0.331863968115452, 0.922119999999999, 0.411220127587806, 1.27692, 0.607531417568943, 1.71156, 0.907901650327096, 2.43336, 2.92227374544776, 8.20348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1050, '2021-12-05 00:00:00', 0.295459743450775, 0.823720000000001, 0.522036706883078, 1.23536, 0.609089079418326, 1.50344, 0.784767018505066, 2.25576, 2.9198098242865, 8.18708 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1065, '2021-12-05 00:00:00', 0.485364457564282, 0.88336, 0.50445779473279, 1.068, 0.555982442768355, 1.47832, 0.823608574101396, 2.1834, 2.89029753774013, 8.22876 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1080, '2021-12-05 00:00:00', 0.281414658466825, 0.727719999999998, 0.378139074944657, 0.997079999999997, 0.613250025139285, 1.41748, 0.79025787352399, 2.06744, 2.96321103872134, 8.14192 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1095, '2021-12-05 00:00:00', 0.260858518485915, 0.626600000000001, 0.461322020574205, 0.994439999999997, 0.681604814634798, 1.36496, 1.14847616866873, 2.11048, 2.87754970301702, 8.08328 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1110, '2021-12-05 00:00:00', 0.286537955600997, 0.707599999999995, 0.437155395711869, 0.91356, 0.579003390893929, 1.19652, 1.22701666383686, 2.00568, 2.82187655529673, 8.04972 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1125, '2021-12-05 00:00:00', 0.210074090104739, 0.549959999999999, 0.441357119197898, 0.85976, 0.417640986175128, 1.02992, 1.26106076380165, 1.957, 3.55142037688209, 8.83012 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1140, '2021-12-05 00:00:00', 0.42598899829299, 0.643280000000001, 0.406255182531042, 0.805760000000004, 0.425825421974778, 0.970960000000001, 1.38231382350994, 2.02044, 3.60949324790429, 8.86744 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1155, '2021-12-05 00:00:00', 0.221116485138491, 0.525000000000002, 0.243568778787427, 0.653400000000003, 0.364769964041263, 0.871280000000002, 1.57325630249281, 3.29768, 3.45340821122168, 8.95724 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1170, '2021-12-05 00:00:00', 0.199491411678132, 0.420360000000002, 0.286043633035242, 0.582280000000002, 0.365543089115359, 0.803000000000001, 1.64236872331804, 3.45876, 3.45164525118095, 8.97476 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1185, '2021-12-05 00:00:00', 0.182867328957366, 0.40928, 0.21779353372709, 0.588760000000002, 0.407963817840094, 0.88532, 1.76427637007358, 3.60312, 3.44480882536801, 8.99352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1200, '2021-12-05 00:00:00', 0.158152426475217, 0.433240000000001, 0.226999581497411, 0.583680000000001, 0.389877125942693, 0.899440000000002, 1.73300218503421, 3.67464, 3.45369585854535, 9.0224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1215, '2021-12-05 00:00:00', 0.206748865373753, 0.433519999999999, 0.327300488847784, 0.702879999999999, 0.374909046747785, 0.943279999999999, 1.75178899794848, 3.71612, 3.43257393802376, 9.06444 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1230, '2021-12-05 00:00:00', 0.224692582580436, 0.51644, 0.290558244304537, 0.650520000000001, 0.327026563650931, 0.885039999999999, 1.72123178082829, 3.74652, 3.45490357897293, 9.08036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1245, '2021-12-05 00:00:00', 0.194086166431306, 0.432760000000001, 0.213757066160008, 0.6366, 0.347143332549157, 0.837919999999996, 1.67873249109758, 3.79888, 3.45517581655888, 9.06856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1260, '2021-12-05 00:00:00', 0.167966891578868, 0.476279999999999, 0.242511456774039, 0.609839999999998, 0.37846246841662, 0.847439999999998, 1.70547941744641, 3.81772, 3.45545193619204, 9.0692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1275, '2021-12-05 00:00:00', 0.177801274836072, 0.426279999999999, 0.283627972292343, 0.592079999999997, 1.13276668236079, 1.08976, 1.701668723146, 3.84588, 3.46724083001647, 9.10484 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1290, '2021-12-05 00:00:00', 0.189084037753939, 0.428239999999996, 0.36955631956893, 0.670039999999999, 1.19591204665449, 1.11796, 1.71886172315673, 3.86404, 3.50108723589306, 9.1628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1305, '2021-12-05 00:00:00', 0.357738885222173, 0.520119999999999, 1.14087457388327, 0.908279999999999, 1.23969806539066, 1.17928, 1.71622119592241, 3.86688, 3.50355609821411, 9.15 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1320, '2021-12-05 00:00:00', 0.140210064969815, 0.443416666666664, 0.2485382155026, 0.611874999999998, 0.445248855673164, 1.05075, 1.2752169629268, 3.62204166666667, 3.45815563198072, 8.936875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1335, '2021-12-05 00:00:00', 0.202335024048043, 0.441375000000003, 0.280756041270973, 0.710291666666669, 1.15596439363323, 2.760875, 1.30440907202224, 3.630375, 3.4578596169357, 8.9355 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1350, '2021-12-05 00:00:00', 0.203929584323414, 0.530166666666666, 0.359070287011459, 0.884416666666667, 1.20428208137535, 2.940125, 1.31931615740444, 3.63391666666667, 3.4578494319216, 8.92145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1365, '2021-12-05 00:00:00', 0.21510047786955, 0.696291666666666, 1.17716123777083, 2.65416666666667, 1.26180133200488, 3.00408333333333, 1.37139909518013, 3.5935, 3.58762949066912, 9.01616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 990, '2021-12-05 00:00:00', 0.929725574895829, 1.92426923076923, 0.960444003893711, 2.22773076923077, 1.04939354207744, 2.48138461538461, 1.5328423613064, 3.21423076923077, 3.51829207079011, 8.80015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1005, '2021-12-05 00:00:00', 0.399231037794483, 1.12869230769231, 0.475637062669231, 1.49784615384615, 0.578547445032688, 1.78411538461538, 1.21005169883198, 2.61707692307692, 3.54296184069422, 8.68226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1020, '2021-12-05 00:00:00', 0.282847947735991, 0.993807692307689, 0.28786237096117, 1.26876923076923, 0.484098438813369, 1.58146153846154, 1.15579231631879, 2.39896153846154, 3.89756519361274, 8.73203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1035, '2021-12-05 00:00:00', 0.235900360321893, 0.811499999999999, 0.336357154501901, 1.10384615384615, 0.447263365883611, 1.41196153846154, 1.15890434263774, 2.23434615384615, 3.89630484196738, 8.70369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1050, '2021-12-05 00:00:00', 0.264771498001289, 0.763115384615383, 0.319738453210653, 1.02703846153846, 0.47454548294617, 1.35515384615384, 1.16830701246916, 2.19134615384615, 3.90280213121093, 8.71334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1065, '2021-12-05 00:00:00', 0.176871239563179, 0.638653846153844, 0.351755938116188, 0.930999999999997, 0.408188659247732, 1.1746923076923, 1.1976249939584, 2.13588461538461, 3.96074383087901, 8.73042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1080, '2021-12-05 00:00:00', 0.277383355942361, 0.675384615384615, 0.291174142977123, 0.87230769230769, 0.403602470069445, 1.07007692307692, 1.24199491390015, 2.12738461538461, 3.95040586834004, 8.77826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1095, '2021-12-05 00:00:00', 0.274273047555506, 0.560769230769231, 0.342491291298605, 0.775269230769231, 0.409871004097633, 1.089, 1.44608979878632, 2.24388461538462, 3.98569744963162, 8.796 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1110, '2021-12-05 00:00:00', 0.254823969407543, 0.576153846153847, 0.311660870918279, 0.754461538461542, 0.488469114053916, 1.19834615384615, 1.45647886884246, 2.22915384615385, 4.0138758004625, 8.78369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1125, '2021-12-05 00:00:00', 0.200028509506484, 0.52326923076923, 0.301746087859412, 0.763692307692307, 0.516933849361195, 1.21773076923077, 1.41415172942869, 2.21507692307692, 4.08033984934513, 9.32338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1140, '2021-12-05 00:00:00', 0.225934153103202, 0.537192307692308, 0.323288506541045, 0.844461538461538, 0.532498576379462, 1.20242307692308, 1.38607941830407, 2.28292307692308, 3.99732102057596, 9.45130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1155, '2021-12-05 00:00:00', 0.239582187600383, 0.592230769230771, 0.417341802363481, 0.8255, 0.711732980396876, 1.22765384615385, 1.79316063547452, 3.39323076923077, 4.05247331904091, 9.43519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1170, '2021-12-05 00:00:00', 0.254686788035811, 0.521, 0.393944338122106, 0.756307692307693, 0.780640720079446, 1.12442307692308, 1.80988502524757, 3.67626923076923, 4.15131979921863, 9.47834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1185, '2021-12-05 00:00:00', 0.251284298079963, 0.477038461538465, 0.742829850069215, 0.831884615384616, 0.810322272071668, 1.05576923076923, 1.8490020281222, 3.8555, 4.21941717593975, 9.52776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1200, '2021-12-05 00:00:00', 0.471807753928085, 0.546840000000001, 0.464876678987733, 0.720080000000003, 0.527194815351341, 0.930960000000001, 1.97035815272249, 3.8938, 4.33256228922332, 9.55464 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1215, '2021-12-05 00:00:00', 0.191899166230598, 0.439960000000001, 0.257204535989032, 0.58656, 0.278131845234115, 0.80636, 2.09303970897194, 3.97316, 4.4387255032648, 9.59148 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1230, '2021-12-05 00:00:00', 0.147546602807384, 0.398799999999999, 0.188268708676365, 0.54424, 0.231549850644163, 0.787400000000001, 2.15553953648114, 4.02888, 4.5011263264506, 9.62404 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1245, '2021-12-05 00:00:00', 0.149062067609437, 0.4136, 0.161763592937349, 0.553280000000001, 0.28016351178077, 0.839520000000003, 2.16962193864891, 4.09676, 4.49195428405054, 9.65696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1260, '2021-12-05 00:00:00', 0.109456262193321, 0.392559999999997, 0.147887434670206, 0.569119999999998, 0.366864134705658, 0.842719999999998, 2.09672639051133, 4.18084, 4.53185565377657, 9.6718 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1275, '2021-12-05 00:00:00', 0.17390349814385, 0.392520000000001, 0.264651972723928, 0.555200000000003, 0.877258181305064, 0.937800000000004, 2.04409033720789, 4.23884, 4.51575208760032, 9.696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1290, '2021-12-05 00:00:00', 0.17515866140921, 0.379160000000001, 0.292183178845049, 0.56248, 0.864348839686077, 0.912, 2.04432359392212, 4.26896, 4.53496596753125, 9.68608 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1305, '2021-12-05 00:00:00', 0.232548045215034, 0.398519999999997, 0.875065250900376, 0.71812, 0.98600055273818, 1.00156, 2.00100538230161, 4.32396, 4.49138373258546, 9.6968 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1320, '2021-12-05 00:00:00', 0.125151553054221, 0.391958333333333, 0.311032266255728, 0.585124999999996, 0.479400423763213, 1.064625, 1.98592890277675, 4.33370833333333, 4.53731392779338, 9.675875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1335, '2021-12-05 00:00:00', 0.274934112660375, 0.418624999999996, 0.352922639529906, 0.669708333333332, 1.52904923037587, 2.751375, 2.07732206200082, 4.32991666666666, 4.5969262365493, 9.63604166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1350, '2021-12-05 00:00:00', 0.190163602332766, 0.47075, 0.407164416813206, 0.870916666666665, 1.59872442813058, 3.19016666666666, 2.08955191785016, 4.333, 4.63112868203478, 9.6385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1365, '2021-12-05 00:00:00', 0.456318792709336, 0.755333333333333, 1.54036924744629, 2.697125, 1.72295424533611, 3.413875, 2.10297435842045, 4.34825, 4.72408180922149, 9.655625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 930, '2021-12-05 00:00:00', 0, 2.68800000000002, 0, 2.68800000000002, 0, 2.68800000000002, 0, 3.602, 0, 8.47200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 945, '2021-12-05 00:00:00', 0, 1.71199999999999, 0, 1.71199999999999, 0, 1.84199999999998, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 960, '2021-12-05 00:00:00', 0, 1.20400000000001, 0, 1.42400000000001, 0, 1.42400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 975, '2021-12-05 00:00:00', 0, 0.540999999999997, 0, 1.19399999999999, 0, 1.82400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 930, '2021-12-05 00:00:00', 0, 2.511, 0, 3.53, 0, 4.31, 0, 5.12, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 945, '2021-12-05 00:00:00', 0, 1.88800000000001, 0, 2.322, 0, 3.47800000000001, 0, 3.47800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 960, '2021-12-05 00:00:00', 0, 0.942000000000007, 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 975, '2021-12-05 00:00:00', 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 2.37100000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 930, '2021-12-05 00:00:00', 0, 1.53200000000001, 0, 2.011, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 945, '2021-12-05 00:00:00', 0, 1.95099999999999, 0, 2.50999999999999, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 960, '2021-12-05 00:00:00', 0, 1.233, 0, 1.76300000000001, 0, 1.76300000000001, 0, 2.10400000000001, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 975, '2021-12-05 00:00:00', 0, 1.012, 0, 1.173, 0, 1.51400000000001, 0, 1.81399999999999, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 930, '2021-12-05 00:00:00', 0, 2.79400000000001, 0, 3.81100000000001, 0, 3.81100000000001, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 945, '2021-12-05 00:00:00', 0, 1.65100000000001, 0, 2.02100000000002, 0, 2.821, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 960, '2021-12-05 00:00:00', 0, 1.44400000000002, 0, 2.15200000000002, 0, 2.244, 0, 3.79300000000001, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 975, '2021-12-05 00:00:00', 0, 0.882000000000005, 0, 0.97399999999999, 0, 1.39400000000001, 0, 2.893, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 930, '2021-12-05 00:00:00', 0, 2.654, 0, 3.01399999999998, 0, 3.834, 0, 6.273, 0, 10.251 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 945, '2021-12-05 00:00:00', 0, 1.54299999999998, 0, 1.94299999999998, 0, 2.851, 0, 4.80199999999999, 0, 8.78 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 960, '2021-12-05 00:00:00', 0, 1.172, 0, 1.59200000000001, 0, 2.922, 0, 4.03100000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 975, '2021-12-05 00:00:00', 0, 1.50400000000002, 0, 1.99200000000002, 0, 3.76400000000001, 0, 3.94300000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:50:46 Duration: 3s352ms Database: acaweb_fx User: pgperfstats
11 1m7s 1 1m7s 1m7s 1m7s select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Dec 05 14 1 1m7s 1m7s [ User: pgperfstats - Total duration: 1m7s - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2021-12-05 14:17:30 Duration: 1m7s Database: acaweb_fx User: pgperfstats
12 53s748ms 4 5s35ms 29s652ms 13s437ms select updateresultsmaterializedview ();Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Dec 05 14 4 53s748ms 13s437ms [ User: postgres - Total duration: 53s748ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-12-05 14:05:18 Duration: 29s652ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-12-05 14:18:27 Duration: 13s65ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-12-05 14:32:36 Duration: 5s994ms Database: acaweb_fx User: postgres
13 52s495ms 113 50ms 4s870ms 464ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Dec 05 14 113 52s495ms 464ms [ User: postgres - Total duration: 52s495ms - Times executed: 113 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173154 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:31 Duration: 4s870ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173154 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:31 Duration: 4s869ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173620 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:33 Duration: 3s664ms Database: acaweb_fx User: postgres Bind query: yes
14 51s183ms 10 266ms 11s16ms 5s118ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Dec 05 14 10 51s183ms 5s118ms [ User: postgres - Total duration: 51s183ms - Times executed: 10 ]
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AXIORY - 1';
Date: 2021-12-05 14:02:12 Duration: 11s16ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 1';
Date: 2021-12-05 14:02:12 Duration: 10s172ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'BMFN - 1';
Date: 2021-12-05 14:02:12 Duration: 8s994ms Database: acaweb_fx User: postgres
15 40s235ms 4 4s584ms 24s547ms 10s58ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Dec 05 14 4 40s235ms 10s58ms [ User: postgres - Total duration: 40s235ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-12-05 14:01:25 Duration: 24s547ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-12-05 14:16:08 Duration: 6s281ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-12-05 14:46:06 Duration: 4s821ms Database: acaweb_fx User: postgres
16 39s114ms 8 128ms 11s847ms 4s889ms select fixcandlegaps (?, false);Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Dec 05 14 8 39s114ms 4s889ms [ User: postgres - Total duration: 39s114ms - Times executed: 8 ]
-
select fixcandlegaps ('XM', false);
Date: 2021-12-05 14:06:36 Duration: 11s847ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-12-05 14:06:20 Duration: 8s39ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-12-05 14:06:08 Duration: 6s35ms Database: acaweb_fx User: postgres
17 29s869ms 16 221ms 22s938ms 1s866ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Dec 05 14 16 29s869ms 1s866ms [ User: postgres - Total duration: 29s869ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-12-05 14:03:44 Duration: 22s938ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-12-05 14:11:20 Duration: 1s716ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-12-05 14:05:20 Duration: 1s653ms Database: acaweb_fx User: postgres
18 29s137ms 79 50ms 4s264ms 368ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and patternendprice > ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Dec 05 14 79 29s137ms 368ms [ User: postgres - Total duration: 29s137ms - Times executed: 79 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 3596 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62173613 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:05:41 Duration: 4s264ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 3596 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62173613 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:10:42 Duration: 1s985ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62170820 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:10:40 Duration: 1s763ms Database: acaweb_fx User: postgres Bind query: yes
19 28s924ms 147 50ms 2s330ms 196ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Dec 05 14 147 28s924ms 196ms [ User: postgres - Total duration: 28s924ms - Times executed: 147 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '71198807' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-12-05 14:15:32 Duration: 2s330ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND groupid = 5364 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-12-05 14:34:23 Duration: 1s307ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '71198807' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-12-05 14:35:33 Duration: 871ms Database: acaweb_fx User: postgres Bind query: yes
20 28s539ms 56 68ms 8s636ms 509ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Dec 05 14 56 28s539ms 509ms [ User: postgres - Total duration: 28s539ms - Times executed: 56 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:07:00 Duration: 8s636ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('234' = 0 OR s.symbol in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:06 Duration: 2s780ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '637' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:50 Duration: 2s615ms Database: acaweb_fx User: postgres Bind query: yes
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 181 15m8s 53ms 4m2s 5s16ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Dec 05 14 181 15m8s 5s16ms [ User: postgres - Total duration: 15m8s - Times executed: 181 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:41 Duration: 4m2s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:17:59 Duration: 1m6s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:10:25 Duration: 48s773ms Database: acaweb_fx User: postgres Bind query: yes
2 159 3m45s 60ms 22s584ms 1s417ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Dec 05 14 159 3m45s 1s417ms [ User: postgres - Total duration: 3m45s - Times executed: 159 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:07:04 Duration: 22s584ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:05:57 Duration: 14s392ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:01:24 Duration: 9s813ms Database: acaweb_fx User: postgres Bind query: yes
3 158 9m37s 55ms 1m3s 3s655ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Dec 05 14 158 9m37s 3s655ms [ User: postgres - Total duration: 9m37s - Times executed: 158 ]
-
WITH rar_max as ( ;
Date: 2021-12-05 14:11:29 Duration: 1m3s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-12-05 14:18:44 Duration: 45s763ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-12-05 14:11:28 Duration: 43s388ms Database: acaweb_fx User: postgres Bind query: yes
4 148 7m13s 2s197ms 3s985ms 2s926ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Dec 05 14 148 7m13s 2s926ms [ User: pgperfstats - Total duration: 7m13s - Times executed: 148 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 600, '2021-12-05 00:00:00', 0.513681217617825, 0.732319999999999, 0.55095537326841, 0.961640000000001, 0.598575859854036, 1.11168, 0.552839705520505, 1.47036, 1.21858898320968, 3.53612 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 615, '2021-12-05 00:00:00', 0.319470222921217, 0.55784, 0.372330153671888, 0.739079999999998, 0.374907753098457, 0.857639999999998, 0.390785269254954, 1.28372, 1.20263051959722, 3.459 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 630, '2021-12-05 00:00:00', 0.246737546122728, 0.4524, 0.288755617549973, 0.548159999999999, 0.280245648196958, 0.745959999999998, 0.342922503393016, 1.16552, 1.16858831216701, 3.41768 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 645, '2021-12-05 00:00:00', 0.155259642749383, 0.38184, 0.221224998587412, 0.533999999999999, 0.210074090104736, 0.752039999999999, 0.354131717491294, 1.13176, 1.15021447275425, 3.389 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 660, '2021-12-05 00:00:00', 0.200566963048921, 0.400239999999999, 0.15894566157443, 0.568839999999999, 0.204066304584237, 0.709159999999999, 0.354046409387245, 1.11388, 1.15125954646784, 3.39172 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 675, '2021-12-05 00:00:00', 0.112247746822227, 0.370159999999998, 0.192491748740909, 0.501359999999999, 0.255243458943285, 0.637839999999998, 0.352066224830878, 1.07128, 1.15680760428575, 3.3772 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 690, '2021-12-05 00:00:00', 0.144153563951782, 0.3844, 0.163244009588919, 0.468239999999999, 0.203787062068883, 0.641399999999998, 0.337516606998825, 1.05328, 1.16410635539313, 3.41724 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 705, '2021-12-05 00:00:00', 0.12392534042721, 0.342359999999999, 0.161686661993704, 0.462079999999999, 0.156923017219696, 0.607599999999999, 0.305548594062111, 1.03012, 1.26897953358857, 3.76484 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 720, '2021-12-05 00:00:00', 0.135177254003773, 0.329839999999998, 0.140950203972893, 0.436719999999997, 0.140172833792192, 0.58444, 0.330785111515014, 1.05204, 1.26746276999892, 3.77904 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 735, '2021-12-05 00:00:00', 0.107999228392303, 0.337199999999999, 0.106339519151317, 0.43848, 0.172698031256874, 0.587120000000001, 0.336408719665034, 1.04392, 1.25815400488176, 3.807 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 750, '2021-12-05 00:00:00', 0.122131418289209, 0.337, 0.134965526462626, 0.449880000000002, 0.182230549945211, 0.570160000000001, 0.373338572879901, 1.06924, 1.25993770613207, 3.83276 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 765, '2021-12-05 00:00:00', 0.122375555838028, 0.338880000000001, 0.154753298295492, 0.441200000000002, 0.163776443157536, 0.553160000000001, 0.398716866962009, 1.14416, 1.27494651129632, 3.83624 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 780, '2021-12-05 00:00:00', 0.123968504064542, 0.33576, 0.11585129836706, 0.42424, 0.150720901005799, 0.544039999999999, 0.487839358805744, 1.22236, 1.305208466108, 3.86584 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 795, '2021-12-05 00:00:00', 0.0935852908670312, 0.31704, 0.116570336421122, 0.41068, 0.130896434889061, 0.56828, 0.478339429694018, 1.30088, 1.32698176576269, 3.88824 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 810, '2021-12-05 00:00:00', 0.0881455614310783, 0.307160000000001, 0.111139207003347, 0.39944, 0.165557895210908, 0.5832, 0.474968307714665, 1.34068, 1.32952843519798, 3.89912 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 825, '2021-12-05 00:00:00', 0.118654498439798, 0.309159999999999, 0.121444541526849, 0.438879999999999, 0.227160552620093, 0.598, 0.515527454813673, 1.39516, 1.31899781147152, 3.93268 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 840, '2021-12-05 00:00:00', 0.145389706192242, 0.338799999999999, 0.227412620582058, 0.452399999999998, 0.235102977437546, 0.604919999999999, 0.492598897007831, 1.39356, 1.31618786399713, 3.94708 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 855, '2021-12-05 00:00:00', 0.138900443963771, 0.341599999999999, 0.159020438937889, 0.448600000000001, 0.190003929783918, 0.576919999999999, 0.472902625635904, 1.35968, 1.31668749519391, 3.95028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 870, '2021-12-05 00:00:00', 0.134154177472537, 0.329520000000001, 0.167306674503242, 0.456240000000001, 0.22132162117606, 0.562479999999999, 0.46839563761134, 1.34716, 1.29767551799362, 3.9452 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 885, '2021-12-05 00:00:00', 0.138466927459233, 0.32356, 0.151833538236231, 0.411559999999999, 0.190526682295856, 0.5408, 1.11963436293581, 1.80824, 1.30344068782076, 3.95828 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 900, '2021-12-05 00:00:00', 0.115608895274828, 0.313999999999998, 0.154162252189047, 0.394399999999999, 0.206376250248583, 0.570639999999998, 1.1346255799455, 1.83696, 1.3192271954949, 3.97432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 915, '2021-12-05 00:00:00', 0.0983596800862353, 0.29628, 0.108003672777055, 0.413280000000002, 0.178212653871716, 0.562000000000001, 1.1493827807422, 1.86288, 1.3217829398203, 3.98084 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 930, '2021-12-05 00:00:00', 0.108711774891222, 0.3088, 0.16543460943829, 0.418119999999999, 0.221090290756214, 0.629800000000001, 1.16344373879158, 1.9022, 1.31904002719149, 3.98452 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 945, '2021-12-05 00:00:00', 0.0977985514548495, 0.301840000000001, 0.147914671348044, 0.423800000000001, 0.283726235421869, 0.741080000000001, 1.19205980414854, 1.92808, 1.32242841394156, 3.98208 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 960, '2021-12-05 00:00:00', 0.114593658928697, 0.307040000000001, 0.197615805710643, 0.48856, 0.339900436402582, 0.79816, 1.1917213922166, 1.96772, 1.34423578412916, 3.98848 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 975, '2021-12-05 00:00:00', 0.177238041439567, 0.40564, 0.265706561203645, 0.62668, 0.395998598482367, 0.898160000000001, 1.19122206158214, 1.9638, 1.35291898993744, 3.97972 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 990, '2021-12-05 00:00:00', 0.228288246156769, 0.52324, 0.296965783663146, 0.689520000000001, 0.3434807515228, 0.894880000000002, 1.18357011903253, 1.96332, 1.35291898993744, 3.97972 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1005, '2021-12-05 00:00:00', 0.16484551353717, 0.42372, 0.247345190641202, 0.61032, 0.328450315877456, 0.791879999999999, 1.21273565682441, 1.97476, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1020, '2021-12-05 00:00:00', 0.21221628118502, 0.437999999999998, 0.209323617078118, 0.56272, 0.293459327107976, 0.728279999999997, 1.23483988435748, 1.95904, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1035, '2021-12-05 00:00:00', 0.132020856938086, 0.391440000000001, 0.236090116975135, 0.558279999999999, 0.235181114604609, 0.64736, 1.22714220447347, 1.96564, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1050, '2021-12-05 00:00:00', 0.190847478369508, 0.406519999999997, 0.185002090078283, 0.481759999999998, 0.253737088341454, 0.647519999999999, 1.19503576933914, 1.94964, 1.35022387402978, 3.95552 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1065, '2021-12-05 00:00:00', 0.112517302373161, 0.312679999999997, 0.149996633295554, 0.40836, 1.11538992733483, 1.33976, 1.16788755594592, 1.90252, 1.37043161449231, 3.95632 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1080, '2021-12-05 00:00:00', 0.136921291258886, 0.336760000000001, 0.168534546409136, 0.501319999999999, 1.11893228421861, 1.42096, 1.18017410015076, 1.91936, 1.37273467939001, 3.9586 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1095, '2021-12-05 00:00:00', 0.149581393673589, 0.380479999999999, 1.08743743421557, 1.26244, 1.07883756886753, 1.4704, 1.14226708493825, 1.87852, 1.38147236309671, 3.95784 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 600, '2021-12-05 00:00:00', 0.472849678504214, 0.900538461538461, 0.515252949082742, 1.01519230769231, 0.513712370884719, 1.191, 0.620727118293227, 1.57234615384615, 1.29711725168367, 3.87126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 615, '2021-12-05 00:00:00', 0.341967006955575, 0.613076923076924, 0.406211797730425, 0.811769230769233, 0.450176814835443, 0.990730769230771, 0.549526610260698, 1.41784615384616, 1.29557565524424, 3.85403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 630, '2021-12-05 00:00:00', 0.208285558419574, 0.574923076923078, 0.23269504639202, 0.689230769230769, 0.349148026795775, 0.902230769230769, 0.443913033756005, 1.29269230769231, 1.28464622906314, 3.84057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 645, '2021-12-05 00:00:00', 0.139558424490081, 0.492923076923076, 0.217241535198462, 0.66226923076923, 0.257566818813772, 0.789115384615385, 0.407074017083643, 1.22584615384615, 1.27960015389424, 3.85392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 660, '2021-12-05 00:00:00', 0.164520861431474, 0.497923076923077, 0.26969445959912, 0.641692307692309, 0.273695788450215, 0.821769230769233, 0.392875296323829, 1.21903846153846, 1.36419592998389, 3.94884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 675, '2021-12-05 00:00:00', 0.238557991659501, 0.460346153846153, 0.247992890716957, 0.593923076923078, 0.29802556679174, 0.817038461538462, 0.397858389959966, 1.17153846153846, 1.36031948962226, 3.95507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 690, '2021-12-05 00:00:00', 0.177752191374568, 0.443192307692308, 0.211816339167829, 0.587192307692309, 0.26246357109863, 0.739615384615385, 0.380065816162652, 1.12776923076923, 1.35224965662638, 3.94357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 705, '2021-12-05 00:00:00', 0.128102128727886, 0.427346153846156, 0.226693327240536, 0.563769230769231, 0.234994903381722, 0.65973076923077, 0.343317569964243, 1.08392307692308, 1.86852615880909, 4.31861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 720, '2021-12-05 00:00:00', 0.232833202099701, 0.430500000000002, 0.239708698215147, 0.517500000000002, 0.220113065351564, 0.647807692307694, 0.336567133547848, 1.08665384615385, 1.91347254367148, 4.31484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 735, '2021-12-05 00:00:00', 0.116343952935318, 0.390653846153848, 0.146815305217658, 0.473423076923078, 0.179007816760996, 0.63096153846154, 0.311993463935482, 1.07380769230769, 1.91332056785699, 4.31034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 750, '2021-12-05 00:00:00', 0.0921452031390601, 0.360538461538463, 0.163595787043743, 0.505307692307693, 0.204002760162323, 0.629384615384615, 0.336224094226545, 1.11980769230769, 1.91668374382582, 4.31557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 765, '2021-12-05 00:00:00', 0.15413740623223, 0.397500000000001, 0.177194738591797, 0.486846153846155, 0.194598869472565, 0.577000000000001, 0.31480345272273, 1.20642307692308, 1.93093513734029, 4.33323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 780, '2021-12-05 00:00:00', 0.118059417895596, 0.365115384615387, 0.161166020469103, 0.440384615384615, 0.211432389629915, 0.560153846153846, 0.276912371587946, 1.21169230769231, 1.94038885119611, 4.34057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 795, '2021-12-05 00:00:00', 0.115519195874041, 0.334730769230768, 0.128358254656497, 0.398807692307691, 0.206727081326677, 0.583384615384616, 0.29455358660966, 1.23815384615385, 1.95207795438604, 4.3575 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 810, '2021-12-05 00:00:00', 0.104783006549435, 0.333961538461539, 0.18208047671291, 0.4575, 0.199019848256399, 0.6005, 0.299009228054147, 1.25796153846154, 1.951031419926, 4.35980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 825, '2021-12-05 00:00:00', 0.109095159590854, 0.336076923076922, 0.154792034181845, 0.468576923076923, 0.202119751251959, 0.605076923076924, 0.275039499261189, 1.24561538461538, 2.00471705273798, 4.38469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 840, '2021-12-05 00:00:00', 0.140424126789579, 0.370846153846153, 0.14030260154395, 0.4475, 0.203704144438788, 0.59046153846154, 0.310700399841292, 1.25953846153846, 2.01431790822219, 4.38234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 855, '2021-12-05 00:00:00', 0.0903000553709674, 0.329499999999999, 0.110319563785605, 0.425384615384615, 0.217070484830652, 0.560653846153847, 0.325959877191138, 1.27980769230769, 2.01598710313335, 4.39 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 870, '2021-12-05 00:00:00', 0.103908687724441, 0.338846153846153, 0.186363020432209, 0.434153846153845, 0.202687193629834, 0.598538461538461, 0.351435920409178, 1.31038461538461, 2.0156939118214, 4.40088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 885, '2021-12-05 00:00:00', 0.161157734485864, 0.348153846153846, 0.189901286097642, 0.430538461538462, 0.22093858527097, 0.646461538461539, 0.510686289373277, 1.65061538461538, 2.01753044205419, 4.39626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 900, '2021-12-05 00:00:00', 0.103302341919985, 0.33057692307692, 0.154524864815193, 0.467423076923075, 0.247256665150889, 0.661461538461538, 0.590403180364585, 1.81865384615385, 2.01753044205419, 4.39626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 915, '2021-12-05 00:00:00', 0.174044998602263, 0.363692307692307, 0.220681911705164, 0.508884615384615, 0.260289341960944, 0.639692307692308, 0.611534137672184, 1.88719230769231, 2.02040811756894, 4.40319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 930, '2021-12-05 00:00:00', 0.127610181653106, 0.38403846153846, 0.190363845953359, 0.499076923076925, 0.242842832997932, 0.675192307692309, 0.619264213525895, 1.92461538461539, 2.02017319021453, 4.40696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 945, '2021-12-05 00:00:00', 0.148033426578649, 0.366153846153847, 0.167189491756649, 0.459384615384617, 0.238108808353207, 0.761730769230769, 0.793941874446739, 1.9915, 2.02270830171979, 4.42307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 960, '2021-12-05 00:00:00', 0.106246042460232, 0.332307692307693, 0.155029049387029, 0.511615384615386, 0.220471634317119, 0.794307692307693, 0.800685410229166, 2.01338461538462, 2.02444508940104, 4.43 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 975, '2021-12-05 00:00:00', 0.153583838292364, 0.447653846153848, 0.227519710050664, 0.651538461538461, 0.31879165368864, 0.862961538461538, 0.855865348863135, 2.04684615384615, 2.04071555474657, 4.44415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 990, '2021-12-05 00:00:00', 0.153792932717488, 0.537884615384616, 0.191728546086949, 0.659653846153846, 0.317376304190368, 0.836038461538461, 0.943656271351779, 2.05596153846154, 2.05680651047649, 4.42030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1005, '2021-12-05 00:00:00', 0.0925939439787414, 0.461038461538461, 0.168826246592351, 0.617692307692309, 0.210477219669967, 0.7315, 0.97557149168301, 2.04384615384615, 2.06631786965644, 4.40046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1020, '2021-12-05 00:00:00', 0.119622740313036, 0.445000000000001, 0.160019018100493, 0.550615384615385, 0.192428879969078, 0.671076923076925, 0.949032898027493, 2.02180769230769, 2.06087134857676, 4.38265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1035, '2021-12-05 00:00:00', 0.107005880499804, 0.395538461538461, 0.157909151096444, 0.5105, 0.192355024329016, 0.659153846153846, 0.971817678373881, 1.998, 2.07026469656567, 4.37992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1050, '2021-12-05 00:00:00', 0.138697013444637, 0.391692307692308, 0.201742013472655, 0.477000000000001, 0.305384612478204, 0.679192307692307, 0.991076891373914, 1.97873076923077, 2.11451756163469, 4.38503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1065, '2021-12-05 00:00:00', 0.118651065669953, 0.368346153846154, 0.167677533929313, 0.481653846153847, 0.385326770417007, 1.219, 0.9243892661561, 1.95234615384615, 2.11367289660585, 4.36892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1080, '2021-12-05 00:00:00', 0.148376008842399, 0.379, 0.27153614577352, 0.538961538461537, 0.481767867817624, 1.39296153846154, 0.888771041728623, 1.94973076923077, 2.09891104256835, 4.37873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1095, '2021-12-05 00:00:00', 0.264020313903772, 0.437615384615382, 0.373500917515092, 1.16284615384615, 0.528544895116628, 1.47288461538462, 0.876846405285176, 1.97953846153846, 2.11618761600994, 4.39611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 600, '2021-12-05 00:00:00', 0.283455566996908, 0.813461538461538, 0.380826633280005, 1.05173076923077, 0.480156493720053, 1.22753846153846, 0.747970267817151, 1.78119230769231, 2.13517259255546, 4.342 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 615, '2021-12-05 00:00:00', 0.229561883729725, 0.61753846153846, 0.280834744727489, 0.806076923076923, 0.386392644061214, 1.01034615384615, 0.574460629969206, 1.54184615384615, 2.0707686915361, 4.28142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 630, '2021-12-05 00:00:00', 0.201262603045412, 0.531346153846156, 0.197230766830671, 0.651846153846157, 0.352374514489257, 0.87596153846154, 0.52206411041616, 1.42984615384615, 2.04350886806154, 4.26842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 645, '2021-12-05 00:00:00', 0.103799636875013, 0.459730769230768, 0.303872706142661, 0.661307692307692, 0.371288834280724, 0.859038461538462, 0.509723655145986, 1.38226923076923, 2.03993478477961, 4.27138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 660, '2021-12-05 00:00:00', 0.251765116420354, 0.507076923076924, 0.280752976557961, 0.623076923076923, 0.385927296859833, 0.843961538461539, 0.471791611429647, 1.32673076923077, 2.05232060323467, 4.26946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 675, '2021-12-05 00:00:00', 0.128645870512815, 0.435999999999999, 0.212338630131574, 0.601423076923078, 0.301891180088759, 0.80573076923077, 0.393259563921063, 1.27073076923077, 2.04363698718354, 4.28184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 690, '2021-12-05 00:00:00', 0.178876704421271, 0.455653846153846, 0.245013355993881, 0.575769230769231, 0.292632352699, 0.754576923076923, 0.377840308148216, 1.27753846153846, 2.07856186710538, 4.30565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 705, '2021-12-05 00:00:00', 0.138697279658308, 0.393153846153847, 0.220298482832863, 0.558307692307692, 0.268251684344842, 0.712615384615383, 0.309015013327083, 1.22303846153846, 2.21504360644696, 4.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 720, '2021-12-05 00:00:00', 0.223671022159435, 0.448384615384614, 0.21577799132085, 0.546692307692307, 0.288334690674143, 0.723423076923075, 0.333142455091835, 1.20884615384615, 2.22831929800156, 4.31742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 735, '2021-12-05 00:00:00', 0.0765288482559664, 0.364230769230769, 0.181365063211872, 0.501384615384613, 0.198523554115027, 0.695192307692307, 0.320997074034112, 1.20980769230769, 2.26933471274326, 4.29896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 750, '2021-12-05 00:00:00', 0.146415383807115, 0.398769230769229, 0.174489250275021, 0.524461538461537, 0.179178162302649, 0.678423076923076, 0.289894646645719, 1.20011538461539, 2.27228393133767, 4.28023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 765, '2021-12-05 00:00:00', 0.121868428422433, 0.386076923076921, 0.10100257422462, 0.492999999999999, 0.212864637378204, 0.652076923076921, 0.360053442614375, 1.24019230769231, 2.25860386828814, 4.27607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 780, '2021-12-05 00:00:00', 0.0708258536020661, 0.345692307692308, 0.118687261969623, 0.466115384615383, 0.185545752184863, 0.610884615384614, 0.357634486807199, 1.22188461538461, 2.27691611277521, 4.27623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 795, '2021-12-05 00:00:00', 0.0968421157586676, 0.359653846153844, 0.157112331200913, 0.466730769230766, 0.17376931215308, 0.583423076923073, 0.339526650137875, 1.21911538461538, 2.27607655711449, 4.28157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 810, '2021-12-05 00:00:00', 0.108566038038534, 0.338230769230769, 0.120904978582992, 0.435576923076922, 0.155422268476759, 0.543807692307689, 0.309566816448655, 1.20257692307692, 2.2725614487757, 4.28846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 825, '2021-12-05 00:00:00', 0.0939047061981106, 0.333423076923078, 0.10850259833826, 0.408576923076922, 0.142933039728938, 0.519576923076922, 0.330467568523987, 1.21157692307692, 2.27219639589945, 4.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 840, '2021-12-05 00:00:00', 0.0987582596351007, 0.30507692307692, 0.111583325194844, 0.395038461538459, 0.149139485562495, 0.531884615384615, 0.339978243647809, 1.22338461538462, 2.27039895511441, 4.29615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 855, '2021-12-05 00:00:00', 0.0800321569985826, 0.300884615384614, 0.11649095045737, 0.393692307692307, 0.168100153296961, 0.540692307692307, 0.322444845611681, 1.23496153846154, 2.26933389752622, 4.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 870, '2021-12-05 00:00:00', 0.128738709736487, 0.329846153846154, 0.156657156285259, 0.42723076923077, 0.189807205829007, 0.611153846153846, 0.384413561355276, 1.30588461538462, 2.27490294636598, 4.29384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 885, '2021-12-05 00:00:00', 0.110227875854452, 0.330230769230771, 0.146499278023949, 0.434961538461538, 0.161008155550723, 0.629115384615384, 1.12466010797109, 2.20996153846154, 2.25232645536531, 4.35069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 900, '2021-12-05 00:00:00', 0.109184163405053, 0.333692307692307, 0.14865584415017, 0.489999999999998, 0.156501678536096, 0.641153846153844, 1.11227623090946, 2.22442307692308, 2.25655924465, 4.34723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 915, '2021-12-05 00:00:00', 0.153885131985367, 0.395076923076921, 0.160589969990464, 0.499461538461538, 0.181199066052949, 0.679692307692307, 1.11905754371875, 2.28888461538462, 2.24204519545471, 4.35653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 930, '2021-12-05 00:00:00', 0.121721978294802, 0.374, 0.130752737873968, 0.502038461538461, 0.150500212113318, 0.674923076923078, 1.13461022585529, 2.33373076923077, 2.23090876550342, 4.341 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 945, '2021-12-05 00:00:00', 0.0895129814393087, 0.397423076923076, 0.10607733753475, 0.508807692307692, 0.252672959802557, 0.758769230769232, 1.17466813120197, 2.35253846153846, 2.217722537962, 4.33915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 960, '2021-12-05 00:00:00', 0.0723265777301386, 0.34442307692308, 0.0846027550015155, 0.485115384615386, 0.223390837219985, 0.793884615384617, 1.18214206161787, 2.36742307692308, 2.21846694675538, 4.33607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 975, '2021-12-05 00:00:00', 0.069864396126742, 0.405076923076925, 0.211680950053105, 0.637769230769233, 0.227075968311524, 0.825846153846155, 1.20100814382687, 2.38519230769231, 2.22002218145537, 4.33838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 990, '2021-12-05 00:00:00', 0.154939596170697, 0.523038461538463, 0.174906445322592, 0.668769230769232, 0.221233691272026, 0.803884615384616, 1.22708512399852, 2.39030769230769, 2.22103030734699, 4.32111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1005, '2021-12-05 00:00:00', 0.119859250790248, 0.493, 0.159805362382349, 0.591923076923076, 0.265161712632413, 0.743576923076922, 1.23212880008545, 2.4045, 2.21326408761776, 4.30419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1020, '2021-12-05 00:00:00', 0.0957170911512774, 0.426807692307692, 0.120961589580519, 0.559115384615384, 0.224411394198589, 0.703076923076923, 1.23042994174332, 2.40780769230769, 2.20963374201386, 4.30192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1035, '2021-12-05 00:00:00', 0.120090280142132, 0.406346153846154, 0.198139966069056, 0.524615384615384, 0.225219414383807, 0.64223076923077, 1.23413986490748, 2.38738461538461, 2.2065692786628, 4.28730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1050, '2021-12-05 00:00:00', 0.119329227833689, 0.401769230769231, 0.175385171726514, 0.516038461538464, 0.384369927984048, 0.700192307692308, 1.23745768971959, 2.38657692307692, 2.19643364675908, 4.27226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1065, '2021-12-05 00:00:00', 0.170916628348894, 0.396576923076926, 0.194398559665445, 0.486000000000001, 1.12999141521586, 1.87703846153846, 1.23359859572902, 2.38884615384615, 2.189599873528, 4.25338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1080, '2021-12-05 00:00:00', 0.109384712755554, 0.338846153846155, 0.330548541762837, 0.50346153846154, 1.06576086508112, 1.91230769230769, 1.17393974488275, 2.38426923076923, 2.12121893114458, 4.25307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1095, '2021-12-05 00:00:00', 0.324007447682683, 0.443884615384617, 1.07467549592352, 1.77330769230769, 1.07106733035503, 1.97411538461539, 1.15901621412963, 2.37823076923077, 2.12050690202566, 4.25580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 600, '2021-12-05 00:00:00', 0.316458304459747, 0.999461538461541, 0.415020498103591, 1.14042307692308, 0.600426330586475, 1.33146153846154, 0.68426166385045, 1.73076923076923, 1.43056061576733, 3.77165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 615, '2021-12-05 00:00:00', 0.184095297228198, 0.590961538461539, 0.262625173086021, 0.776307692307693, 0.387690552651708, 0.935269230769231, 0.502651829339616, 1.43169230769231, 1.42626401483036, 3.704 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 630, '2021-12-05 00:00:00', 0.12524091246013, 0.499615384615385, 0.246217589823436, 0.634692307692305, 0.263512113281635, 0.804076923076923, 0.433237332363967, 1.31888461538462, 1.41155147212617, 3.67296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 645, '2021-12-05 00:00:00', 0.181431423789986, 0.469192307692307, 0.183338644212122, 0.589461538461538, 0.224183348726334, 0.750423076923078, 0.425240632330232, 1.30365384615385, 1.43041411970316, 3.69292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 660, '2021-12-05 00:00:00', 0.140948304762366, 0.454769230769231, 0.197427392690618, 0.577153846153847, 0.266013093951868, 0.768384615384616, 0.447897694362658, 1.31223076923077, 1.43522674702802, 3.69415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 675, '2021-12-05 00:00:00', 0.14319009957181, 0.441730769230769, 0.153688015648086, 0.554615384615385, 0.281984464929433, 0.785038461538463, 0.457691014348529, 1.31323076923077, 1.42877931169879, 3.68680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 690, '2021-12-05 00:00:00', 0.114313173074943, 0.406692307692308, 0.210089347293369, 0.562423076923078, 0.235780902208288, 0.787923076923078, 0.441232881123582, 1.27584615384615, 1.42422565843824, 3.67638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 705, '2021-12-05 00:00:00', 0.140770079862928, 0.421846153846153, 0.188662290879761, 0.577499999999998, 0.227398738241544, 0.742115384615385, 0.448564671608661, 1.24576923076923, 1.51810632494768, 3.87542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 720, '2021-12-05 00:00:00', 0.124071375239601, 0.417115384615385, 0.161875317641507, 0.554461538461541, 0.286276361903345, 0.758653846153848, 0.435603122119208, 1.219, 1.51690957744813, 3.88488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 735, '2021-12-05 00:00:00', 0.122642143591082, 0.410846153846156, 0.201629698667175, 0.549153846153847, 0.342798242971893, 0.756653846153847, 0.456978014956791, 1.17511538461539, 1.55245215261336, 3.87638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 750, '2021-12-05 00:00:00', 0.146457176728846, 0.409230769230768, 0.219146203392937, 0.532461538461537, 0.29289341983837, 0.731346153846152, 0.387545556627268, 1.12203846153846, 1.57441839273575, 3.87134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 765, '2021-12-05 00:00:00', 0.116925623960112, 0.362807692307693, 0.163838349037657, 0.492269230769232, 0.218552598844167, 0.62303846153846, 0.378697510706612, 1.11126923076923, 1.54131041599723, 3.90796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 780, '2021-12-05 00:00:00', 0.114201818657216, 0.366846153846154, 0.188521257728099, 0.480230769230769, 0.188910125151129, 0.598653846153847, 0.367027664017096, 1.13511538461538, 1.52696389156845, 3.93361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 795, '2021-12-05 00:00:00', 0.146241360034072, 0.363846153846154, 0.147442004243651, 0.439230769230768, 0.228027599544104, 0.588115384615384, 0.361298710849539, 1.19796153846154, 1.5283072647163, 3.93284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 810, '2021-12-05 00:00:00', 0.100341141190366, 0.35776923076923, 0.111105244631455, 0.464846153846154, 0.249935302397671, 0.601153846153848, 0.367656043271218, 1.22938461538462, 1.51220259733431, 3.94515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 825, '2021-12-05 00:00:00', 0.124014912254691, 0.373461538461538, 0.220347086346834, 0.482038461538462, 0.264770533452301, 0.622653846153848, 0.356898755305287, 1.24980769230769, 1.56501563373858, 3.98457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 840, '2021-12-05 00:00:00', 0.120991067693194, 0.353961538461539, 0.159526303594304, 0.441807692307694, 0.217372165792999, 0.612538461538462, 0.810141776765979, 1.37446153846154, 1.53277115006172, 3.97203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 855, '2021-12-05 00:00:00', 0.119555027562142, 0.338269230769231, 0.160494409200496, 0.469153846153845, 0.169222988981996, 0.618499999999999, 0.796500183012196, 1.39830769230769, 1.52612725399444, 3.96865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 870, '2021-12-05 00:00:00', 0.117501083464728, 0.362230769230768, 0.151766546430313, 0.461269230769231, 0.166819464829962, 0.596423076923077, 0.825133115601075, 1.48653846153846, 1.53125678296771, 3.96084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 885, '2021-12-05 00:00:00', 0.113987698391603, 0.351653846153846, 0.129742259291851, 0.446576923076923, 0.161469639918424, 0.578730769230768, 1.17572227228137, 2.20630769230769, 1.53294882297034, 3.95357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 900, '2021-12-05 00:00:00', 0.106735308843168, 0.335884615384614, 0.142717499331318, 0.444269230769232, 0.152201768917245, 0.57046153846154, 1.19379016646078, 2.22719230769231, 1.55832541679053, 3.94623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 915, '2021-12-05 00:00:00', 0.127148973800268, 0.386307692307694, 0.13835562316559, 0.493038461538461, 0.183707426255822, 0.601461538461539, 1.15741666455284, 2.27084615384615, 1.54849566950042, 3.93903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 930, '2021-12-05 00:00:00', 0.0953595382668223, 0.373192307692305, 0.0924886770616573, 0.440653846153844, 0.183758574891496, 0.628423076923076, 1.16338096743269, 2.29965384615384, 1.55614478315928, 3.95588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 945, '2021-12-05 00:00:00', 0.0938488883586498, 0.342576923076923, 0.170894231797151, 0.458961538461539, 0.210850574140514, 0.738730769230771, 1.15515401637118, 2.33480769230769, 1.54523703533944, 3.96015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 960, '2021-12-05 00:00:00', 0.133972999575976, 0.366730769230769, 0.154769391726481, 0.520730769230768, 0.225229472726407, 0.800653846153847, 1.15049817236508, 2.36126923076923, 1.53239129618234, 3.96826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 975, '2021-12-05 00:00:00', 0.145729470120283, 0.422038461538461, 0.199212098026198, 0.635500000000001, 0.25904220030424, 0.866692307692308, 1.1505889274628, 2.405, 1.52671190975397, 3.96915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 990, '2021-12-05 00:00:00', 0.170996270764553, 0.55373076923077, 0.183393716862424, 0.677153846153846, 0.242993865069756, 0.860538461538461, 1.13925449105308, 2.41234615384615, 1.5230683160596, 3.97415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1005, '2021-12-05 00:00:00', 0.134926441498265, 0.48676923076923, 0.195100072940887, 0.650961538461538, 0.19529193925624, 0.782307692307692, 1.11803052455921, 2.41557692307692, 1.53192026504696, 3.94746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1020, '2021-12-05 00:00:00', 0.143225674535517, 0.471076923076922, 0.182055600129362, 0.585807692307692, 0.861194727376763, 0.883038461538461, 1.11343325177302, 2.38661538461538, 1.53585191794201, 3.92592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1035, '2021-12-05 00:00:00', 0.142744510873853, 0.433346153846153, 0.17751441111596, 0.553384615384617, 0.861815521933872, 0.912076923076924, 1.09997276399848, 2.37980769230769, 1.544843350784, 3.91453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1050, '2021-12-05 00:00:00', 0.127457311103941, 0.394384615384616, 0.891219738077238, 0.662692307692307, 0.903033734781733, 0.962615384615384, 1.11576070015035, 2.3315, 1.54283119820473, 3.88988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1065, '2021-12-05 00:00:00', 0.90499557924972, 0.549961538461537, 0.89089776068862, 0.6955, 1.23587751758074, 1.82503846153846, 1.1283081139476, 2.283, 1.54500202090981, 3.86873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1080, '2021-12-05 00:00:00', 0.342492081884892, 0.456884615384618, 0.443311491461184, 0.680961538461539, 1.08831057855036, 1.74334615384615, 1.00742088752189, 2.13926923076923, 1.4779096448909, 3.79603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1095, '2021-12-05 00:00:00', 0.344484533536928, 0.493923076923077, 1.07912448558293, 1.55284615384615, 1.0643555392096, 1.71192307692308, 0.995460827958588, 2.0685, 1.45873195091332, 3.76523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 600, '2021-12-05 00:00:00', 0.485394748157068, 0.973307692307691, 0.588963262534588, 1.12273076923077, 0.650968482044548, 1.30526923076923, 0.650538607616796, 1.699, 1.34024967880558, 3.65819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 615, '2021-12-05 00:00:00', 0.254785704827834, 0.628653846153848, 0.310494892810717, 0.818038461538462, 0.329949126614764, 0.975115384615386, 0.474037642127549, 1.41238461538462, 1.32505178766718, 3.448 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 630, '2021-12-05 00:00:00', 0.210290231676276, 0.592692307692308, 0.265240071227211, 0.702846153846153, 0.304035888569854, 0.854307692307692, 0.445935450658328, 1.29488461538461, 1.33947801084544, 3.42930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 645, '2021-12-05 00:00:00', 0.177302470805815, 0.478615384615386, 0.174400529286423, 0.597769230769231, 0.276759545732113, 0.784615384615385, 0.349008540781544, 1.19680769230769, 1.35728496866128, 3.37861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 660, '2021-12-05 00:00:00', 0.140971486478648, 0.456, 0.189680155890016, 0.581807692307692, 0.283584530878968, 0.765884615384616, 0.362260163630845, 1.17788461538462, 1.35807966062944, 3.38626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 675, '2021-12-05 00:00:00', 0.117101586404547, 0.418307692307691, 0.233734076380701, 0.548461538461537, 0.33789238159281, 0.793692307692309, 0.344754523593908, 1.14319230769231, 1.34843857280018, 3.38223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 690, '2021-12-05 00:00:00', 0.171250154407567, 0.416846153846154, 0.183730961337074, 0.542115384615386, 0.289162621267792, 0.758692307692308, 0.311402732066472, 1.14069230769231, 1.33304048123656, 3.39973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 705, '2021-12-05 00:00:00', 0.119555284926456, 0.399884615384618, 0.2127220251878, 0.5855, 0.282258288697535, 0.757692307692309, 0.318354393718699, 1.158, 1.33068269118351, 3.51223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 720, '2021-12-05 00:00:00', 0.197851307804621, 0.448500000000001, 0.245101438968877, 0.555653846153847, 0.288685263805518, 0.771692307692308, 0.344962151770086, 1.15661538461538, 1.34617380978604, 3.53438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 735, '2021-12-05 00:00:00', 0.154761797114643, 0.427576923076923, 0.19762172490353, 0.574884615384617, 0.237489591674764, 0.705115384615385, 0.375444032498138, 1.11369230769231, 1.33218346391871, 3.51969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 750, '2021-12-05 00:00:00', 0.138022963529764, 0.414461538461539, 0.182354451971557, 0.535884615384614, 0.176663526338805, 0.619807692307692, 0.3807630739207, 1.09796153846154, 1.31034826609629, 3.49146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 765, '2021-12-05 00:00:00', 0.160479900490806, 0.402038461538461, 0.161999377966519, 0.477038461538462, 0.155099451965507, 0.571, 0.392192097751169, 1.16819230769231, 1.31147622987932, 3.49069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 780, '2021-12-05 00:00:00', 0.135536251182536, 0.366346153846152, 0.148065209127079, 0.462115384615386, 0.154998243166222, 0.559846153846152, 0.408399487681439, 1.25669230769231, 1.29910323862863, 3.50376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 795, '2021-12-05 00:00:00', 0.11172548776078, 0.36376923076923, 0.141297351491318, 0.450692307692304, 0.220434131100077, 0.563615384615383, 0.431339454044475, 1.29573076923077, 1.29581631236245, 3.50834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 810, '2021-12-05 00:00:00', 0.12839765753914, 0.36303846153846, 0.15585514477824, 0.447884615384614, 0.246189507993647, 0.542076923076922, 0.458029130749764, 1.33573076923077, 1.2851938860014, 3.52673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 825, '2021-12-05 00:00:00', 0.0941090120756038, 0.330115384615383, 0.154810832457404, 0.410076923076922, 0.206274995688171, 0.51957692307692, 0.441623891494179, 1.33169230769231, 1.26750974992457, 3.53361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 840, '2021-12-05 00:00:00', 0.094679256114852, 0.311192307692307, 0.126053614966625, 0.374076923076921, 0.162585858974457, 0.520807692307691, 0.445445602307831, 1.32223076923077, 1.26300741699509, 3.53515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 855, '2021-12-05 00:00:00', 0.0971507393376183, 0.305115384615383, 0.12561952322543, 0.401230769230767, 0.183211643063004, 0.537884615384613, 0.422477571548524, 1.32453846153846, 1.26256666297726, 3.53546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 870, '2021-12-05 00:00:00', 0.114467657508069, 0.33926923076923, 0.135105861627665, 0.412923076923075, 0.234913460334128, 0.574423076923075, 0.442913127443225, 1.35496153846154, 1.26565780586163, 3.54080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 885, '2021-12-05 00:00:00', 0.0792789136772572, 0.292884615384616, 0.112606414628053, 0.399269230769231, 0.201296811087128, 0.576615384615385, 0.621858588921456, 1.71223076923077, 1.31282692748834, 3.51730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 900, '2021-12-05 00:00:00', 0.0971205753372889, 0.324615384615384, 0.186957950846215, 0.463653846153844, 0.260269103340843, 0.645615384615383, 0.634246767069775, 1.76880769230769, 1.32114494458988, 3.52273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 915, '2021-12-05 00:00:00', 0.184550385031798, 0.365730769230768, 0.216611911029842, 0.467999999999999, 0.288507917502342, 0.65253846153846, 0.616340819801712, 1.79238461538462, 1.32845454512435, 3.51503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 930, '2021-12-05 00:00:00', 0.143138512798457, 0.376923076923076, 0.22484501670809, 0.503192307692308, 0.261039295597719, 0.678923076923075, 0.657329337898087, 1.77246153846154, 1.37860978358077, 3.50015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 945, '2021-12-05 00:00:00', 0.160397947425961, 0.362307692307692, 0.191115530906952, 0.476884615384613, 0.234634170244136, 0.749923076923077, 0.680148214616604, 1.74907692307692, 1.40046097960087, 3.49834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 960, '2021-12-05 00:00:00', 0.11794981983878, 0.351999999999998, 0.213363081659842, 0.505730769230767, 0.268093499763393, 0.847730769230768, 0.651326565852043, 1.76415384615385, 1.36635086832944, 3.52215384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 975, '2021-12-05 00:00:00', 0.157725569850342, 0.417653846153845, 0.213035313071296, 0.610730769230769, 0.263740808078981, 0.864423076923077, 0.618972582964333, 1.77853846153846, 1.35446475832281, 3.51030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 990, '2021-12-05 00:00:00', 0.195488783860826, 0.505230769230768, 0.24359191599571, 0.68830769230769, 0.290921318995623, 0.854576923076922, 0.623984787783016, 1.75284615384615, 1.34037287865957, 3.51142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1005, '2021-12-05 00:00:00', 0.147421034925351, 0.506807692307692, 0.164477653380448, 0.619538461538462, 0.227466842892286, 0.74073076923077, 0.632929511204719, 1.71738461538462, 1.33169747546275, 3.50561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1020, '2021-12-05 00:00:00', 0.132937972812078, 0.419769230769231, 0.182652035723246, 0.538384615384615, 0.190002222659064, 0.666269230769231, 0.631836040075636, 1.67369230769231, 1.3656062778685, 3.50288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1035, '2021-12-05 00:00:00', 0.120490638002104, 0.379076923076923, 0.120980081005098, 0.4745, 0.194754444997163, 0.610576923076923, 0.633283613702909, 1.68315384615384, 1.3837862329354, 3.48753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1050, '2021-12-05 00:00:00', 0.106948276499222, 0.378576923076923, 0.155616832192209, 0.471961538461538, 0.236300034180797, 0.628884615384613, 0.647244193603808, 1.68738461538462, 1.39505209001175, 3.48442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1065, '2021-12-05 00:00:00', 0.108233707247862, 0.372846153846154, 0.148188388416696, 0.480961538461538, 0.636018746700005, 1.21561538461538, 0.645709265369961, 1.66984615384615, 1.39087006582211, 3.4975 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1080, '2021-12-05 00:00:00', 0.112022834210777, 0.379346153846152, 0.165371176913773, 0.498115384615383, 0.635527352192348, 1.28015384615385, 0.656454782554336, 1.66780769230769, 1.39175813769712, 3.49892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1095, '2021-12-05 00:00:00', 0.12663554610954, 0.381192307692305, 0.647404645785474, 1.14884615384615, 0.652221001949964, 1.34165384615384, 0.658681909924311, 1.67653846153846, 1.37000916560662, 3.52892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:50:54 Duration: 3s985ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 600, '2021-12-05 00:00:00', 0.222559036247429, 0.454730769230768, 0.245340366398634, 0.620846153846154, 0.362898765286071, 0.806076923076923, 0.484067765440401, 1.19119230769231, 1.00970773227473, 2.73376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 615, '2021-12-05 00:00:00', 0.207956789150645, 0.375115384615385, 0.306748408559598, 0.586884615384616, 0.347513163004708, 0.730961538461539, 0.470358423071009, 1.11461538461538, 1.03945769292676, 2.69915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 630, '2021-12-05 00:00:00', 0.199577353424681, 0.304000000000001, 0.210617294198233, 0.423269230769231, 0.280200074122871, 0.652807692307693, 0.3504178165474, 0.990384615384615, 1.04668927796906, 2.68026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 645, '2021-12-05 00:00:00', 0.138519001751218, 0.242923076923078, 0.132046338020467, 0.400346153846154, 0.225006519563665, 0.587576923076925, 0.276277730943675, 0.929230769230769, 1.05550635314927, 2.66269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 660, '2021-12-05 00:00:00', 0.13894341958565, 0.250923076923075, 0.191092844933074, 0.408346153846152, 0.213314145371059, 0.53773076923077, 0.267395449014838, 0.906615384615383, 1.05166809622399, 2.67223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 675, '2021-12-05 00:00:00', 0.133114785631976, 0.251115384615384, 0.164322015005247, 0.395730769230769, 0.185177872909765, 0.49773076923077, 0.297353299318143, 0.880230769230769, 1.04501662261347, 2.66869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 690, '2021-12-05 00:00:00', 0.112598162302261, 0.264115384615385, 0.115169894570521, 0.335769230769231, 0.147853732295964, 0.448615384615384, 0.285615728935549, 0.864230769230769, 1.04538006412096, 2.67603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 705, '2021-12-05 00:00:00', 0.0825512894182482, 0.196346153846154, 0.0934090178483029, 0.316269230769231, 0.120153549196913, 0.404346153846154, 0.265185267603324, 0.846115384615384, 1.06502279137765, 2.89788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 720, '2021-12-05 00:00:00', 0.0977597132691248, 0.238807692307692, 0.104448618210839, 0.297076923076921, 0.178614569997481, 0.450269230769228, 0.266990383001683, 0.844230769230768, 1.06748085048578, 2.95638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 735, '2021-12-05 00:00:00', 0.08373934834675, 0.200038461538461, 0.111760465006465, 0.281192307692307, 0.182642639726199, 0.471423076923076, 0.267383032658855, 0.823615384615384, 1.06851676348392, 2.97907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 750, '2021-12-05 00:00:00', 0.100552481513197, 0.190192307692307, 0.132006340174076, 0.313076923076922, 0.149476604806958, 0.458846153846151, 0.402643694369334, 0.874769230769229, 1.07606780455508, 2.998 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 765, '2021-12-05 00:00:00', 0.0929482651801517, 0.2105, 0.122466730175994, 0.3155, 0.137379832805031, 0.420461538461537, 0.462676948271187, 0.886038461538461, 1.08088867426477, 3.00038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 780, '2021-12-05 00:00:00', 0.105260036978025, 0.208653846153847, 0.132647647779895, 0.28403846153846, 0.212103356517886, 0.430076923076923, 0.473119462877873, 0.888884615384615, 1.08112256759067, 3.00538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 795, '2021-12-05 00:00:00', 0.101749503873294, 0.192807692307688, 0.116865109618541, 0.287423076923075, 0.251661983315227, 0.446923076923073, 0.479468733239037, 0.909884615384615, 1.10469123566445, 3.02538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 810, '2021-12-05 00:00:00', 0.0934979144152427, 0.182500000000001, 0.193007755922279, 0.287076923076924, 0.208279989067971, 0.422923076923078, 0.486664567786131, 0.897192307692309, 1.1067108662783, 3.02230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 825, '2021-12-05 00:00:00', 0.170404441978939, 0.196923076923077, 0.174373551276034, 0.291846153846153, 0.209445950435538, 0.433615384615384, 0.501561383619655, 0.902692307692309, 1.10481582453993, 3.02861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 840, '2021-12-05 00:00:00', 0.105821097213102, 0.196230769230768, 0.146446445974156, 0.303807692307693, 0.189046465594695, 0.423615384615384, 0.502572814471848, 0.883923076923078, 1.09868659561524, 3.02734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 855, '2021-12-05 00:00:00', 0.105363758183076, 0.187192307692308, 0.140681358450167, 0.274730769230769, 0.18119124193472, 0.388115384615385, 0.497894040318436, 0.841653846153847, 1.09766537776249, 3.02080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 870, '2021-12-05 00:00:00', 0.0722404638369976, 0.149269230769232, 0.0922679459300672, 0.239576923076924, 0.176951588338122, 0.35723076923077, 0.495593016962042, 0.841038461538462, 1.0976991685409, 3.02076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 885, '2021-12-05 00:00:00', 0.0820630151867347, 0.172538461538461, 0.123887989111753, 0.257923076923078, 0.150155739663345, 0.358115384615385, 0.618534958902581, 1.16115384615385, 1.0976991685409, 3.02076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 900, '2021-12-05 00:00:00', 0.118007718130898, 0.193692307692309, 0.141776861516746, 0.263038461538463, 0.134126352599102, 0.357038461538462, 0.613242039052721, 1.19296153846154, 1.09896890975832, 3.02023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 915, '2021-12-05 00:00:00', 0.0748848141121781, 0.168153846153846, 0.075658666695587, 0.243076923076923, 0.175294569664454, 0.390115384615382, 0.620797601105596, 1.23230769230769, 1.09979198872402, 3.02246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 930, '2021-12-05 00:00:00', 0.0741995645850799, 0.173846153846155, 0.112245150657627, 0.254423076923077, 0.419639061025617, 0.454692307692307, 0.634931871572425, 1.23519230769231, 1.09979242586954, 3.0215 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 945, '2021-12-05 00:00:00', 0.0870793802317057, 0.172461538461538, 0.156699693190999, 0.273076923076922, 0.455013144357897, 0.478807692307692, 0.648033997208836, 1.24469230769231, 1.08549394357521, 3.00830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 960, '2021-12-05 00:00:00', 0.124287390288055, 0.181653846153846, 0.377058634493568, 0.328576923076923, 0.430372298579516, 0.498653846153848, 0.646259548954895, 1.27926923076923, 1.06660179001422, 2.99753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 975, '2021-12-05 00:00:00', 0.277335287221915, 0.23830769230769, 0.335441825748576, 0.369538461538462, 0.33182211406809, 0.531653846153848, 0.569636792513102, 1.27134615384615, 1.01312930073116, 2.9725 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 990, '2021-12-05 00:00:00', 0.148346911507608, 0.258384615384615, 0.159614617607055, 0.355115384615386, 0.206701345312134, 0.491384615384617, 0.458812670001434, 1.24788461538461, 0.946834740677509, 2.93288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1005, '2021-12-05 00:00:00', 0.103642967032909, 0.224230769230771, 0.160367903943978, 0.361769230769233, 0.236935590079149, 0.493076923076924, 0.435410639070045, 1.22923076923077, 0.938984355567226, 2.9435 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1020, '2021-12-05 00:00:00', 0.135081109537368, 0.258884615384615, 0.167755463054458, 0.344846153846154, 0.19909883513935, 0.456115384615383, 0.424165033194174, 1.22884615384615, 0.933788252228522, 2.9335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1035, '2021-12-05 00:00:00', 0.0897734927470247, 0.207, 0.145862680417102, 0.298807692307691, 0.152096270120656, 0.362346153846152, 0.422310124835365, 1.20580769230769, 0.926346673767439, 2.911 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1050, '2021-12-05 00:00:00', 0.134749910803452, 0.212461538461539, 0.116214635646555, 0.263807692307691, 0.163613978150258, 0.360576923076922, 0.40123636617144, 1.17369230769231, 0.921835774628331, 2.90365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1065, '2021-12-05 00:00:00', 0.0840835573425896, 0.172730769230767, 0.117222523432998, 0.249, 0.348904306916116, 0.814153846153846, 0.420037514808086, 1.16307692307692, 0.926617557820667, 2.90246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1080, '2021-12-05 00:00:00', 0.110041838197324, 0.198615384615386, 0.128194611671234, 0.264461538461539, 0.320420716222618, 0.873346153846153, 0.422575932184429, 1.15646153846154, 0.924758573067337, 2.91353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1095, '2021-12-05 00:00:00', 0.0854993297319645, 0.177153846153846, 0.323008999636471, 0.778576923076922, 0.30086864243387, 0.916499999999999, 0.4082712993172, 1.13642307692307, 0.928271866675672, 2.91453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 600, '2021-12-05 00:00:00', 0.209581106018649, 0.570999999999999, 0.213891608063522, 0.669499999999999, 0.261031527715597, 0.77653846153846, 0.387074049763093, 1.059, 0.932790322716656, 2.88488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 615, '2021-12-05 00:00:00', 0.135286709791294, 0.400423076923076, 0.196216807090056, 0.538653846153844, 0.23370473152776, 0.664307692307691, 0.35436769257152, 0.948692307692307, 0.915398173138123, 2.83984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 630, '2021-12-05 00:00:00', 0.15306692854887, 0.349730769230767, 0.134669744189258, 0.420499999999998, 0.20839913258346, 0.592961538461535, 0.283631074027243, 0.872115384615383, 0.913390690693829, 2.81507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 645, '2021-12-05 00:00:00', 0.115225885179436, 0.29426923076923, 0.155360469182528, 0.439346153846152, 0.189894351193986, 0.599230769230766, 0.254360776487619, 0.85726923076923, 0.930966736578372, 2.80176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 660, '2021-12-05 00:00:00', 0.126475902234984, 0.327923076923076, 0.144644545750554, 0.452730769230766, 0.211343686553807, 0.586076923076921, 0.280906863842531, 0.836884615384614, 0.930966736578372, 2.80176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 675, '2021-12-05 00:00:00', 0.0930806846029492, 0.287423076923075, 0.133206583343896, 0.381076923076921, 0.182949560093653, 0.494307692307691, 0.255580160539779, 0.795538461538461, 0.939724781313861, 2.78976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 690, '2021-12-05 00:00:00', 0.114323993040024, 0.252846153846152, 0.150542797390488, 0.354576923076922, 0.163757630474007, 0.448192307692307, 0.254284168719838, 0.772038461538461, 0.932794732964414, 2.77757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 705, '2021-12-05 00:00:00', 0.0955982297872809, 0.231692307692308, 0.132577971252914, 0.308961538461538, 0.148476576759279, 0.435576923076922, 0.241135483781341, 0.76480769230769, 1.31034432644483, 3.12842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 720, '2021-12-05 00:00:00', 0.0934628515260735, 0.216769230769229, 0.120228097317622, 0.311653846153845, 0.14026629618748, 0.424923076923077, 0.262856661729134, 0.788230769230767, 1.42727520067489, 3.17546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 735, '2021-12-05 00:00:00', 0.0819178951051688, 0.229307692307692, 0.0925231613414452, 0.331846153846153, 0.150700028074113, 0.44353846153846, 0.255627108229035, 0.787461538461537, 1.42262282638577, 3.20111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 750, '2021-12-05 00:00:00', 0.0927100774540631, 0.229961538461538, 0.126783892449378, 0.320653846153846, 0.142437964904565, 0.423423076923076, 0.308577961723676, 0.794961538461537, 1.44218450329299, 3.20530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 765, '2021-12-05 00:00:00', 0.0950458027236598, 0.21923076923077, 0.106489840613299, 0.314615384615384, 0.121753951128429, 0.415230769230768, 0.302258160162162, 0.784346153846154, 1.44673575546948, 3.19988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 780, '2021-12-05 00:00:00', 0.082234261996771, 0.217923076923076, 0.0812695514937787, 0.269499999999999, 0.147307632054616, 0.386461538461539, 0.302338264455304, 0.784884615384615, 1.44673575546948, 3.19988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 795, '2021-12-05 00:00:00', 0.0676174874968349, 0.181269230769229, 0.123870956427055, 0.287423076923075, 0.179127165830482, 0.388692307692306, 0.296194229414519, 0.829692307692307, 1.51278440784382, 3.23776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 810, '2021-12-05 00:00:00', 0.0833072256539229, 0.222423076923076, 0.110816577487999, 0.286923076923076, 0.146345323964089, 0.380076923076923, 0.306933708703461, 0.840692307692307, 1.54381425746055, 3.24930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 825, '2021-12-05 00:00:00', 0.0714076918933687, 0.170538461538463, 0.107515608884692, 0.242384615384616, 0.133736388236192, 0.342307692307694, 0.294780429368135, 0.832692307692307, 1.54433326066623, 3.2435 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 840, '2021-12-05 00:00:00', 0.0652372239186747, 0.177846153846155, 0.111716433609659, 0.265807692307693, 0.131056987017685, 0.376576923076923, 0.308789938556693, 0.845115384615383, 1.54439955770719, 3.24107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 855, '2021-12-05 00:00:00', 0.0994711322638194, 0.188115384615384, 0.109345577800912, 0.238153846153847, 0.164671477143482, 0.374153846153847, 0.310507259917603, 0.853038461538462, 1.54411802856966, 3.23761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 870, '2021-12-05 00:00:00', 0.0724736238492744, 0.156884615384616, 0.102372652598242, 0.257999999999999, 0.1703632002517, 0.394500000000001, 0.314888847299877, 0.862884615384617, 1.54487830538898, 3.24146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 885, '2021-12-05 00:00:00', 0.0559164899305545, 0.181576923076923, 0.105413121355203, 0.249615384615385, 0.147835714431724, 0.400038461538461, 0.650979958335004, 1.41588461538462, 1.53961666607683, 3.24603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 900, '2021-12-05 00:00:00', 0.0801571917211133, 0.179153846153848, 0.133826621474896, 0.273269230769233, 0.16820063568891, 0.404423076923077, 0.69826339310739, 1.51861538461539, 1.53783660430439, 3.24530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 915, '2021-12-05 00:00:00', 0.115008608373463, 0.2035, 0.129606154887086, 0.295346153846153, 0.152972461071114, 0.386423076923077, 0.731523741662144, 1.58176923076923, 1.52806134844625, 3.26273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 930, '2021-12-05 00:00:00', 0.0792219957801144, 0.21226923076923, 0.109353857516987, 0.286884615384616, 0.181567160704114, 0.381076923076923, 0.777434317779668, 1.62396153846154, 1.52934363045066, 3.2575 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 945, '2021-12-05 00:00:00', 0.0579626935722782, 0.186923076923078, 0.0616601604329359, 0.235153846153847, 0.150394619380022, 0.421692307692308, 0.841404358109793, 1.64357692307692, 1.53348607227002, 3.24642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 960, '2021-12-05 00:00:00', 0.042360667533056, 0.163884615384615, 0.114239074549147, 0.255384615384614, 0.211288417535404, 0.482346153846153, 0.857083265858916, 1.65926923076923, 1.54079310047181, 3.24346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 975, '2021-12-05 00:00:00', 0.0972437065394892, 0.195461538461538, 0.147003150149398, 0.362384615384616, 0.268239597260473, 0.562192307692308, 0.845305174751425, 1.68896153846154, 1.54444571884593, 3.24446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 990, '2021-12-05 00:00:00', 0.145827152689541, 0.324038461538462, 0.206513389396426, 0.4305, 0.295946141149935, 0.596038461538462, 0.835961170426915, 1.69796153846154, 1.575130859521, 3.25276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1005, '2021-12-05 00:00:00', 0.0986369333230947, 0.260730769230769, 0.146391871359033, 0.3825, 0.210846385934258, 0.512961538461538, 0.814518984054156, 1.65715384615385, 1.55307568986883, 3.24146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1020, '2021-12-05 00:00:00', 0.105183385643287, 0.271769230769231, 0.163948045241355, 0.367807692307692, 0.188605245053096, 0.466461538461537, 0.809757627555687, 1.66015384615385, 1.52707223948816, 3.23776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1035, '2021-12-05 00:00:00', 0.149650654731406, 0.261961538461538, 0.146308593785139, 0.319730769230769, 0.159302054648973, 0.413230769230769, 0.810016768107541, 1.62473076923077, 1.51688549387831, 3.23880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1050, '2021-12-05 00:00:00', 0.0859394867602506, 0.203346153846151, 0.14224417251819, 0.307269230769228, 0.143332834823222, 0.393307692307692, 0.805696010625882, 1.60830769230769, 1.503542755781, 3.23846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1065, '2021-12-05 00:00:00', 0.129024511684349, 0.247730769230768, 0.128565242342015, 0.310307692307692, 0.585604593561217, 1.0615, 0.797717231566713, 1.59369230769231, 1.4856002014208, 3.24996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1080, '2021-12-05 00:00:00', 0.134323770735546, 0.210346153846154, 0.1475957316456, 0.2795, 0.629561826865442, 1.14757692307692, 0.772169101647081, 1.58019230769231, 1.48288265005905, 3.23507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1095, '2021-12-05 00:00:00', 0.122781939288256, 0.203730769230769, 0.550712606887306, 0.995846153846154, 0.658033491081278, 1.20965384615385, 0.74513271197924, 1.56903846153846, 1.49223204681392, 3.23180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 600, '2021-12-05 00:00:00', 0.189364248108081, 0.57246153846154, 0.276403295093351, 0.733307692307692, 0.394151780604688, 0.916115384615386, 0.528310009515102, 1.33988461538462, 1.51893190813099, 3.14169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 615, '2021-12-05 00:00:00', 0.189905871420554, 0.461, 0.293268519646048, 0.63176923076923, 0.365874221767326, 0.786115384615385, 0.480304755818158, 1.23146153846154, 1.53019369563263, 3.11511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 630, '2021-12-05 00:00:00', 0.177266630987161, 0.373461538461537, 0.24895052644127, 0.51173076923077, 0.289609469139711, 0.687269230769231, 0.457777703862745, 1.15611538461539, 1.5208330131366, 3.10342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 645, '2021-12-05 00:00:00', 0.148376568749403, 0.346384615384614, 0.197552660944249, 0.496576923076923, 0.308606478320754, 0.67403846153846, 0.411286097316885, 1.08557692307692, 1.53837272916746, 3.06957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 660, '2021-12-05 00:00:00', 0.122598105142843, 0.334846153846155, 0.153936135608747, 0.431423076923078, 0.264546942177348, 0.62973076923077, 0.406208146719805, 1.02446153846154, 1.56225961843242, 3.04034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 675, '2021-12-05 00:00:00', 0.0993237441594207, 0.286384615384616, 0.184214891238049, 0.422384615384615, 0.244453214022959, 0.580576923076923, 0.402049227755087, 0.978307692307694, 1.56056266972969, 3.02038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 690, '2021-12-05 00:00:00', 0.120613285401668, 0.29626923076923, 0.159503923269808, 0.407307692307692, 0.230694256538821, 0.599999999999999, 0.401777805030821, 0.93473076923077, 1.56639758633035, 3.00996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 705, '2021-12-05 00:00:00', 0.127135760266187, 0.276692307692308, 0.174418823966469, 0.374384615384614, 0.207516394162374, 0.553423076923077, 0.354432159072249, 0.874653846153848, 1.5805481269289, 3.07669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 720, '2021-12-05 00:00:00', 0.100999809596167, 0.253192307692305, 0.183074180005306, 0.394346153846153, 0.217823358216274, 0.542153846153847, 0.352112936428074, 0.858000000000001, 1.56578832688693, 3.14726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 735, '2021-12-05 00:00:00', 0.129347456934353, 0.268730769230771, 0.163764483798676, 0.372615384615386, 0.217958715215661, 0.503807692307694, 0.314633129460086, 0.807384615384617, 1.54763557079824, 3.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 750, '2021-12-05 00:00:00', 0.086224617223763, 0.234730769230768, 0.119166205844547, 0.341769230769232, 0.158506258066216, 0.472923076923078, 0.286994644817368, 0.765384615384616, 1.54519968936057, 3.193 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 765, '2021-12-05 00:00:00', 0.0818102965120213, 0.238730769230771, 0.129482763925732, 0.328115384615385, 0.148260602163375, 0.425384615384616, 0.337981446919115, 0.81253846153846, 1.55226381827912, 3.21080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 780, '2021-12-05 00:00:00', 0.0878929156154489, 0.209730769230768, 0.109652913953353, 0.303192307692308, 0.143575340715384, 0.407038461538461, 0.320201477438575, 0.808884615384615, 1.54157290303917, 3.24115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 795, '2021-12-05 00:00:00', 0.0797101286875427, 0.196769230769232, 0.0964086813837536, 0.268923076923077, 0.117133401923424, 0.381076923076923, 0.30654150427985, 0.811576923076923, 1.52570401000779, 3.25238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 810, '2021-12-05 00:00:00', 0.0643758793815974, 0.188576923076923, 0.0934325342776202, 0.283038461538461, 0.112003818616222, 0.379846153846154, 0.307046568755645, 0.823346153846154, 1.53049054177461, 3.25053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 825, '2021-12-05 00:00:00', 0.0777160215142284, 0.204499999999998, 0.0786348131946266, 0.272923076923074, 0.114247558465748, 0.364230769230766, 0.320109358717394, 0.817192307692308, 1.52972327764006, 3.24588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 840, '2021-12-05 00:00:00', 0.0635809840947865, 0.200692307692307, 0.0955197281274329, 0.264538461538462, 0.129333778085407, 0.362884615384617, 0.326634013019983, 0.821461538461538, 1.53125941177641, 3.24311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 855, '2021-12-05 00:00:00', 0.0612466011615854, 0.184115384615384, 0.0813929972417772, 0.255499999999998, 0.13547775292815, 0.36169230769231, 0.330771675840695, 0.833307692307692, 1.52278491081813, 3.23473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 870, '2021-12-05 00:00:00', 0.0630364485528331, 0.186076923076923, 0.0902313351677421, 0.267423076923078, 0.202982594934034, 0.387576923076926, 0.331828241020052, 0.839307692307692, 1.51979217860662, 3.23788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 885, '2021-12-05 00:00:00', 0.0719691921268001, 0.198269230769231, 0.114480068806084, 0.276615384615387, 0.206181536888845, 0.403884615384616, 0.548915547658779, 1.30696153846154, 1.50129295660056, 3.24930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 900, '2021-12-05 00:00:00', 0.0963391205785366, 0.188884615384615, 0.149895496930363, 0.282500000000001, 0.188895807666148, 0.406884615384616, 0.548583361591822, 1.37923076923077, 1.49736924432357, 3.23757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 915, '2021-12-05 00:00:00', 0.109391857382252, 0.211538461538464, 0.147681158633676, 0.290269230769232, 0.182446873194534, 0.396307692307693, 0.596517716546497, 1.43911538461539, 1.49880859197718, 3.22665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 930, '2021-12-05 00:00:00', 0.0810011965723587, 0.198076923076923, 0.124058999611536, 0.295346153846156, 0.179030792366522, 0.395769230769229, 0.611137070109102, 1.48103846153846, 1.50411568090305, 3.21769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 945, '2021-12-05 00:00:00', 0.091906884315678, 0.193346153846157, 0.138919522912204, 0.270923076923078, 0.199065354556277, 0.478846153846152, 0.613140290133192, 1.48115384615384, 1.50550940880487, 3.2135 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 960, '2021-12-05 00:00:00', 0.0922444328109601, 0.202346153846152, 0.122050884722474, 0.28753846153846, 0.148162613367883, 0.500999999999998, 0.618857588936756, 1.48865384615384, 1.51248431244248, 3.20734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 975, '2021-12-05 00:00:00', 0.0773188105284781, 0.221961538461536, 0.12119342454872, 0.398615384615382, 0.130847868211081, 0.525269230769229, 0.614275799996661, 1.50796153846154, 1.50238407667485, 3.23392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 990, '2021-12-05 00:00:00', 0.0819321764538314, 0.309192307692305, 0.0949561923285592, 0.410961538461535, 0.145202691223205, 0.539692307692305, 0.609172984147676, 1.52326923076923, 1.50612312296786, 3.23730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1005, '2021-12-05 00:00:00', 0.106500162513418, 0.279269230769229, 0.134707066801091, 0.404076923076921, 0.172758920508854, 0.49973076923077, 0.610405833473485, 1.54019230769231, 1.51152522307767, 3.2375 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1020, '2021-12-05 00:00:00', 0.129311692611897, 0.304923076923077, 0.160367122086024, 0.382423076923076, 0.172868046609145, 0.465807692307692, 0.59814198468771, 1.55092307692308, 1.5246280863012, 3.25119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1035, '2021-12-05 00:00:00', 0.0950841651461411, 0.269961538461539, 0.103877649924544, 0.333384615384617, 0.146662270330379, 0.461307692307693, 0.58911741157038, 1.56226923076923, 1.52403300438722, 3.24403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1050, '2021-12-05 00:00:00', 0.0845864146211514, 0.229692307692308, 0.111845587238009, 0.313653846153845, 0.174210663808549, 0.453653846153848, 0.584606829087195, 1.55023076923077, 1.50908256847051, 3.23203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1065, '2021-12-05 00:00:00', 0.0950560967979514, 0.22830769230769, 0.12978204213811, 0.320461538461539, 0.498073432954805, 1.07076923076923, 0.578704340614578, 1.55492307692308, 1.50972127279788, 3.23519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1080, '2021-12-05 00:00:00', 0.102321935387962, 0.219538461538461, 0.127951391010565, 0.316961538461541, 0.502100394496804, 1.16538461538462, 0.565684527466841, 1.55723076923077, 1.51022184412143, 3.23153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1095, '2021-12-05 00:00:00', 0.0775018411691972, 0.205846153846156, 0.459984287357063, 1.00523076923077, 0.552648537638387, 1.20938461538462, 0.542582689905064, 1.53015384615385, 1.49553344277603, 3.23196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 600, '2021-12-05 00:00:00', 0.209469223000934, 0.659346153846153, 0.24858741845754, 0.83223076923077, 0.35553736577403, 0.983461538461536, 0.416716394981231, 1.31107692307692, 1.46334117216521, 3.16088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 615, '2021-12-05 00:00:00', 0.141742323086105, 0.429615384615387, 0.21984338831226, 0.588346153846154, 0.249015492258242, 0.715653846153844, 0.413859775583654, 1.15592307692307, 1.48914026667945, 3.13057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 630, '2021-12-05 00:00:00', 0.174835452310496, 0.394346153846152, 0.209718331248221, 0.496461538461533, 0.218187851315187, 0.617538461538458, 0.432509172868489, 1.06023076923077, 1.484863618187, 3.12373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 645, '2021-12-05 00:00:00', 0.167765206808159, 0.346730769230767, 0.178987752051962, 0.445153846153844, 0.247417706598498, 0.612807692307689, 0.459257764056474, 1.03557692307692, 1.49924495458419, 3.12607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 660, '2021-12-05 00:00:00', 0.0908855662569477, 0.273884615384613, 0.135556403248016, 0.365538461538461, 0.200381789438215, 0.549692307692307, 0.416765082325945, 0.955576923076921, 1.52964142052463, 3.07434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 675, '2021-12-05 00:00:00', 0.10331449373338, 0.281730769230768, 0.202936234774904, 0.409346153846152, 0.22130236885659, 0.587538461538461, 0.422127184625675, 0.952, 1.53178873267121, 3.06819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 690, '2021-12-05 00:00:00', 0.133080525073528, 0.278115384615383, 0.127948216688807, 0.390884615384616, 0.199067491454142, 0.562115384615384, 0.397024610746562, 0.910307692307693, 1.53269431595274, 3.06611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 705, '2021-12-05 00:00:00', 0.0834167756601666, 0.239961538461541, 0.187066294295735, 0.380961538461541, 0.222680664768044, 0.519038461538463, 0.368382879832715, 0.865115384615385, 1.50883783550326, 3.13842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 720, '2021-12-05 00:00:00', 0.150339743453082, 0.286961538461538, 0.145098083537149, 0.374423076923076, 0.227205579563123, 0.531846153846154, 0.343283314255372, 0.861076923076923, 1.52067304127532, 3.14953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 735, '2021-12-05 00:00:00', 0.0745756920595037, 0.243423076923077, 0.162079871098742, 0.370269230769231, 0.213371269062961, 0.528538461538464, 0.328755473777185, 0.820807692307693, 1.52744615617049, 3.138 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 750, '2021-12-05 00:00:00', 0.102622991875791, 0.24003846153846, 0.159778832717652, 0.349653846153845, 0.204839899959418, 0.50323076923077, 0.319533149839187, 0.798076923076923, 1.53754004975981, 3.12473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 765, '2021-12-05 00:00:00', 0.103200782644617, 0.243807692307692, 0.124894589400575, 0.35046153846154, 0.208013520270643, 0.47723076923077, 0.306585525776062, 0.803269230769231, 1.5614755196485, 3.11803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 780, '2021-12-05 00:00:00', 0.109199697097354, 0.246423076923077, 0.141012192598862, 0.337038461538463, 0.194172504589248, 0.456192307692308, 0.284267306488911, 0.786307692307691, 1.59756096019478, 3.1176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 795, '2021-12-05 00:00:00', 0.0921812595671404, 0.213230769230769, 0.131464999729381, 0.301384615384615, 0.16329900842885, 0.422384615384614, 0.299870936340182, 0.791461538461536, 1.60215667004966, 3.11065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 810, '2021-12-05 00:00:00', 0.109143554022285, 0.213653846153845, 0.144915338679574, 0.312153846153847, 0.126413028783245, 0.407423076923076, 0.297695714550171, 0.80853846153846, 1.60151900394594, 3.115 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 825, '2021-12-05 00:00:00', 0.0957199119225546, 0.203307692307692, 0.106522139266194, 0.286615384615383, 0.138904377734635, 0.389884615384615, 0.289474008398787, 0.823192307692307, 1.59900819837221, 3.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 840, '2021-12-05 00:00:00', 0.0787512930296769, 0.214384615384614, 0.0921259756236823, 0.289653846153845, 0.151291160959969, 0.387153846153846, 0.29432832791864, 0.835730769230769, 1.59900819837221, 3.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 855, '2021-12-05 00:00:00', 0.0748973554016021, 0.197576923076923, 0.114282194588658, 0.2855, 0.148569222405429, 0.393423076923076, 0.287248367472093, 0.84176923076923, 1.59848293078156, 3.117 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 870, '2021-12-05 00:00:00', 0.0820357520559471, 0.200230769230768, 0.103626318308401, 0.284423076923076, 0.1225539253365, 0.37876923076923, 0.244389238715618, 0.842499999999998, 1.61874120371831, 3.10226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 885, '2021-12-05 00:00:00', 0.0780093189699401, 0.201423076923078, 0.0895529151696623, 0.274730769230769, 0.123882773372498, 0.383692307692308, 1.29544822596422, 1.45411538461538, 1.62401842211984, 3.11934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 900, '2021-12-05 00:00:00', 0.0700531666225454, 0.172615384615384, 0.117383919747916, 0.27476923076923, 0.107315207897828, 0.408923076923077, 1.45207530637519, 1.56984615384615, 1.62401842211984, 3.11934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 915, '2021-12-05 00:00:00', 0.105953574739129, 0.204000000000001, 0.121564493804096, 0.294615384615386, 0.128655921565415, 0.428115384615386, 1.44440224953492, 1.60746153846154, 1.62553808747939, 3.11407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 930, '2021-12-05 00:00:00', 0.0907460446266662, 0.22473076923077, 0.118633320004898, 0.33523076923077, 0.190888432981555, 0.473923076923078, 1.44038281663644, 1.64053846153846, 1.62755557957797, 3.11026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 945, '2021-12-05 00:00:00', 0.105576519825487, 0.223192307692308, 0.138925082190145, 0.305538461538461, 0.218920178639122, 0.50326923076923, 1.43864684125262, 1.63257692307692, 1.63385823554131, 3.10142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 960, '2021-12-05 00:00:00', 0.0889429895192171, 0.189153846153845, 0.168245612584239, 0.325115384615383, 0.18684549355427, 0.506961538461537, 1.42783137606005, 1.62103846153846, 1.63511773464599, 3.09761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 975, '2021-12-05 00:00:00', 0.112010363531511, 0.248807692307692, 0.154348701123339, 0.381807692307691, 0.164404154916615, 0.506615384615384, 1.44365981982758, 1.63965384615385, 1.64007065138623, 3.08869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 990, '2021-12-05 00:00:00', 0.130557437993339, 0.300269230769229, 0.144146725462419, 0.39703846153846, 0.170008416081268, 0.513692307692307, 1.45073416745294, 1.64923076923077, 1.64767057807262, 3.06542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1005, '2021-12-05 00:00:00', 0.108203888740014, 0.291192307692307, 0.134563047848039, 0.377423076923078, 0.148012707354677, 0.51319230769231, 1.45437236158896, 1.64338461538461, 1.65157507852353, 3.058 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1020, '2021-12-05 00:00:00', 0.0933969197317822, 0.26923076923077, 0.127927942458007, 0.376038461538463, 0.135084913466139, 0.508576923076925, 1.4527738772643, 1.64346153846154, 1.64237863900081, 3.06707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1035, '2021-12-05 00:00:00', 0.12033287165193, 0.276000000000001, 0.148366033848722, 0.372, 0.161636025116262, 0.452730769230769, 1.45342457611723, 1.65403846153846, 1.63318425217073, 3.07619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1050, '2021-12-05 00:00:00', 0.0951918306126349, 0.250730769230769, 0.108350151751694, 0.326653846153847, 0.130158270519453, 0.401153846153846, 1.46503425846003, 1.63053846153846, 1.61743562325819, 3.08465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1065, '2021-12-05 00:00:00', 0.0872350758670988, 0.214038461538463, 0.137857295222827, 0.284076923076925, 1.35216808923242, 1.15430769230769, 1.45750003087478, 1.6615, 1.61836660722613, 3.07934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1080, '2021-12-05 00:00:00', 0.0963226069797971, 0.19873076923077, 0.10250466405899, 0.291384615384615, 1.4984590305223, 1.29011538461538, 1.45801712609969, 1.6595, 1.62122619168807, 3.06873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1095, '2021-12-05 00:00:00', 0.0701525042044373, 0.215423076923076, 1.36326471553231, 1.10373076923077, 1.48834237789769, 1.32207692307692, 1.46139577590951, 1.67857692307692, 1.62870322791336, 3.05273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 600, '2021-12-05 00:00:00', 0.386892640644166, 0.664346153846155, 0.513802837073341, 0.854346153846154, 0.540897897374923, 0.994846153846152, 0.663583826946237, 1.37815384615384, 1.13312605042592, 2.84761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 615, '2021-12-05 00:00:00', 0.398456956463111, 0.545884615384615, 0.453865173134724, 0.652346153846153, 0.534367826357605, 0.792576923076921, 0.646455585957289, 1.27476923076923, 1.16042925015504, 2.78226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 630, '2021-12-05 00:00:00', 0.180617317510297, 0.391153846153846, 0.251443402409736, 0.536230769230769, 0.304513776371448, 0.671999999999998, 0.554455049159497, 1.18480769230769, 1.16514261721969, 2.77003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 645, '2021-12-05 00:00:00', 0.157339378414941, 0.363000000000002, 0.259924876721065, 0.493692307692307, 0.360457231006142, 0.636153846153846, 0.591982047544842, 1.14076923076923, 1.15389685247592, 2.73388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 660, '2021-12-05 00:00:00', 0.194249752004594, 0.332615384615384, 0.236074186514456, 0.452307692307692, 0.385023046263266, 0.625115384615384, 0.691263419677778, 1.14534615384615, 1.14498800867083, 2.7015 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 675, '2021-12-05 00:00:00', 0.14535169020742, 0.303923076923078, 0.288366020082917, 0.437192307692308, 0.433562920639954, 0.620615384615384, 0.730816505434426, 1.15773076923077, 1.1410454855088, 2.693 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 690, '2021-12-05 00:00:00', 0.194838872286425, 0.284115384615385, 0.298394545217206, 0.408230769230768, 0.322874312292664, 0.541692307692306, 0.742014766595755, 1.12892307692307, 1.11444293707664, 2.6555 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 705, '2021-12-05 00:00:00', 0.137493205426528, 0.25830769230769, 0.164558397396931, 0.359115384615383, 0.220551480123382, 0.487346153846152, 0.746093103078656, 1.11103846153846, 1.09024485393808, 2.90980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 720, '2021-12-05 00:00:00', 0.0879960226373898, 0.243499999999998, 0.148459204445581, 0.339846153846152, 0.34620352617855, 0.591192307692306, 0.759579252967365, 1.08619230769231, 1.1300296252073, 2.93792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 735, '2021-12-05 00:00:00', 0.160976080401835, 0.253538461538462, 0.20894768207892, 0.382423076923077, 0.393852280000433, 0.683461538461538, 0.767816660808676, 1.09276923076923, 1.12465116164285, 2.94634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 750, '2021-12-05 00:00:00', 0.138334288535473, 0.277846153846153, 0.278581983513762, 0.464192307692307, 0.3667387269517, 0.647423076923077, 0.752860535659723, 1.09988461538461, 1.09652764390423, 2.95207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 765, '2021-12-05 00:00:00', 0.171861518492247, 0.331692307692306, 0.303926876326933, 0.516115384615382, 0.402232102914952, 0.612230769230768, 0.720241416791299, 1.08446153846154, 1.09227950564933, 2.95303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 780, '2021-12-05 00:00:00', 0.243606227026639, 0.376923076923076, 0.235448772805009, 0.450730769230769, 0.314477256117808, 0.552769230769231, 0.615013710916583, 1.06876923076923, 1.08470886345671, 2.92296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 795, '2021-12-05 00:00:00', 0.124688386973904, 0.252923076923076, 0.213615603722777, 0.352884615384615, 0.283150430255451, 0.455615384615384, 0.515179837159206, 1.02123076923077, 1.07000453198178, 2.89553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 810, '2021-12-05 00:00:00', 0.1504879857203, 0.233076923076924, 0.203147074421842, 0.319576923076923, 0.214087088677626, 0.399192307692307, 0.49073919910525, 1.0001923076923, 1.09580550562308, 2.90588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 825, '2021-12-05 00:00:00', 0.120055506393435, 0.210730769230768, 0.119921057366919, 0.274500000000001, 0.163195663592463, 0.37476923076923, 0.474345080489527, 0.966846153846151, 1.09423460851023, 2.89646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 840, '2021-12-05 00:00:00', 0.0821479434641234, 0.19273076923077, 0.0938717291758371, 0.243692307692308, 0.23106305499715, 0.395153846153845, 0.497202569768716, 0.977346153846152, 1.10457798972486, 2.91115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 855, '2021-12-05 00:00:00', 0.0625002769224651, 0.166269230769231, 0.121982066777805, 0.265769230769231, 0.248882907284655, 0.423307692307692, 0.494785244789635, 0.977961538461537, 1.09645385395198, 2.91157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 870, '2021-12-05 00:00:00', 0.101189418723199, 0.204538461538461, 0.192961044294918, 0.300730769230768, 0.277856412835562, 0.433884615384616, 0.470422958623407, 0.990999999999998, 1.0849500179909, 2.92269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 885, '2021-12-05 00:00:00', 0.137055659664802, 0.210576923076922, 0.159140233272903, 0.294423076923076, 0.288468262485735, 0.458538461538461, 0.702908092252354, 1.36188461538461, 1.15211374705532, 2.88161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 900, '2021-12-05 00:00:00', 0.132618649344074, 0.209884615384615, 0.213475421031592, 0.295346153846155, 0.27661235302523, 0.450923076923077, 0.748526631765055, 1.46903846153846, 1.14852372133167, 2.87446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 915, '2021-12-05 00:00:00', 0.114842393673308, 0.195846153846153, 0.177566321304291, 0.340961538461538, 0.265965677369207, 0.480692307692307, 0.753844329982096, 1.50392307692308, 1.13788769825768, 2.85942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 930, '2021-12-05 00:00:00', 0.137346865775893, 0.269192307692309, 0.16939074990638, 0.334884615384616, 0.296370817622891, 0.534692307692307, 0.757285415150722, 1.502, 1.140573852868, 2.84692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 945, '2021-12-05 00:00:00', 0.144301612550295, 0.237653846153845, 0.217946373079392, 0.360307692307693, 0.289035629956956, 0.583653846153844, 0.773966527799391, 1.52488461538461, 1.13103490594302, 2.83796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 960, '2021-12-05 00:00:00', 0.155451585339666, 0.239653846153848, 0.235860053030149, 0.365730769230769, 0.280320983599433, 0.612423076923078, 0.783437282355529, 1.57884615384615, 1.12745501905841, 2.8335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 975, '2021-12-05 00:00:00', 0.180113502675824, 0.267923076923075, 0.220575056125154, 0.445346153846153, 0.285224254551774, 0.630346153846153, 0.783730397129405, 1.60384615384615, 1.11322898881518, 2.83630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 990, '2021-12-05 00:00:00', 0.127193371864078, 0.349923076923077, 0.192957819224825, 0.485000000000002, 0.289558985620971, 0.622384615384615, 0.790305459933057, 1.576, 1.13033741252506, 2.82188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1005, '2021-12-05 00:00:00', 0.15226511292934, 0.307769230769231, 0.17198726249795, 0.417461538461538, 0.279173935305297, 0.543615384615384, 0.769116520131028, 1.52730769230769, 1.14910083175432, 2.79219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1020, '2021-12-05 00:00:00', 0.105858308783306, 0.300692307692309, 0.195480724999049, 0.434076923076923, 0.229145556696712, 0.503384615384615, 0.725809312740984, 1.50203846153846, 1.15983396424462, 2.79076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1035, '2021-12-05 00:00:00', 0.14326225548327, 0.272923076923076, 0.165410821895061, 0.3365, 0.234405490221868, 0.459576923076922, 0.708633176235448, 1.48446153846154, 1.1596472998287, 2.7885 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1050, '2021-12-05 00:00:00', 0.114087341710033, 0.233192307692308, 0.165047988359563, 0.333038461538461, 0.191412498587173, 0.460230769230768, 0.689389625237149, 1.46484615384615, 1.16046312240482, 2.78353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1065, '2021-12-05 00:00:00', 0.101145447443083, 0.237807692307692, 0.158815422618644, 0.329461538461537, 0.450071066183314, 1.02773076923077, 0.69289906468847, 1.47092307692308, 1.17045872138301, 2.76846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1080, '2021-12-05 00:00:00', 0.117588120802427, 0.228384615384615, 0.141154754136673, 0.32576923076923, 0.510324186556562, 1.13015384615385, 0.694555925643253, 1.46357692307692, 1.17444095571533, 2.76703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1095, '2021-12-05 00:00:00', 0.0880904081044034, 0.246999999999997, 0.438674396510495, 0.968115384615381, 0.594906265402699, 1.16676923076923, 0.695390878460565, 1.44007692307692, 1.1755495291074, 2.76784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:50:42 Duration: 3s912ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 600, '2021-12-05 00:00:00', 12.6909564824721, 18.63124, 12.9290886763143, 22.253, 14.1166838276558, 26.79804, 13.8530841923378, 34.43884, 17.0681286206192, 71.34812 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 615, '2021-12-05 00:00:00', 4.44394193706442, 9.28576000000005, 5.29670795777903, 13.32224, 7.55099382531858, 18.1366, 10.0108339049918, 27.52984, 17.1837360990948, 70.58764 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 630, '2021-12-05 00:00:00', 4.85837544075522, 8.11043999999998, 6.80969367225867, 12.51792, 7.8683560756573, 16.2878, 9.60434297909024, 26.13768, 17.4060212198729, 70.53096 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 645, '2021-12-05 00:00:00', 5.85973595110449, 7.61659999999997, 5.94730857391248, 10.51776, 6.42432361627793, 13.01552, 10.0666876814902, 23.68928, 18.212204526727, 69.63784 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 660, '2021-12-05 00:00:00', 3.81892776923925, 5.87316000000001, 5.23686643805243, 9.70444000000001, 5.76147396563298, 12.17244, 9.89729823099885, 22.86124, 18.7643454302746, 69.15848 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 675, '2021-12-05 00:00:00', 3.9056540092538, 6.49064, 5.29083646505921, 9.095, 5.83128239669458, 12.83484, 11.4276105694352, 23.26408, 18.9418944474059, 69.12256 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 690, '2021-12-05 00:00:00', 4.21002310049086, 6.37243999999999, 3.80930641455896, 8.56488000000001, 4.95175531604704, 12.22428, 10.0871765686274, 23.30372, 19.5463190944825, 69.02368 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 705, '2021-12-05 00:00:00', 2.85841907062861, 5.98580000000004, 4.09934900319552, 9.25200000000001, 5.43002262487611, 13.85804, 10.4425213674668, 23.16652, 22.3057117623865, 73.49732 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 720, '2021-12-05 00:00:00', 3.15295701154755, 6.0898, 3.47238671185493, 8.83431999999998, 5.1020836945964, 13.54688, 9.3874868747356, 22.38136, 24.407098001606, 75.42488 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 735, '2021-12-05 00:00:00', 3.24107461191502, 5.97115999999995, 4.37413097731043, 9.56315999999996, 5.22818599898665, 12.69144, 8.59902335985509, 21.45892, 25.2591292951677, 75.5854 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 750, '2021-12-05 00:00:00', 3.07054778066283, 6.42543999999997, 4.04470698238246, 8.19763999999998, 4.81505813637454, 11.33024, 8.07330119901395, 21.2792, 25.8471964554507, 75.67476 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 765, '2021-12-05 00:00:00', 2.87578554485555, 5.22200000000002, 3.95355240553773, 8.68996000000001, 3.87602588054656, 11.54072, 8.16847708327567, 21.77012, 26.0699602961595, 75.52552 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 780, '2021-12-05 00:00:00', 3.25752292547572, 6.52012000000002, 3.86487963374454, 8.06960000000002, 5.23166486407533, 12.101, 7.44808906633105, 22.30736, 25.961362885899, 75.56332 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 795, '2021-12-05 00:00:00', 2.41231388021265, 4.64456000000001, 3.24417332973031, 7.52051999999999, 4.8457856473435, 10.99304, 7.57924521681855, 21.93584, 26.5655286720717, 74.92372 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 810, '2021-12-05 00:00:00', 3.91802374716304, 5.40619999999998, 5.39135136646341, 8.89784000000001, 5.42410383012718, 10.85788, 7.58212759015128, 22.64628, 26.7977300088396, 74.74372 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 825, '2021-12-05 00:00:00', 3.70619888520118, 6.12752000000001, 3.43824427966753, 7.74431999999999, 3.75819144092828, 9.94235999999997, 7.40605935433952, 22.96692, 26.9315105778838, 74.61956 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 840, '2021-12-05 00:00:00', 2.53938935769998, 4.47968000000001, 2.55529356891403, 6.74583999999999, 3.70373476282164, 9.18711999999999, 7.16382178612319, 22.9808, 26.9534312078567, 74.38872 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 855, '2021-12-05 00:00:00', 2.58121140939678, 4.77943999999999, 3.04601920545489, 6.7022, 4.63053215912238, 9.41207999999999, 7.42213199536809, 23.58724, 27.0626021352961, 74.487 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 870, '2021-12-05 00:00:00', 2.18943914051063, 4.03100000000002, 2.60945993007494, 5.98971999999999, 4.11190447846248, 9.42075999999999, 7.15960177267799, 23.91572, 28.2429920999292, 75.29544 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 885, '2021-12-05 00:00:00', 1.90744774677227, 3.89235999999999, 3.77751615791819, 6.23664000000001, 4.35826854457897, 9.27903999999999, 16.4877215296717, 36.37064, 29.1032051784106, 75.54664 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 900, '2021-12-05 00:00:00', 3.85424774329135, 5.10380000000005, 3.98154543906424, 6.99880000000003, 4.36523201865223, 9.93908000000003, 16.4057220019927, 38.32636, 29.4434335722472, 75.72624 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 915, '2021-12-05 00:00:00', 1.96220450684087, 4.27812000000002, 2.93477761792382, 6.5952, 4.8010597788405, 9.98159999999997, 16.2219346058559, 38.82476, 29.793148127268, 76.0498 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 930, '2021-12-05 00:00:00', 2.54693939660916, 4.98904, 3.96157669579506, 7.29079999999999, 5.17265817608961, 10.47424, 16.6409365244267, 39.20208, 30.1285457263263, 76.3908 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 945, '2021-12-05 00:00:00', 2.96967856004652, 5.03280000000002, 3.20330365300158, 6.91327999999998, 5.9711060653227, 13.18468, 16.806944821809, 39.35392, 29.8438218367442, 76.49436 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 960, '2021-12-05 00:00:00', 2.03094381015327, 4.60947999999999, 3.76924590159182, 7.74559999999997, 7.02098789060342, 15.01972, 16.9221201762663, 39.37452, 30.0686228006317, 77.25772 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 975, '2021-12-05 00:00:00', 3.53807331184645, 5.93251999999999, 5.37478352959447, 11.32436, 6.64113016160151, 15.75236, 16.5537977452306, 39.14604, 29.5995514030196, 77.06452 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 990, '2021-12-05 00:00:00', 4.6198275941857, 8.55380000000002, 5.43396953586109, 11.9502, 5.60539786664005, 14.98008, 14.9075984402809, 39.56744, 28.2850937852431, 77.21124 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1005, '2021-12-05 00:00:00', 3.52834835865168, 6.96216, 3.89353286532081, 9.32144000000002, 5.62635908262763, 12.97312, 13.8755623660208, 39.41084, 27.3251045577139, 77.52144 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1020, '2021-12-05 00:00:00', 3.41812420927033, 6.14188000000001, 4.02405706884648, 8.55572, 5.73594089201298, 12.6686, 12.5340117935161, 39.33416, 27.4767573676371, 77.01076 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1035, '2021-12-05 00:00:00', 3.07624457631919, 5.93712, 4.85482330608779, 9.15879999999996, 4.71438452752142, 12.11384, 12.628155784727, 39.06124, 27.5211818529534, 76.9166 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1050, '2021-12-05 00:00:00', 3.54115014602129, 6.23323999999997, 3.93922111590603, 7.934, 3.79888331048307, 11.72236, 13.0687001531649, 38.90888, 27.5796553338386, 76.7842 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1065, '2021-12-05 00:00:00', 2.9538043757162, 4.77496, 2.79675435281686, 7.66292, 12.4878757334197, 28.3484, 12.4369948342301, 38.68756, 27.0126340526058, 76.30928 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1080, '2021-12-05 00:00:00', 2.64176298015802, 5.85367999999997, 3.7702675356001, 8.41795999999998, 12.1847309172861, 30.99112, 12.4503357266648, 38.77396, 27.0454622757682, 76.34772 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1095, '2021-12-05 00:00:00', 3.10697838636404, 5.60411999999998, 11.9442704357919, 26.11708, 11.5427150542381, 30.60564, 12.6580147986694, 38.47532, 26.9549313124086, 75.89684 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 600, '2021-12-05 00:00:00', 9.33715824410108, 18.8693461538462, 9.45242830990252, 23.2370769230769, 9.26233675948752, 25.8693846153846, 10.713532391111, 34.7851538461539, 27.1359763398221, 74.4856538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 615, '2021-12-05 00:00:00', 5.57825742517665, 12.1686923076923, 5.57458830987678, 15.1482307692308, 6.54598641106484, 18.0434230769231, 10.6061410774789, 30.2596538461538, 29.4082907969059, 72.3303461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 630, '2021-12-05 00:00:00', 4.79495148864527, 9.60046153846153, 5.44954108837118, 13.2740769230769, 6.09338464351677, 15.9814230769231, 10.2928412557168, 27.9906538461538, 29.8342185714014, 71.2173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 645, '2021-12-05 00:00:00', 3.79565647630999, 9.52361538461537, 4.066196220813, 12.1598846153846, 4.92806999091783, 14.4443461538461, 9.55762231656776, 26.5741153846154, 30.7801454383528, 70.9073846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 660, '2021-12-05 00:00:00', 2.96874459662672, 7.77499999999999, 3.70406371518553, 10.3623846153846, 6.96589417055593, 14.5273461538462, 9.55292670329161, 25.0290384615385, 31.4134962502768, 70.7281153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 675, '2021-12-05 00:00:00', 3.31827732044575, 7.46984615384614, 3.85545848914734, 10.4441923076923, 6.60675101124716, 14.9912692307692, 8.7454328367176, 24.0993076923077, 31.4014828486711, 70.3901538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 690, '2021-12-05 00:00:00', 3.13904386153099, 6.98973076923074, 5.03430371688544, 10.4849230769231, 5.18532375266966, 14.2855, 8.09727939989723, 22.954, 31.3051798243333, 70.3340769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 705, '2021-12-05 00:00:00', 3.85521097975997, 7.27146153846156, 4.02536185626165, 10.2840769230769, 4.71091179938007, 13.6713076923077, 7.59405618797713, 22.4971153846154, 35.7505591366926, 77.0741153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 720, '2021-12-05 00:00:00', 3.54352486939209, 7.3255, 3.56215406395972, 9.76484615384614, 5.25568996861057, 13.3196153846154, 7.54951193297647, 21.3968846153846, 38.2341707044688, 78.1994615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 735, '2021-12-05 00:00:00', 2.88100373240887, 6.80411538461536, 3.50087041770162, 9.5701923076923, 5.09447691117169, 13.2210384615385, 7.34742783009547, 20.5809615384615, 38.4328589342505, 78.5105 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 750, '2021-12-05 00:00:00', 2.55082494921516, 6.98319230769229, 4.05972757479344, 9.48669230769231, 4.89776155150334, 13.7681538461539, 6.31668086309208, 19.9796153846154, 38.2119389668485, 78.4083846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 765, '2021-12-05 00:00:00', 3.12564676482506, 6.10046153846156, 3.49173256796019, 8.78838461538464, 5.2882546476566, 12.8645384615385, 6.14293707064023, 21.2224230769231, 38.3572772096168, 78.3551538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 780, '2021-12-05 00:00:00', 2.52701364764512, 6.08584615384614, 3.88533814170461, 9.05065384615385, 5.1493578355424, 12.1410384615385, 7.35250769329755, 22.2115, 38.5561849827775, 78.5661153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 795, '2021-12-05 00:00:00', 1.89030831713931, 5.57342307692307, 3.87646449804655, 8.44073076923081, 4.57363981041189, 11.6286538461539, 8.26996974080598, 22.5159230769231, 38.5503328972157, 78.5086153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 810, '2021-12-05 00:00:00', 3.64824328220499, 6.35061538461543, 4.21317001135908, 8.5692307692308, 4.87465210703447, 11.7137307692308, 8.69322688427828, 23.5333076923077, 38.4900028913203, 78.4715769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 825, '2021-12-05 00:00:00', 3.64764596628903, 5.34284615384613, 3.73427548013511, 7.7531923076923, 5.3812009258729, 11.1112692307692, 9.60598126817949, 24.5207307692308, 38.4854141402248, 78.6092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 840, '2021-12-05 00:00:00', 2.21326350893876, 5.78800000000001, 4.12745158253297, 8.29061538461539, 4.86319773874698, 10.4893846153846, 11.0019963095514, 25.9776538461538, 38.7934912540949, 78.9711923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 855, '2021-12-05 00:00:00', 3.3732439244511, 5.41557692307693, 4.32273391554644, 7.44376923076924, 4.40812932816701, 9.99542307692308, 10.6038707847653, 26.0375, 38.3449379246416, 78.4927307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 870, '2021-12-05 00:00:00', 2.3932295428177, 5.51973076923078, 2.75083993802176, 7.26126923076922, 4.49751653522428, 10.2587692307692, 11.9868392128136, 27.7069230769231, 38.5712686411092, 79.1747692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 885, '2021-12-05 00:00:00', 2.72981123410506, 5.30742307692305, 3.14949819714925, 7.3225769230769, 4.62081979290058, 11.1249615384615, 12.2628599643865, 38.5428846153846, 38.6537910813615, 79.1801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 900, '2021-12-05 00:00:00', 1.82375976361599, 5.16834615384617, 3.78434962525319, 7.91261538461539, 3.93885896656148, 11.0429615384615, 13.5532329543687, 39.1046538461538, 38.584961347854, 79.6451538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 915, '2021-12-05 00:00:00', 2.74816086893371, 5.9591923076923, 3.37824887091614, 8.2040769230769, 3.50405811332211, 10.5693076923077, 14.0619911198182, 39.7834230769231, 38.5177211487628, 79.7684230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 930, '2021-12-05 00:00:00', 2.75492148596765, 5.79992307692303, 3.1295700368237, 8.16015384615381, 3.11297930310153, 10.0193076923077, 14.0568495004557, 40.2410384615384, 38.9069272115668, 80.0903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 945, '2021-12-05 00:00:00', 2.30768203282328, 5.69926923076922, 2.85893783746022, 7.53503846153845, 3.8030106100299, 12.8645, 14.0260322683874, 40.2389230769231, 39.1236880935913, 80.1047307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 960, '2021-12-05 00:00:00', 2.29228506080721, 5.56000000000002, 2.36668076557736, 7.5946153846154, 4.17679083526317, 14.8428076923077, 14.1190203862079, 40.7458846153846, 39.3672444140869, 79.9730384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 975, '2021-12-05 00:00:00', 2.00864825729605, 5.75530769230769, 3.49501513235418, 10.7201538461538, 5.8918303390895, 16.0547692307692, 14.0118023915555, 40.8295, 39.5358228631277, 79.8012307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 990, '2021-12-05 00:00:00', 3.74017094241182, 8.9079615384615, 4.4969727752721, 12.2333076923077, 6.20843532635545, 17.1308076923077, 13.7302225285906, 41.3602692307692, 39.7500979462751, 80.0445384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1005, '2021-12-05 00:00:00', 3.54916054646946, 8.15223076923078, 5.47570657583252, 11.1357692307693, 7.13882942397528, 15.9407692307692, 14.0517365746948, 41.1917307692308, 41.2752964694566, 80.7451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1020, '2021-12-05 00:00:00', 4.10920121453531, 8.06230769230772, 4.12380538841715, 11.4088076923077, 7.76269828187235, 15.0058461538461, 15.1644979150444, 41.1211538461539, 40.840013956978, 81.1326153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1035, '2021-12-05 00:00:00', 3.40280144518963, 7.60834615384614, 4.96562562066608, 10.1727307692307, 7.87509711520092, 13.9055769230769, 15.2269458265981, 40.6333846153846, 39.9509929081195, 81.8552307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1050, '2021-12-05 00:00:00', 3.04747235817589, 6.46857692307691, 5.86792272575093, 10.4113461538461, 9.22656348568546, 14.6236538461538, 15.5114100357918, 40.1305384615385, 39.7361144854594, 82.0228076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1065, '2021-12-05 00:00:00', 4.0430645216412, 7.23161538461536, 4.37575565430175, 8.87488461538459, 12.2745164965719, 30.6842307692308, 15.2947706251315, 39.7893461538462, 39.7128033263639, 82.0629615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1080, '2021-12-05 00:00:00', 3.60020588834327, 5.97096153846153, 8.50237047063936, 10.3595, 13.0036491984129, 32.3286538461538, 15.2888839724009, 39.6988076923077, 39.7855195484681, 82.8403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1095, '2021-12-05 00:00:00', 7.41260488212216, 8.91753846153847, 12.5784269276959, 29.4091538461538, 13.5226098785018, 32.7496153846154, 15.4224032526112, 39.3456153846154, 39.7683752527055, 83.08 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 600, '2021-12-05 00:00:00', 12.1760053318623, 21.4908076923077, 11.3504967856715, 25.4971923076923, 11.3638405886661, 28.0312692307692, 12.993815260938, 35.6633461538462, 39.3152386114909, 81.9289615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 615, '2021-12-05 00:00:00', 3.93806131686452, 11.9628461538461, 5.94030305999747, 14.9367307692308, 6.68341893989547, 19.6376153846154, 11.3335505531823, 28.6946923076923, 38.5094929992593, 79.0705 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 630, '2021-12-05 00:00:00', 4.88111681293721, 8.97269230769236, 5.75403928223803, 13.2533076923077, 6.73716979336393, 17.3232307692308, 9.68266229473313, 26.2969230769231, 38.3156488826693, 78.7305 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 645, '2021-12-05 00:00:00', 3.57169107480561, 8.77657692307692, 3.41055553809954, 12.2349615384615, 5.13748171173985, 15.6165384615384, 8.21019152489058, 24.5386538461538, 39.1634828284639, 77.7811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 660, '2021-12-05 00:00:00', 3.17268298423616, 8.07996153846155, 4.47465990817698, 10.8965769230769, 6.37040484947022, 14.8968846153846, 7.51626982116897, 22.8527692307692, 39.2611737583857, 77.9106153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 675, '2021-12-05 00:00:00', 3.37098909018614, 6.63338461538462, 3.76054453524201, 9.73919230769229, 6.39302848626172, 14.3901153846154, 7.94950534087598, 22.2827307692308, 39.356878557825, 78.0921538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 690, '2021-12-05 00:00:00', 2.41563677000812, 6.82573076923072, 4.67435177587389, 10.4847307692307, 6.41852414536361, 13.8572692307692, 7.48444364809694, 21.5688076923077, 39.6029111578157, 78.9265769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 705, '2021-12-05 00:00:00', 4.33123979426039, 7.33465384615386, 5.36405508504384, 10.3636538461539, 6.01811795842676, 13.0941923076923, 8.02788940631349, 21.399, 43.3268017917494, 85.0413076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 720, '2021-12-05 00:00:00', 3.34491027360397, 6.88153846153849, 3.18701084958691, 9.2726538461539, 3.67087468951934, 12.3361153846154, 8.30776877654979, 21.8667307692308, 43.6768513171451, 85.6275 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 735, '2021-12-05 00:00:00', 2.60943265776006, 6.44234615384619, 3.45612489624748, 8.82353846153851, 4.272489805002, 11.8324230769231, 8.24015081872808, 21.7876538461539, 44.1518841311879, 86.2634230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 750, '2021-12-05 00:00:00', 2.46565344155382, 6.19542307692306, 2.86967580372093, 8.36946153846151, 3.75543475307657, 10.5227692307692, 6.80176206762745, 21.5962307692308, 44.2039446586457, 86.1857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 765, '2021-12-05 00:00:00', 2.21051389952653, 5.57150000000001, 2.95293470192726, 7.48707692307693, 3.79819229654564, 9.49119230769231, 6.610962872381, 21.3845, 44.3233731857826, 86.2233846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 780, '2021-12-05 00:00:00', 1.93289101766082, 5.09338461538458, 2.33276961703334, 6.71338461538461, 3.44862956259438, 9.3285, 7.09004635820799, 21.6491923076923, 44.3949494865732, 86.1323461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 795, '2021-12-05 00:00:00', 2.04378457129075, 4.78857692307693, 2.56562626002966, 6.38111538461539, 3.86566238885593, 9.98276923076923, 6.92933854851962, 22.042, 44.4667455404079, 86.2463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 810, '2021-12-05 00:00:00', 2.07330843785038, 4.63196153846156, 2.46507862754924, 7.09100000000003, 4.44865598510897, 11.1800769230769, 7.45319669909393, 22.7703461538461, 44.3497186039117, 86.5443846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 825, '2021-12-05 00:00:00', 1.99753707003245, 5.24811538461541, 3.39412400752558, 7.89653846153848, 4.79226673971883, 11.6942307692308, 7.59553846574521, 23.5717692307692, 44.5070222007891, 87.1373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 840, '2021-12-05 00:00:00', 2.653110598176, 6.0963846153846, 4.03556739695726, 8.96984615384614, 4.24725236376864, 11.0728076923077, 7.81486388837617, 23.6319230769231, 44.9054692546464, 87.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 855, '2021-12-05 00:00:00', 3.31513165024578, 6.09246153846154, 3.45176770053565, 8.01953846153844, 3.35194518130313, 10.2574615384615, 7.75144904418621, 23.2232692307692, 45.033088914503, 87.7606923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 870, '2021-12-05 00:00:00', 2.40656171875016, 5.30288461538462, 2.16814907272041, 6.64619230769229, 3.11060848956993, 10.1588461538462, 7.61886414268002, 24.5802307692308, 44.5212023443455, 88.3938846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 885, '2021-12-05 00:00:00', 1.60877691382662, 4.49703846153846, 2.52204717609754, 7.00996153846155, 3.40153809915456, 10.223, 12.2449388940272, 34.4000384615385, 44.1303256728731, 89.0750769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 900, '2021-12-05 00:00:00', 1.90895175302692, 5.35365384615383, 2.83178222679639, 7.98849999999999, 4.93113224461138, 11.7315769230769, 16.7343417464253, 37.2166153846154, 44.0885398933346, 89.1503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 915, '2021-12-05 00:00:00', 2.8257589752408, 6.14888461538463, 2.95315960989897, 8.05119230769232, 4.01537098659638, 11.652, 17.1041266985035, 37.2530384615385, 44.2249094292415, 89.2417692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 930, '2021-12-05 00:00:00', 2.07584444355692, 5.15607692307693, 3.95687943032811, 8.26488461538461, 4.09567036008293, 11.2935384615385, 16.9414004788906, 37.7961153846154, 45.0384119211761, 89.9163076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 945, '2021-12-05 00:00:00', 3.58053492372299, 6.39849999999999, 3.30726592752755, 8.48134615384613, 4.11264662979188, 12.5136923076923, 16.9979957523052, 38.0113461538461, 45.1141793880815, 89.8105 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 960, '2021-12-05 00:00:00', 2.03028667812816, 5.81065384615383, 2.78395094148867, 8.07573076923075, 4.59260331352323, 13.2663461538461, 16.6255570145669, 38.4487307692308, 45.4372589929657, 89.8519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 975, '2021-12-05 00:00:00', 2.22801360443301, 5.79969230769231, 3.23453489986762, 9.41346153846152, 5.53862118748535, 14.0644615384615, 16.8211635942528, 38.6557692307692, 45.926020827899, 90.1512692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 990, '2021-12-05 00:00:00', 2.66137815455425, 7.35519230769227, 3.69433169890557, 10.5253076923077, 5.0489793370694, 14.8711153846154, 16.0495588027067, 38.0618076923077, 45.6899705336033, 90.1261923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1005, '2021-12-05 00:00:00', 2.9901274055696, 7.83730769230767, 4.14032959966307, 10.5769230769231, 5.85081897817601, 14.0556538461538, 15.6720571464482, 38.1321923076923, 46.8102133676632, 90.6846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1020, '2021-12-05 00:00:00', 3.03373612462364, 7.02107692307691, 4.50093591378503, 10.3315, 5.16032296022703, 12.5745769230769, 15.3249600274043, 38.0861923076923, 46.7154357547415, 90.5156538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1035, '2021-12-05 00:00:00', 3.48611081358799, 7.34973076923076, 3.51701062332992, 9.59873076923076, 4.07245537218785, 11.6159615384615, 15.3213619049202, 38.4926923076923, 47.1932510768387, 90.5658076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1050, '2021-12-05 00:00:00', 2.25185403714706, 6.72426923076924, 2.9576499322162, 8.58919230769229, 6.23791777931855, 14.5746923076923, 15.7016939037212, 39.3143846153846, 47.0607748294283, 90.5988846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1065, '2021-12-05 00:00:00', 2.25439814107037, 5.58046153846152, 3.06960694953202, 8.02823076923076, 12.6061375718338, 29.388, 15.9696043137725, 39.6864615384615, 46.8577336876701, 90.5882307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1080, '2021-12-05 00:00:00', 2.1191534303911, 5.67669230769233, 6.52129527919581, 11.0809615384615, 16.3134197708984, 32.2303076923077, 15.2161677282372, 39.8055769230769, 46.2822776650648, 90.1991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1095, '2021-12-05 00:00:00', 6.97609648762225, 8.67926923076922, 12.7998694401995, 27.7536153846154, 16.2161644675448, 32.1659615384615, 16.1317378503944, 40.0720769230769, 45.7505978269809, 90.0803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 600, '2021-12-05 00:00:00', 12.5210445578633, 20.8445, 16.2475786659475, 25.6258846153846, 15.7242528358144, 27.2997307692308, 17.2095820758267, 35.2992307692308, 46.3942565686082, 88.7820769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 615, '2021-12-05 00:00:00', 7.21032847699422, 12.6568846153846, 7.117599574727, 14.4141153846154, 7.34349523958765, 17.6054230769231, 11.1683814969555, 29.1253076923077, 42.2716866772002, 85.6688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 630, '2021-12-05 00:00:00', 3.329117610049, 7.91530769230769, 5.32356547452346, 11.1118076923077, 6.97566941744936, 15.8246923076923, 11.7577198140692, 28.3591153846154, 43.0428564582574, 85.0066153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 645, '2021-12-05 00:00:00', 3.44590390776329, 8.0723076923077, 4.66834800100223, 11.7085384615385, 6.98607024398166, 15.4395769230769, 11.7981271963621, 28.5656923076923, 42.9962688879467, 85.0212692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 660, '2021-12-05 00:00:00', 3.56260542775175, 8.28692307692311, 4.63029201405102, 11.5801538461538, 6.27826506461288, 14.1446923076923, 12.6413526019234, 28.5803846153846, 43.0721733623211, 84.8430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 675, '2021-12-05 00:00:00', 3.53931209765616, 7.23873076923075, 5.38199216147269, 9.62211538461537, 5.19240472406204, 12.6624615384615, 13.5621773718734, 28.3358846153846, 43.0187144952055, 84.8665 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 690, '2021-12-05 00:00:00', 4.47722737141911, 6.69884615384612, 4.774834497011, 9.15707692307691, 5.58446874272404, 13.0145384615385, 14.0965172634946, 27.944, 43.1470358680462, 84.6590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 705, '2021-12-05 00:00:00', 3.40759811574981, 6.58896153846152, 4.35643302025867, 9.15450000000001, 6.55503413122604, 13.3833076923077, 14.3571653558022, 27.5065769230769, 43.4655608956722, 89.9728461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 720, '2021-12-05 00:00:00', 3.06826485066824, 6.50807692307692, 4.50972378294519, 9.17703846153849, 5.42856738786719, 13.8802692307692, 12.5956212865363, 26.1240769230769, 42.0733349272617, 90.3533076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 735, '2021-12-05 00:00:00', 4.04268664608842, 6.58296153846152, 4.69437197651038, 9.90957692307691, 5.55595654036833, 15.3450384615384, 11.9313920570904, 25.3825, 41.7346385921077, 90.4585769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 750, '2021-12-05 00:00:00', 3.41732642257971, 7.24603846153844, 4.78319517413268, 10.3799230769231, 6.18367780046791, 15.1515, 11.9642143162272, 24.6752692307692, 42.1410792427239, 90.6206923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 765, '2021-12-05 00:00:00', 4.28166041857593, 6.9445, 5.29242445009845, 11.133, 7.46311727322073, 15.026923076923, 11.7734322614031, 24.1034230769231, 41.9268488274335, 90.4819615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 780, '2021-12-05 00:00:00', 4.33674949525741, 8.18423076923073, 5.38552508689155, 10.5323076923077, 7.96063227678262, 13.7886153846154, 11.1203512535144, 24.6648076923077, 41.4862459022264, 90.4355 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 795, '2021-12-05 00:00:00', 3.34809975428082, 6.66426923076921, 5.90345413465708, 9.67799999999999, 6.44988719949066, 12.7756153846154, 10.6529992662233, 24.9306153846154, 40.4446926590451, 89.6792692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 810, '2021-12-05 00:00:00', 3.4745832097589, 6.19280769230766, 4.27721305812738, 8.19723076923076, 6.0661401520749, 12.3017692307692, 9.64239333328847, 23.8539230769231, 39.4050562129356, 89.4387692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 825, '2021-12-05 00:00:00', 3.32939948847327, 5.53592307692309, 3.43701091155585, 8.08461538461539, 5.47103164803918, 12.3014230769231, 9.99126366513036, 24.0858846153846, 39.1842363306785, 89.6775384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 840, '2021-12-05 00:00:00', 2.76435103331409, 6.09165384615383, 4.68020894882004, 8.94573076923079, 6.16233444689466, 12.6183461538462, 10.1277345876786, 23.7439615384616, 38.9814671268481, 89.5351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 855, '2021-12-05 00:00:00', 3.16780057671661, 5.27257692307693, 3.83078296897442, 8.02165384615383, 7.3424930584813, 12.5429230769231, 10.1159971710462, 22.5902692307692, 38.5336581097417, 89.4320384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 870, '2021-12-05 00:00:00', 2.59785330698545, 5.46073076923076, 4.63360384432613, 7.97388461538462, 6.91579756744268, 11.6590769230769, 9.77819931480228, 22.109, 38.0142378059144, 89.0757307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 885, '2021-12-05 00:00:00', 3.19514616326318, 6.09126923076922, 4.83620517491207, 9.27142307692308, 6.16553615723354, 12.5318846153846, 26.6562070988815, 36.6125384615384, 35.777838217469, 90.0373461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 900, '2021-12-05 00:00:00', 2.74839233119182, 5.44738461538464, 3.68484064492099, 7.99553846153845, 5.6403876255231, 11.7353846153846, 28.2297583726546, 38.0874615384616, 35.1400287663295, 89.5334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 915, '2021-12-05 00:00:00', 3.0453344545386, 6.42049999999999, 5.2473887168909, 9.52711538461539, 5.18250807057146, 11.3716923076923, 27.8695360781956, 39.3705769230769, 35.1129984231568, 89.6002307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 930, '2021-12-05 00:00:00', 3.71058619544758, 6.85892307692306, 4.04860984764665, 8.57546153846156, 5.11536125741343, 11.3840769230769, 27.7526558903135, 39.8896153846154, 35.1796934175647, 89.5250769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 945, '2021-12-05 00:00:00', 2.7388303354085, 5.5306153846154, 3.63894713006176, 7.47484615384617, 5.19234036871768, 12.4347692307692, 27.6615746890603, 40.3869615384615, 35.1606241044636, 89.4481538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 960, '2021-12-05 00:00:00', 2.48603871279962, 4.88580769230769, 3.4321646699333, 8.10480769230767, 5.91960686545471, 13.8168076923077, 27.475872525909, 40.9855, 35.174517017514, 89.5058461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 975, '2021-12-05 00:00:00', 2.88452615279422, 5.88861538461539, 5.50662987553676, 10.3341153846154, 7.39188533096624, 14.9891153846154, 27.3523465040092, 41.6363461538462, 35.272138921883, 89.4382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 990, '2021-12-05 00:00:00', 4.86077818524502, 8.93361538461535, 5.33611598651476, 11.6796923076923, 6.4412002178285, 14.3176153846154, 26.8796161207994, 42.0158076923077, 35.0540768858631, 89.29 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1005, '2021-12-05 00:00:00', 3.44575227401014, 7.49157692307692, 4.66771593559255, 10.7848461538462, 5.71463137730349, 12.8105384615385, 25.9936612887716, 41.3753461538462, 35.2043592058623, 87.9158461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1020, '2021-12-05 00:00:00', 3.38938257526919, 7.38319230769231, 3.40727456187493, 9.0635, 5.89414125904174, 11.7203076923077, 26.0670695141177, 41.5554230769231, 35.079438682291, 87.3547692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1035, '2021-12-05 00:00:00', 3.19762278166865, 6.41557692307693, 4.99303087559206, 9.04326923076921, 5.96795528958299, 11.2254615384615, 25.8245516089751, 41.3172692307692, 34.8677587358513, 87.1936923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1050, '2021-12-05 00:00:00', 3.55059115013046, 6.80934615384611, 4.64595697718417, 8.4630769230769, 5.05264957575574, 11.6191538461538, 25.6081418263501, 42.2819615384615, 34.8177739908137, 86.9893461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1065, '2021-12-05 00:00:00', 3.45644693958316, 5.7013846153846, 3.80780361019919, 7.66742307692307, 26.8608926825714, 29.9897692307692, 25.7288590512677, 42.046, 34.5881567152911, 86.7208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1080, '2021-12-05 00:00:00', 1.92386270420095, 5.32876923076922, 2.79853211963258, 8.13023076923077, 27.1153300628999, 32.4525, 25.7681006140419, 42.5211538461538, 34.7279544478995, 86.6038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1095, '2021-12-05 00:00:00', 2.96231312425845, 6.41938461538462, 27.0473712185747, 29.0626538461538, 26.6580568444139, 33.649, 25.7837371859443, 42.1779230769231, 35.3032616842432, 86.6341153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 600, '2021-12-05 00:00:00', 15.1851310994062, 18.6861153846154, 15.5338777755142, 23.7087692307692, 15.0201057026394, 27.5040384615385, 17.169264508283, 36.2493461538462, 32.2350696146293, 81.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 615, '2021-12-05 00:00:00', 7.35738595008185, 12.2244615384616, 7.61754706622508, 15.7181153846154, 8.35204531385071, 18.5447307692308, 11.6020263980711, 27.8566923076923, 30.5609625923963, 76.8385769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 630, '2021-12-05 00:00:00', 5.20022652346842, 9.59684615384615, 6.31969435446417, 12.9755769230769, 6.67608011347515, 15.0718076923077, 10.4185574846779, 26.1143076923077, 30.4619347071819, 75.9342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 645, '2021-12-05 00:00:00', 3.98140022605115, 8.40800000000001, 4.86092115740029, 11.1765384615385, 4.95808755205535, 13.5404230769231, 9.5684940933172, 24.9565769230769, 30.4976174237368, 75.3517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 660, '2021-12-05 00:00:00', 3.65292101222278, 7.99180769230766, 3.9632273874477, 10.1632692307692, 6.03018008864896, 13.0396923076923, 9.33567676464037, 24.3494230769231, 30.0089790955717, 74.7489615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 675, '2021-12-05 00:00:00', 3.5900059241434, 6.68184615384615, 3.13635847661682, 8.61857692307692, 5.43626080726589, 12.0822692307692, 11.5214989484208, 24.5124615384615, 29.8865727514239, 74.3411153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 690, '2021-12-05 00:00:00', 2.44183091993252, 6.07680769230769, 4.49144052410119, 8.53330769230769, 6.24812679325694, 12.7407692307692, 11.3214666063395, 24.4850384615385, 29.5022773832019, 74.0893461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 705, '2021-12-05 00:00:00', 4.10837374170591, 6.35719230769229, 4.08085305486299, 9.20615384615383, 6.03672128432442, 12.9967692307692, 10.9480682761143, 25.6475384615385, 28.9317489549776, 78.556076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 720, '2021-12-05 00:00:00', 3.22152352705744, 6.81334615384613, 5.17993420094829, 9.88361538461541, 6.8330368854896, 13.7109615384616, 11.1825021209993, 25.7416153846154, 28.7588704743691, 78.9198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 735, '2021-12-05 00:00:00', 3.65929981301597, 6.7158076923077, 3.66278708005889, 8.3949230769231, 6.0507254127088, 12.7635, 10.3166302715567, 24.9, 27.9125547072391, 78.8887307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 750, '2021-12-05 00:00:00', 2.5648058675973, 5.76446153846155, 4.39892499315282, 9.82215384615385, 5.52728112602878, 12.7676153846154, 10.4732089973197, 25.1523076923077, 27.5020729795746, 78.3635769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 765, '2021-12-05 00:00:00', 3.20478018062921, 7.34038461538459, 4.22963091534002, 9.59400000000002, 4.72797408183058, 11.8600384615385, 10.0802674015203, 25.0546153846154, 26.7418091650797, 77.9723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 780, '2021-12-05 00:00:00', 3.55753572099479, 6.61438461538466, 3.59886345392543, 8.53000000000003, 3.79744682587982, 11.4326538461538, 10.1797999911589, 26.2245, 26.2714508963335, 78.1229615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 795, '2021-12-05 00:00:00', 2.92986893484752, 6.18184615384616, 3.3879327029916, 7.787, 3.64729608276933, 11.0743461538461, 9.68321501886321, 26.5776923076923, 26.2622161673089, 77.9084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 810, '2021-12-05 00:00:00', 2.7579867431488, 5.07965384615383, 3.19068919224957, 8.07319230769229, 3.88365339834305, 11.5379615384615, 10.2189675242432, 27.1513076923077, 26.0172608965959, 78.0288076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 825, '2021-12-05 00:00:00', 2.74360064962368, 6.10126923076923, 2.91282285737761, 8.20603846153845, 5.02440933244891, 11.9705, 11.1339868707692, 27.7149615384616, 25.7230532176579, 78.7759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 840, '2021-12-05 00:00:00', 2.29800648489412, 5.55273076923078, 4.00367797598466, 8.52484615384617, 5.17597920055862, 11.5507307692307, 10.8793462609026, 27.5157692307693, 25.8915188121813, 78.8428076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 855, '2021-12-05 00:00:00', 2.90644990667308, 6.3685, 3.54186318460516, 8.48453846153844, 6.07409068699559, 11.6959230769231, 10.9177124341771, 26.9853461538462, 25.9962235737897, 78.3074615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 870, '2021-12-05 00:00:00', 2.18623591273992, 5.58288461538461, 2.74842955437912, 7.40184615384613, 5.40013806504411, 11.0081923076923, 11.5735672124025, 27.2475, 25.507858648147, 77.8765769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 885, '2021-12-05 00:00:00', 2.36496161360945, 5.23692307692305, 4.57275536259641, 7.76538461538456, 6.3265504870044, 12.8222307692308, 19.3542681602395, 40.6115384615385, 27.1960863851061, 76.9128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 900, '2021-12-05 00:00:00', 3.63349174825202, 5.67226923076923, 4.19662794377362, 8.18546153846153, 6.34199082889957, 12.8320769230769, 20.2475422902101, 41.9560769230769, 26.3529836860736, 76.5390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 915, '2021-12-05 00:00:00', 2.62512707150309, 6.05630769230767, 5.0195759097603, 9.8709230769231, 5.58196755495902, 12.1312307692308, 20.9455577177155, 42.9481153846154, 26.2267517004768, 76.4970384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 930, '2021-12-05 00:00:00', 4.59760755979086, 6.88307692307693, 5.20636005078994, 8.58246153846155, 6.08967565196651, 12.1351153846154, 21.3680314133412, 43.8338076923077, 26.2580945389886, 76.3774615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 945, '2021-12-05 00:00:00', 2.41151020412839, 5.2072307692308, 3.43619177511739, 7.82234615384617, 5.54939534502494, 12.8981538461538, 21.4256870906073, 44.2607692307692, 25.1607886022004, 76.5907307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 960, '2021-12-05 00:00:00', 3.29152830530369, 5.63976923076923, 4.30387855133198, 8.26876923076922, 7.17042874975997, 15.1738461538462, 21.4928535324222, 44.5616153846154, 24.5560956587471, 76.7591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 975, '2021-12-05 00:00:00', 3.83132540492992, 6.29403846153843, 4.43517548694523, 10.383, 6.58578952745986, 16.1705, 21.7876622152574, 44.1983846153846, 24.7014486130174, 76.6706923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 990, '2021-12-05 00:00:00', 4.13390049692315, 8.60503846153845, 6.11726886973388, 12.8647692307693, 6.92238775523634, 16.5219230769231, 22.579488407947, 43.6482692307692, 25.0646090047608, 76.4571923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1005, '2021-12-05 00:00:00', 3.55039791226062, 8.72984615384618, 3.75831115508834, 11.4154615384616, 6.37951857756821, 14.7478076923077, 22.8238743441026, 42.9293461538461, 26.228823847058, 76.023 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1020, '2021-12-05 00:00:00', 3.38299415970756, 8.10873076923078, 5.45382588421966, 11.0941538461538, 6.87472521375328, 13.6857307692308, 23.1458947674229, 42.4652307692308, 25.9802054234787, 75.7176153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1035, '2021-12-05 00:00:00', 5.39883148040818, 7.99307692307692, 7.01190144430276, 10.2747692307693, 8.01738070684321, 13.6539615384616, 22.9508641101945, 42.3522692307692, 25.5470306835181, 75.3427692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1050, '2021-12-05 00:00:00', 3.42182806406166, 6.57050000000003, 3.47385650228409, 8.73403846153849, 6.2231201752324, 13.4686538461539, 21.1083233142394, 41.7154615384615, 22.7419194861688, 75.1053461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1065, '2021-12-05 00:00:00', 2.44714974173254, 6.04053846153846, 3.14286698805653, 8.07123076923077, 17.0714568481563, 31.1110384615385, 20.9095595142141, 41.5699615384615, 22.9981979560272, 74.4982307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1080, '2021-12-05 00:00:00', 2.507538139598, 5.47519230769232, 4.82371424925457, 9.99596153846156, 17.7685409823524, 33.1098076923077, 20.1270991217925, 41.3194615384615, 22.6481338215757, 74.639 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1095, '2021-12-05 00:00:00', 4.65294321478352, 8.225, 16.4055265442894, 29.5836538461538, 17.9746517538963, 34.0090769230769, 20.0031562776017, 41.1441153846154, 22.9004370430919, 74.6757307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:51:06 Duration: 3s911ms Database: acaweb_fx User: pgperfstats
5 147 28s924ms 50ms 2s330ms 196ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Dec 05 14 147 28s924ms 196ms [ User: postgres - Total duration: 28s924ms - Times executed: 147 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '71198807' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-12-05 14:15:32 Duration: 2s330ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND groupid = 5364 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-12-05 14:34:23 Duration: 1s307ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '71198807' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-12-05 14:35:33 Duration: 871ms Database: acaweb_fx User: postgres Bind query: yes
6 113 52s495ms 50ms 4s870ms 464ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Dec 05 14 113 52s495ms 464ms [ User: postgres - Total duration: 52s495ms - Times executed: 113 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173154 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:31 Duration: 4s870ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173154 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:31 Duration: 4s869ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173620 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:33 Duration: 3s664ms Database: acaweb_fx User: postgres Bind query: yes
7 111 15m58s 597ms 1m10s 8s637ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Dec 05 14 111 15m58s 8s637ms [ User: postgres - Total duration: 15m58s - Times executed: 111 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:03:49 Duration: 1m10s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:01:40 Duration: 1m10s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:36:21 Duration: 51s591ms Database: acaweb_fx User: postgres Bind query: yes
8 79 29s137ms 50ms 4s264ms 368ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and patternendprice > ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Dec 05 14 79 29s137ms 368ms [ User: postgres - Total duration: 29s137ms - Times executed: 79 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 3596 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62173613 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:05:41 Duration: 4s264ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 3596 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62173613 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:10:42 Duration: 1s985ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62170820 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:10:40 Duration: 1s763ms Database: acaweb_fx User: postgres Bind query: yes
9 78 3m32s 77ms 27s229ms 2s730ms (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Dec 05 14 78 3m32s 2s730ms [ User: postgres - Total duration: 3m32s - Times executed: 78 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:06:41 Duration: 27s229ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:06:33 Duration: 22s281ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:10:48 Duration: 13s818ms Database: acaweb_fx User: postgres Bind query: yes
10 67 2m19s 947ms 3s478ms 2s81ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Dec 05 14 67 2m19s 2s81ms [ User: pgperfstats - Total duration: 2m19s - Times executed: 67 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 990, '2021-12-05 00:00:00', 0.302168392322627, 0.556791666666667, 0.281622421702883, 0.708166666666667, 0.30425288633073, 0.808916666666667, 0.479419166616063, 1.01029166666667, 1.05908808104227, 2.83079166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1005, '2021-12-05 00:00:00', 0.127623874180615, 0.333125, 0.165644803984177, 0.459875000000001, 0.219717539357806, 0.568333333333333, 0.478977738431593, 0.80975, 0.985735078470649, 2.73541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1020, '2021-12-05 00:00:00', 0.159037725676664, 0.293708333333333, 0.183129552424, 0.392458333333334, 0.203840232976, 0.497166666666667, 0.412096223109906, 0.735083333333334, 0.974073483970236, 2.70625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1035, '2021-12-05 00:00:00', 0.136939741323048, 0.256166666666667, 0.169788225936508, 0.347041666666666, 0.163185671570139, 0.430541666666666, 0.363641941965612, 0.668375, 0.978412799836582, 2.67304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1050, '2021-12-05 00:00:00', 0.121186405704337, 0.228666666666666, 0.147199946587498, 0.302541666666667, 0.160548493735006, 0.375583333333333, 0.365903200551612, 0.62775, 0.984801267379305, 2.65216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1065, '2021-12-05 00:00:00', 0.118305969994044, 0.196958333333334, 0.124881596095974, 0.27725, 0.154160789155489, 0.346625, 0.365205637427321, 0.609875000000001, 0.985118575957053, 2.654 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1080, '2021-12-05 00:00:00', 0.0921787802926016, 0.190666666666666, 0.113679915501401, 0.254583333333334, 0.154743540756301, 0.341208333333334, 0.359647772031936, 0.592458333333334, 0.981252282375265, 2.65570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1095, '2021-12-05 00:00:00', 0.0813807365127786, 0.171708333333334, 0.0988670238542508, 0.241583333333334, 0.129441771084334, 0.331708333333334, 0.358212136565204, 0.568750000000001, 0.966917939918498, 2.64195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1110, '2021-12-05 00:00:00', 0.0680625777704142, 0.146416666666667, 0.103857544226472, 0.208041666666666, 0.110582646645532, 0.3025, 0.369384172192944, 0.550833333333334, 0.965033196658112, 2.656125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1125, '2021-12-05 00:00:00', 0.0970817580888556, 0.152791666666666, 0.101152346000719, 0.224166666666667, 0.115864042952398, 0.306041666666667, 0.367567737521489, 0.558708333333334, 0.988551373900507, 2.83741666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1140, '2021-12-05 00:00:00', 0.0659705138349866, 0.13775, 0.0713204520741283, 0.194541666666667, 0.249466909890741, 0.321500000000001, 0.375410413095946, 0.583750000000001, 1.00643737790892, 2.88175 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1155, '2021-12-05 00:00:00', 0.0573319219576879, 0.118083333333333, 0.0904790391291774, 0.18725, 0.380270984613776, 0.31825, 0.385758651644834, 0.951208333333334, 1.00612422429347, 2.90170833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1170, '2021-12-05 00:00:00', 0.0683739584081969, 0.128291666666667, 0.251301827879649, 0.2125, 0.37901741528188, 0.295874999999999, 0.418470504821782, 1.01120833333333, 1.0071417980847, 2.90841666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1185, '2021-12-05 00:00:00', 0.256811835476054, 0.157166666666667, 0.38861171523436, 0.23125, 0.377078039437577, 0.29225, 0.437919455237332, 1.07133333333333, 1.00728036409138, 2.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1200, '2021-12-05 00:00:00', 0.295090255782821, 0.167208333333334, 0.289180801976694, 0.208166666666667, 0.279752967501843, 0.269625, 0.474225117382578, 1.139625, 1.00965676116308, 2.89208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1215, '2021-12-05 00:00:00', 0.0741101804111941, 0.124333333333333, 0.0933333495082799, 0.171625, 0.115436404161758, 0.242208333333333, 0.487820767751101, 1.15716666666667, 1.01329028917923, 2.89708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1230, '2021-12-05 00:00:00', 0.0576294855841664, 0.116875000000001, 0.0641410922119733, 0.164583333333333, 0.0982152324441472, 0.236166666666666, 0.50020203889043, 1.18691666666667, 1.01853053784447, 2.90625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1245, '2021-12-05 00:00:00', 0.0522689359626407, 0.109291666666665, 0.0832494831772262, 0.173041666666665, 0.103377938596229, 0.220708333333333, 0.510095302263511, 1.1965, 1.03108670687845, 2.92283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1260, '2021-12-05 00:00:00', 0.0734917919108028, 0.125, 0.0708194146597784, 0.167541666666667, 0.0886848250176195, 0.213958333333334, 0.503722375802443, 1.19883333333333, 1.03231553428147, 2.92333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1275, '2021-12-05 00:00:00', 0.0529092057960711, 0.112083333333334, 0.060266662859112, 0.142625, 0.0965840382738028, 0.215041666666666, 0.502889188819846, 1.21133333333333, 1.03130169611312, 2.92166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1290, '2021-12-05 00:00:00', 0.0438878676576589, 0.103833333333334, 0.0553879434115609, 0.156791666666666, 0.0865627024143501, 0.220833333333333, 0.523979074631967, 1.226375, 1.02968088133718, 2.91875 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1305, '2021-12-05 00:00:00', 0.0492320739096909, 0.109833333333332, 0.0860420776738617, 0.164249999999999, 0.132434882823242, 0.236291666666666, 0.523820905061748, 1.22841666666667, 1.03071290141578, 2.91195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1320, '2021-12-05 00:00:00', 0.0525068412632736, 0.111173913043478, 0.0633786849619805, 0.158304347826087, 0.173729379303564, 0.296478260869565, 0.519045296446124, 1.28073913043478, 1.05164940655539, 2.92373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1335, '2021-12-05 00:00:00', 0.0630636794675369, 0.109130434782609, 0.12959244415099, 0.175260869565217, 0.314741741172606, 0.855000000000001, 0.517546854918057, 1.29573913043478, 1.05202011207274, 2.91895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1350, '2021-12-05 00:00:00', 0.0813554636299892, 0.132565217391304, 0.134994905481389, 0.241478260869566, 0.327183911971484, 0.924695652173914, 0.513859626177247, 1.29852173913043, 1.04581832474835, 2.90182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1365, '2021-12-05 00:00:00', 0.0902835016596983, 0.185739130434783, 0.286141545724705, 0.808434782608696, 0.343591171715211, 0.972434782608697, 0.535466037644177, 1.32017391304348, 1.04242331307217, 2.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 990, '2021-12-05 00:00:00', 0.23314931828205, 0.587269230769231, 0.251330774998882, 0.682961538461539, 0.327378463649547, 0.860538461538462, 0.523293781291601, 1.15630769230769, 1.04958143818601, 2.75465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1005, '2021-12-05 00:00:00', 0.130931602813777, 0.33373076923077, 0.164723525945749, 0.492000000000001, 0.291873673938678, 0.679192307692308, 0.528372544852442, 1.00311538461538, 1.07567947828338, 2.6565 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1020, '2021-12-05 00:00:00', 0.111758069748211, 0.348884615384615, 0.196285212421578, 0.497730769230769, 0.22654664997608, 0.61976923076923, 0.512846025775617, 0.910615384615384, 1.08481519801584, 2.63357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1035, '2021-12-05 00:00:00', 0.15390491070288, 0.285807692307692, 0.162191970777273, 0.368346153846154, 0.174271781554428, 0.489576923076923, 0.52117373450555, 0.791307692307692, 1.08076481466385, 2.57023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1050, '2021-12-05 00:00:00', 0.141499681978441, 0.255999999999999, 0.13954416450054, 0.346423076923076, 0.155058842428882, 0.42326923076923, 0.556504089417554, 0.767807692307692, 1.08258505226362, 2.55565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1065, '2021-12-05 00:00:00', 0.0888401849476823, 0.220461538461538, 0.119833910700796, 0.301615384615383, 0.155464252631124, 0.366423076923076, 0.564241503122691, 0.725076923076924, 1.08825944587606, 2.52469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1080, '2021-12-05 00:00:00', 0.0788879243952115, 0.191230769230769, 0.107624275214213, 0.249230769230769, 0.164909023870273, 0.333115384615384, 0.591137272877134, 0.714653846153847, 1.10558776849518, 2.52207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1095, '2021-12-05 00:00:00', 0.0742276332538065, 0.173307692307691, 0.107251085703667, 0.244653846153846, 0.139166729003518, 0.334461538461538, 0.675797481043407, 0.732346153846154, 1.09716766897597, 2.51642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1110, '2021-12-05 00:00:00', 0.0669584486540265, 0.169923076923076, 0.101472459317787, 0.233499999999999, 0.112079257670633, 0.316999999999999, 0.671307972428567, 0.724076923076923, 1.09230789404115, 2.51415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1125, '2021-12-05 00:00:00', 0.0722586912525986, 0.158961538461538, 0.0729417892252764, 0.22176923076923, 0.123767679389809, 0.313961538461539, 0.671482259345237, 0.721769230769231, 1.09551485332064, 2.59307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1140, '2021-12-05 00:00:00', 0.0631387726787957, 0.160230769230769, 0.0947628700412854, 0.218807692307693, 0.186053739135106, 0.346076923076923, 0.673106396893136, 0.737692307692308, 1.10968616561343, 2.63988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1155, '2021-12-05 00:00:00', 0.0648709132401845, 0.142346153846153, 0.0874949932633519, 0.199423076923077, 0.33289509551116, 0.358769230769231, 0.700115332257149, 1.08896153846154, 1.07799086980578, 2.66634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1170, '2021-12-05 00:00:00', 0.0491855513493396, 0.126461538461539, 0.16244514813883, 0.240884615384615, 0.465395965405143, 0.365730769230769, 0.778491195543316, 1.18969230769231, 1.08013202042087, 2.68730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1185, '2021-12-05 00:00:00', 0.155810654321198, 0.183, 0.332634928088761, 0.261346153846153, 0.515151390743163, 0.375653846153845, 0.884741072074414, 1.22626923076923, 1.08222699808525, 2.68165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1200, '2021-12-05 00:00:00', 0.283486049039454, 0.1895, 0.415492954675065, 0.267346153846154, 0.459852156843747, 0.368384615384615, 0.836461603330454, 1.22742307692308, 1.04743928922653, 2.68976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1215, '2021-12-05 00:00:00', 0.157733587467555, 0.163269230769231, 0.211790277251959, 0.225807692307692, 0.216306481285592, 0.297423076923077, 0.606149508086781, 1.19711538461539, 0.940946417995447, 2.64180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1230, '2021-12-05 00:00:00', 0.106795714405516, 0.156730769230769, 0.117899983688913, 0.220615384615384, 0.180223860795402, 0.306999999999999, 0.524589879370983, 1.18569230769231, 0.925383685912955, 2.61438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1245, '2021-12-05 00:00:00', 0.077606433119545, 0.158038461538461, 0.11562026040182, 0.20973076923077, 0.17999848289959, 0.307576923076923, 0.537148998094427, 1.19638461538462, 0.921966297565239, 2.61542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1260, '2021-12-05 00:00:00', 0.0592266701878343, 0.126038461538461, 0.118664309973718, 0.202538461538461, 0.207328446228164, 0.298269230769231, 0.494412135773385, 1.189, 0.917692997936423, 2.59696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1275, '2021-12-05 00:00:00', 0.103852558207075, 0.158076923076923, 0.136561763992032, 0.206653846153846, 0.244569867318114, 0.3235, 0.470279192035474, 1.18903846153846, 0.910928277173262, 2.58738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1290, '2021-12-05 00:00:00', 0.0679230333652613, 0.125461538461539, 0.128624031729928, 0.200692307692308, 0.209809279695046, 0.304423076923077, 0.454922696729895, 1.1855, 0.915492261867058, 2.57580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1305, '2021-12-05 00:00:00', 0.0882464730173392, 0.141, 0.162452965974298, 0.222615384615384, 0.187570163282559, 0.298615384615385, 0.446616614111029, 1.172, 0.924163382991091, 2.56003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1320, '2021-12-05 00:00:00', 0.109133710038038, 0.152, 0.113254477468516, 0.199080000000001, 0.133564054545624, 0.308759999999999, 0.447307213594117, 1.15808, 0.945213102956154, 2.55332 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1335, '2021-12-05 00:00:00', 0.0705399886589162, 0.13616, 0.0799714115585482, 0.19848, 0.28753270538613, 0.79984, 0.441040296722797, 1.15672, 0.946435581537381, 2.55332 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1350, '2021-12-05 00:00:00', 0.0623244735236493, 0.14544, 0.10377038755509, 0.253279999999999, 0.332076170980896, 0.928400000000001, 0.461430735141617, 1.16264, 0.946027489029785, 2.55452 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1365, '2021-12-05 00:00:00', 0.0964418132001543, 0.206759999999999, 0.290338118980842, 0.77584, 0.407490183930853, 0.970000000000001, 0.455464323520515, 1.1556, 0.947697425342077, 2.55292 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 990, '2021-12-05 00:00:00', 0.234223640664545, 0.544076923076923, 0.299295246563297, 0.69773076923077, 0.388331977327884, 0.821269230769231, 0.442286082147674, 1.01653846153846, 0.968711483601562, 2.49553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1005, '2021-12-05 00:00:00', 0.1246329750168, 0.381538461538462, 0.217232041835453, 0.497, 0.239546767555218, 0.605423076923078, 0.368737555200693, 0.858769230769231, 0.984423036019655, 2.44392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1020, '2021-12-05 00:00:00', 0.145172857179083, 0.312038461538461, 0.141711803970648, 0.390653846153847, 0.166686236799748, 0.506692307692308, 0.38897259543572, 0.785, 0.979104363888046, 2.44234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1035, '2021-12-05 00:00:00', 0.0951797974685485, 0.255076923076924, 0.141989923802848, 0.377538461538462, 0.164306659821014, 0.467038461538462, 0.435360372388386, 0.794576923076924, 0.983917814735482, 2.43511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1050, '2021-12-05 00:00:00', 0.0969546206301611, 0.239038461538461, 0.0960150068398765, 0.324807692307693, 0.123069436310751, 0.421615384615385, 0.446028445108778, 0.755576923076923, 0.989278885777996, 2.42492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1065, '2021-12-05 00:00:00', 0.07071411566191, 0.219384615384616, 0.10542867804277, 0.296615384615385, 0.120229530482323, 0.390500000000001, 0.461380823848786, 0.72423076923077, 0.994978711020801, 2.41734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1080, '2021-12-05 00:00:00', 0.0669835456258877, 0.208346153846154, 0.0760126710084967, 0.275615384615385, 0.215502564682222, 0.417346153846155, 0.465848380748666, 0.700923076923077, 0.999876645468753, 2.40788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1095, '2021-12-05 00:00:00', 0.0434742894841739, 0.173423076923077, 0.0688143992087528, 0.257692307692308, 0.287737960384364, 0.375423076923077, 0.512753274002225, 0.704, 0.993067366217496, 2.39992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1110, '2021-12-05 00:00:00', 0.0639774960435305, 0.179, 0.230486669062192, 0.284769230769231, 0.286522226282441, 0.347884615384615, 0.571746608748477, 0.72076923076923, 0.976933528956807, 2.421 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1125, '2021-12-05 00:00:00', 0.226253747950256, 0.201961538461539, 0.28942689258921, 0.263615384615385, 0.279802105891893, 0.331461538461539, 0.5744657732323, 0.707730769230769, 0.99002771367581, 2.50807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1140, '2021-12-05 00:00:00', 0.148961456036841, 0.168653846153846, 0.150681712432327, 0.228461538461538, 0.165041090454655, 0.297807692307692, 0.560311407920768, 0.721076923076923, 0.966713073333471, 2.56038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1155, '2021-12-05 00:00:00', 0.0536579480097348, 0.137846153846154, 0.0664731409032134, 0.189961538461538, 0.154083998070983, 0.288038461538462, 0.761916219904687, 1.13338461538462, 0.985799796338758, 2.58696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1170, '2021-12-05 00:00:00', 0.0618792496598134, 0.140807692307692, 0.104651516950305, 0.2055, 0.196713786619427, 0.293923076923077, 0.746309122384181, 1.15411538461538, 1.01693059516597, 2.61865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1185, '2021-12-05 00:00:00', 0.0755810721115975, 0.139461538461538, 0.112374901386113, 0.205038461538461, 0.190556383741441, 0.299846153846154, 0.746910127432705, 1.17746153846154, 1.02403326042738, 2.62203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1200, '2021-12-05 00:00:00', 0.0866316694624221, 0.147615384615385, 0.120397834123121, 0.196961538461539, 0.172740966590041, 0.277807692307693, 0.739410521970035, 1.195, 1.04311593573515, 2.62784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1215, '2021-12-05 00:00:00', 0.0732563045330986, 0.140615384615384, 0.115777777859802, 0.208423076923077, 0.275983357915208, 0.346423076923077, 0.73259264365571, 1.20769230769231, 1.05807751351939, 2.62476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1230, '2021-12-05 00:00:00', 0.0645323532453659, 0.13323076923077, 0.0936991667313754, 0.190576923076923, 0.262102601753881, 0.334423076923077, 0.713030831138351, 1.22261538461538, 1.06659218361745, 2.62438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1245, '2021-12-05 00:00:00', 0.0706433403687965, 0.138192307692308, 0.267850245185912, 0.264923076923077, 0.266752723293718, 0.319846153846154, 0.716965658441613, 1.25234615384615, 1.07644455786345, 2.62938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1260, '2021-12-05 00:00:00', 0.272178541515561, 0.223961538461538, 0.266446395243886, 0.271192307692308, 0.273997397517118, 0.313576923076923, 0.728809293405241, 1.28388461538462, 1.07843455277332, 2.64126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1275, '2021-12-05 00:00:00', 0.0601273136449137, 0.147576923076923, 0.0952599358839558, 0.201153846153846, 0.271657907047704, 0.313538461538461, 0.717943991815946, 1.29684615384615, 1.08376574037012, 2.6445 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1290, '2021-12-05 00:00:00', 0.067891043931831, 0.136923076923077, 0.105554222303771, 0.195423076923078, 0.325283036517667, 0.346423076923077, 0.734991931928508, 1.3185, 1.08018692755538, 2.65403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1305, '2021-12-05 00:00:00', 0.0751698077688107, 0.1385, 0.258257310567462, 0.231038461538461, 0.319217707239721, 0.344769230769231, 0.727159722164575, 1.33930769230769, 1.08428203256987, 2.66238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1320, '2021-12-05 00:00:00', 0.0696978478864301, 0.14696, 0.116930534934208, 0.227399999999999, 0.186692197658784, 0.367319999999999, 0.712752932883011, 1.30308, 1.11382686865299, 2.66528 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1335, '2021-12-05 00:00:00', 0.0878200242921095, 0.15376, 0.112085413859253, 0.20516, 0.699576221722838, 0.901159999999999, 0.721948516169956, 1.29592, 1.10338973924297, 2.703 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1350, '2021-12-05 00:00:00', 0.060683660623488, 0.14844, 0.130548994634199, 0.288039999999999, 0.683891967589424, 0.943159999999999, 0.717148562014873, 1.30332, 1.11352731593497, 2.733 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1365, '2021-12-05 00:00:00', 0.109819169547033, 0.239, 0.681479852967057, 0.87896, 0.674874798265081, 0.99392, 0.707751243964526, 1.29564, 1.11882628231553, 2.739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 990, '2021-12-05 00:00:00', 0.319754609036367, 0.580519999999999, 0.306794540368632, 0.66184, 0.344832432736057, 0.77336, 0.475644871025993, 1.07028, 1.09288269879861, 2.61852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1005, '2021-12-05 00:00:00', 0.104124812925002, 0.33268, 0.16606165521677, 0.44816, 0.185989919081654, 0.5866, 0.357043064629465, 0.9238, 1.09244711237356, 2.51012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1020, '2021-12-05 00:00:00', 0.112424611777552, 0.291719999999999, 0.123268838992937, 0.40296, 0.198846280662559, 0.54748, 0.329243213040654, 0.84452, 1.11157721579145, 2.46864 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1035, '2021-12-05 00:00:00', 0.0675212805960708, 0.24496, 0.107627087668487, 0.33156, 0.170635947756229, 0.46928, 0.309028046192143, 0.7582, 1.12167876417449, 2.4282 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1050, '2021-12-05 00:00:00', 0.0795178596291434, 0.233560000000001, 0.119209898917832, 0.322200000000001, 0.186372047260312, 0.440960000000001, 0.343720050816552, 0.72516, 1.12503911487557, 2.42448 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1065, '2021-12-05 00:00:00', 0.0970562551650671, 0.207, 0.139490836019193, 0.282880000000001, 0.181248236773033, 0.393560000000001, 0.36963248414247, 0.69344, 1.15700072025331, 2.438 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1080, '2021-12-05 00:00:00', 0.0947625629314309, 0.19788, 0.124426524503419, 0.28372, 0.263927717377316, 0.39456, 0.319540258287851, 0.66532, 1.16880988331436, 2.41428 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1095, '2021-12-05 00:00:00', 0.075167324461275, 0.18172, 0.0939858677319809, 0.24448, 0.238392379632125, 0.39252, 0.331678694924269, 0.66556, 1.17003725296818, 2.40356 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1110, '2021-12-05 00:00:00', 0.0889515411146248, 0.19328, 0.212010219879452, 0.2952, 0.226450708396626, 0.38456, 0.314183953547387, 0.65684, 1.16677631818042, 2.39832 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1125, '2021-12-05 00:00:00', 0.179947464555632, 0.18756, 0.181105613754333, 0.26308, 0.186550109443371, 0.329120000000001, 0.291899600319471, 0.61628, 1.21246773152938, 2.537 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1140, '2021-12-05 00:00:00', 0.0744121853820557, 0.171560000000001, 0.082142295236174, 0.210760000000001, 0.0941649616364811, 0.297040000000001, 0.266795789571975, 0.60008, 1.24193142591154, 2.624 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1155, '2021-12-05 00:00:00', 0.0581308007858141, 0.14224, 0.0745230836721076, 0.200760000000001, 0.11283227966027, 0.29904, 0.487728930862215, 0.96548, 1.29940548200578, 2.67724 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1170, '2021-12-05 00:00:00', 0.0455211306245063, 0.141560000000001, 0.0737569657727326, 0.19456, 0.123544836665345, 0.28692, 0.533686946314659, 1.03144, 1.28547600522141, 2.68968 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1185, '2021-12-05 00:00:00', 0.0556056951519664, 0.13308, 0.0776515292830724, 0.204479999999999, 0.127660200010288, 0.27972, 0.573620815521891, 1.11544, 1.28092071313307, 2.69504 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1200, '2021-12-05 00:00:00', 0.0584889733197624, 0.147719999999998, 0.0986695326160347, 0.208519999999999, 0.126111300048805, 0.26668, 0.605590070372139, 1.1534, 1.27714176320929, 2.7046 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1215, '2021-12-05 00:00:00', 0.0769393267451699, 0.15008, 0.0950377468868733, 0.19656, 0.117205545943868, 0.27184, 0.612462072295092, 1.16504, 1.25881141955418, 2.71824 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1230, '2021-12-05 00:00:00', 0.0457233711209777, 0.12372, 0.0638173957475535, 0.17008, 0.108350942158647, 0.24652, 0.631371303856401, 1.17216, 1.25441440521065, 2.737 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1245, '2021-12-05 00:00:00', 0.0531034211076213, 0.119160000000001, 0.0775606859175446, 0.17808, 0.135347983607686, 0.26808, 0.645238594113318, 1.17152, 1.25703154561318, 2.74184 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1260, '2021-12-05 00:00:00', 0.0414399967824969, 0.13024, 0.0733582987807109, 0.182239999999999, 0.136969242289404, 0.26736, 0.659439681345711, 1.17588, 1.25391430727941, 2.75256 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1275, '2021-12-05 00:00:00', 0.0594601547256639, 0.14252, 0.115402296337637, 0.199760000000001, 0.255494076904598, 0.30884, 0.707451253915537, 1.19212, 1.25466325761138, 2.75416 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1290, '2021-12-05 00:00:00', 0.0682908729870487, 0.129320000000001, 0.0898568676655645, 0.177440000000001, 0.220503023410867, 0.31, 0.709379933463019, 1.17884, 1.25890708817874, 2.75284 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1305, '2021-12-05 00:00:00', 0.0671971477569315, 0.13204, 0.223250061590137, 0.226439999999999, 0.215988811438618, 0.313799999999999, 0.702933199766046, 1.1718, 1.25637862525594, 2.7516 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1320, '2021-12-05 00:00:00', 0.0458276346918462, 0.129458333333333, 0.0787065269930281, 0.19775, 0.0799334868427535, 0.328833333333333, 0.71563239363942, 1.165625, 1.30666402321531, 2.775 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1335, '2021-12-05 00:00:00', 0.0488377230059483, 0.142583333333334, 0.0614148255480822, 0.204041666666666, 0.451262568575216, 0.805416666666666, 0.716283564607994, 1.15883333333333, 1.30671591891797, 2.77883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1350, '2021-12-05 00:00:00', 0.0566168792366082, 0.151083333333334, 0.0936794952275409, 0.26925, 0.501811788076141, 0.874125, 0.708097725948017, 1.14995833333333, 1.30194729295129, 2.78583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1365, '2021-12-05 00:00:00', 0.0826274597300999, 0.221583333333333, 0.433676979820334, 0.766625, 0.550306158200708, 0.964791666666667, 0.696017916592231, 1.148625, 1.30187046874538, 2.79125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 990, '2021-12-05 00:00:00', 0.25332741963408, 0.560307692307692, 0.298631133417388, 0.671923076923077, 0.379218483807868, 0.813461538461538, 0.492438380370111, 0.994038461538461, 1.19279630345607, 2.69069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1005, '2021-12-05 00:00:00', 0.133374804447986, 0.353038461538462, 0.173124930435977, 0.487192307692308, 0.183230548343212, 0.606076923076924, 0.353401077443832, 0.835192307692307, 1.13517342355186, 2.63469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1020, '2021-12-05 00:00:00', 0.125210444391095, 0.306153846153846, 0.161862353678864, 0.412307692307693, 0.180952216387047, 0.522769230769231, 0.333510991630653, 0.760307692307691, 1.12394300498804, 2.61003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1035, '2021-12-05 00:00:00', 0.108513600707292, 0.275192307692308, 0.130445933391813, 0.382307692307692, 0.158878376318297, 0.461461538461539, 0.265764592189287, 0.69353846153846, 1.13411833326428, 2.57992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1050, '2021-12-05 00:00:00', 0.0991618180241071, 0.258884615384615, 0.113909410700582, 0.317076923076922, 0.162496352621788, 0.429230769230769, 0.25900649531505, 0.66026923076923, 1.13256832974371, 2.56630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1065, '2021-12-05 00:00:00', 0.062517246851138, 0.178615384615384, 0.131838922699109, 0.277692307692308, 0.176859931540797, 0.398653846153846, 0.232922516003796, 0.611538461538461, 1.13460590243756, 2.54507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1080, '2021-12-05 00:00:00', 0.0997181335256836, 0.203884615384616, 0.120664499909715, 0.285192307692307, 0.161813644000175, 0.376153846153846, 0.238367395808688, 0.593846153846154, 1.13367704328064, 2.53903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1095, '2021-12-05 00:00:00', 0.0794158771182538, 0.192192307692307, 0.125434070945044, 0.273115384615384, 0.138200528775566, 0.346884615384616, 0.256360827440844, 0.576923076923077, 1.12751586446284, 2.52476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1110, '2021-12-05 00:00:00', 0.0912545046306462, 0.180230769230769, 0.102478125245566, 0.239384615384616, 0.113944574920643, 0.307384615384616, 0.254026603694604, 0.554653846153846, 1.12694422495252, 2.52861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1125, '2021-12-05 00:00:00', 0.0632456626667305, 0.162423076923077, 0.077158577966718, 0.226384615384615, 0.142555581602944, 0.302423076923077, 0.247023925966696, 0.5355, 1.16344950040816, 2.6655 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1140, '2021-12-05 00:00:00', 0.0660718140766893, 0.158269230769231, 0.0746253411279409, 0.204307692307692, 0.125844763956967, 0.273230769230769, 0.235433782949359, 0.535115384615385, 1.14761477589222, 2.68992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1155, '2021-12-05 00:00:00', 0.0486666051984157, 0.133038461538461, 0.101530419844724, 0.194884615384615, 0.181707800095055, 0.279269230769231, 0.465474383332168, 1.03719230769231, 1.18448059437947, 2.67103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1170, '2021-12-05 00:00:00', 0.0776010408336219, 0.148192307692307, 0.0866099656728156, 0.190615384615384, 0.167913329291769, 0.269384615384616, 0.448899586167706, 1.11796153846154, 1.1818312804223, 2.68915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1185, '2021-12-05 00:00:00', 0.0689546562270068, 0.14023076923077, 0.171293724345056, 0.2145, 0.171307447410968, 0.270192307692308, 0.446537732060625, 1.14011538461539, 1.17049116843512, 2.69384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1200, '2021-12-05 00:00:00', 0.0405140716294971, 0.13516, 0.0535069154409045, 0.169640000000001, 0.0813462148269155, 0.24704, 0.476352992363156, 1.16844, 1.19733606811121, 2.72408 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1215, '2021-12-05 00:00:00', 0.0407591707472074, 0.10968, 0.0722011080247382, 0.166999999999999, 0.066210699034722, 0.23276, 0.473860218489237, 1.17056, 1.19047864603556, 2.75136 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1230, '2021-12-05 00:00:00', 0.0459538899332792, 0.119519999999999, 0.0540244389142534, 0.16784, 0.0866388673363941, 0.235719999999999, 0.476639405980384, 1.18896, 1.19114290354544, 2.7746 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1245, '2021-12-05 00:00:00', 0.0453529491874556, 0.113840000000001, 0.0376606779900022, 0.15608, 0.0866366358226509, 0.22764, 0.465931976437191, 1.19724, 1.17788472129775, 2.7878 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1260, '2021-12-05 00:00:00', 0.0310224112538027, 0.11616, 0.0517573827262037, 0.16608, 0.0768067271359302, 0.22724, 0.461261957387918, 1.19448, 1.17168489506921, 2.79792 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1275, '2021-12-05 00:00:00', 0.0413596824617086, 0.12096, 0.0562849891178811, 0.162199999999999, 0.153624813533925, 0.2498, 0.458997592586279, 1.20404, 1.16855843242861, 2.80432 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1290, '2021-12-05 00:00:00', 0.0478036958124917, 0.11888, 0.0731637888576036, 0.165240000000001, 0.169886452275238, 0.260640000000001, 0.453392883343647, 1.20124, 1.16383780084111, 2.81152 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1305, '2021-12-05 00:00:00', 0.0536623083116384, 0.12032, 0.157034359297575, 0.19104, 0.173052429434936, 0.27668, 0.448670822169958, 1.20944, 1.1582636674494, 2.82116 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1320, '2021-12-05 00:00:00', 0.0555793596345927, 0.12375, 0.0846537277571895, 0.182916666666667, 0.108418940534698, 0.281166666666666, 0.453631881659535, 1.22266666666667, 1.17286931005899, 2.860375 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1335, '2021-12-05 00:00:00', 0.0688735451199613, 0.1355, 0.0845411742580359, 0.193083333333332, 0.467420945807642, 0.967416666666666, 0.457843424599802, 1.22041666666667, 1.18069207090772, 2.857125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1350, '2021-12-05 00:00:00', 0.0843901288100672, 0.148291666666667, 0.102616414979225, 0.227708333333333, 0.438763942344228, 1.05366666666667, 0.482836786418393, 1.25166666666667, 1.17791604776389, 2.85270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1365, '2021-12-05 00:00:00', 0.0827819621709321, 0.186625, 0.47157017244121, 0.934416666666667, 0.451747859566804, 1.05904166666667, 0.558987723802875, 1.27266666666667, 1.1920827582581, 2.84454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 930, '2021-12-05 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 945, '2021-12-05 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 960, '2021-12-05 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 975, '2021-12-05 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 930, '2021-12-05 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 945, '2021-12-05 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 960, '2021-12-05 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 975, '2021-12-05 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 930, '2021-12-05 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 945, '2021-12-05 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 960, '2021-12-05 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 975, '2021-12-05 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 930, '2021-12-05 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 2.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 945, '2021-12-05 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 960, '2021-12-05 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 975, '2021-12-05 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 930, '2021-12-05 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 945, '2021-12-05 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 960, '2021-12-05 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 975, '2021-12-05 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:51:10 Duration: 3s478ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 990, '2021-12-05 00:00:00', 0.405144704869824, 0.890833333333334, 0.450828504622, 1.10808333333333, 0.543150945203412, 1.27908333333333, 0.77990744527053, 1.82216666666667, 1.82893238042688, 4.323 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1005, '2021-12-05 00:00:00', 0.28695770215501, 0.531874999999999, 0.400780215076911, 0.744791666666667, 0.572211777963871, 0.924166666666668, 0.764548762200686, 1.464875, 1.71023030432763, 4.08604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1020, '2021-12-05 00:00:00', 0.221477057404418, 0.4655, 0.270240579881133, 0.586833333333332, 0.40168719353407, 0.789416666666667, 0.628439198401052, 1.3135, 1.72941762627971, 4.03025 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1035, '2021-12-05 00:00:00', 0.222411861715785, 0.343083333333331, 0.326810675148933, 0.512500000000001, 0.393387407238606, 0.729, 0.582176088643635, 1.22495833333333, 1.75927966772635, 3.99191666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1050, '2021-12-05 00:00:00', 0.19459072154921, 0.382625, 0.22467985275027, 0.517416666666663, 0.294507027917426, 0.660958333333333, 0.513046287145345, 1.14566666666666, 1.78748187383127, 3.95933333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1065, '2021-12-05 00:00:00', 0.123847900814797, 0.264708333333329, 0.18509667959502, 0.394458333333332, 0.222795573909409, 0.587041666666663, 0.437389569914014, 1.00637499999999, 1.81552825386434, 3.88783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1080, '2021-12-05 00:00:00', 0.113384941361438, 0.264333333333335, 0.10369981761755, 0.348000000000004, 0.199401273199601, 0.576208333333332, 0.430898320162471, 0.948666666666662, 1.83653418076044, 3.87316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1095, '2021-12-05 00:00:00', 0.0981796545380857, 0.239125000000004, 0.179938591578156, 0.381625000000002, 0.234904293647247, 0.576125000000002, 0.507023194664241, 0.939791666666665, 1.82930448838674, 3.86204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1110, '2021-12-05 00:00:00', 0.150220683073898, 0.260416666666662, 0.208977839300821, 0.395541666666665, 0.241315683406546, 0.534958333333332, 0.520544753676095, 0.915666666666663, 1.84324181967454, 3.86916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1125, '2021-12-05 00:00:00', 0.15493390362588, 0.249583333333334, 0.175218740105213, 0.356291666666669, 0.225748701988021, 0.471041666666668, 0.489273328000571, 0.862958333333333, 1.90409885063014, 4.07145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1140, '2021-12-05 00:00:00', 0.105387268914586, 0.208708333333332, 0.119323933420568, 0.293125, 0.169389948669171, 0.406208333333333, 0.400882610939439, 0.858208333333331, 1.98724807126315, 4.157125 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1155, '2021-12-05 00:00:00', 0.107844056765821, 0.211916666666665, 0.131544999739715, 0.302999999999998, 0.178007566807088, 0.421208333333331, 0.904786706188621, 1.551125, 1.97362484458772, 4.177625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1170, '2021-12-05 00:00:00', 0.101585394576707, 0.187875000000002, 0.137167305015512, 0.267000000000004, 0.16002037347643, 0.393458333333336, 0.974460292838473, 1.72941666666667, 2.02272366913196, 4.21945833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1185, '2021-12-05 00:00:00', 0.0895457032526693, 0.186791666666666, 0.128063835701155, 0.283541666666666, 0.141112190693501, 0.365041666666664, 0.981283188306094, 1.7995, 2.00986371843134, 4.23758333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1200, '2021-12-05 00:00:00', 0.0903751841660302, 0.194249999999993, 0.102250961159154, 0.268708333333331, 0.133402192364056, 0.383833333333331, 0.963923515367408, 1.82175, 1.98075783650704, 4.26195833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1215, '2021-12-05 00:00:00', 0.0925699109095252, 0.19166666666667, 0.105868654952489, 0.257208333333337, 0.171176809176942, 0.395250000000003, 0.943755187143822, 1.826875, 1.97823195654935, 4.25125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1230, '2021-12-05 00:00:00', 0.0652218066138222, 0.167666666666668, 0.128186006154781, 0.277, 0.189959015411832, 0.386083333333332, 0.954514140578974, 1.840875, 1.96521810383789, 4.25375 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1245, '2021-12-05 00:00:00', 0.0945954678419223, 0.180708333333331, 0.12847373272385, 0.263249999999998, 0.169162723949202, 0.345124999999998, 0.976583452210017, 1.88775, 1.94196090527299, 4.225625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1260, '2021-12-05 00:00:00', 0.111118742793462, 0.186374999999997, 0.136740888735499, 0.253624999999997, 0.184644738207797, 0.322874999999996, 0.941927868095881, 1.92875, 1.91413780492207, 4.22116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1275, '2021-12-05 00:00:00', 0.0836063498732623, 0.162250000000001, 0.098757929419308, 0.209208333333332, 0.228034318387208, 0.351458333333332, 0.951907634661857, 1.96866666666667, 1.91217246082239, 4.22195833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1290, '2021-12-05 00:00:00', 0.0715474784088633, 0.149791666666663, 0.0918626002181547, 0.215291666666662, 0.225674444078512, 0.37345833333333, 0.973543858759086, 2.00208333333333, 1.91141029010034, 4.22158333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1305, '2021-12-05 00:00:00', 0.0680458072481902, 0.161333333333333, 0.180807002357345, 0.280708333333334, 0.201751299764146, 0.401249999999997, 0.978359348344334, 2.02516666666667, 1.89990887605665, 4.22779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1320, '2021-12-05 00:00:00', 0.131921973585239, 0.194043478260871, 0.156542661096218, 0.281173913043475, 0.284388165116801, 0.471913043478258, 0.970667055996457, 2.08952173913044, 1.9154972047753, 4.29421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1335, '2021-12-05 00:00:00', 0.101075461967082, 0.189391304347822, 0.157392814396708, 0.280956521739126, 0.839516327435993, 1.44386956521739, 0.990095629588991, 2.10608695652174, 1.94903425867838, 4.35221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1350, '2021-12-05 00:00:00', 0.124336786043538, 0.219999999999998, 0.242609764897698, 0.388043478260865, 0.896126561501914, 1.62221739130435, 0.985105662357038, 2.0885652173913, 1.95376640517947, 4.3315652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1365, '2021-12-05 00:00:00', 0.204872224712132, 0.286913043478259, 0.80363672401759, 1.34243478260869, 0.887009388973127, 1.64226086956522, 0.978480220291637, 2.04521739130435, 1.94572852933841, 4.27134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 990, '2021-12-05 00:00:00', 0.482603777600056, 1.01761538461538, 0.622488392230358, 1.25203846153846, 0.664018813449875, 1.40576923076923, 0.791836499246185, 1.76219230769231, 1.66577914918099, 3.96042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1005, '2021-12-05 00:00:00', 0.316078627024255, 0.632461538461541, 0.364499929302512, 0.822038461538462, 0.367417657965175, 0.933153846153846, 0.603282018500595, 1.36092307692308, 1.59482257947397, 3.7855 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1020, '2021-12-05 00:00:00', 0.298479369213609, 0.577423076923076, 0.280707822367778, 0.68880769230769, 0.39170992603436, 0.843884615384611, 0.557805067963849, 1.21642307692307, 1.59443327814667, 3.74596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1035, '2021-12-05 00:00:00', 0.158008665779879, 0.385538461538462, 0.321586786946323, 0.56130769230769, 0.429709826958394, 0.786846153846154, 0.531549954233987, 1.10107692307692, 1.61306602516402, 3.7288076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1050, '2021-12-05 00:00:00', 0.251447333528243, 0.424807692307686, 0.292946025482777, 0.556576923076918, 0.407023750960747, 0.757576923076921, 0.516330925488089, 1.04523076923077, 1.59691801485043, 3.71611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1065, '2021-12-05 00:00:00', 0.190213515656644, 0.372307692307686, 0.281243053931318, 0.520153846153847, 0.338985690644218, 0.691461538461537, 0.455682102415201, 0.970461538461537, 1.57580575726051, 3.71176923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1080, '2021-12-05 00:00:00', 0.193398230045201, 0.362346153846155, 0.267794780784439, 0.511730769230771, 0.292019282819581, 0.618692307692307, 0.399054289732419, 0.898384615384617, 1.54115822828656, 3.66726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1095, '2021-12-05 00:00:00', 0.15407970464865, 0.366653846153848, 0.156181866375761, 0.442846153846155, 0.253426609009089, 0.546615384615383, 0.38752693603651, 0.906384615384617, 1.54457049842841, 3.65276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1110, '2021-12-05 00:00:00', 0.124594283113695, 0.314153846153846, 0.176118670656596, 0.404884615384616, 0.237400576760367, 0.500923076923075, 0.357225074492475, 0.881076923076924, 1.537781953134, 3.65215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1125, '2021-12-05 00:00:00', 0.123172705517965, 0.262346153846153, 0.196977253665336, 0.354038461538457, 0.248562538176243, 0.520846153846152, 0.341190776771363, 0.880884615384618, 1.49579831013923, 3.54776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1140, '2021-12-05 00:00:00', 0.126350385832414, 0.246499999999995, 0.142056240217091, 0.331153846153842, 0.210381894512005, 0.496692307692307, 0.30226265704872, 0.89792307692308, 1.50488144587999, 3.56561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1155, '2021-12-05 00:00:00', 0.107299551938272, 0.243923076923077, 0.171471751429969, 0.378192307692308, 0.222441629335735, 0.496961538461543, 0.880165632139767, 1.58850000000001, 1.4715516964703, 3.60434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1170, '2021-12-05 00:00:00', 0.120528528381648, 0.259615384615385, 0.162351039417672, 0.342500000000002, 0.237464598171211, 0.477653846153845, 0.935517255524778, 1.64915384615385, 1.46366512773716, 3.59161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1185, '2021-12-05 00:00:00', 0.105419542780263, 0.226999999999999, 0.142803625250254, 0.312346153846155, 0.252994536274235, 0.450346153846154, 0.931184249305069, 1.69888461538462, 1.49677036931572, 3.60146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1200, '2021-12-05 00:00:00', 0.0774184633116598, 0.215461538461539, 0.146883711198299, 0.305769230769229, 0.235829459241534, 0.410576923076925, 0.905742711811693, 1.7755, 1.50835579153134, 3.61892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1215, '2021-12-05 00:00:00', 0.121037616530501, 0.222230769230765, 0.198037712026309, 0.329846153846154, 0.242843491859391, 0.419192307692308, 0.890758017732001, 1.78261538461539, 1.51183096989659, 3.63580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1230, '2021-12-05 00:00:00', 0.117584856429471, 0.214038461538459, 0.168237931330787, 0.276807692307688, 0.23530177350667, 0.411269230769228, 0.889077997789758, 1.81361538461539, 1.51109220255264, 3.64873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1245, '2021-12-05 00:00:00', 0.141680985098432, 0.22130769230769, 0.213884958294445, 0.303846153846155, 0.21881390758781, 0.417384615384617, 0.879417989354323, 1.82800000000001, 1.56969869132214, 3.68569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1260, '2021-12-05 00:00:00', 0.0908160694015025, 0.201038461538463, 0.133721593676504, 0.298230769230769, 0.180204110770151, 0.406807692307692, 0.874347619657079, 1.80100000000001, 1.55973975541286, 3.70176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1275, '2021-12-05 00:00:00', 0.105161560687129, 0.216923076923079, 0.134758975725036, 0.303692307692307, 0.241043810253527, 0.44496153846154, 0.873229374219627, 1.8055, 1.56668406367864, 3.72065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1290, '2021-12-05 00:00:00', 0.0942226903915144, 0.221653846153845, 0.129484587737453, 0.299461538461539, 0.212286830636143, 0.445538461538462, 0.872123171435003, 1.79711538461539, 1.57118881252871, 3.72873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1305, '2021-12-05 00:00:00', 0.0769497338426931, 0.196307692307693, 0.175391715443329, 0.308576923076925, 0.194776732143794, 0.453846153846156, 0.882449361371301, 1.79934615384616, 1.55495138336071, 3.74873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1320, '2021-12-05 00:00:00', 0.0925801814645013, 0.20944, 0.1373605353319, 0.301399999999999, 0.17469258713523, 0.5226, 0.888731170452199, 1.82848, 1.58265019613727, 3.77632 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1335, '2021-12-05 00:00:00', 0.0776907759432632, 0.216240000000003, 0.116084380229782, 0.302600000000002, 0.898004625080886, 1.36584, 0.895154973547412, 1.82248, 1.68258172362197, 3.82344 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1350, '2021-12-05 00:00:00', 0.0905838101796683, 0.231519999999999, 0.153720720789359, 0.43732, 0.960112262533224, 1.45116, 0.904005460897962, 1.83904, 1.65033557193681, 3.8514 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1365, '2021-12-05 00:00:00', 0.144255178994261, 0.371840000000002, 0.910476829285986, 1.33116, 0.966324867733414, 1.5186, 0.920210120932533, 1.8472, 1.63718461797481, 3.86584 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 990, '2021-12-05 00:00:00', 0.571611460293144, 1.05130769230769, 0.650260152672639, 1.17388461538462, 0.616853838815596, 1.38446153846154, 0.640150737056394, 1.62061538461539, 1.5660884821255, 3.72657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1005, '2021-12-05 00:00:00', 0.292871565444913, 0.628923076923077, 0.300781681623064, 0.792499999999999, 0.339966389741466, 1.00588461538462, 0.561046419305377, 1.39026923076923, 1.5339895877693, 3.70415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1020, '2021-12-05 00:00:00', 0.183369207212785, 0.515115384615382, 0.243506600763479, 0.697769230769228, 0.290883145980279, 0.875730769230771, 0.509756564827386, 1.25765384615385, 1.51533615463318, 3.67369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1035, '2021-12-05 00:00:00', 0.159507723468658, 0.450923076923078, 0.168242755016033, 0.604230769230773, 0.268107257526651, 0.789692307692307, 0.55355865230205, 1.22469230769231, 1.50143832169229, 3.62492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1050, '2021-12-05 00:00:00', 0.148616082575205, 0.392500000000002, 0.215816731368218, 0.546307692307695, 0.25803126823045, 0.680153846153846, 0.584022586496841, 1.1543076923077, 1.50225526254567, 3.63107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1065, '2021-12-05 00:00:00', 0.114085339178106, 0.34223076923077, 0.157487899413059, 0.463038461538459, 0.221176313240053, 0.581807692307692, 0.553580585475489, 1.09023076923077, 1.5187454382331, 3.64011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1080, '2021-12-05 00:00:00', 0.105871910998433, 0.33530769230769, 0.151753469102404, 0.427346153846151, 0.197814042435353, 0.58465384615384, 0.532364814187243, 1.08284615384615, 1.52399971582877, 3.63957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1095, '2021-12-05 00:00:00', 0.0938297722146134, 0.284884615384614, 0.155103206334962, 0.403269230769229, 0.230498326374702, 0.56203846153846, 0.551000121457477, 1.03842307692308, 1.52945083809642, 3.61611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1110, '2021-12-05 00:00:00', 0.084945774558743, 0.276230769230769, 0.113113455637048, 0.371423076923074, 0.243428030747998, 0.516384615384616, 0.558344124656524, 1.00619230769231, 1.52740645338631, 3.60992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1125, '2021-12-05 00:00:00', 0.0804109827936872, 0.261384615384614, 0.146936600666359, 0.375269230769231, 0.250173429075484, 0.472769230769234, 0.556736871973992, 0.98523076923077, 1.65520476864763, 3.89711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1140, '2021-12-05 00:00:00', 0.0982096971555509, 0.25423076923077, 0.186010227179545, 0.341269230769236, 0.282767686653525, 0.458269230769234, 0.601858255738011, 1.033, 1.70561176256949, 3.99473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1155, '2021-12-05 00:00:00', 0.122160707518988, 0.230038461538458, 0.131262391356459, 0.294846153846153, 0.264385964948099, 0.432461538461538, 0.688073149063045, 1.54846153846154, 1.75544700246448, 4.01246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1170, '2021-12-05 00:00:00', 0.0665298544900072, 0.191692307692307, 0.147117624316787, 0.286653846153845, 0.222264807415349, 0.402269230769231, 0.677241831594548, 1.61553846153846, 1.78828291514944, 4.01376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1185, '2021-12-05 00:00:00', 0.108199936015911, 0.205115384615385, 0.159366828900641, 0.288884615384617, 0.247202019533697, 0.421038461538464, 0.673292983431778, 1.62319230769231, 1.82453474448862, 4.01307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1200, '2021-12-05 00:00:00', 0.100221946007541, 0.216038461538461, 0.126085471620828, 0.291115384615385, 0.231419449352167, 0.438192307692308, 0.695065752285352, 1.646, 1.88024029724517, 4.02415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1215, '2021-12-05 00:00:00', 0.0807932308664921, 0.195115384615387, 0.16638222908065, 0.297615384615385, 0.27076295906198, 0.476499999999997, 0.701384657988425, 1.67996153846154, 1.90609452707725, 4.05188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1230, '2021-12-05 00:00:00', 0.136706158771845, 0.22242307692308, 0.183535991020832, 0.316500000000003, 0.272216760349882, 0.497269230769233, 0.642970309160181, 1.70446153846154, 1.9082914178355, 4.06115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1245, '2021-12-05 00:00:00', 0.0862069513527685, 0.216961538461538, 0.210255555126465, 0.355961538461535, 0.292904636620598, 0.497615384615384, 0.609014224919131, 1.69261538461538, 1.91873451885511, 4.06792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1260, '2021-12-05 00:00:00', 0.194474265649723, 0.277999999999997, 0.239760075588397, 0.376576923076922, 0.280017650542576, 0.49273076923077, 0.594317811897359, 1.70769230769231, 1.93067725901082, 4.07396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1275, '2021-12-05 00:00:00', 0.110010999450054, 0.221500000000001, 0.175200895677371, 0.341076923076925, 0.236631024040511, 0.448807692307694, 0.57533100038152, 1.705, 1.93424720717429, 4.07446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1290, '2021-12-05 00:00:00', 0.116929143567309, 0.238230769230769, 0.167270398319146, 0.329884615384616, 0.25397213656983, 0.464384615384616, 0.592141178592247, 1.72815384615385, 1.94185925220769, 4.08334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1305, '2021-12-05 00:00:00', 0.12903362114044, 0.230346153846152, 0.189970090763293, 0.335346153846151, 0.237745400343757, 0.497653846153845, 0.604944713303494, 1.74588461538461, 1.95468505430887, 4.10630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1320, '2021-12-05 00:00:00', 0.102956107152513, 0.226279999999999, 0.160574489464127, 0.323200000000003, 0.305919422942269, 0.57812, 0.614713347829703, 1.7326, 2.05194180229362, 4.17292 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1335, '2021-12-05 00:00:00', 0.106328892279254, 0.2112, 0.109232656899545, 0.33824, 0.489029252703763, 1.25288, 0.607315395819999, 1.72836, 2.05938605495262, 4.17456 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1350, '2021-12-05 00:00:00', 0.08609636074384, 0.273999999999998, 0.221764574868635, 0.482119999999999, 0.556842413375038, 1.35084, 0.694932123783806, 1.77236, 2.05954465193968, 4.17444 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1365, '2021-12-05 00:00:00', 0.221686963982998, 0.377879999999997, 0.481394560971903, 1.19416, 0.559674944350141, 1.37328, 0.703261655905302, 1.75396, 2.05345145385357, 4.17196 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 990, '2021-12-05 00:00:00', 0.284110530134547, 0.824719999999999, 0.39389603958405, 0.997439999999998, 0.381901588545184, 1.15564, 0.468844725539987, 1.51028, 1.50504048450532, 3.73188 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1005, '2021-12-05 00:00:00', 0.18600537626639, 0.549799999999997, 0.181918507396401, 0.701519999999998, 0.28356893929578, 0.950519999999997, 0.445991098565879, 1.26632, 1.51464751344991, 3.61856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1020, '2021-12-05 00:00:00', 0.142068352093866, 0.458399999999999, 0.182680522588843, 0.637559999999997, 0.281194078885027, 0.877119999999998, 0.413534661989375, 1.1864, 1.49161757833568, 3.5934 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1035, '2021-12-05 00:00:00', 0.11408377039118, 0.37024, 0.173628914642693, 0.561399999999999, 0.237160648787552, 0.729560000000001, 0.413600846227374, 1.08992, 1.45623195267787, 3.5514 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1050, '2021-12-05 00:00:00', 0.165208201975568, 0.413399999999998, 0.219770713851203, 0.547599999999999, 0.221819183119946, 0.668600000000001, 0.452119545400699, 1.0656, 1.44449650974541, 3.5342 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1065, '2021-12-05 00:00:00', 0.138305073418628, 0.344720000000002, 0.140780266136036, 0.4516, 0.171379627338451, 0.60232, 0.43462720807607, 1.00932, 1.44374189752416, 3.518 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1080, '2021-12-05 00:00:00', 0.0593583748654471, 0.271200000000001, 0.0975680617142044, 0.37388, 0.189078466956622, 0.515000000000001, 0.432924966555023, 0.946880000000002, 1.40328002669935, 3.4932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1095, '2021-12-05 00:00:00', 0.0777546783158407, 0.259039999999997, 0.142996060551796, 0.375959999999999, 0.247014857852719, 0.518439999999999, 0.45186080821421, 0.951759999999999, 1.3952151566455, 3.4856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1110, '2021-12-05 00:00:00', 0.13714404835792, 0.27736, 0.173540821326471, 0.3624, 0.230939205564288, 0.481600000000002, 0.492720424446423, 0.9276, 1.37105084637052, 3.47844 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1125, '2021-12-05 00:00:00', 0.0731167559455406, 0.225680000000003, 0.128226726283303, 0.326480000000006, 0.137594973260895, 0.449280000000002, 0.440953803324867, 0.896440000000005, 1.5363117901867, 3.7858 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1140, '2021-12-05 00:00:00', 0.125096189656868, 0.242160000000005, 0.126619008578226, 0.312960000000005, 0.119453993933509, 0.434440000000002, 0.439339720489739, 0.914840000000003, 1.53967744241015, 3.81028 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1155, '2021-12-05 00:00:00', 0.0683403980087911, 0.22192, 0.106818178852353, 0.311039999999997, 0.136365782609373, 0.40628, 0.616734986305569, 1.35828, 1.53213270530547, 3.83828 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1170, '2021-12-05 00:00:00', 0.0914950454031992, 0.209479999999994, 0.104023587068833, 0.284639999999996, 0.220313624938028, 0.388479999999998, 0.733380044724425, 1.52704, 1.53527197047733, 3.84224 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1185, '2021-12-05 00:00:00', 0.0680320267717099, 0.201239999999999, 0.0886632768775602, 0.261479999999999, 0.193691533113866, 0.374079999999997, 0.759532845460506, 1.57968, 1.54071506883438, 3.83544 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1200, '2021-12-05 00:00:00', 0.0593654501091905, 0.192439999999999, 0.129958159933626, 0.278959999999998, 0.19217721855968, 0.402400000000001, 0.908169216978131, 1.65492, 1.52257772872192, 3.85376 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1215, '2021-12-05 00:00:00', 0.105897324486189, 0.20092, 0.127395094097068, 0.271519999999998, 0.197545884965156, 0.415720000000002, 0.902020062600237, 1.72312, 1.48632056098273, 3.87568 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1230, '2021-12-05 00:00:00', 0.104823709150174, 0.203519999999997, 0.15521095322174, 0.30424, 0.253310994629133, 0.444719999999999, 0.87554608292958, 1.76888, 1.47774081511836, 3.8728 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1245, '2021-12-05 00:00:00', 0.111199265585103, 0.230119999999997, 0.145266043290693, 0.319159999999999, 0.24527163852893, 0.442479999999999, 0.85077100914406, 1.76368, 1.46672319019871, 3.8562 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1260, '2021-12-05 00:00:00', 0.0869022439295989, 0.209400000000004, 0.141290280392291, 0.30388, 0.217485823292767, 0.421600000000002, 0.854211113640341, 1.78228, 1.45487641284979, 3.87572 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1275, '2021-12-05 00:00:00', 0.0948300761010608, 0.204079999999999, 0.136076718557336, 0.282040000000003, 0.222733398184163, 0.429600000000001, 0.850682974634698, 1.78124, 1.47183993921441, 3.88384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1290, '2021-12-05 00:00:00', 0.0989461638131199, 0.202520000000001, 0.163951720535852, 0.295799999999998, 0.261633445874181, 0.43968, 0.855937546397714, 1.7838, 1.47469388687958, 3.88468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1305, '2021-12-05 00:00:00', 0.105724358593469, 0.214160000000001, 0.162323360405497, 0.326040000000002, 0.23975628597947, 0.458920000000003, 0.853374247717068, 1.78724, 1.47933601997653, 3.88668 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1320, '2021-12-05 00:00:00', 0.100552675646699, 0.222833333333332, 0.139032031550656, 0.291916666666668, 0.263209785730602, 0.504500000000003, 0.86542026315777, 1.79216666666667, 1.50817107542667, 3.91058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1335, '2021-12-05 00:00:00', 0.100610446557611, 0.214875000000003, 0.154346724072409, 0.320291666666668, 0.51318243888476, 1.16070833333333, 0.863958114255784, 1.84066666666667, 1.51525259529104, 3.91341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1350, '2021-12-05 00:00:00', 0.119709786446285, 0.247458333333332, 0.234876640455972, 0.420416666666667, 0.658879263642413, 1.34533333333333, 0.831287564259658, 1.85483333333334, 1.50480794431561, 3.90508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1365, '2021-12-05 00:00:00', 0.196051341804105, 0.32070833333333, 0.481103411704409, 1.12066666666666, 0.654573519746732, 1.39333333333333, 0.773281375144216, 1.84020833333334, 1.48111481710544, 3.88766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 990, '2021-12-05 00:00:00', 0.423321467227194, 0.912769230769231, 0.539940976831299, 1.12846153846154, 0.703496528885429, 1.31561538461539, 0.835334377084086, 1.77919230769231, 1.97356652749826, 4.05696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1005, '2021-12-05 00:00:00', 0.189589017046386, 0.557653846153845, 0.2529602370699, 0.693807692307693, 0.429683633171413, 0.95623076923077, 0.711266269517855, 1.42588461538462, 1.91080418189266, 3.91769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1020, '2021-12-05 00:00:00', 0.133515841756701, 0.432999999999999, 0.291456237643904, 0.614461538461536, 0.315144794560312, 0.822192307692308, 0.656200410287542, 1.26453846153846, 1.87195546298105, 3.89515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1035, '2021-12-05 00:00:00', 0.223333916952933, 0.43596153846154, 0.264704145444277, 0.585269230769235, 0.250890402060652, 0.711076923076925, 0.566344169619091, 1.18396153846154, 1.83219004094931, 3.86111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1050, '2021-12-05 00:00:00', 0.128815431469274, 0.355153846153845, 0.165782327164269, 0.487499999999999, 0.204156350341144, 0.644846153846154, 0.615495733910105, 1.14303846153846, 1.83237012594659, 3.83903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1065, '2021-12-05 00:00:00', 0.118991117962002, 0.333615384615382, 0.148383474095385, 0.448153846153846, 0.195803323614444, 0.598692307692307, 0.606698952085417, 1.11346153846154, 1.829328137701, 3.83234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1080, '2021-12-05 00:00:00', 0.109856332753984, 0.319423076923079, 0.196880612007929, 0.457846153846154, 0.222851758247151, 0.581884615384615, 0.611961799964171, 1.07126923076923, 1.83828318442884, 3.82388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1095, '2021-12-05 00:00:00', 0.171792450805751, 0.310615384615388, 0.181531027227177, 0.424076923076925, 0.273720047887228, 0.550769230769233, 0.608009848098384, 1.03784615384616, 1.81537847251242, 3.81803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1110, '2021-12-05 00:00:00', 0.116226734644633, 0.271423076923076, 0.196072690602232, 0.378500000000001, 0.242706980660915, 0.515038461538462, 0.587438110651796, 1.00257692307693, 1.80465313948308, 3.82307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1125, '2021-12-05 00:00:00', 0.124620044072433, 0.249653846153847, 0.13973401105727, 0.345076923076926, 0.218165360713802, 0.50626923076923, 0.569789824948974, 0.972269230769232, 1.85954373601533, 4.05788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1140, '2021-12-05 00:00:00', 0.0983004264800179, 0.228423076923079, 0.107535554048951, 0.321846153846154, 0.30856681361018, 0.52596153846154, 0.576469617586216, 0.962500000000001, 1.90543573090655, 4.13173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1155, '2021-12-05 00:00:00', 0.0968158044949259, 0.231499999999996, 0.154302804202046, 0.358346153846153, 0.301446188589911, 0.528730769230769, 0.651165446304958, 1.33796153846154, 1.96834100078838, 4.13784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1170, '2021-12-05 00:00:00', 0.128497788068361, 0.249192307692308, 0.311074386355021, 0.386076923076927, 0.454869558647983, 0.540653846153846, 0.649066725264939, 1.42842307692308, 2.02346254835996, 4.17326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1185, '2021-12-05 00:00:00', 0.272337324767535, 0.262538461538465, 0.270704084820419, 0.344692307692309, 0.501855756169037, 0.493999999999999, 0.660001752911422, 1.49692307692308, 2.014720814024, 4.19603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1200, '2021-12-05 00:00:00', 0.0883457789974502, 0.211319999999998, 0.118412794916761, 0.29444, 0.14294536252242, 0.403720000000001, 0.57387142868997, 1.4332, 1.67549367053416, 3.97096 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1215, '2021-12-05 00:00:00', 0.0741771528167489, 0.189199999999998, 0.100957713920233, 0.26928, 0.131431135326957, 0.395680000000004, 0.625052229817637, 1.48904, 1.65860428272288, 3.9706 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1230, '2021-12-05 00:00:00', 0.0526251524146642, 0.185640000000003, 0.0789827618323582, 0.271880000000006, 0.112075748194393, 0.390160000000005, 0.635564316178937, 1.526, 1.65296314740126, 3.9766 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1245, '2021-12-05 00:00:00', 0.0642313526766093, 0.193400000000001, 0.110402943801332, 0.275680000000002, 0.111782854976361, 0.378360000000002, 0.670961218452055, 1.57296, 1.64436381619154, 3.98612 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1260, '2021-12-05 00:00:00', 0.0988969665864437, 0.20088, 0.0998943274999468, 0.26828, 0.137887417845141, 0.370759999999996, 0.688017017715892, 1.5984, 1.63537132684497, 3.99272 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1275, '2021-12-05 00:00:00', 0.0764689043555152, 0.18992, 0.110837899655307, 0.28004, 0.205967974856936, 0.39384, 0.735779321536017, 1.66128, 1.63133207532985, 4.00644 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1290, '2021-12-05 00:00:00', 0.0806413252205902, 0.187760000000002, 0.0897162192694262, 0.263599999999997, 0.215134454082403, 0.394599999999999, 0.722629614671306, 1.68968, 1.63080063363572, 4.00696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1305, '2021-12-05 00:00:00', 0.0661843888944596, 0.183039999999999, 0.195910932143496, 0.296479999999998, 0.269660205938263, 0.435279999999997, 0.752447727974064, 1.7364, 1.61704937050996, 4.019 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1320, '2021-12-05 00:00:00', 0.109368510159424, 0.200416666666666, 0.141122922829094, 0.278125, 0.236288968107432, 0.498291666666668, 0.75670789646977, 1.75916666666667, 1.61206134523383, 4.08129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1335, '2021-12-05 00:00:00', 0.0925618379278411, 0.189041666666669, 0.131504608118964, 0.306624999999999, 0.447450037693466, 1.10766666666667, 0.766256445465477, 1.779375, 1.63521535112817, 4.065875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1350, '2021-12-05 00:00:00', 0.0955582757168145, 0.237083333333334, 0.166274959987487, 0.415333333333336, 0.452615843126681, 1.22816666666667, 0.775678267945103, 1.76908333333334, 1.65178259384183, 4.04745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1365, '2021-12-05 00:00:00', 0.145015435210446, 0.304458333333334, 0.391238758693905, 1.072125, 0.518887604413992, 1.30845833333333, 0.776065325531783, 1.78454166666667, 1.65434010170263, 4.03404166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 930, '2021-12-05 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 945, '2021-12-05 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 960, '2021-12-05 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 975, '2021-12-05 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 930, '2021-12-05 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 945, '2021-12-05 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 960, '2021-12-05 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 975, '2021-12-05 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 930, '2021-12-05 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 945, '2021-12-05 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 960, '2021-12-05 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 975, '2021-12-05 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 930, '2021-12-05 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 945, '2021-12-05 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 960, '2021-12-05 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 975, '2021-12-05 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 930, '2021-12-05 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 3.453 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 945, '2021-12-05 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 3.28300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 960, '2021-12-05 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 2.673 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 975, '2021-12-05 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 2.59200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:51:02 Duration: 3s473ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 990, '2021-12-05 00:00:00', 0.803578662401301, 1.76333333333334, 0.878663671620769, 2.43175, 1.36457380868454, 2.986875, 1.66585554247834, 4.18191666666667, 4.45641875048902, 10.0395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1005, '2021-12-05 00:00:00', 0.511777675844459, 1.13529166666666, 0.811266052966383, 1.6365, 1.23375093718303, 2.218375, 1.43674084428027, 3.51458333333334, 4.51030835653334, 9.64608333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1020, '2021-12-05 00:00:00', 0.494093048137079, 1.002875, 0.655359858000365, 1.38375, 1.16341816475717, 1.9065, 1.35845903681714, 3.12079166666667, 4.58349610231399, 9.44745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1035, '2021-12-05 00:00:00', 0.419006796665848, 0.811999999999996, 0.703125629146255, 1.24745833333333, 1.05800123284222, 1.84, 1.20861981936158, 2.91170833333333, 4.58858020967049, 9.43641666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1050, '2021-12-05 00:00:00', 0.490103211179743, 0.855124999999997, 0.715471927967929, 1.16891666666667, 0.84633443213336, 1.74266666666667, 1.11673451232354, 2.80733333333334, 4.69551831884497, 9.43875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1065, '2021-12-05 00:00:00', 0.383228275616352, 0.691458333333337, 0.540650693240514, 1.11995833333334, 0.600033326369148, 1.54641666666667, 1.13250043670209, 2.60175, 4.67967961479218, 9.35091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1080, '2021-12-05 00:00:00', 0.419810462322417, 0.770291666666668, 0.447013203773475, 1.00925, 0.488034716037673, 1.33016666666667, 1.19985812491625, 2.46895833333333, 4.73890971053102, 9.339875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1095, '2021-12-05 00:00:00', 0.253706480525958, 0.591750000000003, 0.35067134113405, 0.943708333333337, 0.407202703412769, 1.15529166666667, 1.34376776631328, 2.355625, 4.76619691538567, 9.33691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1110, '2021-12-05 00:00:00', 0.288306750889907, 0.574000000000003, 0.390699203676722, 0.759291666666664, 0.617221614769877, 1.104, 1.44130203250847, 2.328375, 4.86108171428654, 9.41204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1125, '2021-12-05 00:00:00', 0.3295317907076, 0.548624999999998, 0.44031722548405, 0.765958333333335, 0.696821931592156, 1.16525, 1.42454584423206, 2.33558333333333, 4.96414745059329, 9.85620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1140, '2021-12-05 00:00:00', 0.287785384507681, 0.474416666666666, 0.463636646758423, 0.789624999999999, 0.574333146706507, 1.04029166666667, 1.37139419630778, 2.39495833333333, 4.97872679434749, 9.94866666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1155, '2021-12-05 00:00:00', 0.326055385065842, 0.538124999999997, 0.419123066565816, 0.764833333333331, 0.600826952769189, 1.008375, 1.31259652785139, 3.24691666666666, 4.95258694734525, 10.0130833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1170, '2021-12-05 00:00:00', 0.281834042543182, 0.463416666666666, 0.307688221527356, 0.580291666666671, 0.73489600960104, 1.07383333333333, 1.58375214903255, 3.595, 4.93308201279155, 10.0218333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1185, '2021-12-05 00:00:00', 0.214351533024945, 0.383166666666669, 0.561357243393316, 0.682708333333334, 0.746818833161843, 1.05925, 1.6898139031189, 3.678375, 4.89507290714902, 10.056375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1200, '2021-12-05 00:00:00', 0.509734685179811, 0.491166666666665, 0.600337150141967, 0.812458333333333, 0.639407674268179, 1.0605, 1.73701789631007, 3.75729166666666, 4.88130629344592, 10.0545 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1215, '2021-12-05 00:00:00', 0.38848037040294, 0.557041666666667, 0.423860037655994, 0.723125000000003, 0.517989953948245, 0.964125, 1.69370090816069, 3.756375, 4.88154259222534, 10.0359166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1230, '2021-12-05 00:00:00', 0.241529422548319, 0.415875000000004, 0.290149583486004, 0.582458333333335, 0.471725317703343, 0.927583333333336, 1.67837506334576, 3.679625, 4.89838904234289, 10.0139166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1245, '2021-12-05 00:00:00', 0.182873738814036, 0.388749999999997, 0.270091275500426, 0.573916666666667, 0.458593057504474, 0.919125000000002, 1.7064054324808, 3.69875, 4.91162793767895, 9.99670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1260, '2021-12-05 00:00:00', 0.263656341980743, 0.414833333333333, 0.419124966231839, 0.657791666666668, 0.477843796486444, 0.903208333333334, 1.75098254818772, 3.77166666666667, 4.93132065093306, 9.98483333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1275, '2021-12-05 00:00:00', 0.294076640779531, 0.415125, 0.277070270477742, 0.588749999999997, 0.545195017295696, 0.885958333333329, 1.71901540269718, 3.78370833333333, 4.94572897701951, 9.971625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1290, '2021-12-05 00:00:00', 0.207068286713148, 0.365166666666668, 0.293878955659827, 0.567666666666666, 0.731348481538913, 0.894916666666668, 1.65764084532852, 3.76604166666667, 4.9539447696555, 9.96579166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1305, '2021-12-05 00:00:00', 0.212555926144465, 0.375749999999996, 0.470101004795932, 0.624791666666663, 0.752809403626446, 0.969208333333334, 1.64547036962652, 3.76804166666667, 4.95602813427785, 9.96379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1320, '2021-12-05 00:00:00', 0.230083547293542, 0.391565217391303, 0.269661675015816, 0.564347826086959, 0.592773780577983, 1.12913043478261, 1.64370613123204, 3.70486956521739, 5.05249102261418, 9.93947826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1335, '2021-12-05 00:00:00', 0.211716334570841, 0.382521739130436, 0.365902646937097, 0.649260869565218, 0.950720515200821, 2.38104347826087, 1.61685244046241, 3.74778260869565, 5.04559764280928, 9.92913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1350, '2021-12-05 00:00:00', 0.242239779293033, 0.450260869565217, 0.487965126240472, 0.844347826086955, 1.19264167875898, 2.77391304347826, 1.56349622533613, 3.71708695652174, 5.01526394861809, 9.87226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1365, '2021-12-05 00:00:00', 0.439354485167007, 0.696999999999999, 0.839121580980961, 2.19113043478261, 1.38038044678473, 2.89078260869565, 1.58946037154982, 3.726, 5.00908403380374, 9.82830434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 990, '2021-12-05 00:00:00', 0.746715904168693, 1.78519230769231, 1.11658534139375, 2.32623076923077, 1.2775639655821, 2.65338461538462, 1.49422169758656, 3.46680769230769, 4.82801716458615, 9.48469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1005, '2021-12-05 00:00:00', 0.639695395060443, 1.38096153846154, 0.755709427267874, 1.71453846153846, 0.799382277858251, 2.07388461538461, 1.06624828180942, 2.93696153846154, 4.82728669082173, 9.14565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1020, '2021-12-05 00:00:00', 0.356507945752428, 1.06465384615385, 0.461638141671759, 1.32642307692308, 0.672713427385401, 1.68934615384615, 0.840993701613659, 2.62961538461538, 4.6090377345452, 9.06703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1035, '2021-12-05 00:00:00', 0.262334454759271, 0.844384615384614, 0.389294677787721, 1.17411538461538, 0.551717610321135, 1.47780769230769, 0.800585198464223, 2.4765, 4.642002423358, 8.96353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1050, '2021-12-05 00:00:00', 0.387124470144443, 0.869653846153846, 0.508274196139777, 1.11053846153846, 0.704889512346002, 1.50123076923077, 0.860793366610126, 2.4635, 4.6172556106248, 8.97157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1065, '2021-12-05 00:00:00', 0.324101344548985, 0.662807692307689, 0.32243127353569, 0.936384615384618, 0.522391343137128, 1.38334615384615, 0.818945479541545, 2.36353846153846, 4.70458484868341, 9.10103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1080, '2021-12-05 00:00:00', 0.235078962184067, 0.737961538461542, 0.436373058464708, 1.06238461538461, 0.554149876977199, 1.37461538461538, 0.797311633891328, 2.34719230769231, 4.66115905377787, 9.09373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1095, '2021-12-05 00:00:00', 0.312092175733144, 0.690615384615384, 0.445881862587631, 0.970653846153844, 0.511390979433695, 1.24257692307692, 0.717037572237324, 2.253, 4.67401305156007, 9.07638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1110, '2021-12-05 00:00:00', 0.31868219037395, 0.653538461538459, 0.373856585008002, 0.854115384615383, 0.405432342833405, 1.18523076923076, 0.558422097039092, 2.19603846153846, 4.69020311992496, 9.05088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1125, '2021-12-05 00:00:00', 0.20793161967709, 0.56603846153846, 0.311663141622738, 0.799076923076921, 0.409363169588306, 1.16873076923077, 0.51101719977075, 2.10253846153846, 4.74528275302472, 8.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1140, '2021-12-05 00:00:00', 0.223777375635149, 0.530076923076925, 0.247567044532306, 0.77380769230769, 0.326869800002764, 1.15788461538462, 0.540894080346463, 2.15961538461538, 4.69922065879014, 8.992 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1155, '2021-12-05 00:00:00', 0.231086294237918, 0.537653846153844, 0.326853333375172, 0.813307692307694, 0.343134878168025, 1.11976923076923, 2.9795865113236, 3.77053846153846, 4.5684371064276, 9.09865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1170, '2021-12-05 00:00:00', 0.217211336295743, 0.527269230769233, 0.262695108443227, 0.745999999999999, 0.42014311298011, 1.09334615384615, 2.99819725732751, 3.99207692307692, 4.59901674708845, 9.104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1185, '2021-12-05 00:00:00', 0.17154030250823, 0.525346153846156, 0.209449167690285, 0.701076923076926, 0.427377606410934, 1.05553846153847, 3.04308027473177, 4.07403846153847, 4.66798615728618, 9.21526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1200, '2021-12-05 00:00:00', 0.122681476252058, 0.452230769230772, 0.382826277130423, 0.721038461538463, 0.460345809816256, 0.987230769230774, 3.0385947116288, 4.08069230769231, 4.7834847929742, 9.29926923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1215, '2021-12-05 00:00:00', 0.298532369073464, 0.560846153846154, 0.345023102905391, 0.775307692307692, 0.404071204692363, 1.02046153846154, 3.01363000459834, 4.10226923076923, 4.82157479109822, 9.34211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1230, '2021-12-05 00:00:00', 0.220485324821269, 0.510461538461537, 0.218121606872444, 0.665346153846156, 0.420526695393363, 0.991307692307696, 3.01144869022306, 4.09842307692308, 4.8572095863936, 9.35238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1245, '2021-12-05 00:00:00', 0.13168356593919, 0.459192307692312, 0.225520362375891, 0.687923076923081, 0.411959245557128, 0.989500000000003, 2.99409967692872, 4.15065384615385, 4.85688923552451, 9.35461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1260, '2021-12-05 00:00:00', 0.236756457145314, 0.510499999999998, 0.395942396742839, 0.751692307692306, 0.456002397092215, 0.991884615384615, 2.9985289685752, 4.18015384615385, 4.84075440973663, 9.37715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1275, '2021-12-05 00:00:00', 0.278890692676431, 0.507538461538459, 0.299774551185487, 0.67330769230769, 0.458848929387438, 0.962499999999998, 2.99644609187926, 4.15469230769231, 4.83315227919069, 9.38807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1290, '2021-12-05 00:00:00', 0.161273108063978, 0.451846153846155, 0.242980876107249, 0.648884615384616, 0.358316533893621, 0.939538461538463, 3.00038589107879, 4.12815384615385, 4.80528185485674, 9.41576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1305, '2021-12-05 00:00:00', 0.176118862834601, 0.455576923076921, 0.269294408522602, 0.683038461538462, 0.379327333781583, 0.883884615384612, 3.00068726486758, 4.17269230769231, 4.77418841963258, 9.46088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1320, '2021-12-05 00:00:00', 0.135989190746913, 0.433319999999999, 0.176311400652365, 0.570719999999999, 0.383640421923095, 1.02584, 3.09028522793609, 4.27496, 4.73558305984244, 9.266 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1335, '2021-12-05 00:00:00', 0.131989039949029, 0.411760000000002, 0.206582041813901, 0.601839999999999, 3.17083345930793, 3.26008, 3.07365483694358, 4.29716, 4.74650972048585, 9.29388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1350, '2021-12-05 00:00:00', 0.173658697833807, 0.482519999999998, 0.331929098854964, 0.865479999999999, 3.1112752342622, 3.5888, 3.06422147970192, 4.27112, 4.74589235128653, 9.32528 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1365, '2021-12-05 00:00:00', 0.304094431605272, 0.723439999999999, 3.17119463977431, 3.16088, 3.11654875730617, 3.70936, 3.07564282332436, 4.25012, 4.76347925610402, 9.36396 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 990, '2021-12-05 00:00:00', 0.994944640902973, 1.89796153846154, 0.970483026443732, 2.29576923076923, 1.13220630357111, 2.59107692307693, 1.3463426406951, 3.12488461538462, 3.23273032804256, 8.91942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1005, '2021-12-05 00:00:00', 0.516098648888577, 1.33915384615385, 0.656233255903603, 1.65761538461539, 0.815860230299663, 2.01534615384616, 1.14832598963079, 2.78046153846154, 3.29414993820631, 8.80015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1020, '2021-12-05 00:00:00', 0.413191510822019, 0.988230769230769, 0.703833801404848, 1.3535, 0.706775447965017, 1.72357692307692, 1.18410943686026, 2.56703846153846, 3.28774971441188, 8.71976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1035, '2021-12-05 00:00:00', 0.424265744007766, 0.878307692307693, 0.506656741636937, 1.21657692307692, 0.55155365594348, 1.49034615384615, 1.2023733971416, 2.49511538461538, 3.29992293826106, 8.65803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1050, '2021-12-05 00:00:00', 0.371921664622248, 0.803269230769234, 0.410379338586216, 0.993192307692311, 0.692022151713035, 1.34146153846154, 1.43402433892015, 2.46426923076923, 3.28068720779422, 8.59565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1065, '2021-12-05 00:00:00', 0.271439433675075, 0.699384615384615, 0.381132555176524, 0.894769230769231, 0.605421719515854, 1.20453846153846, 1.32472120317969, 2.33611538461538, 3.25016320536961, 8.49669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1080, '2021-12-05 00:00:00', 0.288268475290234, 0.607076923076924, 0.410581195942458, 0.899038461538464, 0.582462475516332, 1.18884615384616, 1.23699144515418, 2.27134615384615, 3.24268868047205, 8.47096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1095, '2021-12-05 00:00:00', 0.298140444447554, 0.634269230769232, 0.397884884782599, 0.79469230769231, 0.563479783269854, 1.16811538461538, 1.222209771747, 2.29538461538461, 3.20576852564248, 8.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1110, '2021-12-05 00:00:00', 0.20008838047223, 0.543000000000001, 0.332315957162179, 0.816153846153847, 0.602574471618367, 1.14292307692308, 1.28942658752462, 2.32873076923077, 3.16039993282252, 8.56484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1125, '2021-12-05 00:00:00', 0.298538751511168, 0.596115384615382, 0.40632554019577, 0.815269230769228, 0.55865882391533, 1.10319230769231, 1.30305687755902, 2.29188461538461, 3.17097076230365, 8.66815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1140, '2021-12-05 00:00:00', 0.254326492161914, 0.556269230769225, 0.450219966751296, 0.763461538461534, 0.469298115847978, 0.982192307692308, 1.36769101998728, 2.37261538461538, 3.2446174896043, 8.86457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1155, '2021-12-05 00:00:00', 0.305194951566271, 0.561961538461535, 0.341919486699158, 0.760846153846153, 0.413544312573074, 0.940538461538463, 2.38688958978964, 4.36007692307693, 3.11479982416453, 9.03276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1170, '2021-12-05 00:00:00', 0.219123147673069, 0.489076923076926, 0.26203224698792, 0.62046153846154, 0.444147863459211, 0.926269230769232, 2.26557681702611, 4.60592307692308, 3.10866700396463, 9.05930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1185, '2021-12-05 00:00:00', 0.177786855964795, 0.415384615384614, 0.338073640134577, 0.610884615384616, 0.625871699803866, 1.02976923076923, 2.26694363541616, 4.64061538461539, 3.13390188742404, 9.102 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1200, '2021-12-05 00:00:00', 0.256223679323658, 0.482423076923078, 0.377674408004484, 0.697961538461537, 0.604741013861432, 1.06742307692308, 2.25388586189752, 4.72296153846154, 3.13289606987135, 9.08823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1215, '2021-12-05 00:00:00', 0.210488530657755, 0.482307692307692, 0.510660057030266, 0.797423076923074, 0.707693341888879, 1.18288461538461, 2.26290476260389, 4.73573076923077, 3.14495694112629, 9.05680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1230, '2021-12-05 00:00:00', 0.36383468139337, 0.536346153846152, 0.352251308890946, 0.689230769230769, 0.866969061643005, 1.19807692307693, 2.29586872748555, 4.85657692307692, 3.14572316352511, 9.08969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1245, '2021-12-05 00:00:00', 0.179311576699501, 0.434807692307695, 0.556047568524078, 0.832461538461541, 0.855071566955294, 1.20223076923077, 2.32250007236896, 4.86788461538462, 3.1338123514094, 9.08642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1260, '2021-12-05 00:00:00', 0.544285899137579, 0.7205, 0.820494987562625, 1.01076923076923, 0.857838443638789, 1.25865384615385, 2.36913661813425, 4.91334615384615, 3.12648551006004, 9.08626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1275, '2021-12-05 00:00:00', 0.757774051974704, 0.674076923076923, 0.757003803465702, 0.897961538461539, 0.975148570140035, 1.31242307692308, 2.3495168301982, 4.92315384615385, 3.126414118197, 9.08503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1290, '2021-12-05 00:00:00', 0.49518770333931, 0.593307692307691, 0.661686135217037, 0.82130769230769, 1.07248256145048, 1.26473076923077, 2.36667928248714, 4.98711538461538, 3.17306624552049, 9.13996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1305, '2021-12-05 00:00:00', 0.300405390200541, 0.536961538461538, 0.722567959007744, 0.904153846153844, 0.956563779690299, 1.22976923076923, 2.34266147033996, 5.00026923076923, 3.14348688340731, 9.18011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1320, '2021-12-05 00:00:00', 0.338873762139628, 0.572479999999997, 0.482200158993476, 0.75892, 0.674234101283328, 1.18896, 2.37857445262213, 4.95948, 3.07765456042963, 8.98652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1335, '2021-12-05 00:00:00', 0.259200643003319, 0.438840000000005, 0.376038340243833, 0.697000000000001, 2.22229908503183, 3.63484, 2.38369473506991, 4.91456, 3.0472721719597, 8.98224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1350, '2021-12-05 00:00:00', 0.320911332509985, 0.5396, 0.504531703661921, 0.956640000000002, 2.11999412106103, 3.89264, 2.38345987869176, 4.87708, 3.01462310413756, 8.98172 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1365, '2021-12-05 00:00:00', 0.444043811652261, 0.759639999999999, 2.14895280466246, 3.51836, 2.06599068810421, 3.98076, 2.36113740811499, 4.81488, 2.99191143306972, 8.96624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 990, '2021-12-05 00:00:00', 1.40173601651666, 2.20212, 1.42949485017144, 2.60788, 1.48858276782538, 2.96464, 1.97486842008947, 3.86188, 3.01845366758102, 8.78428 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1005, '2021-12-05 00:00:00', 0.601976572080121, 1.29772, 0.894884633160418, 1.66856, 1.09376799489958, 2.23752, 1.57588962917247, 3.12904, 3.04709297910866, 8.45196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1020, '2021-12-05 00:00:00', 0.606230396246616, 1.04128, 0.684179601176961, 1.47168, 0.9023776001948, 2.085, 1.20375374973456, 2.76156, 2.95627882537039, 8.30608 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1035, '2021-12-05 00:00:00', 0.331863968115452, 0.922119999999999, 0.411220127587806, 1.27692, 0.607531417568943, 1.71156, 0.907901650327096, 2.43336, 2.92227374544776, 8.20348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1050, '2021-12-05 00:00:00', 0.295459743450775, 0.823720000000001, 0.522036706883078, 1.23536, 0.609089079418326, 1.50344, 0.784767018505066, 2.25576, 2.9198098242865, 8.18708 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1065, '2021-12-05 00:00:00', 0.485364457564282, 0.88336, 0.50445779473279, 1.068, 0.555982442768355, 1.47832, 0.823608574101396, 2.1834, 2.89029753774013, 8.22876 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1080, '2021-12-05 00:00:00', 0.281414658466825, 0.727719999999998, 0.378139074944657, 0.997079999999997, 0.613250025139285, 1.41748, 0.79025787352399, 2.06744, 2.96321103872134, 8.14192 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1095, '2021-12-05 00:00:00', 0.260858518485915, 0.626600000000001, 0.461322020574205, 0.994439999999997, 0.681604814634798, 1.36496, 1.14847616866873, 2.11048, 2.87754970301702, 8.08328 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1110, '2021-12-05 00:00:00', 0.286537955600997, 0.707599999999995, 0.437155395711869, 0.91356, 0.579003390893929, 1.19652, 1.22701666383686, 2.00568, 2.82187655529673, 8.04972 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1125, '2021-12-05 00:00:00', 0.210074090104739, 0.549959999999999, 0.441357119197898, 0.85976, 0.417640986175128, 1.02992, 1.26106076380165, 1.957, 3.55142037688209, 8.83012 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1140, '2021-12-05 00:00:00', 0.42598899829299, 0.643280000000001, 0.406255182531042, 0.805760000000004, 0.425825421974778, 0.970960000000001, 1.38231382350994, 2.02044, 3.60949324790429, 8.86744 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1155, '2021-12-05 00:00:00', 0.221116485138491, 0.525000000000002, 0.243568778787427, 0.653400000000003, 0.364769964041263, 0.871280000000002, 1.57325630249281, 3.29768, 3.45340821122168, 8.95724 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1170, '2021-12-05 00:00:00', 0.199491411678132, 0.420360000000002, 0.286043633035242, 0.582280000000002, 0.365543089115359, 0.803000000000001, 1.64236872331804, 3.45876, 3.45164525118095, 8.97476 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1185, '2021-12-05 00:00:00', 0.182867328957366, 0.40928, 0.21779353372709, 0.588760000000002, 0.407963817840094, 0.88532, 1.76427637007358, 3.60312, 3.44480882536801, 8.99352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1200, '2021-12-05 00:00:00', 0.158152426475217, 0.433240000000001, 0.226999581497411, 0.583680000000001, 0.389877125942693, 0.899440000000002, 1.73300218503421, 3.67464, 3.45369585854535, 9.0224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1215, '2021-12-05 00:00:00', 0.206748865373753, 0.433519999999999, 0.327300488847784, 0.702879999999999, 0.374909046747785, 0.943279999999999, 1.75178899794848, 3.71612, 3.43257393802376, 9.06444 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1230, '2021-12-05 00:00:00', 0.224692582580436, 0.51644, 0.290558244304537, 0.650520000000001, 0.327026563650931, 0.885039999999999, 1.72123178082829, 3.74652, 3.45490357897293, 9.08036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1245, '2021-12-05 00:00:00', 0.194086166431306, 0.432760000000001, 0.213757066160008, 0.6366, 0.347143332549157, 0.837919999999996, 1.67873249109758, 3.79888, 3.45517581655888, 9.06856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1260, '2021-12-05 00:00:00', 0.167966891578868, 0.476279999999999, 0.242511456774039, 0.609839999999998, 0.37846246841662, 0.847439999999998, 1.70547941744641, 3.81772, 3.45545193619204, 9.0692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1275, '2021-12-05 00:00:00', 0.177801274836072, 0.426279999999999, 0.283627972292343, 0.592079999999997, 1.13276668236079, 1.08976, 1.701668723146, 3.84588, 3.46724083001647, 9.10484 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1290, '2021-12-05 00:00:00', 0.189084037753939, 0.428239999999996, 0.36955631956893, 0.670039999999999, 1.19591204665449, 1.11796, 1.71886172315673, 3.86404, 3.50108723589306, 9.1628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1305, '2021-12-05 00:00:00', 0.357738885222173, 0.520119999999999, 1.14087457388327, 0.908279999999999, 1.23969806539066, 1.17928, 1.71622119592241, 3.86688, 3.50355609821411, 9.15 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1320, '2021-12-05 00:00:00', 0.140210064969815, 0.443416666666664, 0.2485382155026, 0.611874999999998, 0.445248855673164, 1.05075, 1.2752169629268, 3.62204166666667, 3.45815563198072, 8.936875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1335, '2021-12-05 00:00:00', 0.202335024048043, 0.441375000000003, 0.280756041270973, 0.710291666666669, 1.15596439363323, 2.760875, 1.30440907202224, 3.630375, 3.4578596169357, 8.9355 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1350, '2021-12-05 00:00:00', 0.203929584323414, 0.530166666666666, 0.359070287011459, 0.884416666666667, 1.20428208137535, 2.940125, 1.31931615740444, 3.63391666666667, 3.4578494319216, 8.92145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1365, '2021-12-05 00:00:00', 0.21510047786955, 0.696291666666666, 1.17716123777083, 2.65416666666667, 1.26180133200488, 3.00408333333333, 1.37139909518013, 3.5935, 3.58762949066912, 9.01616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 990, '2021-12-05 00:00:00', 0.929725574895829, 1.92426923076923, 0.960444003893711, 2.22773076923077, 1.04939354207744, 2.48138461538461, 1.5328423613064, 3.21423076923077, 3.51829207079011, 8.80015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1005, '2021-12-05 00:00:00', 0.399231037794483, 1.12869230769231, 0.475637062669231, 1.49784615384615, 0.578547445032688, 1.78411538461538, 1.21005169883198, 2.61707692307692, 3.54296184069422, 8.68226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1020, '2021-12-05 00:00:00', 0.282847947735991, 0.993807692307689, 0.28786237096117, 1.26876923076923, 0.484098438813369, 1.58146153846154, 1.15579231631879, 2.39896153846154, 3.89756519361274, 8.73203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1035, '2021-12-05 00:00:00', 0.235900360321893, 0.811499999999999, 0.336357154501901, 1.10384615384615, 0.447263365883611, 1.41196153846154, 1.15890434263774, 2.23434615384615, 3.89630484196738, 8.70369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1050, '2021-12-05 00:00:00', 0.264771498001289, 0.763115384615383, 0.319738453210653, 1.02703846153846, 0.47454548294617, 1.35515384615384, 1.16830701246916, 2.19134615384615, 3.90280213121093, 8.71334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1065, '2021-12-05 00:00:00', 0.176871239563179, 0.638653846153844, 0.351755938116188, 0.930999999999997, 0.408188659247732, 1.1746923076923, 1.1976249939584, 2.13588461538461, 3.96074383087901, 8.73042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1080, '2021-12-05 00:00:00', 0.277383355942361, 0.675384615384615, 0.291174142977123, 0.87230769230769, 0.403602470069445, 1.07007692307692, 1.24199491390015, 2.12738461538461, 3.95040586834004, 8.77826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1095, '2021-12-05 00:00:00', 0.274273047555506, 0.560769230769231, 0.342491291298605, 0.775269230769231, 0.409871004097633, 1.089, 1.44608979878632, 2.24388461538462, 3.98569744963162, 8.796 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1110, '2021-12-05 00:00:00', 0.254823969407543, 0.576153846153847, 0.311660870918279, 0.754461538461542, 0.488469114053916, 1.19834615384615, 1.45647886884246, 2.22915384615385, 4.0138758004625, 8.78369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1125, '2021-12-05 00:00:00', 0.200028509506484, 0.52326923076923, 0.301746087859412, 0.763692307692307, 0.516933849361195, 1.21773076923077, 1.41415172942869, 2.21507692307692, 4.08033984934513, 9.32338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1140, '2021-12-05 00:00:00', 0.225934153103202, 0.537192307692308, 0.323288506541045, 0.844461538461538, 0.532498576379462, 1.20242307692308, 1.38607941830407, 2.28292307692308, 3.99732102057596, 9.45130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1155, '2021-12-05 00:00:00', 0.239582187600383, 0.592230769230771, 0.417341802363481, 0.8255, 0.711732980396876, 1.22765384615385, 1.79316063547452, 3.39323076923077, 4.05247331904091, 9.43519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1170, '2021-12-05 00:00:00', 0.254686788035811, 0.521, 0.393944338122106, 0.756307692307693, 0.780640720079446, 1.12442307692308, 1.80988502524757, 3.67626923076923, 4.15131979921863, 9.47834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1185, '2021-12-05 00:00:00', 0.251284298079963, 0.477038461538465, 0.742829850069215, 0.831884615384616, 0.810322272071668, 1.05576923076923, 1.8490020281222, 3.8555, 4.21941717593975, 9.52776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1200, '2021-12-05 00:00:00', 0.471807753928085, 0.546840000000001, 0.464876678987733, 0.720080000000003, 0.527194815351341, 0.930960000000001, 1.97035815272249, 3.8938, 4.33256228922332, 9.55464 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1215, '2021-12-05 00:00:00', 0.191899166230598, 0.439960000000001, 0.257204535989032, 0.58656, 0.278131845234115, 0.80636, 2.09303970897194, 3.97316, 4.4387255032648, 9.59148 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1230, '2021-12-05 00:00:00', 0.147546602807384, 0.398799999999999, 0.188268708676365, 0.54424, 0.231549850644163, 0.787400000000001, 2.15553953648114, 4.02888, 4.5011263264506, 9.62404 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1245, '2021-12-05 00:00:00', 0.149062067609437, 0.4136, 0.161763592937349, 0.553280000000001, 0.28016351178077, 0.839520000000003, 2.16962193864891, 4.09676, 4.49195428405054, 9.65696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1260, '2021-12-05 00:00:00', 0.109456262193321, 0.392559999999997, 0.147887434670206, 0.569119999999998, 0.366864134705658, 0.842719999999998, 2.09672639051133, 4.18084, 4.53185565377657, 9.6718 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1275, '2021-12-05 00:00:00', 0.17390349814385, 0.392520000000001, 0.264651972723928, 0.555200000000003, 0.877258181305064, 0.937800000000004, 2.04409033720789, 4.23884, 4.51575208760032, 9.696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1290, '2021-12-05 00:00:00', 0.17515866140921, 0.379160000000001, 0.292183178845049, 0.56248, 0.864348839686077, 0.912, 2.04432359392212, 4.26896, 4.53496596753125, 9.68608 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1305, '2021-12-05 00:00:00', 0.232548045215034, 0.398519999999997, 0.875065250900376, 0.71812, 0.98600055273818, 1.00156, 2.00100538230161, 4.32396, 4.49138373258546, 9.6968 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1320, '2021-12-05 00:00:00', 0.125151553054221, 0.391958333333333, 0.311032266255728, 0.585124999999996, 0.479400423763213, 1.064625, 1.98592890277675, 4.33370833333333, 4.53731392779338, 9.675875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1335, '2021-12-05 00:00:00', 0.274934112660375, 0.418624999999996, 0.352922639529906, 0.669708333333332, 1.52904923037587, 2.751375, 2.07732206200082, 4.32991666666666, 4.5969262365493, 9.63604166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1350, '2021-12-05 00:00:00', 0.190163602332766, 0.47075, 0.407164416813206, 0.870916666666665, 1.59872442813058, 3.19016666666666, 2.08955191785016, 4.333, 4.63112868203478, 9.6385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1365, '2021-12-05 00:00:00', 0.456318792709336, 0.755333333333333, 1.54036924744629, 2.697125, 1.72295424533611, 3.413875, 2.10297435842045, 4.34825, 4.72408180922149, 9.655625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 930, '2021-12-05 00:00:00', 0, 2.68800000000002, 0, 2.68800000000002, 0, 2.68800000000002, 0, 3.602, 0, 8.47200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 945, '2021-12-05 00:00:00', 0, 1.71199999999999, 0, 1.71199999999999, 0, 1.84199999999998, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 960, '2021-12-05 00:00:00', 0, 1.20400000000001, 0, 1.42400000000001, 0, 1.42400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 975, '2021-12-05 00:00:00', 0, 0.540999999999997, 0, 1.19399999999999, 0, 1.82400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 930, '2021-12-05 00:00:00', 0, 2.511, 0, 3.53, 0, 4.31, 0, 5.12, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 945, '2021-12-05 00:00:00', 0, 1.88800000000001, 0, 2.322, 0, 3.47800000000001, 0, 3.47800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 960, '2021-12-05 00:00:00', 0, 0.942000000000007, 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 975, '2021-12-05 00:00:00', 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 2.37100000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 930, '2021-12-05 00:00:00', 0, 1.53200000000001, 0, 2.011, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 945, '2021-12-05 00:00:00', 0, 1.95099999999999, 0, 2.50999999999999, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 960, '2021-12-05 00:00:00', 0, 1.233, 0, 1.76300000000001, 0, 1.76300000000001, 0, 2.10400000000001, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 975, '2021-12-05 00:00:00', 0, 1.012, 0, 1.173, 0, 1.51400000000001, 0, 1.81399999999999, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 930, '2021-12-05 00:00:00', 0, 2.79400000000001, 0, 3.81100000000001, 0, 3.81100000000001, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 945, '2021-12-05 00:00:00', 0, 1.65100000000001, 0, 2.02100000000002, 0, 2.821, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 960, '2021-12-05 00:00:00', 0, 1.44400000000002, 0, 2.15200000000002, 0, 2.244, 0, 3.79300000000001, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 975, '2021-12-05 00:00:00', 0, 0.882000000000005, 0, 0.97399999999999, 0, 1.39400000000001, 0, 2.893, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 930, '2021-12-05 00:00:00', 0, 2.654, 0, 3.01399999999998, 0, 3.834, 0, 6.273, 0, 10.251 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 945, '2021-12-05 00:00:00', 0, 1.54299999999998, 0, 1.94299999999998, 0, 2.851, 0, 4.80199999999999, 0, 8.78 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 960, '2021-12-05 00:00:00', 0, 1.172, 0, 1.59200000000001, 0, 2.922, 0, 4.03100000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 975, '2021-12-05 00:00:00', 0, 1.50400000000002, 0, 1.99200000000002, 0, 3.76400000000001, 0, 3.94300000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:50:46 Duration: 3s352ms Database: acaweb_fx User: pgperfstats
11 67 16s233ms 50ms 1s321ms 242ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout = ? and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Dec 05 14 67 16s233ms 242ms [ User: postgres - Total duration: 16s233ms - Times executed: 67 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4876 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523739537 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:05:54 Duration: 1s321ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5123 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523738903 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:06:14 Duration: 974ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5352 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:34:23 Duration: 829ms Database: acaweb_fx User: postgres Bind query: yes
12 62 10s896ms 53ms 602ms 175ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Dec 05 14 62 10s896ms 175ms [ User: postgres - Total duration: 10s896ms - Times executed: 62 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-12-05 14:33:13 Duration: 602ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-12-05 14:35:13 Duration: 411ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-12-05 14:48:13 Duration: 364ms Database: acaweb_fx User: postgres
13 60 4s957ms 50ms 468ms 82ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Dec 05 14 60 4s957ms 82ms [ User: postgres - Total duration: 4s957ms - Times executed: 60 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND (((s.symbol ilike '%gbpusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523658106 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:09:22 Duration: 468ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND (((s.symbol ilike '%gbpusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523658106 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:17:22 Duration: 309ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND (((s.symbol ilike '%gbpusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523658106 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:01:21 Duration: 248ms Database: acaweb_fx User: postgres Bind query: yes
14 59 11s131ms 50ms 1s295ms 188ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Dec 05 14 59 11s131ms 188ms [ User: postgres - Total duration: 11s131ms - Times executed: 59 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:34:23 Duration: 1s295ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5346 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:34:22 Duration: 815ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523738897 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:03:29 Duration: 720ms Database: acaweb_fx User: postgres Bind query: yes
15 56 28s539ms 68ms 8s636ms 509ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Dec 05 14 56 28s539ms 509ms [ User: postgres - Total duration: 28s539ms - Times executed: 56 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:07:00 Duration: 8s636ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('234' = 0 OR s.symbol in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:06 Duration: 2s780ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '637' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:50 Duration: 2s615ms Database: acaweb_fx User: postgres Bind query: yes
16 48 20s455ms 50ms 1s466ms 426ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Dec 05 14 48 20s455ms 426ms [ User: postgres - Total duration: 20s455ms - Times executed: 48 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988092' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-12-05 14:05:51 Duration: 1s466ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1002938' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-12-05 14:14:13 Duration: 1s243ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988112' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-12-05 14:06:05 Duration: 1s62ms Database: acaweb_fx User: postgres Bind query: yes
17 47 4s934ms 50ms 486ms 104ms select distinct pricedatetime, high, low from t15_ps where pricedatetime <= current_timestamp and pricedatetime >= current_timestamp - interval ? and symbolid = ? order by pricedatetime asc;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Dec 05 14 47 4s934ms 104ms [ User: pgperfstats - Total duration: 4s934ms - Times executed: 47 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 919311order by pricedatetime asc;
Date: 2021-12-05 14:17:32 Duration: 486ms Database: acaweb_fx User: pgperfstats
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 918929order by pricedatetime asc;
Date: 2021-12-05 14:17:31 Duration: 471ms Database: acaweb_fx User: pgperfstats
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 919548order by pricedatetime asc;
Date: 2021-12-05 14:17:44 Duration: 406ms Database: acaweb_fx User: pgperfstats
18 44 6m7s 169ms 3m1s 8s352ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Dec 05 14 44 6m7s 8s352ms [ User: postgres - Total duration: 6m7s - Times executed: 44 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:51 Duration: 3m1s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:02:28 Duration: 46s768ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:03 Duration: 38s606ms Database: acaweb_fx User: postgres Bind query: yes
19 41 12s610ms 50ms 2s631ms 307ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when rar.age is not null then rar.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fibonacci_results fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_fibonacci_results rar on rar.resultuid = fr.resultuid where fr.gmttimefound > now() - interval ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Dec 05 14 41 12s610ms 307ms [ User: postgres - Total duration: 12s610ms - Times executed: 41 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '558' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:02:01 Duration: 2s631ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:01:26 Duration: 1s507ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '489' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:01:43 Duration: 1s313ms Database: acaweb_fx User: postgres Bind query: yes
20 38 3s650ms 50ms 563ms 96ms with rar_max as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or bmr.patternlengthbars <= ?) order by symbolid, identified desc, interval desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, interval desc;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Dec 05 14 38 3s650ms 96ms [ User: postgres - Total duration: 3s650ms - Times executed: 38 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('234' = 0 OR s.symbol in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-12-05 14:11:10 Duration: 563ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('234' = 0 OR s.symbol in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-12-05 14:01:05 Duration: 392ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('223' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FCA.MI', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UCG.MI', 'UMI.br.', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-12-05 14:06:59 Duration: 163ms Database: acaweb_fx User: postgres Bind query: yes
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 14m7s 14m7s 14m7s 1 14m7s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Dec 05 14 1 14m7s 14m7s [ User: postgres - Total duration: 14m7s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2021-12-05 14:14:23 Duration: 14m7s Database: acaweb_fx User: postgres
2 26s73ms 2m46s 1m12s 4 4m51s select updateageforrelevantresults ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Dec 05 14 4 4m51s 1m12s [ User: postgres - Total duration: 4m51s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-12-05 14:04:49 Duration: 2m46s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-12-05 14:18:14 Duration: 1m11s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-12-05 14:32:30 Duration: 27s403ms Database: acaweb_fx User: postgres
3 1m7s 1m7s 1m7s 1 1m7s select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Dec 05 14 1 1m7s 1m7s [ User: pgperfstats - Total duration: 1m7s - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2021-12-05 14:17:30 Duration: 1m7s Database: acaweb_fx User: pgperfstats
4 5s35ms 29s652ms 13s437ms 4 53s748ms select updateresultsmaterializedview ();Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Dec 05 14 4 53s748ms 13s437ms [ User: postgres - Total duration: 53s748ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-12-05 14:05:18 Duration: 29s652ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-12-05 14:18:27 Duration: 13s65ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-12-05 14:32:36 Duration: 5s994ms Database: acaweb_fx User: postgres
5 4s584ms 24s547ms 10s58ms 4 40s235ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Dec 05 14 4 40s235ms 10s58ms [ User: postgres - Total duration: 40s235ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-12-05 14:01:25 Duration: 24s547ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-12-05 14:16:08 Duration: 6s281ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-12-05 14:46:06 Duration: 4s821ms Database: acaweb_fx User: postgres
6 597ms 1m10s 8s637ms 111 15m58s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Dec 05 14 111 15m58s 8s637ms [ User: postgres - Total duration: 15m58s - Times executed: 111 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:03:49 Duration: 1m10s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:01:40 Duration: 1m10s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:36:21 Duration: 51s591ms Database: acaweb_fx User: postgres Bind query: yes
7 169ms 3m1s 8s352ms 44 6m7s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Dec 05 14 44 6m7s 8s352ms [ User: postgres - Total duration: 6m7s - Times executed: 44 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:51 Duration: 3m1s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:02:28 Duration: 46s768ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:03 Duration: 38s606ms Database: acaweb_fx User: postgres Bind query: yes
8 266ms 11s16ms 5s118ms 10 51s183ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Dec 05 14 10 51s183ms 5s118ms [ User: postgres - Total duration: 51s183ms - Times executed: 10 ]
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AXIORY - 1';
Date: 2021-12-05 14:02:12 Duration: 11s16ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 1';
Date: 2021-12-05 14:02:12 Duration: 10s172ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'BMFN - 1';
Date: 2021-12-05 14:02:12 Duration: 8s994ms Database: acaweb_fx User: postgres
9 53ms 4m2s 5s16ms 181 15m8s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Dec 05 14 181 15m8s 5s16ms [ User: postgres - Total duration: 15m8s - Times executed: 181 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:41 Duration: 4m2s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:17:59 Duration: 1m6s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:10:25 Duration: 48s773ms Database: acaweb_fx User: postgres Bind query: yes
10 128ms 11s847ms 4s889ms 8 39s114ms select fixcandlegaps (?, false);Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Dec 05 14 8 39s114ms 4s889ms [ User: postgres - Total duration: 39s114ms - Times executed: 8 ]
-
select fixcandlegaps ('XM', false);
Date: 2021-12-05 14:06:36 Duration: 11s847ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-12-05 14:06:20 Duration: 8s39ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-12-05 14:06:08 Duration: 6s35ms Database: acaweb_fx User: postgres
11 55ms 1m3s 3s655ms 158 9m37s with rar_max as ( ;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Dec 05 14 158 9m37s 3s655ms [ User: postgres - Total duration: 9m37s - Times executed: 158 ]
-
WITH rar_max as ( ;
Date: 2021-12-05 14:11:29 Duration: 1m3s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-12-05 14:18:44 Duration: 45s763ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-12-05 14:11:28 Duration: 43s388ms Database: acaweb_fx User: postgres Bind query: yes
12 2s197ms 3s985ms 2s926ms 148 7m13s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Dec 05 14 148 7m13s 2s926ms [ User: pgperfstats - Total duration: 7m13s - Times executed: 148 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 600, '2021-12-05 00:00:00', 0.513681217617825, 0.732319999999999, 0.55095537326841, 0.961640000000001, 0.598575859854036, 1.11168, 0.552839705520505, 1.47036, 1.21858898320968, 3.53612 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 615, '2021-12-05 00:00:00', 0.319470222921217, 0.55784, 0.372330153671888, 0.739079999999998, 0.374907753098457, 0.857639999999998, 0.390785269254954, 1.28372, 1.20263051959722, 3.459 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 630, '2021-12-05 00:00:00', 0.246737546122728, 0.4524, 0.288755617549973, 0.548159999999999, 0.280245648196958, 0.745959999999998, 0.342922503393016, 1.16552, 1.16858831216701, 3.41768 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 645, '2021-12-05 00:00:00', 0.155259642749383, 0.38184, 0.221224998587412, 0.533999999999999, 0.210074090104736, 0.752039999999999, 0.354131717491294, 1.13176, 1.15021447275425, 3.389 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 660, '2021-12-05 00:00:00', 0.200566963048921, 0.400239999999999, 0.15894566157443, 0.568839999999999, 0.204066304584237, 0.709159999999999, 0.354046409387245, 1.11388, 1.15125954646784, 3.39172 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 675, '2021-12-05 00:00:00', 0.112247746822227, 0.370159999999998, 0.192491748740909, 0.501359999999999, 0.255243458943285, 0.637839999999998, 0.352066224830878, 1.07128, 1.15680760428575, 3.3772 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 690, '2021-12-05 00:00:00', 0.144153563951782, 0.3844, 0.163244009588919, 0.468239999999999, 0.203787062068883, 0.641399999999998, 0.337516606998825, 1.05328, 1.16410635539313, 3.41724 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 705, '2021-12-05 00:00:00', 0.12392534042721, 0.342359999999999, 0.161686661993704, 0.462079999999999, 0.156923017219696, 0.607599999999999, 0.305548594062111, 1.03012, 1.26897953358857, 3.76484 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 720, '2021-12-05 00:00:00', 0.135177254003773, 0.329839999999998, 0.140950203972893, 0.436719999999997, 0.140172833792192, 0.58444, 0.330785111515014, 1.05204, 1.26746276999892, 3.77904 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 735, '2021-12-05 00:00:00', 0.107999228392303, 0.337199999999999, 0.106339519151317, 0.43848, 0.172698031256874, 0.587120000000001, 0.336408719665034, 1.04392, 1.25815400488176, 3.807 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 750, '2021-12-05 00:00:00', 0.122131418289209, 0.337, 0.134965526462626, 0.449880000000002, 0.182230549945211, 0.570160000000001, 0.373338572879901, 1.06924, 1.25993770613207, 3.83276 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 765, '2021-12-05 00:00:00', 0.122375555838028, 0.338880000000001, 0.154753298295492, 0.441200000000002, 0.163776443157536, 0.553160000000001, 0.398716866962009, 1.14416, 1.27494651129632, 3.83624 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 780, '2021-12-05 00:00:00', 0.123968504064542, 0.33576, 0.11585129836706, 0.42424, 0.150720901005799, 0.544039999999999, 0.487839358805744, 1.22236, 1.305208466108, 3.86584 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 795, '2021-12-05 00:00:00', 0.0935852908670312, 0.31704, 0.116570336421122, 0.41068, 0.130896434889061, 0.56828, 0.478339429694018, 1.30088, 1.32698176576269, 3.88824 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 810, '2021-12-05 00:00:00', 0.0881455614310783, 0.307160000000001, 0.111139207003347, 0.39944, 0.165557895210908, 0.5832, 0.474968307714665, 1.34068, 1.32952843519798, 3.89912 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 825, '2021-12-05 00:00:00', 0.118654498439798, 0.309159999999999, 0.121444541526849, 0.438879999999999, 0.227160552620093, 0.598, 0.515527454813673, 1.39516, 1.31899781147152, 3.93268 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 840, '2021-12-05 00:00:00', 0.145389706192242, 0.338799999999999, 0.227412620582058, 0.452399999999998, 0.235102977437546, 0.604919999999999, 0.492598897007831, 1.39356, 1.31618786399713, 3.94708 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 855, '2021-12-05 00:00:00', 0.138900443963771, 0.341599999999999, 0.159020438937889, 0.448600000000001, 0.190003929783918, 0.576919999999999, 0.472902625635904, 1.35968, 1.31668749519391, 3.95028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 870, '2021-12-05 00:00:00', 0.134154177472537, 0.329520000000001, 0.167306674503242, 0.456240000000001, 0.22132162117606, 0.562479999999999, 0.46839563761134, 1.34716, 1.29767551799362, 3.9452 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 885, '2021-12-05 00:00:00', 0.138466927459233, 0.32356, 0.151833538236231, 0.411559999999999, 0.190526682295856, 0.5408, 1.11963436293581, 1.80824, 1.30344068782076, 3.95828 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 900, '2021-12-05 00:00:00', 0.115608895274828, 0.313999999999998, 0.154162252189047, 0.394399999999999, 0.206376250248583, 0.570639999999998, 1.1346255799455, 1.83696, 1.3192271954949, 3.97432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 915, '2021-12-05 00:00:00', 0.0983596800862353, 0.29628, 0.108003672777055, 0.413280000000002, 0.178212653871716, 0.562000000000001, 1.1493827807422, 1.86288, 1.3217829398203, 3.98084 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 930, '2021-12-05 00:00:00', 0.108711774891222, 0.3088, 0.16543460943829, 0.418119999999999, 0.221090290756214, 0.629800000000001, 1.16344373879158, 1.9022, 1.31904002719149, 3.98452 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 945, '2021-12-05 00:00:00', 0.0977985514548495, 0.301840000000001, 0.147914671348044, 0.423800000000001, 0.283726235421869, 0.741080000000001, 1.19205980414854, 1.92808, 1.32242841394156, 3.98208 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 960, '2021-12-05 00:00:00', 0.114593658928697, 0.307040000000001, 0.197615805710643, 0.48856, 0.339900436402582, 0.79816, 1.1917213922166, 1.96772, 1.34423578412916, 3.98848 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 975, '2021-12-05 00:00:00', 0.177238041439567, 0.40564, 0.265706561203645, 0.62668, 0.395998598482367, 0.898160000000001, 1.19122206158214, 1.9638, 1.35291898993744, 3.97972 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 990, '2021-12-05 00:00:00', 0.228288246156769, 0.52324, 0.296965783663146, 0.689520000000001, 0.3434807515228, 0.894880000000002, 1.18357011903253, 1.96332, 1.35291898993744, 3.97972 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1005, '2021-12-05 00:00:00', 0.16484551353717, 0.42372, 0.247345190641202, 0.61032, 0.328450315877456, 0.791879999999999, 1.21273565682441, 1.97476, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1020, '2021-12-05 00:00:00', 0.21221628118502, 0.437999999999998, 0.209323617078118, 0.56272, 0.293459327107976, 0.728279999999997, 1.23483988435748, 1.95904, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1035, '2021-12-05 00:00:00', 0.132020856938086, 0.391440000000001, 0.236090116975135, 0.558279999999999, 0.235181114604609, 0.64736, 1.22714220447347, 1.96564, 1.36510574437782, 3.96988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1050, '2021-12-05 00:00:00', 0.190847478369508, 0.406519999999997, 0.185002090078283, 0.481759999999998, 0.253737088341454, 0.647519999999999, 1.19503576933914, 1.94964, 1.35022387402978, 3.95552 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1065, '2021-12-05 00:00:00', 0.112517302373161, 0.312679999999997, 0.149996633295554, 0.40836, 1.11538992733483, 1.33976, 1.16788755594592, 1.90252, 1.37043161449231, 3.95632 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1080, '2021-12-05 00:00:00', 0.136921291258886, 0.336760000000001, 0.168534546409136, 0.501319999999999, 1.11893228421861, 1.42096, 1.18017410015076, 1.91936, 1.37273467939001, 3.9586 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 1095, '2021-12-05 00:00:00', 0.149581393673589, 0.380479999999999, 1.08743743421557, 1.26244, 1.07883756886753, 1.4704, 1.14226708493825, 1.87852, 1.38147236309671, 3.95784 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 600, '2021-12-05 00:00:00', 0.472849678504214, 0.900538461538461, 0.515252949082742, 1.01519230769231, 0.513712370884719, 1.191, 0.620727118293227, 1.57234615384615, 1.29711725168367, 3.87126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 615, '2021-12-05 00:00:00', 0.341967006955575, 0.613076923076924, 0.406211797730425, 0.811769230769233, 0.450176814835443, 0.990730769230771, 0.549526610260698, 1.41784615384616, 1.29557565524424, 3.85403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 630, '2021-12-05 00:00:00', 0.208285558419574, 0.574923076923078, 0.23269504639202, 0.689230769230769, 0.349148026795775, 0.902230769230769, 0.443913033756005, 1.29269230769231, 1.28464622906314, 3.84057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 645, '2021-12-05 00:00:00', 0.139558424490081, 0.492923076923076, 0.217241535198462, 0.66226923076923, 0.257566818813772, 0.789115384615385, 0.407074017083643, 1.22584615384615, 1.27960015389424, 3.85392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 660, '2021-12-05 00:00:00', 0.164520861431474, 0.497923076923077, 0.26969445959912, 0.641692307692309, 0.273695788450215, 0.821769230769233, 0.392875296323829, 1.21903846153846, 1.36419592998389, 3.94884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 675, '2021-12-05 00:00:00', 0.238557991659501, 0.460346153846153, 0.247992890716957, 0.593923076923078, 0.29802556679174, 0.817038461538462, 0.397858389959966, 1.17153846153846, 1.36031948962226, 3.95507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 690, '2021-12-05 00:00:00', 0.177752191374568, 0.443192307692308, 0.211816339167829, 0.587192307692309, 0.26246357109863, 0.739615384615385, 0.380065816162652, 1.12776923076923, 1.35224965662638, 3.94357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 705, '2021-12-05 00:00:00', 0.128102128727886, 0.427346153846156, 0.226693327240536, 0.563769230769231, 0.234994903381722, 0.65973076923077, 0.343317569964243, 1.08392307692308, 1.86852615880909, 4.31861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 720, '2021-12-05 00:00:00', 0.232833202099701, 0.430500000000002, 0.239708698215147, 0.517500000000002, 0.220113065351564, 0.647807692307694, 0.336567133547848, 1.08665384615385, 1.91347254367148, 4.31484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 735, '2021-12-05 00:00:00', 0.116343952935318, 0.390653846153848, 0.146815305217658, 0.473423076923078, 0.179007816760996, 0.63096153846154, 0.311993463935482, 1.07380769230769, 1.91332056785699, 4.31034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 750, '2021-12-05 00:00:00', 0.0921452031390601, 0.360538461538463, 0.163595787043743, 0.505307692307693, 0.204002760162323, 0.629384615384615, 0.336224094226545, 1.11980769230769, 1.91668374382582, 4.31557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 765, '2021-12-05 00:00:00', 0.15413740623223, 0.397500000000001, 0.177194738591797, 0.486846153846155, 0.194598869472565, 0.577000000000001, 0.31480345272273, 1.20642307692308, 1.93093513734029, 4.33323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 780, '2021-12-05 00:00:00', 0.118059417895596, 0.365115384615387, 0.161166020469103, 0.440384615384615, 0.211432389629915, 0.560153846153846, 0.276912371587946, 1.21169230769231, 1.94038885119611, 4.34057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 795, '2021-12-05 00:00:00', 0.115519195874041, 0.334730769230768, 0.128358254656497, 0.398807692307691, 0.206727081326677, 0.583384615384616, 0.29455358660966, 1.23815384615385, 1.95207795438604, 4.3575 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 810, '2021-12-05 00:00:00', 0.104783006549435, 0.333961538461539, 0.18208047671291, 0.4575, 0.199019848256399, 0.6005, 0.299009228054147, 1.25796153846154, 1.951031419926, 4.35980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 825, '2021-12-05 00:00:00', 0.109095159590854, 0.336076923076922, 0.154792034181845, 0.468576923076923, 0.202119751251959, 0.605076923076924, 0.275039499261189, 1.24561538461538, 2.00471705273798, 4.38469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 840, '2021-12-05 00:00:00', 0.140424126789579, 0.370846153846153, 0.14030260154395, 0.4475, 0.203704144438788, 0.59046153846154, 0.310700399841292, 1.25953846153846, 2.01431790822219, 4.38234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 855, '2021-12-05 00:00:00', 0.0903000553709674, 0.329499999999999, 0.110319563785605, 0.425384615384615, 0.217070484830652, 0.560653846153847, 0.325959877191138, 1.27980769230769, 2.01598710313335, 4.39 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 870, '2021-12-05 00:00:00', 0.103908687724441, 0.338846153846153, 0.186363020432209, 0.434153846153845, 0.202687193629834, 0.598538461538461, 0.351435920409178, 1.31038461538461, 2.0156939118214, 4.40088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 885, '2021-12-05 00:00:00', 0.161157734485864, 0.348153846153846, 0.189901286097642, 0.430538461538462, 0.22093858527097, 0.646461538461539, 0.510686289373277, 1.65061538461538, 2.01753044205419, 4.39626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 900, '2021-12-05 00:00:00', 0.103302341919985, 0.33057692307692, 0.154524864815193, 0.467423076923075, 0.247256665150889, 0.661461538461538, 0.590403180364585, 1.81865384615385, 2.01753044205419, 4.39626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 915, '2021-12-05 00:00:00', 0.174044998602263, 0.363692307692307, 0.220681911705164, 0.508884615384615, 0.260289341960944, 0.639692307692308, 0.611534137672184, 1.88719230769231, 2.02040811756894, 4.40319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 930, '2021-12-05 00:00:00', 0.127610181653106, 0.38403846153846, 0.190363845953359, 0.499076923076925, 0.242842832997932, 0.675192307692309, 0.619264213525895, 1.92461538461539, 2.02017319021453, 4.40696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 945, '2021-12-05 00:00:00', 0.148033426578649, 0.366153846153847, 0.167189491756649, 0.459384615384617, 0.238108808353207, 0.761730769230769, 0.793941874446739, 1.9915, 2.02270830171979, 4.42307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 960, '2021-12-05 00:00:00', 0.106246042460232, 0.332307692307693, 0.155029049387029, 0.511615384615386, 0.220471634317119, 0.794307692307693, 0.800685410229166, 2.01338461538462, 2.02444508940104, 4.43 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 975, '2021-12-05 00:00:00', 0.153583838292364, 0.447653846153848, 0.227519710050664, 0.651538461538461, 0.31879165368864, 0.862961538461538, 0.855865348863135, 2.04684615384615, 2.04071555474657, 4.44415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 990, '2021-12-05 00:00:00', 0.153792932717488, 0.537884615384616, 0.191728546086949, 0.659653846153846, 0.317376304190368, 0.836038461538461, 0.943656271351779, 2.05596153846154, 2.05680651047649, 4.42030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1005, '2021-12-05 00:00:00', 0.0925939439787414, 0.461038461538461, 0.168826246592351, 0.617692307692309, 0.210477219669967, 0.7315, 0.97557149168301, 2.04384615384615, 2.06631786965644, 4.40046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1020, '2021-12-05 00:00:00', 0.119622740313036, 0.445000000000001, 0.160019018100493, 0.550615384615385, 0.192428879969078, 0.671076923076925, 0.949032898027493, 2.02180769230769, 2.06087134857676, 4.38265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1035, '2021-12-05 00:00:00', 0.107005880499804, 0.395538461538461, 0.157909151096444, 0.5105, 0.192355024329016, 0.659153846153846, 0.971817678373881, 1.998, 2.07026469656567, 4.37992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1050, '2021-12-05 00:00:00', 0.138697013444637, 0.391692307692308, 0.201742013472655, 0.477000000000001, 0.305384612478204, 0.679192307692307, 0.991076891373914, 1.97873076923077, 2.11451756163469, 4.38503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1065, '2021-12-05 00:00:00', 0.118651065669953, 0.368346153846154, 0.167677533929313, 0.481653846153847, 0.385326770417007, 1.219, 0.9243892661561, 1.95234615384615, 2.11367289660585, 4.36892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1080, '2021-12-05 00:00:00', 0.148376008842399, 0.379, 0.27153614577352, 0.538961538461537, 0.481767867817624, 1.39296153846154, 0.888771041728623, 1.94973076923077, 2.09891104256835, 4.37873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 2, 1095, '2021-12-05 00:00:00', 0.264020313903772, 0.437615384615382, 0.373500917515092, 1.16284615384615, 0.528544895116628, 1.47288461538462, 0.876846405285176, 1.97953846153846, 2.11618761600994, 4.39611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 600, '2021-12-05 00:00:00', 0.283455566996908, 0.813461538461538, 0.380826633280005, 1.05173076923077, 0.480156493720053, 1.22753846153846, 0.747970267817151, 1.78119230769231, 2.13517259255546, 4.342 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 615, '2021-12-05 00:00:00', 0.229561883729725, 0.61753846153846, 0.280834744727489, 0.806076923076923, 0.386392644061214, 1.01034615384615, 0.574460629969206, 1.54184615384615, 2.0707686915361, 4.28142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 630, '2021-12-05 00:00:00', 0.201262603045412, 0.531346153846156, 0.197230766830671, 0.651846153846157, 0.352374514489257, 0.87596153846154, 0.52206411041616, 1.42984615384615, 2.04350886806154, 4.26842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 645, '2021-12-05 00:00:00', 0.103799636875013, 0.459730769230768, 0.303872706142661, 0.661307692307692, 0.371288834280724, 0.859038461538462, 0.509723655145986, 1.38226923076923, 2.03993478477961, 4.27138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 660, '2021-12-05 00:00:00', 0.251765116420354, 0.507076923076924, 0.280752976557961, 0.623076923076923, 0.385927296859833, 0.843961538461539, 0.471791611429647, 1.32673076923077, 2.05232060323467, 4.26946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 675, '2021-12-05 00:00:00', 0.128645870512815, 0.435999999999999, 0.212338630131574, 0.601423076923078, 0.301891180088759, 0.80573076923077, 0.393259563921063, 1.27073076923077, 2.04363698718354, 4.28184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 690, '2021-12-05 00:00:00', 0.178876704421271, 0.455653846153846, 0.245013355993881, 0.575769230769231, 0.292632352699, 0.754576923076923, 0.377840308148216, 1.27753846153846, 2.07856186710538, 4.30565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 705, '2021-12-05 00:00:00', 0.138697279658308, 0.393153846153847, 0.220298482832863, 0.558307692307692, 0.268251684344842, 0.712615384615383, 0.309015013327083, 1.22303846153846, 2.21504360644696, 4.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 720, '2021-12-05 00:00:00', 0.223671022159435, 0.448384615384614, 0.21577799132085, 0.546692307692307, 0.288334690674143, 0.723423076923075, 0.333142455091835, 1.20884615384615, 2.22831929800156, 4.31742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 735, '2021-12-05 00:00:00', 0.0765288482559664, 0.364230769230769, 0.181365063211872, 0.501384615384613, 0.198523554115027, 0.695192307692307, 0.320997074034112, 1.20980769230769, 2.26933471274326, 4.29896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 750, '2021-12-05 00:00:00', 0.146415383807115, 0.398769230769229, 0.174489250275021, 0.524461538461537, 0.179178162302649, 0.678423076923076, 0.289894646645719, 1.20011538461539, 2.27228393133767, 4.28023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 765, '2021-12-05 00:00:00', 0.121868428422433, 0.386076923076921, 0.10100257422462, 0.492999999999999, 0.212864637378204, 0.652076923076921, 0.360053442614375, 1.24019230769231, 2.25860386828814, 4.27607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 780, '2021-12-05 00:00:00', 0.0708258536020661, 0.345692307692308, 0.118687261969623, 0.466115384615383, 0.185545752184863, 0.610884615384614, 0.357634486807199, 1.22188461538461, 2.27691611277521, 4.27623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 795, '2021-12-05 00:00:00', 0.0968421157586676, 0.359653846153844, 0.157112331200913, 0.466730769230766, 0.17376931215308, 0.583423076923073, 0.339526650137875, 1.21911538461538, 2.27607655711449, 4.28157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 810, '2021-12-05 00:00:00', 0.108566038038534, 0.338230769230769, 0.120904978582992, 0.435576923076922, 0.155422268476759, 0.543807692307689, 0.309566816448655, 1.20257692307692, 2.2725614487757, 4.28846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 825, '2021-12-05 00:00:00', 0.0939047061981106, 0.333423076923078, 0.10850259833826, 0.408576923076922, 0.142933039728938, 0.519576923076922, 0.330467568523987, 1.21157692307692, 2.27219639589945, 4.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 840, '2021-12-05 00:00:00', 0.0987582596351007, 0.30507692307692, 0.111583325194844, 0.395038461538459, 0.149139485562495, 0.531884615384615, 0.339978243647809, 1.22338461538462, 2.27039895511441, 4.29615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 855, '2021-12-05 00:00:00', 0.0800321569985826, 0.300884615384614, 0.11649095045737, 0.393692307692307, 0.168100153296961, 0.540692307692307, 0.322444845611681, 1.23496153846154, 2.26933389752622, 4.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 870, '2021-12-05 00:00:00', 0.128738709736487, 0.329846153846154, 0.156657156285259, 0.42723076923077, 0.189807205829007, 0.611153846153846, 0.384413561355276, 1.30588461538462, 2.27490294636598, 4.29384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 885, '2021-12-05 00:00:00', 0.110227875854452, 0.330230769230771, 0.146499278023949, 0.434961538461538, 0.161008155550723, 0.629115384615384, 1.12466010797109, 2.20996153846154, 2.25232645536531, 4.35069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 900, '2021-12-05 00:00:00', 0.109184163405053, 0.333692307692307, 0.14865584415017, 0.489999999999998, 0.156501678536096, 0.641153846153844, 1.11227623090946, 2.22442307692308, 2.25655924465, 4.34723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 915, '2021-12-05 00:00:00', 0.153885131985367, 0.395076923076921, 0.160589969990464, 0.499461538461538, 0.181199066052949, 0.679692307692307, 1.11905754371875, 2.28888461538462, 2.24204519545471, 4.35653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 930, '2021-12-05 00:00:00', 0.121721978294802, 0.374, 0.130752737873968, 0.502038461538461, 0.150500212113318, 0.674923076923078, 1.13461022585529, 2.33373076923077, 2.23090876550342, 4.341 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 945, '2021-12-05 00:00:00', 0.0895129814393087, 0.397423076923076, 0.10607733753475, 0.508807692307692, 0.252672959802557, 0.758769230769232, 1.17466813120197, 2.35253846153846, 2.217722537962, 4.33915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 960, '2021-12-05 00:00:00', 0.0723265777301386, 0.34442307692308, 0.0846027550015155, 0.485115384615386, 0.223390837219985, 0.793884615384617, 1.18214206161787, 2.36742307692308, 2.21846694675538, 4.33607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 975, '2021-12-05 00:00:00', 0.069864396126742, 0.405076923076925, 0.211680950053105, 0.637769230769233, 0.227075968311524, 0.825846153846155, 1.20100814382687, 2.38519230769231, 2.22002218145537, 4.33838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 990, '2021-12-05 00:00:00', 0.154939596170697, 0.523038461538463, 0.174906445322592, 0.668769230769232, 0.221233691272026, 0.803884615384616, 1.22708512399852, 2.39030769230769, 2.22103030734699, 4.32111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1005, '2021-12-05 00:00:00', 0.119859250790248, 0.493, 0.159805362382349, 0.591923076923076, 0.265161712632413, 0.743576923076922, 1.23212880008545, 2.4045, 2.21326408761776, 4.30419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1020, '2021-12-05 00:00:00', 0.0957170911512774, 0.426807692307692, 0.120961589580519, 0.559115384615384, 0.224411394198589, 0.703076923076923, 1.23042994174332, 2.40780769230769, 2.20963374201386, 4.30192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1035, '2021-12-05 00:00:00', 0.120090280142132, 0.406346153846154, 0.198139966069056, 0.524615384615384, 0.225219414383807, 0.64223076923077, 1.23413986490748, 2.38738461538461, 2.2065692786628, 4.28730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1050, '2021-12-05 00:00:00', 0.119329227833689, 0.401769230769231, 0.175385171726514, 0.516038461538464, 0.384369927984048, 0.700192307692308, 1.23745768971959, 2.38657692307692, 2.19643364675908, 4.27226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1065, '2021-12-05 00:00:00', 0.170916628348894, 0.396576923076926, 0.194398559665445, 0.486000000000001, 1.12999141521586, 1.87703846153846, 1.23359859572902, 2.38884615384615, 2.189599873528, 4.25338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1080, '2021-12-05 00:00:00', 0.109384712755554, 0.338846153846155, 0.330548541762837, 0.50346153846154, 1.06576086508112, 1.91230769230769, 1.17393974488275, 2.38426923076923, 2.12121893114458, 4.25307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 3, 1095, '2021-12-05 00:00:00', 0.324007447682683, 0.443884615384617, 1.07467549592352, 1.77330769230769, 1.07106733035503, 1.97411538461539, 1.15901621412963, 2.37823076923077, 2.12050690202566, 4.25580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 600, '2021-12-05 00:00:00', 0.316458304459747, 0.999461538461541, 0.415020498103591, 1.14042307692308, 0.600426330586475, 1.33146153846154, 0.68426166385045, 1.73076923076923, 1.43056061576733, 3.77165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 615, '2021-12-05 00:00:00', 0.184095297228198, 0.590961538461539, 0.262625173086021, 0.776307692307693, 0.387690552651708, 0.935269230769231, 0.502651829339616, 1.43169230769231, 1.42626401483036, 3.704 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 630, '2021-12-05 00:00:00', 0.12524091246013, 0.499615384615385, 0.246217589823436, 0.634692307692305, 0.263512113281635, 0.804076923076923, 0.433237332363967, 1.31888461538462, 1.41155147212617, 3.67296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 645, '2021-12-05 00:00:00', 0.181431423789986, 0.469192307692307, 0.183338644212122, 0.589461538461538, 0.224183348726334, 0.750423076923078, 0.425240632330232, 1.30365384615385, 1.43041411970316, 3.69292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 660, '2021-12-05 00:00:00', 0.140948304762366, 0.454769230769231, 0.197427392690618, 0.577153846153847, 0.266013093951868, 0.768384615384616, 0.447897694362658, 1.31223076923077, 1.43522674702802, 3.69415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 675, '2021-12-05 00:00:00', 0.14319009957181, 0.441730769230769, 0.153688015648086, 0.554615384615385, 0.281984464929433, 0.785038461538463, 0.457691014348529, 1.31323076923077, 1.42877931169879, 3.68680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 690, '2021-12-05 00:00:00', 0.114313173074943, 0.406692307692308, 0.210089347293369, 0.562423076923078, 0.235780902208288, 0.787923076923078, 0.441232881123582, 1.27584615384615, 1.42422565843824, 3.67638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 705, '2021-12-05 00:00:00', 0.140770079862928, 0.421846153846153, 0.188662290879761, 0.577499999999998, 0.227398738241544, 0.742115384615385, 0.448564671608661, 1.24576923076923, 1.51810632494768, 3.87542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 720, '2021-12-05 00:00:00', 0.124071375239601, 0.417115384615385, 0.161875317641507, 0.554461538461541, 0.286276361903345, 0.758653846153848, 0.435603122119208, 1.219, 1.51690957744813, 3.88488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 735, '2021-12-05 00:00:00', 0.122642143591082, 0.410846153846156, 0.201629698667175, 0.549153846153847, 0.342798242971893, 0.756653846153847, 0.456978014956791, 1.17511538461539, 1.55245215261336, 3.87638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 750, '2021-12-05 00:00:00', 0.146457176728846, 0.409230769230768, 0.219146203392937, 0.532461538461537, 0.29289341983837, 0.731346153846152, 0.387545556627268, 1.12203846153846, 1.57441839273575, 3.87134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 765, '2021-12-05 00:00:00', 0.116925623960112, 0.362807692307693, 0.163838349037657, 0.492269230769232, 0.218552598844167, 0.62303846153846, 0.378697510706612, 1.11126923076923, 1.54131041599723, 3.90796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 780, '2021-12-05 00:00:00', 0.114201818657216, 0.366846153846154, 0.188521257728099, 0.480230769230769, 0.188910125151129, 0.598653846153847, 0.367027664017096, 1.13511538461538, 1.52696389156845, 3.93361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 795, '2021-12-05 00:00:00', 0.146241360034072, 0.363846153846154, 0.147442004243651, 0.439230769230768, 0.228027599544104, 0.588115384615384, 0.361298710849539, 1.19796153846154, 1.5283072647163, 3.93284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 810, '2021-12-05 00:00:00', 0.100341141190366, 0.35776923076923, 0.111105244631455, 0.464846153846154, 0.249935302397671, 0.601153846153848, 0.367656043271218, 1.22938461538462, 1.51220259733431, 3.94515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 825, '2021-12-05 00:00:00', 0.124014912254691, 0.373461538461538, 0.220347086346834, 0.482038461538462, 0.264770533452301, 0.622653846153848, 0.356898755305287, 1.24980769230769, 1.56501563373858, 3.98457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 840, '2021-12-05 00:00:00', 0.120991067693194, 0.353961538461539, 0.159526303594304, 0.441807692307694, 0.217372165792999, 0.612538461538462, 0.810141776765979, 1.37446153846154, 1.53277115006172, 3.97203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 855, '2021-12-05 00:00:00', 0.119555027562142, 0.338269230769231, 0.160494409200496, 0.469153846153845, 0.169222988981996, 0.618499999999999, 0.796500183012196, 1.39830769230769, 1.52612725399444, 3.96865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 870, '2021-12-05 00:00:00', 0.117501083464728, 0.362230769230768, 0.151766546430313, 0.461269230769231, 0.166819464829962, 0.596423076923077, 0.825133115601075, 1.48653846153846, 1.53125678296771, 3.96084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 885, '2021-12-05 00:00:00', 0.113987698391603, 0.351653846153846, 0.129742259291851, 0.446576923076923, 0.161469639918424, 0.578730769230768, 1.17572227228137, 2.20630769230769, 1.53294882297034, 3.95357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 900, '2021-12-05 00:00:00', 0.106735308843168, 0.335884615384614, 0.142717499331318, 0.444269230769232, 0.152201768917245, 0.57046153846154, 1.19379016646078, 2.22719230769231, 1.55832541679053, 3.94623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 915, '2021-12-05 00:00:00', 0.127148973800268, 0.386307692307694, 0.13835562316559, 0.493038461538461, 0.183707426255822, 0.601461538461539, 1.15741666455284, 2.27084615384615, 1.54849566950042, 3.93903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 930, '2021-12-05 00:00:00', 0.0953595382668223, 0.373192307692305, 0.0924886770616573, 0.440653846153844, 0.183758574891496, 0.628423076923076, 1.16338096743269, 2.29965384615384, 1.55614478315928, 3.95588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 945, '2021-12-05 00:00:00', 0.0938488883586498, 0.342576923076923, 0.170894231797151, 0.458961538461539, 0.210850574140514, 0.738730769230771, 1.15515401637118, 2.33480769230769, 1.54523703533944, 3.96015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 960, '2021-12-05 00:00:00', 0.133972999575976, 0.366730769230769, 0.154769391726481, 0.520730769230768, 0.225229472726407, 0.800653846153847, 1.15049817236508, 2.36126923076923, 1.53239129618234, 3.96826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 975, '2021-12-05 00:00:00', 0.145729470120283, 0.422038461538461, 0.199212098026198, 0.635500000000001, 0.25904220030424, 0.866692307692308, 1.1505889274628, 2.405, 1.52671190975397, 3.96915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 990, '2021-12-05 00:00:00', 0.170996270764553, 0.55373076923077, 0.183393716862424, 0.677153846153846, 0.242993865069756, 0.860538461538461, 1.13925449105308, 2.41234615384615, 1.5230683160596, 3.97415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1005, '2021-12-05 00:00:00', 0.134926441498265, 0.48676923076923, 0.195100072940887, 0.650961538461538, 0.19529193925624, 0.782307692307692, 1.11803052455921, 2.41557692307692, 1.53192026504696, 3.94746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1020, '2021-12-05 00:00:00', 0.143225674535517, 0.471076923076922, 0.182055600129362, 0.585807692307692, 0.861194727376763, 0.883038461538461, 1.11343325177302, 2.38661538461538, 1.53585191794201, 3.92592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1035, '2021-12-05 00:00:00', 0.142744510873853, 0.433346153846153, 0.17751441111596, 0.553384615384617, 0.861815521933872, 0.912076923076924, 1.09997276399848, 2.37980769230769, 1.544843350784, 3.91453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1050, '2021-12-05 00:00:00', 0.127457311103941, 0.394384615384616, 0.891219738077238, 0.662692307692307, 0.903033734781733, 0.962615384615384, 1.11576070015035, 2.3315, 1.54283119820473, 3.88988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1065, '2021-12-05 00:00:00', 0.90499557924972, 0.549961538461537, 0.89089776068862, 0.6955, 1.23587751758074, 1.82503846153846, 1.1283081139476, 2.283, 1.54500202090981, 3.86873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1080, '2021-12-05 00:00:00', 0.342492081884892, 0.456884615384618, 0.443311491461184, 0.680961538461539, 1.08831057855036, 1.74334615384615, 1.00742088752189, 2.13926923076923, 1.4779096448909, 3.79603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 4, 1095, '2021-12-05 00:00:00', 0.344484533536928, 0.493923076923077, 1.07912448558293, 1.55284615384615, 1.0643555392096, 1.71192307692308, 0.995460827958588, 2.0685, 1.45873195091332, 3.76523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 600, '2021-12-05 00:00:00', 0.485394748157068, 0.973307692307691, 0.588963262534588, 1.12273076923077, 0.650968482044548, 1.30526923076923, 0.650538607616796, 1.699, 1.34024967880558, 3.65819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 615, '2021-12-05 00:00:00', 0.254785704827834, 0.628653846153848, 0.310494892810717, 0.818038461538462, 0.329949126614764, 0.975115384615386, 0.474037642127549, 1.41238461538462, 1.32505178766718, 3.448 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 630, '2021-12-05 00:00:00', 0.210290231676276, 0.592692307692308, 0.265240071227211, 0.702846153846153, 0.304035888569854, 0.854307692307692, 0.445935450658328, 1.29488461538461, 1.33947801084544, 3.42930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 645, '2021-12-05 00:00:00', 0.177302470805815, 0.478615384615386, 0.174400529286423, 0.597769230769231, 0.276759545732113, 0.784615384615385, 0.349008540781544, 1.19680769230769, 1.35728496866128, 3.37861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 660, '2021-12-05 00:00:00', 0.140971486478648, 0.456, 0.189680155890016, 0.581807692307692, 0.283584530878968, 0.765884615384616, 0.362260163630845, 1.17788461538462, 1.35807966062944, 3.38626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 675, '2021-12-05 00:00:00', 0.117101586404547, 0.418307692307691, 0.233734076380701, 0.548461538461537, 0.33789238159281, 0.793692307692309, 0.344754523593908, 1.14319230769231, 1.34843857280018, 3.38223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 690, '2021-12-05 00:00:00', 0.171250154407567, 0.416846153846154, 0.183730961337074, 0.542115384615386, 0.289162621267792, 0.758692307692308, 0.311402732066472, 1.14069230769231, 1.33304048123656, 3.39973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 705, '2021-12-05 00:00:00', 0.119555284926456, 0.399884615384618, 0.2127220251878, 0.5855, 0.282258288697535, 0.757692307692309, 0.318354393718699, 1.158, 1.33068269118351, 3.51223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 720, '2021-12-05 00:00:00', 0.197851307804621, 0.448500000000001, 0.245101438968877, 0.555653846153847, 0.288685263805518, 0.771692307692308, 0.344962151770086, 1.15661538461538, 1.34617380978604, 3.53438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 735, '2021-12-05 00:00:00', 0.154761797114643, 0.427576923076923, 0.19762172490353, 0.574884615384617, 0.237489591674764, 0.705115384615385, 0.375444032498138, 1.11369230769231, 1.33218346391871, 3.51969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 750, '2021-12-05 00:00:00', 0.138022963529764, 0.414461538461539, 0.182354451971557, 0.535884615384614, 0.176663526338805, 0.619807692307692, 0.3807630739207, 1.09796153846154, 1.31034826609629, 3.49146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 765, '2021-12-05 00:00:00', 0.160479900490806, 0.402038461538461, 0.161999377966519, 0.477038461538462, 0.155099451965507, 0.571, 0.392192097751169, 1.16819230769231, 1.31147622987932, 3.49069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 780, '2021-12-05 00:00:00', 0.135536251182536, 0.366346153846152, 0.148065209127079, 0.462115384615386, 0.154998243166222, 0.559846153846152, 0.408399487681439, 1.25669230769231, 1.29910323862863, 3.50376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 795, '2021-12-05 00:00:00', 0.11172548776078, 0.36376923076923, 0.141297351491318, 0.450692307692304, 0.220434131100077, 0.563615384615383, 0.431339454044475, 1.29573076923077, 1.29581631236245, 3.50834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 810, '2021-12-05 00:00:00', 0.12839765753914, 0.36303846153846, 0.15585514477824, 0.447884615384614, 0.246189507993647, 0.542076923076922, 0.458029130749764, 1.33573076923077, 1.2851938860014, 3.52673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 825, '2021-12-05 00:00:00', 0.0941090120756038, 0.330115384615383, 0.154810832457404, 0.410076923076922, 0.206274995688171, 0.51957692307692, 0.441623891494179, 1.33169230769231, 1.26750974992457, 3.53361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 840, '2021-12-05 00:00:00', 0.094679256114852, 0.311192307692307, 0.126053614966625, 0.374076923076921, 0.162585858974457, 0.520807692307691, 0.445445602307831, 1.32223076923077, 1.26300741699509, 3.53515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 855, '2021-12-05 00:00:00', 0.0971507393376183, 0.305115384615383, 0.12561952322543, 0.401230769230767, 0.183211643063004, 0.537884615384613, 0.422477571548524, 1.32453846153846, 1.26256666297726, 3.53546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 870, '2021-12-05 00:00:00', 0.114467657508069, 0.33926923076923, 0.135105861627665, 0.412923076923075, 0.234913460334128, 0.574423076923075, 0.442913127443225, 1.35496153846154, 1.26565780586163, 3.54080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 885, '2021-12-05 00:00:00', 0.0792789136772572, 0.292884615384616, 0.112606414628053, 0.399269230769231, 0.201296811087128, 0.576615384615385, 0.621858588921456, 1.71223076923077, 1.31282692748834, 3.51730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 900, '2021-12-05 00:00:00', 0.0971205753372889, 0.324615384615384, 0.186957950846215, 0.463653846153844, 0.260269103340843, 0.645615384615383, 0.634246767069775, 1.76880769230769, 1.32114494458988, 3.52273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 915, '2021-12-05 00:00:00', 0.184550385031798, 0.365730769230768, 0.216611911029842, 0.467999999999999, 0.288507917502342, 0.65253846153846, 0.616340819801712, 1.79238461538462, 1.32845454512435, 3.51503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 930, '2021-12-05 00:00:00', 0.143138512798457, 0.376923076923076, 0.22484501670809, 0.503192307692308, 0.261039295597719, 0.678923076923075, 0.657329337898087, 1.77246153846154, 1.37860978358077, 3.50015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 945, '2021-12-05 00:00:00', 0.160397947425961, 0.362307692307692, 0.191115530906952, 0.476884615384613, 0.234634170244136, 0.749923076923077, 0.680148214616604, 1.74907692307692, 1.40046097960087, 3.49834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 960, '2021-12-05 00:00:00', 0.11794981983878, 0.351999999999998, 0.213363081659842, 0.505730769230767, 0.268093499763393, 0.847730769230768, 0.651326565852043, 1.76415384615385, 1.36635086832944, 3.52215384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 975, '2021-12-05 00:00:00', 0.157725569850342, 0.417653846153845, 0.213035313071296, 0.610730769230769, 0.263740808078981, 0.864423076923077, 0.618972582964333, 1.77853846153846, 1.35446475832281, 3.51030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 990, '2021-12-05 00:00:00', 0.195488783860826, 0.505230769230768, 0.24359191599571, 0.68830769230769, 0.290921318995623, 0.854576923076922, 0.623984787783016, 1.75284615384615, 1.34037287865957, 3.51142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1005, '2021-12-05 00:00:00', 0.147421034925351, 0.506807692307692, 0.164477653380448, 0.619538461538462, 0.227466842892286, 0.74073076923077, 0.632929511204719, 1.71738461538462, 1.33169747546275, 3.50561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1020, '2021-12-05 00:00:00', 0.132937972812078, 0.419769230769231, 0.182652035723246, 0.538384615384615, 0.190002222659064, 0.666269230769231, 0.631836040075636, 1.67369230769231, 1.3656062778685, 3.50288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1035, '2021-12-05 00:00:00', 0.120490638002104, 0.379076923076923, 0.120980081005098, 0.4745, 0.194754444997163, 0.610576923076923, 0.633283613702909, 1.68315384615384, 1.3837862329354, 3.48753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1050, '2021-12-05 00:00:00', 0.106948276499222, 0.378576923076923, 0.155616832192209, 0.471961538461538, 0.236300034180797, 0.628884615384613, 0.647244193603808, 1.68738461538462, 1.39505209001175, 3.48442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1065, '2021-12-05 00:00:00', 0.108233707247862, 0.372846153846154, 0.148188388416696, 0.480961538461538, 0.636018746700005, 1.21561538461538, 0.645709265369961, 1.66984615384615, 1.39087006582211, 3.4975 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1080, '2021-12-05 00:00:00', 0.112022834210777, 0.379346153846152, 0.165371176913773, 0.498115384615383, 0.635527352192348, 1.28015384615385, 0.656454782554336, 1.66780769230769, 1.39175813769712, 3.49892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 5, 1095, '2021-12-05 00:00:00', 0.12663554610954, 0.381192307692305, 0.647404645785474, 1.14884615384615, 0.652221001949964, 1.34165384615384, 0.658681909924311, 1.67653846153846, 1.37000916560662, 3.52892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:50:54 Duration: 3s985ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 600, '2021-12-05 00:00:00', 0.222559036247429, 0.454730769230768, 0.245340366398634, 0.620846153846154, 0.362898765286071, 0.806076923076923, 0.484067765440401, 1.19119230769231, 1.00970773227473, 2.73376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 615, '2021-12-05 00:00:00', 0.207956789150645, 0.375115384615385, 0.306748408559598, 0.586884615384616, 0.347513163004708, 0.730961538461539, 0.470358423071009, 1.11461538461538, 1.03945769292676, 2.69915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 630, '2021-12-05 00:00:00', 0.199577353424681, 0.304000000000001, 0.210617294198233, 0.423269230769231, 0.280200074122871, 0.652807692307693, 0.3504178165474, 0.990384615384615, 1.04668927796906, 2.68026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 645, '2021-12-05 00:00:00', 0.138519001751218, 0.242923076923078, 0.132046338020467, 0.400346153846154, 0.225006519563665, 0.587576923076925, 0.276277730943675, 0.929230769230769, 1.05550635314927, 2.66269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 660, '2021-12-05 00:00:00', 0.13894341958565, 0.250923076923075, 0.191092844933074, 0.408346153846152, 0.213314145371059, 0.53773076923077, 0.267395449014838, 0.906615384615383, 1.05166809622399, 2.67223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 675, '2021-12-05 00:00:00', 0.133114785631976, 0.251115384615384, 0.164322015005247, 0.395730769230769, 0.185177872909765, 0.49773076923077, 0.297353299318143, 0.880230769230769, 1.04501662261347, 2.66869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 690, '2021-12-05 00:00:00', 0.112598162302261, 0.264115384615385, 0.115169894570521, 0.335769230769231, 0.147853732295964, 0.448615384615384, 0.285615728935549, 0.864230769230769, 1.04538006412096, 2.67603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 705, '2021-12-05 00:00:00', 0.0825512894182482, 0.196346153846154, 0.0934090178483029, 0.316269230769231, 0.120153549196913, 0.404346153846154, 0.265185267603324, 0.846115384615384, 1.06502279137765, 2.89788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 720, '2021-12-05 00:00:00', 0.0977597132691248, 0.238807692307692, 0.104448618210839, 0.297076923076921, 0.178614569997481, 0.450269230769228, 0.266990383001683, 0.844230769230768, 1.06748085048578, 2.95638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 735, '2021-12-05 00:00:00', 0.08373934834675, 0.200038461538461, 0.111760465006465, 0.281192307692307, 0.182642639726199, 0.471423076923076, 0.267383032658855, 0.823615384615384, 1.06851676348392, 2.97907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 750, '2021-12-05 00:00:00', 0.100552481513197, 0.190192307692307, 0.132006340174076, 0.313076923076922, 0.149476604806958, 0.458846153846151, 0.402643694369334, 0.874769230769229, 1.07606780455508, 2.998 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 765, '2021-12-05 00:00:00', 0.0929482651801517, 0.2105, 0.122466730175994, 0.3155, 0.137379832805031, 0.420461538461537, 0.462676948271187, 0.886038461538461, 1.08088867426477, 3.00038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 780, '2021-12-05 00:00:00', 0.105260036978025, 0.208653846153847, 0.132647647779895, 0.28403846153846, 0.212103356517886, 0.430076923076923, 0.473119462877873, 0.888884615384615, 1.08112256759067, 3.00538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 795, '2021-12-05 00:00:00', 0.101749503873294, 0.192807692307688, 0.116865109618541, 0.287423076923075, 0.251661983315227, 0.446923076923073, 0.479468733239037, 0.909884615384615, 1.10469123566445, 3.02538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 810, '2021-12-05 00:00:00', 0.0934979144152427, 0.182500000000001, 0.193007755922279, 0.287076923076924, 0.208279989067971, 0.422923076923078, 0.486664567786131, 0.897192307692309, 1.1067108662783, 3.02230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 825, '2021-12-05 00:00:00', 0.170404441978939, 0.196923076923077, 0.174373551276034, 0.291846153846153, 0.209445950435538, 0.433615384615384, 0.501561383619655, 0.902692307692309, 1.10481582453993, 3.02861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 840, '2021-12-05 00:00:00', 0.105821097213102, 0.196230769230768, 0.146446445974156, 0.303807692307693, 0.189046465594695, 0.423615384615384, 0.502572814471848, 0.883923076923078, 1.09868659561524, 3.02734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 855, '2021-12-05 00:00:00', 0.105363758183076, 0.187192307692308, 0.140681358450167, 0.274730769230769, 0.18119124193472, 0.388115384615385, 0.497894040318436, 0.841653846153847, 1.09766537776249, 3.02080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 870, '2021-12-05 00:00:00', 0.0722404638369976, 0.149269230769232, 0.0922679459300672, 0.239576923076924, 0.176951588338122, 0.35723076923077, 0.495593016962042, 0.841038461538462, 1.0976991685409, 3.02076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 885, '2021-12-05 00:00:00', 0.0820630151867347, 0.172538461538461, 0.123887989111753, 0.257923076923078, 0.150155739663345, 0.358115384615385, 0.618534958902581, 1.16115384615385, 1.0976991685409, 3.02076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 900, '2021-12-05 00:00:00', 0.118007718130898, 0.193692307692309, 0.141776861516746, 0.263038461538463, 0.134126352599102, 0.357038461538462, 0.613242039052721, 1.19296153846154, 1.09896890975832, 3.02023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 915, '2021-12-05 00:00:00', 0.0748848141121781, 0.168153846153846, 0.075658666695587, 0.243076923076923, 0.175294569664454, 0.390115384615382, 0.620797601105596, 1.23230769230769, 1.09979198872402, 3.02246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 930, '2021-12-05 00:00:00', 0.0741995645850799, 0.173846153846155, 0.112245150657627, 0.254423076923077, 0.419639061025617, 0.454692307692307, 0.634931871572425, 1.23519230769231, 1.09979242586954, 3.0215 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 945, '2021-12-05 00:00:00', 0.0870793802317057, 0.172461538461538, 0.156699693190999, 0.273076923076922, 0.455013144357897, 0.478807692307692, 0.648033997208836, 1.24469230769231, 1.08549394357521, 3.00830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 960, '2021-12-05 00:00:00', 0.124287390288055, 0.181653846153846, 0.377058634493568, 0.328576923076923, 0.430372298579516, 0.498653846153848, 0.646259548954895, 1.27926923076923, 1.06660179001422, 2.99753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 975, '2021-12-05 00:00:00', 0.277335287221915, 0.23830769230769, 0.335441825748576, 0.369538461538462, 0.33182211406809, 0.531653846153848, 0.569636792513102, 1.27134615384615, 1.01312930073116, 2.9725 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 990, '2021-12-05 00:00:00', 0.148346911507608, 0.258384615384615, 0.159614617607055, 0.355115384615386, 0.206701345312134, 0.491384615384617, 0.458812670001434, 1.24788461538461, 0.946834740677509, 2.93288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1005, '2021-12-05 00:00:00', 0.103642967032909, 0.224230769230771, 0.160367903943978, 0.361769230769233, 0.236935590079149, 0.493076923076924, 0.435410639070045, 1.22923076923077, 0.938984355567226, 2.9435 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1020, '2021-12-05 00:00:00', 0.135081109537368, 0.258884615384615, 0.167755463054458, 0.344846153846154, 0.19909883513935, 0.456115384615383, 0.424165033194174, 1.22884615384615, 0.933788252228522, 2.9335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1035, '2021-12-05 00:00:00', 0.0897734927470247, 0.207, 0.145862680417102, 0.298807692307691, 0.152096270120656, 0.362346153846152, 0.422310124835365, 1.20580769230769, 0.926346673767439, 2.911 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1050, '2021-12-05 00:00:00', 0.134749910803452, 0.212461538461539, 0.116214635646555, 0.263807692307691, 0.163613978150258, 0.360576923076922, 0.40123636617144, 1.17369230769231, 0.921835774628331, 2.90365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1065, '2021-12-05 00:00:00', 0.0840835573425896, 0.172730769230767, 0.117222523432998, 0.249, 0.348904306916116, 0.814153846153846, 0.420037514808086, 1.16307692307692, 0.926617557820667, 2.90246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1080, '2021-12-05 00:00:00', 0.110041838197324, 0.198615384615386, 0.128194611671234, 0.264461538461539, 0.320420716222618, 0.873346153846153, 0.422575932184429, 1.15646153846154, 0.924758573067337, 2.91353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 1, 1095, '2021-12-05 00:00:00', 0.0854993297319645, 0.177153846153846, 0.323008999636471, 0.778576923076922, 0.30086864243387, 0.916499999999999, 0.4082712993172, 1.13642307692307, 0.928271866675672, 2.91453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 600, '2021-12-05 00:00:00', 0.209581106018649, 0.570999999999999, 0.213891608063522, 0.669499999999999, 0.261031527715597, 0.77653846153846, 0.387074049763093, 1.059, 0.932790322716656, 2.88488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 615, '2021-12-05 00:00:00', 0.135286709791294, 0.400423076923076, 0.196216807090056, 0.538653846153844, 0.23370473152776, 0.664307692307691, 0.35436769257152, 0.948692307692307, 0.915398173138123, 2.83984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 630, '2021-12-05 00:00:00', 0.15306692854887, 0.349730769230767, 0.134669744189258, 0.420499999999998, 0.20839913258346, 0.592961538461535, 0.283631074027243, 0.872115384615383, 0.913390690693829, 2.81507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 645, '2021-12-05 00:00:00', 0.115225885179436, 0.29426923076923, 0.155360469182528, 0.439346153846152, 0.189894351193986, 0.599230769230766, 0.254360776487619, 0.85726923076923, 0.930966736578372, 2.80176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 660, '2021-12-05 00:00:00', 0.126475902234984, 0.327923076923076, 0.144644545750554, 0.452730769230766, 0.211343686553807, 0.586076923076921, 0.280906863842531, 0.836884615384614, 0.930966736578372, 2.80176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 675, '2021-12-05 00:00:00', 0.0930806846029492, 0.287423076923075, 0.133206583343896, 0.381076923076921, 0.182949560093653, 0.494307692307691, 0.255580160539779, 0.795538461538461, 0.939724781313861, 2.78976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 690, '2021-12-05 00:00:00', 0.114323993040024, 0.252846153846152, 0.150542797390488, 0.354576923076922, 0.163757630474007, 0.448192307692307, 0.254284168719838, 0.772038461538461, 0.932794732964414, 2.77757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 705, '2021-12-05 00:00:00', 0.0955982297872809, 0.231692307692308, 0.132577971252914, 0.308961538461538, 0.148476576759279, 0.435576923076922, 0.241135483781341, 0.76480769230769, 1.31034432644483, 3.12842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 720, '2021-12-05 00:00:00', 0.0934628515260735, 0.216769230769229, 0.120228097317622, 0.311653846153845, 0.14026629618748, 0.424923076923077, 0.262856661729134, 0.788230769230767, 1.42727520067489, 3.17546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 735, '2021-12-05 00:00:00', 0.0819178951051688, 0.229307692307692, 0.0925231613414452, 0.331846153846153, 0.150700028074113, 0.44353846153846, 0.255627108229035, 0.787461538461537, 1.42262282638577, 3.20111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 750, '2021-12-05 00:00:00', 0.0927100774540631, 0.229961538461538, 0.126783892449378, 0.320653846153846, 0.142437964904565, 0.423423076923076, 0.308577961723676, 0.794961538461537, 1.44218450329299, 3.20530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 765, '2021-12-05 00:00:00', 0.0950458027236598, 0.21923076923077, 0.106489840613299, 0.314615384615384, 0.121753951128429, 0.415230769230768, 0.302258160162162, 0.784346153846154, 1.44673575546948, 3.19988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 780, '2021-12-05 00:00:00', 0.082234261996771, 0.217923076923076, 0.0812695514937787, 0.269499999999999, 0.147307632054616, 0.386461538461539, 0.302338264455304, 0.784884615384615, 1.44673575546948, 3.19988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 795, '2021-12-05 00:00:00', 0.0676174874968349, 0.181269230769229, 0.123870956427055, 0.287423076923075, 0.179127165830482, 0.388692307692306, 0.296194229414519, 0.829692307692307, 1.51278440784382, 3.23776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 810, '2021-12-05 00:00:00', 0.0833072256539229, 0.222423076923076, 0.110816577487999, 0.286923076923076, 0.146345323964089, 0.380076923076923, 0.306933708703461, 0.840692307692307, 1.54381425746055, 3.24930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 825, '2021-12-05 00:00:00', 0.0714076918933687, 0.170538461538463, 0.107515608884692, 0.242384615384616, 0.133736388236192, 0.342307692307694, 0.294780429368135, 0.832692307692307, 1.54433326066623, 3.2435 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 840, '2021-12-05 00:00:00', 0.0652372239186747, 0.177846153846155, 0.111716433609659, 0.265807692307693, 0.131056987017685, 0.376576923076923, 0.308789938556693, 0.845115384615383, 1.54439955770719, 3.24107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 855, '2021-12-05 00:00:00', 0.0994711322638194, 0.188115384615384, 0.109345577800912, 0.238153846153847, 0.164671477143482, 0.374153846153847, 0.310507259917603, 0.853038461538462, 1.54411802856966, 3.23761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 870, '2021-12-05 00:00:00', 0.0724736238492744, 0.156884615384616, 0.102372652598242, 0.257999999999999, 0.1703632002517, 0.394500000000001, 0.314888847299877, 0.862884615384617, 1.54487830538898, 3.24146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 885, '2021-12-05 00:00:00', 0.0559164899305545, 0.181576923076923, 0.105413121355203, 0.249615384615385, 0.147835714431724, 0.400038461538461, 0.650979958335004, 1.41588461538462, 1.53961666607683, 3.24603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 900, '2021-12-05 00:00:00', 0.0801571917211133, 0.179153846153848, 0.133826621474896, 0.273269230769233, 0.16820063568891, 0.404423076923077, 0.69826339310739, 1.51861538461539, 1.53783660430439, 3.24530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 915, '2021-12-05 00:00:00', 0.115008608373463, 0.2035, 0.129606154887086, 0.295346153846153, 0.152972461071114, 0.386423076923077, 0.731523741662144, 1.58176923076923, 1.52806134844625, 3.26273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 930, '2021-12-05 00:00:00', 0.0792219957801144, 0.21226923076923, 0.109353857516987, 0.286884615384616, 0.181567160704114, 0.381076923076923, 0.777434317779668, 1.62396153846154, 1.52934363045066, 3.2575 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 945, '2021-12-05 00:00:00', 0.0579626935722782, 0.186923076923078, 0.0616601604329359, 0.235153846153847, 0.150394619380022, 0.421692307692308, 0.841404358109793, 1.64357692307692, 1.53348607227002, 3.24642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 960, '2021-12-05 00:00:00', 0.042360667533056, 0.163884615384615, 0.114239074549147, 0.255384615384614, 0.211288417535404, 0.482346153846153, 0.857083265858916, 1.65926923076923, 1.54079310047181, 3.24346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 975, '2021-12-05 00:00:00', 0.0972437065394892, 0.195461538461538, 0.147003150149398, 0.362384615384616, 0.268239597260473, 0.562192307692308, 0.845305174751425, 1.68896153846154, 1.54444571884593, 3.24446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 990, '2021-12-05 00:00:00', 0.145827152689541, 0.324038461538462, 0.206513389396426, 0.4305, 0.295946141149935, 0.596038461538462, 0.835961170426915, 1.69796153846154, 1.575130859521, 3.25276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1005, '2021-12-05 00:00:00', 0.0986369333230947, 0.260730769230769, 0.146391871359033, 0.3825, 0.210846385934258, 0.512961538461538, 0.814518984054156, 1.65715384615385, 1.55307568986883, 3.24146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1020, '2021-12-05 00:00:00', 0.105183385643287, 0.271769230769231, 0.163948045241355, 0.367807692307692, 0.188605245053096, 0.466461538461537, 0.809757627555687, 1.66015384615385, 1.52707223948816, 3.23776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1035, '2021-12-05 00:00:00', 0.149650654731406, 0.261961538461538, 0.146308593785139, 0.319730769230769, 0.159302054648973, 0.413230769230769, 0.810016768107541, 1.62473076923077, 1.51688549387831, 3.23880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1050, '2021-12-05 00:00:00', 0.0859394867602506, 0.203346153846151, 0.14224417251819, 0.307269230769228, 0.143332834823222, 0.393307692307692, 0.805696010625882, 1.60830769230769, 1.503542755781, 3.23846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1065, '2021-12-05 00:00:00', 0.129024511684349, 0.247730769230768, 0.128565242342015, 0.310307692307692, 0.585604593561217, 1.0615, 0.797717231566713, 1.59369230769231, 1.4856002014208, 3.24996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1080, '2021-12-05 00:00:00', 0.134323770735546, 0.210346153846154, 0.1475957316456, 0.2795, 0.629561826865442, 1.14757692307692, 0.772169101647081, 1.58019230769231, 1.48288265005905, 3.23507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 2, 1095, '2021-12-05 00:00:00', 0.122781939288256, 0.203730769230769, 0.550712606887306, 0.995846153846154, 0.658033491081278, 1.20965384615385, 0.74513271197924, 1.56903846153846, 1.49223204681392, 3.23180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 600, '2021-12-05 00:00:00', 0.189364248108081, 0.57246153846154, 0.276403295093351, 0.733307692307692, 0.394151780604688, 0.916115384615386, 0.528310009515102, 1.33988461538462, 1.51893190813099, 3.14169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 615, '2021-12-05 00:00:00', 0.189905871420554, 0.461, 0.293268519646048, 0.63176923076923, 0.365874221767326, 0.786115384615385, 0.480304755818158, 1.23146153846154, 1.53019369563263, 3.11511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 630, '2021-12-05 00:00:00', 0.177266630987161, 0.373461538461537, 0.24895052644127, 0.51173076923077, 0.289609469139711, 0.687269230769231, 0.457777703862745, 1.15611538461539, 1.5208330131366, 3.10342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 645, '2021-12-05 00:00:00', 0.148376568749403, 0.346384615384614, 0.197552660944249, 0.496576923076923, 0.308606478320754, 0.67403846153846, 0.411286097316885, 1.08557692307692, 1.53837272916746, 3.06957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 660, '2021-12-05 00:00:00', 0.122598105142843, 0.334846153846155, 0.153936135608747, 0.431423076923078, 0.264546942177348, 0.62973076923077, 0.406208146719805, 1.02446153846154, 1.56225961843242, 3.04034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 675, '2021-12-05 00:00:00', 0.0993237441594207, 0.286384615384616, 0.184214891238049, 0.422384615384615, 0.244453214022959, 0.580576923076923, 0.402049227755087, 0.978307692307694, 1.56056266972969, 3.02038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 690, '2021-12-05 00:00:00', 0.120613285401668, 0.29626923076923, 0.159503923269808, 0.407307692307692, 0.230694256538821, 0.599999999999999, 0.401777805030821, 0.93473076923077, 1.56639758633035, 3.00996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 705, '2021-12-05 00:00:00', 0.127135760266187, 0.276692307692308, 0.174418823966469, 0.374384615384614, 0.207516394162374, 0.553423076923077, 0.354432159072249, 0.874653846153848, 1.5805481269289, 3.07669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 720, '2021-12-05 00:00:00', 0.100999809596167, 0.253192307692305, 0.183074180005306, 0.394346153846153, 0.217823358216274, 0.542153846153847, 0.352112936428074, 0.858000000000001, 1.56578832688693, 3.14726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 735, '2021-12-05 00:00:00', 0.129347456934353, 0.268730769230771, 0.163764483798676, 0.372615384615386, 0.217958715215661, 0.503807692307694, 0.314633129460086, 0.807384615384617, 1.54763557079824, 3.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 750, '2021-12-05 00:00:00', 0.086224617223763, 0.234730769230768, 0.119166205844547, 0.341769230769232, 0.158506258066216, 0.472923076923078, 0.286994644817368, 0.765384615384616, 1.54519968936057, 3.193 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 765, '2021-12-05 00:00:00', 0.0818102965120213, 0.238730769230771, 0.129482763925732, 0.328115384615385, 0.148260602163375, 0.425384615384616, 0.337981446919115, 0.81253846153846, 1.55226381827912, 3.21080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 780, '2021-12-05 00:00:00', 0.0878929156154489, 0.209730769230768, 0.109652913953353, 0.303192307692308, 0.143575340715384, 0.407038461538461, 0.320201477438575, 0.808884615384615, 1.54157290303917, 3.24115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 795, '2021-12-05 00:00:00', 0.0797101286875427, 0.196769230769232, 0.0964086813837536, 0.268923076923077, 0.117133401923424, 0.381076923076923, 0.30654150427985, 0.811576923076923, 1.52570401000779, 3.25238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 810, '2021-12-05 00:00:00', 0.0643758793815974, 0.188576923076923, 0.0934325342776202, 0.283038461538461, 0.112003818616222, 0.379846153846154, 0.307046568755645, 0.823346153846154, 1.53049054177461, 3.25053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 825, '2021-12-05 00:00:00', 0.0777160215142284, 0.204499999999998, 0.0786348131946266, 0.272923076923074, 0.114247558465748, 0.364230769230766, 0.320109358717394, 0.817192307692308, 1.52972327764006, 3.24588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 840, '2021-12-05 00:00:00', 0.0635809840947865, 0.200692307692307, 0.0955197281274329, 0.264538461538462, 0.129333778085407, 0.362884615384617, 0.326634013019983, 0.821461538461538, 1.53125941177641, 3.24311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 855, '2021-12-05 00:00:00', 0.0612466011615854, 0.184115384615384, 0.0813929972417772, 0.255499999999998, 0.13547775292815, 0.36169230769231, 0.330771675840695, 0.833307692307692, 1.52278491081813, 3.23473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 870, '2021-12-05 00:00:00', 0.0630364485528331, 0.186076923076923, 0.0902313351677421, 0.267423076923078, 0.202982594934034, 0.387576923076926, 0.331828241020052, 0.839307692307692, 1.51979217860662, 3.23788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 885, '2021-12-05 00:00:00', 0.0719691921268001, 0.198269230769231, 0.114480068806084, 0.276615384615387, 0.206181536888845, 0.403884615384616, 0.548915547658779, 1.30696153846154, 1.50129295660056, 3.24930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 900, '2021-12-05 00:00:00', 0.0963391205785366, 0.188884615384615, 0.149895496930363, 0.282500000000001, 0.188895807666148, 0.406884615384616, 0.548583361591822, 1.37923076923077, 1.49736924432357, 3.23757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 915, '2021-12-05 00:00:00', 0.109391857382252, 0.211538461538464, 0.147681158633676, 0.290269230769232, 0.182446873194534, 0.396307692307693, 0.596517716546497, 1.43911538461539, 1.49880859197718, 3.22665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 930, '2021-12-05 00:00:00', 0.0810011965723587, 0.198076923076923, 0.124058999611536, 0.295346153846156, 0.179030792366522, 0.395769230769229, 0.611137070109102, 1.48103846153846, 1.50411568090305, 3.21769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 945, '2021-12-05 00:00:00', 0.091906884315678, 0.193346153846157, 0.138919522912204, 0.270923076923078, 0.199065354556277, 0.478846153846152, 0.613140290133192, 1.48115384615384, 1.50550940880487, 3.2135 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 960, '2021-12-05 00:00:00', 0.0922444328109601, 0.202346153846152, 0.122050884722474, 0.28753846153846, 0.148162613367883, 0.500999999999998, 0.618857588936756, 1.48865384615384, 1.51248431244248, 3.20734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 975, '2021-12-05 00:00:00', 0.0773188105284781, 0.221961538461536, 0.12119342454872, 0.398615384615382, 0.130847868211081, 0.525269230769229, 0.614275799996661, 1.50796153846154, 1.50238407667485, 3.23392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 990, '2021-12-05 00:00:00', 0.0819321764538314, 0.309192307692305, 0.0949561923285592, 0.410961538461535, 0.145202691223205, 0.539692307692305, 0.609172984147676, 1.52326923076923, 1.50612312296786, 3.23730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1005, '2021-12-05 00:00:00', 0.106500162513418, 0.279269230769229, 0.134707066801091, 0.404076923076921, 0.172758920508854, 0.49973076923077, 0.610405833473485, 1.54019230769231, 1.51152522307767, 3.2375 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1020, '2021-12-05 00:00:00', 0.129311692611897, 0.304923076923077, 0.160367122086024, 0.382423076923076, 0.172868046609145, 0.465807692307692, 0.59814198468771, 1.55092307692308, 1.5246280863012, 3.25119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1035, '2021-12-05 00:00:00', 0.0950841651461411, 0.269961538461539, 0.103877649924544, 0.333384615384617, 0.146662270330379, 0.461307692307693, 0.58911741157038, 1.56226923076923, 1.52403300438722, 3.24403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1050, '2021-12-05 00:00:00', 0.0845864146211514, 0.229692307692308, 0.111845587238009, 0.313653846153845, 0.174210663808549, 0.453653846153848, 0.584606829087195, 1.55023076923077, 1.50908256847051, 3.23203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1065, '2021-12-05 00:00:00', 0.0950560967979514, 0.22830769230769, 0.12978204213811, 0.320461538461539, 0.498073432954805, 1.07076923076923, 0.578704340614578, 1.55492307692308, 1.50972127279788, 3.23519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1080, '2021-12-05 00:00:00', 0.102321935387962, 0.219538461538461, 0.127951391010565, 0.316961538461541, 0.502100394496804, 1.16538461538462, 0.565684527466841, 1.55723076923077, 1.51022184412143, 3.23153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 3, 1095, '2021-12-05 00:00:00', 0.0775018411691972, 0.205846153846156, 0.459984287357063, 1.00523076923077, 0.552648537638387, 1.20938461538462, 0.542582689905064, 1.53015384615385, 1.49553344277603, 3.23196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 600, '2021-12-05 00:00:00', 0.209469223000934, 0.659346153846153, 0.24858741845754, 0.83223076923077, 0.35553736577403, 0.983461538461536, 0.416716394981231, 1.31107692307692, 1.46334117216521, 3.16088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 615, '2021-12-05 00:00:00', 0.141742323086105, 0.429615384615387, 0.21984338831226, 0.588346153846154, 0.249015492258242, 0.715653846153844, 0.413859775583654, 1.15592307692307, 1.48914026667945, 3.13057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 630, '2021-12-05 00:00:00', 0.174835452310496, 0.394346153846152, 0.209718331248221, 0.496461538461533, 0.218187851315187, 0.617538461538458, 0.432509172868489, 1.06023076923077, 1.484863618187, 3.12373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 645, '2021-12-05 00:00:00', 0.167765206808159, 0.346730769230767, 0.178987752051962, 0.445153846153844, 0.247417706598498, 0.612807692307689, 0.459257764056474, 1.03557692307692, 1.49924495458419, 3.12607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 660, '2021-12-05 00:00:00', 0.0908855662569477, 0.273884615384613, 0.135556403248016, 0.365538461538461, 0.200381789438215, 0.549692307692307, 0.416765082325945, 0.955576923076921, 1.52964142052463, 3.07434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 675, '2021-12-05 00:00:00', 0.10331449373338, 0.281730769230768, 0.202936234774904, 0.409346153846152, 0.22130236885659, 0.587538461538461, 0.422127184625675, 0.952, 1.53178873267121, 3.06819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 690, '2021-12-05 00:00:00', 0.133080525073528, 0.278115384615383, 0.127948216688807, 0.390884615384616, 0.199067491454142, 0.562115384615384, 0.397024610746562, 0.910307692307693, 1.53269431595274, 3.06611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 705, '2021-12-05 00:00:00', 0.0834167756601666, 0.239961538461541, 0.187066294295735, 0.380961538461541, 0.222680664768044, 0.519038461538463, 0.368382879832715, 0.865115384615385, 1.50883783550326, 3.13842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 720, '2021-12-05 00:00:00', 0.150339743453082, 0.286961538461538, 0.145098083537149, 0.374423076923076, 0.227205579563123, 0.531846153846154, 0.343283314255372, 0.861076923076923, 1.52067304127532, 3.14953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 735, '2021-12-05 00:00:00', 0.0745756920595037, 0.243423076923077, 0.162079871098742, 0.370269230769231, 0.213371269062961, 0.528538461538464, 0.328755473777185, 0.820807692307693, 1.52744615617049, 3.138 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 750, '2021-12-05 00:00:00', 0.102622991875791, 0.24003846153846, 0.159778832717652, 0.349653846153845, 0.204839899959418, 0.50323076923077, 0.319533149839187, 0.798076923076923, 1.53754004975981, 3.12473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 765, '2021-12-05 00:00:00', 0.103200782644617, 0.243807692307692, 0.124894589400575, 0.35046153846154, 0.208013520270643, 0.47723076923077, 0.306585525776062, 0.803269230769231, 1.5614755196485, 3.11803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 780, '2021-12-05 00:00:00', 0.109199697097354, 0.246423076923077, 0.141012192598862, 0.337038461538463, 0.194172504589248, 0.456192307692308, 0.284267306488911, 0.786307692307691, 1.59756096019478, 3.1176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 795, '2021-12-05 00:00:00', 0.0921812595671404, 0.213230769230769, 0.131464999729381, 0.301384615384615, 0.16329900842885, 0.422384615384614, 0.299870936340182, 0.791461538461536, 1.60215667004966, 3.11065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 810, '2021-12-05 00:00:00', 0.109143554022285, 0.213653846153845, 0.144915338679574, 0.312153846153847, 0.126413028783245, 0.407423076923076, 0.297695714550171, 0.80853846153846, 1.60151900394594, 3.115 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 825, '2021-12-05 00:00:00', 0.0957199119225546, 0.203307692307692, 0.106522139266194, 0.286615384615383, 0.138904377734635, 0.389884615384615, 0.289474008398787, 0.823192307692307, 1.59900819837221, 3.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 840, '2021-12-05 00:00:00', 0.0787512930296769, 0.214384615384614, 0.0921259756236823, 0.289653846153845, 0.151291160959969, 0.387153846153846, 0.29432832791864, 0.835730769230769, 1.59900819837221, 3.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 855, '2021-12-05 00:00:00', 0.0748973554016021, 0.197576923076923, 0.114282194588658, 0.2855, 0.148569222405429, 0.393423076923076, 0.287248367472093, 0.84176923076923, 1.59848293078156, 3.117 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 870, '2021-12-05 00:00:00', 0.0820357520559471, 0.200230769230768, 0.103626318308401, 0.284423076923076, 0.1225539253365, 0.37876923076923, 0.244389238715618, 0.842499999999998, 1.61874120371831, 3.10226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 885, '2021-12-05 00:00:00', 0.0780093189699401, 0.201423076923078, 0.0895529151696623, 0.274730769230769, 0.123882773372498, 0.383692307692308, 1.29544822596422, 1.45411538461538, 1.62401842211984, 3.11934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 900, '2021-12-05 00:00:00', 0.0700531666225454, 0.172615384615384, 0.117383919747916, 0.27476923076923, 0.107315207897828, 0.408923076923077, 1.45207530637519, 1.56984615384615, 1.62401842211984, 3.11934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 915, '2021-12-05 00:00:00', 0.105953574739129, 0.204000000000001, 0.121564493804096, 0.294615384615386, 0.128655921565415, 0.428115384615386, 1.44440224953492, 1.60746153846154, 1.62553808747939, 3.11407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 930, '2021-12-05 00:00:00', 0.0907460446266662, 0.22473076923077, 0.118633320004898, 0.33523076923077, 0.190888432981555, 0.473923076923078, 1.44038281663644, 1.64053846153846, 1.62755557957797, 3.11026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 945, '2021-12-05 00:00:00', 0.105576519825487, 0.223192307692308, 0.138925082190145, 0.305538461538461, 0.218920178639122, 0.50326923076923, 1.43864684125262, 1.63257692307692, 1.63385823554131, 3.10142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 960, '2021-12-05 00:00:00', 0.0889429895192171, 0.189153846153845, 0.168245612584239, 0.325115384615383, 0.18684549355427, 0.506961538461537, 1.42783137606005, 1.62103846153846, 1.63511773464599, 3.09761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 975, '2021-12-05 00:00:00', 0.112010363531511, 0.248807692307692, 0.154348701123339, 0.381807692307691, 0.164404154916615, 0.506615384615384, 1.44365981982758, 1.63965384615385, 1.64007065138623, 3.08869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 990, '2021-12-05 00:00:00', 0.130557437993339, 0.300269230769229, 0.144146725462419, 0.39703846153846, 0.170008416081268, 0.513692307692307, 1.45073416745294, 1.64923076923077, 1.64767057807262, 3.06542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1005, '2021-12-05 00:00:00', 0.108203888740014, 0.291192307692307, 0.134563047848039, 0.377423076923078, 0.148012707354677, 0.51319230769231, 1.45437236158896, 1.64338461538461, 1.65157507852353, 3.058 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1020, '2021-12-05 00:00:00', 0.0933969197317822, 0.26923076923077, 0.127927942458007, 0.376038461538463, 0.135084913466139, 0.508576923076925, 1.4527738772643, 1.64346153846154, 1.64237863900081, 3.06707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1035, '2021-12-05 00:00:00', 0.12033287165193, 0.276000000000001, 0.148366033848722, 0.372, 0.161636025116262, 0.452730769230769, 1.45342457611723, 1.65403846153846, 1.63318425217073, 3.07619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1050, '2021-12-05 00:00:00', 0.0951918306126349, 0.250730769230769, 0.108350151751694, 0.326653846153847, 0.130158270519453, 0.401153846153846, 1.46503425846003, 1.63053846153846, 1.61743562325819, 3.08465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1065, '2021-12-05 00:00:00', 0.0872350758670988, 0.214038461538463, 0.137857295222827, 0.284076923076925, 1.35216808923242, 1.15430769230769, 1.45750003087478, 1.6615, 1.61836660722613, 3.07934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1080, '2021-12-05 00:00:00', 0.0963226069797971, 0.19873076923077, 0.10250466405899, 0.291384615384615, 1.4984590305223, 1.29011538461538, 1.45801712609969, 1.6595, 1.62122619168807, 3.06873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 4, 1095, '2021-12-05 00:00:00', 0.0701525042044373, 0.215423076923076, 1.36326471553231, 1.10373076923077, 1.48834237789769, 1.32207692307692, 1.46139577590951, 1.67857692307692, 1.62870322791336, 3.05273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 600, '2021-12-05 00:00:00', 0.386892640644166, 0.664346153846155, 0.513802837073341, 0.854346153846154, 0.540897897374923, 0.994846153846152, 0.663583826946237, 1.37815384615384, 1.13312605042592, 2.84761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 615, '2021-12-05 00:00:00', 0.398456956463111, 0.545884615384615, 0.453865173134724, 0.652346153846153, 0.534367826357605, 0.792576923076921, 0.646455585957289, 1.27476923076923, 1.16042925015504, 2.78226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 630, '2021-12-05 00:00:00', 0.180617317510297, 0.391153846153846, 0.251443402409736, 0.536230769230769, 0.304513776371448, 0.671999999999998, 0.554455049159497, 1.18480769230769, 1.16514261721969, 2.77003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 645, '2021-12-05 00:00:00', 0.157339378414941, 0.363000000000002, 0.259924876721065, 0.493692307692307, 0.360457231006142, 0.636153846153846, 0.591982047544842, 1.14076923076923, 1.15389685247592, 2.73388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 660, '2021-12-05 00:00:00', 0.194249752004594, 0.332615384615384, 0.236074186514456, 0.452307692307692, 0.385023046263266, 0.625115384615384, 0.691263419677778, 1.14534615384615, 1.14498800867083, 2.7015 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 675, '2021-12-05 00:00:00', 0.14535169020742, 0.303923076923078, 0.288366020082917, 0.437192307692308, 0.433562920639954, 0.620615384615384, 0.730816505434426, 1.15773076923077, 1.1410454855088, 2.693 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 690, '2021-12-05 00:00:00', 0.194838872286425, 0.284115384615385, 0.298394545217206, 0.408230769230768, 0.322874312292664, 0.541692307692306, 0.742014766595755, 1.12892307692307, 1.11444293707664, 2.6555 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 705, '2021-12-05 00:00:00', 0.137493205426528, 0.25830769230769, 0.164558397396931, 0.359115384615383, 0.220551480123382, 0.487346153846152, 0.746093103078656, 1.11103846153846, 1.09024485393808, 2.90980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 720, '2021-12-05 00:00:00', 0.0879960226373898, 0.243499999999998, 0.148459204445581, 0.339846153846152, 0.34620352617855, 0.591192307692306, 0.759579252967365, 1.08619230769231, 1.1300296252073, 2.93792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 735, '2021-12-05 00:00:00', 0.160976080401835, 0.253538461538462, 0.20894768207892, 0.382423076923077, 0.393852280000433, 0.683461538461538, 0.767816660808676, 1.09276923076923, 1.12465116164285, 2.94634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 750, '2021-12-05 00:00:00', 0.138334288535473, 0.277846153846153, 0.278581983513762, 0.464192307692307, 0.3667387269517, 0.647423076923077, 0.752860535659723, 1.09988461538461, 1.09652764390423, 2.95207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 765, '2021-12-05 00:00:00', 0.171861518492247, 0.331692307692306, 0.303926876326933, 0.516115384615382, 0.402232102914952, 0.612230769230768, 0.720241416791299, 1.08446153846154, 1.09227950564933, 2.95303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 780, '2021-12-05 00:00:00', 0.243606227026639, 0.376923076923076, 0.235448772805009, 0.450730769230769, 0.314477256117808, 0.552769230769231, 0.615013710916583, 1.06876923076923, 1.08470886345671, 2.92296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 795, '2021-12-05 00:00:00', 0.124688386973904, 0.252923076923076, 0.213615603722777, 0.352884615384615, 0.283150430255451, 0.455615384615384, 0.515179837159206, 1.02123076923077, 1.07000453198178, 2.89553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 810, '2021-12-05 00:00:00', 0.1504879857203, 0.233076923076924, 0.203147074421842, 0.319576923076923, 0.214087088677626, 0.399192307692307, 0.49073919910525, 1.0001923076923, 1.09580550562308, 2.90588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 825, '2021-12-05 00:00:00', 0.120055506393435, 0.210730769230768, 0.119921057366919, 0.274500000000001, 0.163195663592463, 0.37476923076923, 0.474345080489527, 0.966846153846151, 1.09423460851023, 2.89646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 840, '2021-12-05 00:00:00', 0.0821479434641234, 0.19273076923077, 0.0938717291758371, 0.243692307692308, 0.23106305499715, 0.395153846153845, 0.497202569768716, 0.977346153846152, 1.10457798972486, 2.91115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 855, '2021-12-05 00:00:00', 0.0625002769224651, 0.166269230769231, 0.121982066777805, 0.265769230769231, 0.248882907284655, 0.423307692307692, 0.494785244789635, 0.977961538461537, 1.09645385395198, 2.91157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 870, '2021-12-05 00:00:00', 0.101189418723199, 0.204538461538461, 0.192961044294918, 0.300730769230768, 0.277856412835562, 0.433884615384616, 0.470422958623407, 0.990999999999998, 1.0849500179909, 2.92269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 885, '2021-12-05 00:00:00', 0.137055659664802, 0.210576923076922, 0.159140233272903, 0.294423076923076, 0.288468262485735, 0.458538461538461, 0.702908092252354, 1.36188461538461, 1.15211374705532, 2.88161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 900, '2021-12-05 00:00:00', 0.132618649344074, 0.209884615384615, 0.213475421031592, 0.295346153846155, 0.27661235302523, 0.450923076923077, 0.748526631765055, 1.46903846153846, 1.14852372133167, 2.87446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 915, '2021-12-05 00:00:00', 0.114842393673308, 0.195846153846153, 0.177566321304291, 0.340961538461538, 0.265965677369207, 0.480692307692307, 0.753844329982096, 1.50392307692308, 1.13788769825768, 2.85942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 930, '2021-12-05 00:00:00', 0.137346865775893, 0.269192307692309, 0.16939074990638, 0.334884615384616, 0.296370817622891, 0.534692307692307, 0.757285415150722, 1.502, 1.140573852868, 2.84692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 945, '2021-12-05 00:00:00', 0.144301612550295, 0.237653846153845, 0.217946373079392, 0.360307692307693, 0.289035629956956, 0.583653846153844, 0.773966527799391, 1.52488461538461, 1.13103490594302, 2.83796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 960, '2021-12-05 00:00:00', 0.155451585339666, 0.239653846153848, 0.235860053030149, 0.365730769230769, 0.280320983599433, 0.612423076923078, 0.783437282355529, 1.57884615384615, 1.12745501905841, 2.8335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 975, '2021-12-05 00:00:00', 0.180113502675824, 0.267923076923075, 0.220575056125154, 0.445346153846153, 0.285224254551774, 0.630346153846153, 0.783730397129405, 1.60384615384615, 1.11322898881518, 2.83630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 990, '2021-12-05 00:00:00', 0.127193371864078, 0.349923076923077, 0.192957819224825, 0.485000000000002, 0.289558985620971, 0.622384615384615, 0.790305459933057, 1.576, 1.13033741252506, 2.82188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1005, '2021-12-05 00:00:00', 0.15226511292934, 0.307769230769231, 0.17198726249795, 0.417461538461538, 0.279173935305297, 0.543615384615384, 0.769116520131028, 1.52730769230769, 1.14910083175432, 2.79219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1020, '2021-12-05 00:00:00', 0.105858308783306, 0.300692307692309, 0.195480724999049, 0.434076923076923, 0.229145556696712, 0.503384615384615, 0.725809312740984, 1.50203846153846, 1.15983396424462, 2.79076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1035, '2021-12-05 00:00:00', 0.14326225548327, 0.272923076923076, 0.165410821895061, 0.3365, 0.234405490221868, 0.459576923076922, 0.708633176235448, 1.48446153846154, 1.1596472998287, 2.7885 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1050, '2021-12-05 00:00:00', 0.114087341710033, 0.233192307692308, 0.165047988359563, 0.333038461538461, 0.191412498587173, 0.460230769230768, 0.689389625237149, 1.46484615384615, 1.16046312240482, 2.78353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1065, '2021-12-05 00:00:00', 0.101145447443083, 0.237807692307692, 0.158815422618644, 0.329461538461537, 0.450071066183314, 1.02773076923077, 0.69289906468847, 1.47092307692308, 1.17045872138301, 2.76846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1080, '2021-12-05 00:00:00', 0.117588120802427, 0.228384615384615, 0.141154754136673, 0.32576923076923, 0.510324186556562, 1.13015384615385, 0.694555925643253, 1.46357692307692, 1.17444095571533, 2.76703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970060, 5, 1095, '2021-12-05 00:00:00', 0.0880904081044034, 0.246999999999997, 0.438674396510495, 0.968115384615381, 0.594906265402699, 1.16676923076923, 0.695390878460565, 1.44007692307692, 1.1755495291074, 2.76784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:50:42 Duration: 3s912ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 600, '2021-12-05 00:00:00', 12.6909564824721, 18.63124, 12.9290886763143, 22.253, 14.1166838276558, 26.79804, 13.8530841923378, 34.43884, 17.0681286206192, 71.34812 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 615, '2021-12-05 00:00:00', 4.44394193706442, 9.28576000000005, 5.29670795777903, 13.32224, 7.55099382531858, 18.1366, 10.0108339049918, 27.52984, 17.1837360990948, 70.58764 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 630, '2021-12-05 00:00:00', 4.85837544075522, 8.11043999999998, 6.80969367225867, 12.51792, 7.8683560756573, 16.2878, 9.60434297909024, 26.13768, 17.4060212198729, 70.53096 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 645, '2021-12-05 00:00:00', 5.85973595110449, 7.61659999999997, 5.94730857391248, 10.51776, 6.42432361627793, 13.01552, 10.0666876814902, 23.68928, 18.212204526727, 69.63784 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 660, '2021-12-05 00:00:00', 3.81892776923925, 5.87316000000001, 5.23686643805243, 9.70444000000001, 5.76147396563298, 12.17244, 9.89729823099885, 22.86124, 18.7643454302746, 69.15848 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 675, '2021-12-05 00:00:00', 3.9056540092538, 6.49064, 5.29083646505921, 9.095, 5.83128239669458, 12.83484, 11.4276105694352, 23.26408, 18.9418944474059, 69.12256 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 690, '2021-12-05 00:00:00', 4.21002310049086, 6.37243999999999, 3.80930641455896, 8.56488000000001, 4.95175531604704, 12.22428, 10.0871765686274, 23.30372, 19.5463190944825, 69.02368 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 705, '2021-12-05 00:00:00', 2.85841907062861, 5.98580000000004, 4.09934900319552, 9.25200000000001, 5.43002262487611, 13.85804, 10.4425213674668, 23.16652, 22.3057117623865, 73.49732 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 720, '2021-12-05 00:00:00', 3.15295701154755, 6.0898, 3.47238671185493, 8.83431999999998, 5.1020836945964, 13.54688, 9.3874868747356, 22.38136, 24.407098001606, 75.42488 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 735, '2021-12-05 00:00:00', 3.24107461191502, 5.97115999999995, 4.37413097731043, 9.56315999999996, 5.22818599898665, 12.69144, 8.59902335985509, 21.45892, 25.2591292951677, 75.5854 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 750, '2021-12-05 00:00:00', 3.07054778066283, 6.42543999999997, 4.04470698238246, 8.19763999999998, 4.81505813637454, 11.33024, 8.07330119901395, 21.2792, 25.8471964554507, 75.67476 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 765, '2021-12-05 00:00:00', 2.87578554485555, 5.22200000000002, 3.95355240553773, 8.68996000000001, 3.87602588054656, 11.54072, 8.16847708327567, 21.77012, 26.0699602961595, 75.52552 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 780, '2021-12-05 00:00:00', 3.25752292547572, 6.52012000000002, 3.86487963374454, 8.06960000000002, 5.23166486407533, 12.101, 7.44808906633105, 22.30736, 25.961362885899, 75.56332 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 795, '2021-12-05 00:00:00', 2.41231388021265, 4.64456000000001, 3.24417332973031, 7.52051999999999, 4.8457856473435, 10.99304, 7.57924521681855, 21.93584, 26.5655286720717, 74.92372 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 810, '2021-12-05 00:00:00', 3.91802374716304, 5.40619999999998, 5.39135136646341, 8.89784000000001, 5.42410383012718, 10.85788, 7.58212759015128, 22.64628, 26.7977300088396, 74.74372 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 825, '2021-12-05 00:00:00', 3.70619888520118, 6.12752000000001, 3.43824427966753, 7.74431999999999, 3.75819144092828, 9.94235999999997, 7.40605935433952, 22.96692, 26.9315105778838, 74.61956 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 840, '2021-12-05 00:00:00', 2.53938935769998, 4.47968000000001, 2.55529356891403, 6.74583999999999, 3.70373476282164, 9.18711999999999, 7.16382178612319, 22.9808, 26.9534312078567, 74.38872 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 855, '2021-12-05 00:00:00', 2.58121140939678, 4.77943999999999, 3.04601920545489, 6.7022, 4.63053215912238, 9.41207999999999, 7.42213199536809, 23.58724, 27.0626021352961, 74.487 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 870, '2021-12-05 00:00:00', 2.18943914051063, 4.03100000000002, 2.60945993007494, 5.98971999999999, 4.11190447846248, 9.42075999999999, 7.15960177267799, 23.91572, 28.2429920999292, 75.29544 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 885, '2021-12-05 00:00:00', 1.90744774677227, 3.89235999999999, 3.77751615791819, 6.23664000000001, 4.35826854457897, 9.27903999999999, 16.4877215296717, 36.37064, 29.1032051784106, 75.54664 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 900, '2021-12-05 00:00:00', 3.85424774329135, 5.10380000000005, 3.98154543906424, 6.99880000000003, 4.36523201865223, 9.93908000000003, 16.4057220019927, 38.32636, 29.4434335722472, 75.72624 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 915, '2021-12-05 00:00:00', 1.96220450684087, 4.27812000000002, 2.93477761792382, 6.5952, 4.8010597788405, 9.98159999999997, 16.2219346058559, 38.82476, 29.793148127268, 76.0498 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 930, '2021-12-05 00:00:00', 2.54693939660916, 4.98904, 3.96157669579506, 7.29079999999999, 5.17265817608961, 10.47424, 16.6409365244267, 39.20208, 30.1285457263263, 76.3908 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 945, '2021-12-05 00:00:00', 2.96967856004652, 5.03280000000002, 3.20330365300158, 6.91327999999998, 5.9711060653227, 13.18468, 16.806944821809, 39.35392, 29.8438218367442, 76.49436 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 960, '2021-12-05 00:00:00', 2.03094381015327, 4.60947999999999, 3.76924590159182, 7.74559999999997, 7.02098789060342, 15.01972, 16.9221201762663, 39.37452, 30.0686228006317, 77.25772 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 975, '2021-12-05 00:00:00', 3.53807331184645, 5.93251999999999, 5.37478352959447, 11.32436, 6.64113016160151, 15.75236, 16.5537977452306, 39.14604, 29.5995514030196, 77.06452 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 990, '2021-12-05 00:00:00', 4.6198275941857, 8.55380000000002, 5.43396953586109, 11.9502, 5.60539786664005, 14.98008, 14.9075984402809, 39.56744, 28.2850937852431, 77.21124 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1005, '2021-12-05 00:00:00', 3.52834835865168, 6.96216, 3.89353286532081, 9.32144000000002, 5.62635908262763, 12.97312, 13.8755623660208, 39.41084, 27.3251045577139, 77.52144 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1020, '2021-12-05 00:00:00', 3.41812420927033, 6.14188000000001, 4.02405706884648, 8.55572, 5.73594089201298, 12.6686, 12.5340117935161, 39.33416, 27.4767573676371, 77.01076 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1035, '2021-12-05 00:00:00', 3.07624457631919, 5.93712, 4.85482330608779, 9.15879999999996, 4.71438452752142, 12.11384, 12.628155784727, 39.06124, 27.5211818529534, 76.9166 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1050, '2021-12-05 00:00:00', 3.54115014602129, 6.23323999999997, 3.93922111590603, 7.934, 3.79888331048307, 11.72236, 13.0687001531649, 38.90888, 27.5796553338386, 76.7842 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1065, '2021-12-05 00:00:00', 2.9538043757162, 4.77496, 2.79675435281686, 7.66292, 12.4878757334197, 28.3484, 12.4369948342301, 38.68756, 27.0126340526058, 76.30928 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1080, '2021-12-05 00:00:00', 2.64176298015802, 5.85367999999997, 3.7702675356001, 8.41795999999998, 12.1847309172861, 30.99112, 12.4503357266648, 38.77396, 27.0454622757682, 76.34772 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 1, 1095, '2021-12-05 00:00:00', 3.10697838636404, 5.60411999999998, 11.9442704357919, 26.11708, 11.5427150542381, 30.60564, 12.6580147986694, 38.47532, 26.9549313124086, 75.89684 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 600, '2021-12-05 00:00:00', 9.33715824410108, 18.8693461538462, 9.45242830990252, 23.2370769230769, 9.26233675948752, 25.8693846153846, 10.713532391111, 34.7851538461539, 27.1359763398221, 74.4856538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 615, '2021-12-05 00:00:00', 5.57825742517665, 12.1686923076923, 5.57458830987678, 15.1482307692308, 6.54598641106484, 18.0434230769231, 10.6061410774789, 30.2596538461538, 29.4082907969059, 72.3303461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 630, '2021-12-05 00:00:00', 4.79495148864527, 9.60046153846153, 5.44954108837118, 13.2740769230769, 6.09338464351677, 15.9814230769231, 10.2928412557168, 27.9906538461538, 29.8342185714014, 71.2173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 645, '2021-12-05 00:00:00', 3.79565647630999, 9.52361538461537, 4.066196220813, 12.1598846153846, 4.92806999091783, 14.4443461538461, 9.55762231656776, 26.5741153846154, 30.7801454383528, 70.9073846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 660, '2021-12-05 00:00:00', 2.96874459662672, 7.77499999999999, 3.70406371518553, 10.3623846153846, 6.96589417055593, 14.5273461538462, 9.55292670329161, 25.0290384615385, 31.4134962502768, 70.7281153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 675, '2021-12-05 00:00:00', 3.31827732044575, 7.46984615384614, 3.85545848914734, 10.4441923076923, 6.60675101124716, 14.9912692307692, 8.7454328367176, 24.0993076923077, 31.4014828486711, 70.3901538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 690, '2021-12-05 00:00:00', 3.13904386153099, 6.98973076923074, 5.03430371688544, 10.4849230769231, 5.18532375266966, 14.2855, 8.09727939989723, 22.954, 31.3051798243333, 70.3340769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 705, '2021-12-05 00:00:00', 3.85521097975997, 7.27146153846156, 4.02536185626165, 10.2840769230769, 4.71091179938007, 13.6713076923077, 7.59405618797713, 22.4971153846154, 35.7505591366926, 77.0741153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 720, '2021-12-05 00:00:00', 3.54352486939209, 7.3255, 3.56215406395972, 9.76484615384614, 5.25568996861057, 13.3196153846154, 7.54951193297647, 21.3968846153846, 38.2341707044688, 78.1994615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 735, '2021-12-05 00:00:00', 2.88100373240887, 6.80411538461536, 3.50087041770162, 9.5701923076923, 5.09447691117169, 13.2210384615385, 7.34742783009547, 20.5809615384615, 38.4328589342505, 78.5105 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 750, '2021-12-05 00:00:00', 2.55082494921516, 6.98319230769229, 4.05972757479344, 9.48669230769231, 4.89776155150334, 13.7681538461539, 6.31668086309208, 19.9796153846154, 38.2119389668485, 78.4083846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 765, '2021-12-05 00:00:00', 3.12564676482506, 6.10046153846156, 3.49173256796019, 8.78838461538464, 5.2882546476566, 12.8645384615385, 6.14293707064023, 21.2224230769231, 38.3572772096168, 78.3551538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 780, '2021-12-05 00:00:00', 2.52701364764512, 6.08584615384614, 3.88533814170461, 9.05065384615385, 5.1493578355424, 12.1410384615385, 7.35250769329755, 22.2115, 38.5561849827775, 78.5661153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 795, '2021-12-05 00:00:00', 1.89030831713931, 5.57342307692307, 3.87646449804655, 8.44073076923081, 4.57363981041189, 11.6286538461539, 8.26996974080598, 22.5159230769231, 38.5503328972157, 78.5086153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 810, '2021-12-05 00:00:00', 3.64824328220499, 6.35061538461543, 4.21317001135908, 8.5692307692308, 4.87465210703447, 11.7137307692308, 8.69322688427828, 23.5333076923077, 38.4900028913203, 78.4715769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 825, '2021-12-05 00:00:00', 3.64764596628903, 5.34284615384613, 3.73427548013511, 7.7531923076923, 5.3812009258729, 11.1112692307692, 9.60598126817949, 24.5207307692308, 38.4854141402248, 78.6092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 840, '2021-12-05 00:00:00', 2.21326350893876, 5.78800000000001, 4.12745158253297, 8.29061538461539, 4.86319773874698, 10.4893846153846, 11.0019963095514, 25.9776538461538, 38.7934912540949, 78.9711923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 855, '2021-12-05 00:00:00', 3.3732439244511, 5.41557692307693, 4.32273391554644, 7.44376923076924, 4.40812932816701, 9.99542307692308, 10.6038707847653, 26.0375, 38.3449379246416, 78.4927307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 870, '2021-12-05 00:00:00', 2.3932295428177, 5.51973076923078, 2.75083993802176, 7.26126923076922, 4.49751653522428, 10.2587692307692, 11.9868392128136, 27.7069230769231, 38.5712686411092, 79.1747692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 885, '2021-12-05 00:00:00', 2.72981123410506, 5.30742307692305, 3.14949819714925, 7.3225769230769, 4.62081979290058, 11.1249615384615, 12.2628599643865, 38.5428846153846, 38.6537910813615, 79.1801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 900, '2021-12-05 00:00:00', 1.82375976361599, 5.16834615384617, 3.78434962525319, 7.91261538461539, 3.93885896656148, 11.0429615384615, 13.5532329543687, 39.1046538461538, 38.584961347854, 79.6451538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 915, '2021-12-05 00:00:00', 2.74816086893371, 5.9591923076923, 3.37824887091614, 8.2040769230769, 3.50405811332211, 10.5693076923077, 14.0619911198182, 39.7834230769231, 38.5177211487628, 79.7684230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 930, '2021-12-05 00:00:00', 2.75492148596765, 5.79992307692303, 3.1295700368237, 8.16015384615381, 3.11297930310153, 10.0193076923077, 14.0568495004557, 40.2410384615384, 38.9069272115668, 80.0903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 945, '2021-12-05 00:00:00', 2.30768203282328, 5.69926923076922, 2.85893783746022, 7.53503846153845, 3.8030106100299, 12.8645, 14.0260322683874, 40.2389230769231, 39.1236880935913, 80.1047307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 960, '2021-12-05 00:00:00', 2.29228506080721, 5.56000000000002, 2.36668076557736, 7.5946153846154, 4.17679083526317, 14.8428076923077, 14.1190203862079, 40.7458846153846, 39.3672444140869, 79.9730384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 975, '2021-12-05 00:00:00', 2.00864825729605, 5.75530769230769, 3.49501513235418, 10.7201538461538, 5.8918303390895, 16.0547692307692, 14.0118023915555, 40.8295, 39.5358228631277, 79.8012307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 990, '2021-12-05 00:00:00', 3.74017094241182, 8.9079615384615, 4.4969727752721, 12.2333076923077, 6.20843532635545, 17.1308076923077, 13.7302225285906, 41.3602692307692, 39.7500979462751, 80.0445384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1005, '2021-12-05 00:00:00', 3.54916054646946, 8.15223076923078, 5.47570657583252, 11.1357692307693, 7.13882942397528, 15.9407692307692, 14.0517365746948, 41.1917307692308, 41.2752964694566, 80.7451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1020, '2021-12-05 00:00:00', 4.10920121453531, 8.06230769230772, 4.12380538841715, 11.4088076923077, 7.76269828187235, 15.0058461538461, 15.1644979150444, 41.1211538461539, 40.840013956978, 81.1326153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1035, '2021-12-05 00:00:00', 3.40280144518963, 7.60834615384614, 4.96562562066608, 10.1727307692307, 7.87509711520092, 13.9055769230769, 15.2269458265981, 40.6333846153846, 39.9509929081195, 81.8552307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1050, '2021-12-05 00:00:00', 3.04747235817589, 6.46857692307691, 5.86792272575093, 10.4113461538461, 9.22656348568546, 14.6236538461538, 15.5114100357918, 40.1305384615385, 39.7361144854594, 82.0228076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1065, '2021-12-05 00:00:00', 4.0430645216412, 7.23161538461536, 4.37575565430175, 8.87488461538459, 12.2745164965719, 30.6842307692308, 15.2947706251315, 39.7893461538462, 39.7128033263639, 82.0629615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1080, '2021-12-05 00:00:00', 3.60020588834327, 5.97096153846153, 8.50237047063936, 10.3595, 13.0036491984129, 32.3286538461538, 15.2888839724009, 39.6988076923077, 39.7855195484681, 82.8403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 2, 1095, '2021-12-05 00:00:00', 7.41260488212216, 8.91753846153847, 12.5784269276959, 29.4091538461538, 13.5226098785018, 32.7496153846154, 15.4224032526112, 39.3456153846154, 39.7683752527055, 83.08 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 600, '2021-12-05 00:00:00', 12.1760053318623, 21.4908076923077, 11.3504967856715, 25.4971923076923, 11.3638405886661, 28.0312692307692, 12.993815260938, 35.6633461538462, 39.3152386114909, 81.9289615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 615, '2021-12-05 00:00:00', 3.93806131686452, 11.9628461538461, 5.94030305999747, 14.9367307692308, 6.68341893989547, 19.6376153846154, 11.3335505531823, 28.6946923076923, 38.5094929992593, 79.0705 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 630, '2021-12-05 00:00:00', 4.88111681293721, 8.97269230769236, 5.75403928223803, 13.2533076923077, 6.73716979336393, 17.3232307692308, 9.68266229473313, 26.2969230769231, 38.3156488826693, 78.7305 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 645, '2021-12-05 00:00:00', 3.57169107480561, 8.77657692307692, 3.41055553809954, 12.2349615384615, 5.13748171173985, 15.6165384615384, 8.21019152489058, 24.5386538461538, 39.1634828284639, 77.7811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 660, '2021-12-05 00:00:00', 3.17268298423616, 8.07996153846155, 4.47465990817698, 10.8965769230769, 6.37040484947022, 14.8968846153846, 7.51626982116897, 22.8527692307692, 39.2611737583857, 77.9106153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 675, '2021-12-05 00:00:00', 3.37098909018614, 6.63338461538462, 3.76054453524201, 9.73919230769229, 6.39302848626172, 14.3901153846154, 7.94950534087598, 22.2827307692308, 39.356878557825, 78.0921538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 690, '2021-12-05 00:00:00', 2.41563677000812, 6.82573076923072, 4.67435177587389, 10.4847307692307, 6.41852414536361, 13.8572692307692, 7.48444364809694, 21.5688076923077, 39.6029111578157, 78.9265769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 705, '2021-12-05 00:00:00', 4.33123979426039, 7.33465384615386, 5.36405508504384, 10.3636538461539, 6.01811795842676, 13.0941923076923, 8.02788940631349, 21.399, 43.3268017917494, 85.0413076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 720, '2021-12-05 00:00:00', 3.34491027360397, 6.88153846153849, 3.18701084958691, 9.2726538461539, 3.67087468951934, 12.3361153846154, 8.30776877654979, 21.8667307692308, 43.6768513171451, 85.6275 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 735, '2021-12-05 00:00:00', 2.60943265776006, 6.44234615384619, 3.45612489624748, 8.82353846153851, 4.272489805002, 11.8324230769231, 8.24015081872808, 21.7876538461539, 44.1518841311879, 86.2634230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 750, '2021-12-05 00:00:00', 2.46565344155382, 6.19542307692306, 2.86967580372093, 8.36946153846151, 3.75543475307657, 10.5227692307692, 6.80176206762745, 21.5962307692308, 44.2039446586457, 86.1857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 765, '2021-12-05 00:00:00', 2.21051389952653, 5.57150000000001, 2.95293470192726, 7.48707692307693, 3.79819229654564, 9.49119230769231, 6.610962872381, 21.3845, 44.3233731857826, 86.2233846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 780, '2021-12-05 00:00:00', 1.93289101766082, 5.09338461538458, 2.33276961703334, 6.71338461538461, 3.44862956259438, 9.3285, 7.09004635820799, 21.6491923076923, 44.3949494865732, 86.1323461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 795, '2021-12-05 00:00:00', 2.04378457129075, 4.78857692307693, 2.56562626002966, 6.38111538461539, 3.86566238885593, 9.98276923076923, 6.92933854851962, 22.042, 44.4667455404079, 86.2463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 810, '2021-12-05 00:00:00', 2.07330843785038, 4.63196153846156, 2.46507862754924, 7.09100000000003, 4.44865598510897, 11.1800769230769, 7.45319669909393, 22.7703461538461, 44.3497186039117, 86.5443846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 825, '2021-12-05 00:00:00', 1.99753707003245, 5.24811538461541, 3.39412400752558, 7.89653846153848, 4.79226673971883, 11.6942307692308, 7.59553846574521, 23.5717692307692, 44.5070222007891, 87.1373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 840, '2021-12-05 00:00:00', 2.653110598176, 6.0963846153846, 4.03556739695726, 8.96984615384614, 4.24725236376864, 11.0728076923077, 7.81486388837617, 23.6319230769231, 44.9054692546464, 87.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 855, '2021-12-05 00:00:00', 3.31513165024578, 6.09246153846154, 3.45176770053565, 8.01953846153844, 3.35194518130313, 10.2574615384615, 7.75144904418621, 23.2232692307692, 45.033088914503, 87.7606923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 870, '2021-12-05 00:00:00', 2.40656171875016, 5.30288461538462, 2.16814907272041, 6.64619230769229, 3.11060848956993, 10.1588461538462, 7.61886414268002, 24.5802307692308, 44.5212023443455, 88.3938846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 885, '2021-12-05 00:00:00', 1.60877691382662, 4.49703846153846, 2.52204717609754, 7.00996153846155, 3.40153809915456, 10.223, 12.2449388940272, 34.4000384615385, 44.1303256728731, 89.0750769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 900, '2021-12-05 00:00:00', 1.90895175302692, 5.35365384615383, 2.83178222679639, 7.98849999999999, 4.93113224461138, 11.7315769230769, 16.7343417464253, 37.2166153846154, 44.0885398933346, 89.1503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 915, '2021-12-05 00:00:00', 2.8257589752408, 6.14888461538463, 2.95315960989897, 8.05119230769232, 4.01537098659638, 11.652, 17.1041266985035, 37.2530384615385, 44.2249094292415, 89.2417692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 930, '2021-12-05 00:00:00', 2.07584444355692, 5.15607692307693, 3.95687943032811, 8.26488461538461, 4.09567036008293, 11.2935384615385, 16.9414004788906, 37.7961153846154, 45.0384119211761, 89.9163076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 945, '2021-12-05 00:00:00', 3.58053492372299, 6.39849999999999, 3.30726592752755, 8.48134615384613, 4.11264662979188, 12.5136923076923, 16.9979957523052, 38.0113461538461, 45.1141793880815, 89.8105 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 960, '2021-12-05 00:00:00', 2.03028667812816, 5.81065384615383, 2.78395094148867, 8.07573076923075, 4.59260331352323, 13.2663461538461, 16.6255570145669, 38.4487307692308, 45.4372589929657, 89.8519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 975, '2021-12-05 00:00:00', 2.22801360443301, 5.79969230769231, 3.23453489986762, 9.41346153846152, 5.53862118748535, 14.0644615384615, 16.8211635942528, 38.6557692307692, 45.926020827899, 90.1512692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 990, '2021-12-05 00:00:00', 2.66137815455425, 7.35519230769227, 3.69433169890557, 10.5253076923077, 5.0489793370694, 14.8711153846154, 16.0495588027067, 38.0618076923077, 45.6899705336033, 90.1261923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1005, '2021-12-05 00:00:00', 2.9901274055696, 7.83730769230767, 4.14032959966307, 10.5769230769231, 5.85081897817601, 14.0556538461538, 15.6720571464482, 38.1321923076923, 46.8102133676632, 90.6846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1020, '2021-12-05 00:00:00', 3.03373612462364, 7.02107692307691, 4.50093591378503, 10.3315, 5.16032296022703, 12.5745769230769, 15.3249600274043, 38.0861923076923, 46.7154357547415, 90.5156538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1035, '2021-12-05 00:00:00', 3.48611081358799, 7.34973076923076, 3.51701062332992, 9.59873076923076, 4.07245537218785, 11.6159615384615, 15.3213619049202, 38.4926923076923, 47.1932510768387, 90.5658076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1050, '2021-12-05 00:00:00', 2.25185403714706, 6.72426923076924, 2.9576499322162, 8.58919230769229, 6.23791777931855, 14.5746923076923, 15.7016939037212, 39.3143846153846, 47.0607748294283, 90.5988846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1065, '2021-12-05 00:00:00', 2.25439814107037, 5.58046153846152, 3.06960694953202, 8.02823076923076, 12.6061375718338, 29.388, 15.9696043137725, 39.6864615384615, 46.8577336876701, 90.5882307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1080, '2021-12-05 00:00:00', 2.1191534303911, 5.67669230769233, 6.52129527919581, 11.0809615384615, 16.3134197708984, 32.2303076923077, 15.2161677282372, 39.8055769230769, 46.2822776650648, 90.1991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 3, 1095, '2021-12-05 00:00:00', 6.97609648762225, 8.67926923076922, 12.7998694401995, 27.7536153846154, 16.2161644675448, 32.1659615384615, 16.1317378503944, 40.0720769230769, 45.7505978269809, 90.0803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 600, '2021-12-05 00:00:00', 12.5210445578633, 20.8445, 16.2475786659475, 25.6258846153846, 15.7242528358144, 27.2997307692308, 17.2095820758267, 35.2992307692308, 46.3942565686082, 88.7820769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 615, '2021-12-05 00:00:00', 7.21032847699422, 12.6568846153846, 7.117599574727, 14.4141153846154, 7.34349523958765, 17.6054230769231, 11.1683814969555, 29.1253076923077, 42.2716866772002, 85.6688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 630, '2021-12-05 00:00:00', 3.329117610049, 7.91530769230769, 5.32356547452346, 11.1118076923077, 6.97566941744936, 15.8246923076923, 11.7577198140692, 28.3591153846154, 43.0428564582574, 85.0066153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 645, '2021-12-05 00:00:00', 3.44590390776329, 8.0723076923077, 4.66834800100223, 11.7085384615385, 6.98607024398166, 15.4395769230769, 11.7981271963621, 28.5656923076923, 42.9962688879467, 85.0212692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 660, '2021-12-05 00:00:00', 3.56260542775175, 8.28692307692311, 4.63029201405102, 11.5801538461538, 6.27826506461288, 14.1446923076923, 12.6413526019234, 28.5803846153846, 43.0721733623211, 84.8430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 675, '2021-12-05 00:00:00', 3.53931209765616, 7.23873076923075, 5.38199216147269, 9.62211538461537, 5.19240472406204, 12.6624615384615, 13.5621773718734, 28.3358846153846, 43.0187144952055, 84.8665 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 690, '2021-12-05 00:00:00', 4.47722737141911, 6.69884615384612, 4.774834497011, 9.15707692307691, 5.58446874272404, 13.0145384615385, 14.0965172634946, 27.944, 43.1470358680462, 84.6590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 705, '2021-12-05 00:00:00', 3.40759811574981, 6.58896153846152, 4.35643302025867, 9.15450000000001, 6.55503413122604, 13.3833076923077, 14.3571653558022, 27.5065769230769, 43.4655608956722, 89.9728461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 720, '2021-12-05 00:00:00', 3.06826485066824, 6.50807692307692, 4.50972378294519, 9.17703846153849, 5.42856738786719, 13.8802692307692, 12.5956212865363, 26.1240769230769, 42.0733349272617, 90.3533076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 735, '2021-12-05 00:00:00', 4.04268664608842, 6.58296153846152, 4.69437197651038, 9.90957692307691, 5.55595654036833, 15.3450384615384, 11.9313920570904, 25.3825, 41.7346385921077, 90.4585769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 750, '2021-12-05 00:00:00', 3.41732642257971, 7.24603846153844, 4.78319517413268, 10.3799230769231, 6.18367780046791, 15.1515, 11.9642143162272, 24.6752692307692, 42.1410792427239, 90.6206923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 765, '2021-12-05 00:00:00', 4.28166041857593, 6.9445, 5.29242445009845, 11.133, 7.46311727322073, 15.026923076923, 11.7734322614031, 24.1034230769231, 41.9268488274335, 90.4819615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 780, '2021-12-05 00:00:00', 4.33674949525741, 8.18423076923073, 5.38552508689155, 10.5323076923077, 7.96063227678262, 13.7886153846154, 11.1203512535144, 24.6648076923077, 41.4862459022264, 90.4355 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 795, '2021-12-05 00:00:00', 3.34809975428082, 6.66426923076921, 5.90345413465708, 9.67799999999999, 6.44988719949066, 12.7756153846154, 10.6529992662233, 24.9306153846154, 40.4446926590451, 89.6792692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 810, '2021-12-05 00:00:00', 3.4745832097589, 6.19280769230766, 4.27721305812738, 8.19723076923076, 6.0661401520749, 12.3017692307692, 9.64239333328847, 23.8539230769231, 39.4050562129356, 89.4387692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 825, '2021-12-05 00:00:00', 3.32939948847327, 5.53592307692309, 3.43701091155585, 8.08461538461539, 5.47103164803918, 12.3014230769231, 9.99126366513036, 24.0858846153846, 39.1842363306785, 89.6775384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 840, '2021-12-05 00:00:00', 2.76435103331409, 6.09165384615383, 4.68020894882004, 8.94573076923079, 6.16233444689466, 12.6183461538462, 10.1277345876786, 23.7439615384616, 38.9814671268481, 89.5351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 855, '2021-12-05 00:00:00', 3.16780057671661, 5.27257692307693, 3.83078296897442, 8.02165384615383, 7.3424930584813, 12.5429230769231, 10.1159971710462, 22.5902692307692, 38.5336581097417, 89.4320384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 870, '2021-12-05 00:00:00', 2.59785330698545, 5.46073076923076, 4.63360384432613, 7.97388461538462, 6.91579756744268, 11.6590769230769, 9.77819931480228, 22.109, 38.0142378059144, 89.0757307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 885, '2021-12-05 00:00:00', 3.19514616326318, 6.09126923076922, 4.83620517491207, 9.27142307692308, 6.16553615723354, 12.5318846153846, 26.6562070988815, 36.6125384615384, 35.777838217469, 90.0373461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 900, '2021-12-05 00:00:00', 2.74839233119182, 5.44738461538464, 3.68484064492099, 7.99553846153845, 5.6403876255231, 11.7353846153846, 28.2297583726546, 38.0874615384616, 35.1400287663295, 89.5334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 915, '2021-12-05 00:00:00', 3.0453344545386, 6.42049999999999, 5.2473887168909, 9.52711538461539, 5.18250807057146, 11.3716923076923, 27.8695360781956, 39.3705769230769, 35.1129984231568, 89.6002307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 930, '2021-12-05 00:00:00', 3.71058619544758, 6.85892307692306, 4.04860984764665, 8.57546153846156, 5.11536125741343, 11.3840769230769, 27.7526558903135, 39.8896153846154, 35.1796934175647, 89.5250769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 945, '2021-12-05 00:00:00', 2.7388303354085, 5.5306153846154, 3.63894713006176, 7.47484615384617, 5.19234036871768, 12.4347692307692, 27.6615746890603, 40.3869615384615, 35.1606241044636, 89.4481538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 960, '2021-12-05 00:00:00', 2.48603871279962, 4.88580769230769, 3.4321646699333, 8.10480769230767, 5.91960686545471, 13.8168076923077, 27.475872525909, 40.9855, 35.174517017514, 89.5058461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 975, '2021-12-05 00:00:00', 2.88452615279422, 5.88861538461539, 5.50662987553676, 10.3341153846154, 7.39188533096624, 14.9891153846154, 27.3523465040092, 41.6363461538462, 35.272138921883, 89.4382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 990, '2021-12-05 00:00:00', 4.86077818524502, 8.93361538461535, 5.33611598651476, 11.6796923076923, 6.4412002178285, 14.3176153846154, 26.8796161207994, 42.0158076923077, 35.0540768858631, 89.29 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1005, '2021-12-05 00:00:00', 3.44575227401014, 7.49157692307692, 4.66771593559255, 10.7848461538462, 5.71463137730349, 12.8105384615385, 25.9936612887716, 41.3753461538462, 35.2043592058623, 87.9158461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1020, '2021-12-05 00:00:00', 3.38938257526919, 7.38319230769231, 3.40727456187493, 9.0635, 5.89414125904174, 11.7203076923077, 26.0670695141177, 41.5554230769231, 35.079438682291, 87.3547692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1035, '2021-12-05 00:00:00', 3.19762278166865, 6.41557692307693, 4.99303087559206, 9.04326923076921, 5.96795528958299, 11.2254615384615, 25.8245516089751, 41.3172692307692, 34.8677587358513, 87.1936923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1050, '2021-12-05 00:00:00', 3.55059115013046, 6.80934615384611, 4.64595697718417, 8.4630769230769, 5.05264957575574, 11.6191538461538, 25.6081418263501, 42.2819615384615, 34.8177739908137, 86.9893461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1065, '2021-12-05 00:00:00', 3.45644693958316, 5.7013846153846, 3.80780361019919, 7.66742307692307, 26.8608926825714, 29.9897692307692, 25.7288590512677, 42.046, 34.5881567152911, 86.7208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1080, '2021-12-05 00:00:00', 1.92386270420095, 5.32876923076922, 2.79853211963258, 8.13023076923077, 27.1153300628999, 32.4525, 25.7681006140419, 42.5211538461538, 34.7279544478995, 86.6038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 4, 1095, '2021-12-05 00:00:00', 2.96231312425845, 6.41938461538462, 27.0473712185747, 29.0626538461538, 26.6580568444139, 33.649, 25.7837371859443, 42.1779230769231, 35.3032616842432, 86.6341153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 600, '2021-12-05 00:00:00', 15.1851310994062, 18.6861153846154, 15.5338777755142, 23.7087692307692, 15.0201057026394, 27.5040384615385, 17.169264508283, 36.2493461538462, 32.2350696146293, 81.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 615, '2021-12-05 00:00:00', 7.35738595008185, 12.2244615384616, 7.61754706622508, 15.7181153846154, 8.35204531385071, 18.5447307692308, 11.6020263980711, 27.8566923076923, 30.5609625923963, 76.8385769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 630, '2021-12-05 00:00:00', 5.20022652346842, 9.59684615384615, 6.31969435446417, 12.9755769230769, 6.67608011347515, 15.0718076923077, 10.4185574846779, 26.1143076923077, 30.4619347071819, 75.9342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 645, '2021-12-05 00:00:00', 3.98140022605115, 8.40800000000001, 4.86092115740029, 11.1765384615385, 4.95808755205535, 13.5404230769231, 9.5684940933172, 24.9565769230769, 30.4976174237368, 75.3517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 660, '2021-12-05 00:00:00', 3.65292101222278, 7.99180769230766, 3.9632273874477, 10.1632692307692, 6.03018008864896, 13.0396923076923, 9.33567676464037, 24.3494230769231, 30.0089790955717, 74.7489615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 675, '2021-12-05 00:00:00', 3.5900059241434, 6.68184615384615, 3.13635847661682, 8.61857692307692, 5.43626080726589, 12.0822692307692, 11.5214989484208, 24.5124615384615, 29.8865727514239, 74.3411153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 690, '2021-12-05 00:00:00', 2.44183091993252, 6.07680769230769, 4.49144052410119, 8.53330769230769, 6.24812679325694, 12.7407692307692, 11.3214666063395, 24.4850384615385, 29.5022773832019, 74.0893461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 705, '2021-12-05 00:00:00', 4.10837374170591, 6.35719230769229, 4.08085305486299, 9.20615384615383, 6.03672128432442, 12.9967692307692, 10.9480682761143, 25.6475384615385, 28.9317489549776, 78.556076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 720, '2021-12-05 00:00:00', 3.22152352705744, 6.81334615384613, 5.17993420094829, 9.88361538461541, 6.8330368854896, 13.7109615384616, 11.1825021209993, 25.7416153846154, 28.7588704743691, 78.9198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 735, '2021-12-05 00:00:00', 3.65929981301597, 6.7158076923077, 3.66278708005889, 8.3949230769231, 6.0507254127088, 12.7635, 10.3166302715567, 24.9, 27.9125547072391, 78.8887307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 750, '2021-12-05 00:00:00', 2.5648058675973, 5.76446153846155, 4.39892499315282, 9.82215384615385, 5.52728112602878, 12.7676153846154, 10.4732089973197, 25.1523076923077, 27.5020729795746, 78.3635769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 765, '2021-12-05 00:00:00', 3.20478018062921, 7.34038461538459, 4.22963091534002, 9.59400000000002, 4.72797408183058, 11.8600384615385, 10.0802674015203, 25.0546153846154, 26.7418091650797, 77.9723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 780, '2021-12-05 00:00:00', 3.55753572099479, 6.61438461538466, 3.59886345392543, 8.53000000000003, 3.79744682587982, 11.4326538461538, 10.1797999911589, 26.2245, 26.2714508963335, 78.1229615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 795, '2021-12-05 00:00:00', 2.92986893484752, 6.18184615384616, 3.3879327029916, 7.787, 3.64729608276933, 11.0743461538461, 9.68321501886321, 26.5776923076923, 26.2622161673089, 77.9084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 810, '2021-12-05 00:00:00', 2.7579867431488, 5.07965384615383, 3.19068919224957, 8.07319230769229, 3.88365339834305, 11.5379615384615, 10.2189675242432, 27.1513076923077, 26.0172608965959, 78.0288076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 825, '2021-12-05 00:00:00', 2.74360064962368, 6.10126923076923, 2.91282285737761, 8.20603846153845, 5.02440933244891, 11.9705, 11.1339868707692, 27.7149615384616, 25.7230532176579, 78.7759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 840, '2021-12-05 00:00:00', 2.29800648489412, 5.55273076923078, 4.00367797598466, 8.52484615384617, 5.17597920055862, 11.5507307692307, 10.8793462609026, 27.5157692307693, 25.8915188121813, 78.8428076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 855, '2021-12-05 00:00:00', 2.90644990667308, 6.3685, 3.54186318460516, 8.48453846153844, 6.07409068699559, 11.6959230769231, 10.9177124341771, 26.9853461538462, 25.9962235737897, 78.3074615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 870, '2021-12-05 00:00:00', 2.18623591273992, 5.58288461538461, 2.74842955437912, 7.40184615384613, 5.40013806504411, 11.0081923076923, 11.5735672124025, 27.2475, 25.507858648147, 77.8765769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 885, '2021-12-05 00:00:00', 2.36496161360945, 5.23692307692305, 4.57275536259641, 7.76538461538456, 6.3265504870044, 12.8222307692308, 19.3542681602395, 40.6115384615385, 27.1960863851061, 76.9128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 900, '2021-12-05 00:00:00', 3.63349174825202, 5.67226923076923, 4.19662794377362, 8.18546153846153, 6.34199082889957, 12.8320769230769, 20.2475422902101, 41.9560769230769, 26.3529836860736, 76.5390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 915, '2021-12-05 00:00:00', 2.62512707150309, 6.05630769230767, 5.0195759097603, 9.8709230769231, 5.58196755495902, 12.1312307692308, 20.9455577177155, 42.9481153846154, 26.2267517004768, 76.4970384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 930, '2021-12-05 00:00:00', 4.59760755979086, 6.88307692307693, 5.20636005078994, 8.58246153846155, 6.08967565196651, 12.1351153846154, 21.3680314133412, 43.8338076923077, 26.2580945389886, 76.3774615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 945, '2021-12-05 00:00:00', 2.41151020412839, 5.2072307692308, 3.43619177511739, 7.82234615384617, 5.54939534502494, 12.8981538461538, 21.4256870906073, 44.2607692307692, 25.1607886022004, 76.5907307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 960, '2021-12-05 00:00:00', 3.29152830530369, 5.63976923076923, 4.30387855133198, 8.26876923076922, 7.17042874975997, 15.1738461538462, 21.4928535324222, 44.5616153846154, 24.5560956587471, 76.7591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 975, '2021-12-05 00:00:00', 3.83132540492992, 6.29403846153843, 4.43517548694523, 10.383, 6.58578952745986, 16.1705, 21.7876622152574, 44.1983846153846, 24.7014486130174, 76.6706923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 990, '2021-12-05 00:00:00', 4.13390049692315, 8.60503846153845, 6.11726886973388, 12.8647692307693, 6.92238775523634, 16.5219230769231, 22.579488407947, 43.6482692307692, 25.0646090047608, 76.4571923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1005, '2021-12-05 00:00:00', 3.55039791226062, 8.72984615384618, 3.75831115508834, 11.4154615384616, 6.37951857756821, 14.7478076923077, 22.8238743441026, 42.9293461538461, 26.228823847058, 76.023 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1020, '2021-12-05 00:00:00', 3.38299415970756, 8.10873076923078, 5.45382588421966, 11.0941538461538, 6.87472521375328, 13.6857307692308, 23.1458947674229, 42.4652307692308, 25.9802054234787, 75.7176153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1035, '2021-12-05 00:00:00', 5.39883148040818, 7.99307692307692, 7.01190144430276, 10.2747692307693, 8.01738070684321, 13.6539615384616, 22.9508641101945, 42.3522692307692, 25.5470306835181, 75.3427692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1050, '2021-12-05 00:00:00', 3.42182806406166, 6.57050000000003, 3.47385650228409, 8.73403846153849, 6.2231201752324, 13.4686538461539, 21.1083233142394, 41.7154615384615, 22.7419194861688, 75.1053461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1065, '2021-12-05 00:00:00', 2.44714974173254, 6.04053846153846, 3.14286698805653, 8.07123076923077, 17.0714568481563, 31.1110384615385, 20.9095595142141, 41.5699615384615, 22.9981979560272, 74.4982307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1080, '2021-12-05 00:00:00', 2.507538139598, 5.47519230769232, 4.82371424925457, 9.99596153846156, 17.7685409823524, 33.1098076923077, 20.1270991217925, 41.3194615384615, 22.6481338215757, 74.639 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970090, 5, 1095, '2021-12-05 00:00:00', 4.65294321478352, 8.225, 16.4055265442894, 29.5836538461538, 17.9746517538963, 34.0090769230769, 20.0031562776017, 41.1441153846154, 22.9004370430919, 74.6757307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-12-05 14:51:06 Duration: 3s911ms Database: acaweb_fx User: pgperfstats
13 77ms 27s229ms 2s730ms 78 3m32s (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Dec 05 14 78 3m32s 2s730ms [ User: postgres - Total duration: 3m32s - Times executed: 78 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:06:41 Duration: 27s229ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '643' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '643' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:06:33 Duration: 22s281ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-12-05 14:10:48 Duration: 13s818ms Database: acaweb_fx User: postgres Bind query: yes
14 947ms 3s478ms 2s81ms 67 2m19s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Dec 05 14 67 2m19s 2s81ms [ User: pgperfstats - Total duration: 2m19s - Times executed: 67 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 990, '2021-12-05 00:00:00', 0.302168392322627, 0.556791666666667, 0.281622421702883, 0.708166666666667, 0.30425288633073, 0.808916666666667, 0.479419166616063, 1.01029166666667, 1.05908808104227, 2.83079166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1005, '2021-12-05 00:00:00', 0.127623874180615, 0.333125, 0.165644803984177, 0.459875000000001, 0.219717539357806, 0.568333333333333, 0.478977738431593, 0.80975, 0.985735078470649, 2.73541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1020, '2021-12-05 00:00:00', 0.159037725676664, 0.293708333333333, 0.183129552424, 0.392458333333334, 0.203840232976, 0.497166666666667, 0.412096223109906, 0.735083333333334, 0.974073483970236, 2.70625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1035, '2021-12-05 00:00:00', 0.136939741323048, 0.256166666666667, 0.169788225936508, 0.347041666666666, 0.163185671570139, 0.430541666666666, 0.363641941965612, 0.668375, 0.978412799836582, 2.67304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1050, '2021-12-05 00:00:00', 0.121186405704337, 0.228666666666666, 0.147199946587498, 0.302541666666667, 0.160548493735006, 0.375583333333333, 0.365903200551612, 0.62775, 0.984801267379305, 2.65216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1065, '2021-12-05 00:00:00', 0.118305969994044, 0.196958333333334, 0.124881596095974, 0.27725, 0.154160789155489, 0.346625, 0.365205637427321, 0.609875000000001, 0.985118575957053, 2.654 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1080, '2021-12-05 00:00:00', 0.0921787802926016, 0.190666666666666, 0.113679915501401, 0.254583333333334, 0.154743540756301, 0.341208333333334, 0.359647772031936, 0.592458333333334, 0.981252282375265, 2.65570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1095, '2021-12-05 00:00:00', 0.0813807365127786, 0.171708333333334, 0.0988670238542508, 0.241583333333334, 0.129441771084334, 0.331708333333334, 0.358212136565204, 0.568750000000001, 0.966917939918498, 2.64195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1110, '2021-12-05 00:00:00', 0.0680625777704142, 0.146416666666667, 0.103857544226472, 0.208041666666666, 0.110582646645532, 0.3025, 0.369384172192944, 0.550833333333334, 0.965033196658112, 2.656125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1125, '2021-12-05 00:00:00', 0.0970817580888556, 0.152791666666666, 0.101152346000719, 0.224166666666667, 0.115864042952398, 0.306041666666667, 0.367567737521489, 0.558708333333334, 0.988551373900507, 2.83741666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1140, '2021-12-05 00:00:00', 0.0659705138349866, 0.13775, 0.0713204520741283, 0.194541666666667, 0.249466909890741, 0.321500000000001, 0.375410413095946, 0.583750000000001, 1.00643737790892, 2.88175 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1155, '2021-12-05 00:00:00', 0.0573319219576879, 0.118083333333333, 0.0904790391291774, 0.18725, 0.380270984613776, 0.31825, 0.385758651644834, 0.951208333333334, 1.00612422429347, 2.90170833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1170, '2021-12-05 00:00:00', 0.0683739584081969, 0.128291666666667, 0.251301827879649, 0.2125, 0.37901741528188, 0.295874999999999, 0.418470504821782, 1.01120833333333, 1.0071417980847, 2.90841666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1185, '2021-12-05 00:00:00', 0.256811835476054, 0.157166666666667, 0.38861171523436, 0.23125, 0.377078039437577, 0.29225, 0.437919455237332, 1.07133333333333, 1.00728036409138, 2.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1200, '2021-12-05 00:00:00', 0.295090255782821, 0.167208333333334, 0.289180801976694, 0.208166666666667, 0.279752967501843, 0.269625, 0.474225117382578, 1.139625, 1.00965676116308, 2.89208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1215, '2021-12-05 00:00:00', 0.0741101804111941, 0.124333333333333, 0.0933333495082799, 0.171625, 0.115436404161758, 0.242208333333333, 0.487820767751101, 1.15716666666667, 1.01329028917923, 2.89708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1230, '2021-12-05 00:00:00', 0.0576294855841664, 0.116875000000001, 0.0641410922119733, 0.164583333333333, 0.0982152324441472, 0.236166666666666, 0.50020203889043, 1.18691666666667, 1.01853053784447, 2.90625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1245, '2021-12-05 00:00:00', 0.0522689359626407, 0.109291666666665, 0.0832494831772262, 0.173041666666665, 0.103377938596229, 0.220708333333333, 0.510095302263511, 1.1965, 1.03108670687845, 2.92283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1260, '2021-12-05 00:00:00', 0.0734917919108028, 0.125, 0.0708194146597784, 0.167541666666667, 0.0886848250176195, 0.213958333333334, 0.503722375802443, 1.19883333333333, 1.03231553428147, 2.92333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1275, '2021-12-05 00:00:00', 0.0529092057960711, 0.112083333333334, 0.060266662859112, 0.142625, 0.0965840382738028, 0.215041666666666, 0.502889188819846, 1.21133333333333, 1.03130169611312, 2.92166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1290, '2021-12-05 00:00:00', 0.0438878676576589, 0.103833333333334, 0.0553879434115609, 0.156791666666666, 0.0865627024143501, 0.220833333333333, 0.523979074631967, 1.226375, 1.02968088133718, 2.91875 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1305, '2021-12-05 00:00:00', 0.0492320739096909, 0.109833333333332, 0.0860420776738617, 0.164249999999999, 0.132434882823242, 0.236291666666666, 0.523820905061748, 1.22841666666667, 1.03071290141578, 2.91195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1320, '2021-12-05 00:00:00', 0.0525068412632736, 0.111173913043478, 0.0633786849619805, 0.158304347826087, 0.173729379303564, 0.296478260869565, 0.519045296446124, 1.28073913043478, 1.05164940655539, 2.92373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1335, '2021-12-05 00:00:00', 0.0630636794675369, 0.109130434782609, 0.12959244415099, 0.175260869565217, 0.314741741172606, 0.855000000000001, 0.517546854918057, 1.29573913043478, 1.05202011207274, 2.91895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1350, '2021-12-05 00:00:00', 0.0813554636299892, 0.132565217391304, 0.134994905481389, 0.241478260869566, 0.327183911971484, 0.924695652173914, 0.513859626177247, 1.29852173913043, 1.04581832474835, 2.90182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 1365, '2021-12-05 00:00:00', 0.0902835016596983, 0.185739130434783, 0.286141545724705, 0.808434782608696, 0.343591171715211, 0.972434782608697, 0.535466037644177, 1.32017391304348, 1.04242331307217, 2.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 990, '2021-12-05 00:00:00', 0.23314931828205, 0.587269230769231, 0.251330774998882, 0.682961538461539, 0.327378463649547, 0.860538461538462, 0.523293781291601, 1.15630769230769, 1.04958143818601, 2.75465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1005, '2021-12-05 00:00:00', 0.130931602813777, 0.33373076923077, 0.164723525945749, 0.492000000000001, 0.291873673938678, 0.679192307692308, 0.528372544852442, 1.00311538461538, 1.07567947828338, 2.6565 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1020, '2021-12-05 00:00:00', 0.111758069748211, 0.348884615384615, 0.196285212421578, 0.497730769230769, 0.22654664997608, 0.61976923076923, 0.512846025775617, 0.910615384615384, 1.08481519801584, 2.63357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1035, '2021-12-05 00:00:00', 0.15390491070288, 0.285807692307692, 0.162191970777273, 0.368346153846154, 0.174271781554428, 0.489576923076923, 0.52117373450555, 0.791307692307692, 1.08076481466385, 2.57023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1050, '2021-12-05 00:00:00', 0.141499681978441, 0.255999999999999, 0.13954416450054, 0.346423076923076, 0.155058842428882, 0.42326923076923, 0.556504089417554, 0.767807692307692, 1.08258505226362, 2.55565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1065, '2021-12-05 00:00:00', 0.0888401849476823, 0.220461538461538, 0.119833910700796, 0.301615384615383, 0.155464252631124, 0.366423076923076, 0.564241503122691, 0.725076923076924, 1.08825944587606, 2.52469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1080, '2021-12-05 00:00:00', 0.0788879243952115, 0.191230769230769, 0.107624275214213, 0.249230769230769, 0.164909023870273, 0.333115384615384, 0.591137272877134, 0.714653846153847, 1.10558776849518, 2.52207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1095, '2021-12-05 00:00:00', 0.0742276332538065, 0.173307692307691, 0.107251085703667, 0.244653846153846, 0.139166729003518, 0.334461538461538, 0.675797481043407, 0.732346153846154, 1.09716766897597, 2.51642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1110, '2021-12-05 00:00:00', 0.0669584486540265, 0.169923076923076, 0.101472459317787, 0.233499999999999, 0.112079257670633, 0.316999999999999, 0.671307972428567, 0.724076923076923, 1.09230789404115, 2.51415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1125, '2021-12-05 00:00:00', 0.0722586912525986, 0.158961538461538, 0.0729417892252764, 0.22176923076923, 0.123767679389809, 0.313961538461539, 0.671482259345237, 0.721769230769231, 1.09551485332064, 2.59307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1140, '2021-12-05 00:00:00', 0.0631387726787957, 0.160230769230769, 0.0947628700412854, 0.218807692307693, 0.186053739135106, 0.346076923076923, 0.673106396893136, 0.737692307692308, 1.10968616561343, 2.63988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1155, '2021-12-05 00:00:00', 0.0648709132401845, 0.142346153846153, 0.0874949932633519, 0.199423076923077, 0.33289509551116, 0.358769230769231, 0.700115332257149, 1.08896153846154, 1.07799086980578, 2.66634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1170, '2021-12-05 00:00:00', 0.0491855513493396, 0.126461538461539, 0.16244514813883, 0.240884615384615, 0.465395965405143, 0.365730769230769, 0.778491195543316, 1.18969230769231, 1.08013202042087, 2.68730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1185, '2021-12-05 00:00:00', 0.155810654321198, 0.183, 0.332634928088761, 0.261346153846153, 0.515151390743163, 0.375653846153845, 0.884741072074414, 1.22626923076923, 1.08222699808525, 2.68165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1200, '2021-12-05 00:00:00', 0.283486049039454, 0.1895, 0.415492954675065, 0.267346153846154, 0.459852156843747, 0.368384615384615, 0.836461603330454, 1.22742307692308, 1.04743928922653, 2.68976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1215, '2021-12-05 00:00:00', 0.157733587467555, 0.163269230769231, 0.211790277251959, 0.225807692307692, 0.216306481285592, 0.297423076923077, 0.606149508086781, 1.19711538461539, 0.940946417995447, 2.64180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1230, '2021-12-05 00:00:00', 0.106795714405516, 0.156730769230769, 0.117899983688913, 0.220615384615384, 0.180223860795402, 0.306999999999999, 0.524589879370983, 1.18569230769231, 0.925383685912955, 2.61438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1245, '2021-12-05 00:00:00', 0.077606433119545, 0.158038461538461, 0.11562026040182, 0.20973076923077, 0.17999848289959, 0.307576923076923, 0.537148998094427, 1.19638461538462, 0.921966297565239, 2.61542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1260, '2021-12-05 00:00:00', 0.0592266701878343, 0.126038461538461, 0.118664309973718, 0.202538461538461, 0.207328446228164, 0.298269230769231, 0.494412135773385, 1.189, 0.917692997936423, 2.59696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1275, '2021-12-05 00:00:00', 0.103852558207075, 0.158076923076923, 0.136561763992032, 0.206653846153846, 0.244569867318114, 0.3235, 0.470279192035474, 1.18903846153846, 0.910928277173262, 2.58738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1290, '2021-12-05 00:00:00', 0.0679230333652613, 0.125461538461539, 0.128624031729928, 0.200692307692308, 0.209809279695046, 0.304423076923077, 0.454922696729895, 1.1855, 0.915492261867058, 2.57580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1305, '2021-12-05 00:00:00', 0.0882464730173392, 0.141, 0.162452965974298, 0.222615384615384, 0.187570163282559, 0.298615384615385, 0.446616614111029, 1.172, 0.924163382991091, 2.56003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1320, '2021-12-05 00:00:00', 0.109133710038038, 0.152, 0.113254477468516, 0.199080000000001, 0.133564054545624, 0.308759999999999, 0.447307213594117, 1.15808, 0.945213102956154, 2.55332 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1335, '2021-12-05 00:00:00', 0.0705399886589162, 0.13616, 0.0799714115585482, 0.19848, 0.28753270538613, 0.79984, 0.441040296722797, 1.15672, 0.946435581537381, 2.55332 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1350, '2021-12-05 00:00:00', 0.0623244735236493, 0.14544, 0.10377038755509, 0.253279999999999, 0.332076170980896, 0.928400000000001, 0.461430735141617, 1.16264, 0.946027489029785, 2.55452 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 1365, '2021-12-05 00:00:00', 0.0964418132001543, 0.206759999999999, 0.290338118980842, 0.77584, 0.407490183930853, 0.970000000000001, 0.455464323520515, 1.1556, 0.947697425342077, 2.55292 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 990, '2021-12-05 00:00:00', 0.234223640664545, 0.544076923076923, 0.299295246563297, 0.69773076923077, 0.388331977327884, 0.821269230769231, 0.442286082147674, 1.01653846153846, 0.968711483601562, 2.49553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1005, '2021-12-05 00:00:00', 0.1246329750168, 0.381538461538462, 0.217232041835453, 0.497, 0.239546767555218, 0.605423076923078, 0.368737555200693, 0.858769230769231, 0.984423036019655, 2.44392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1020, '2021-12-05 00:00:00', 0.145172857179083, 0.312038461538461, 0.141711803970648, 0.390653846153847, 0.166686236799748, 0.506692307692308, 0.38897259543572, 0.785, 0.979104363888046, 2.44234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1035, '2021-12-05 00:00:00', 0.0951797974685485, 0.255076923076924, 0.141989923802848, 0.377538461538462, 0.164306659821014, 0.467038461538462, 0.435360372388386, 0.794576923076924, 0.983917814735482, 2.43511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1050, '2021-12-05 00:00:00', 0.0969546206301611, 0.239038461538461, 0.0960150068398765, 0.324807692307693, 0.123069436310751, 0.421615384615385, 0.446028445108778, 0.755576923076923, 0.989278885777996, 2.42492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1065, '2021-12-05 00:00:00', 0.07071411566191, 0.219384615384616, 0.10542867804277, 0.296615384615385, 0.120229530482323, 0.390500000000001, 0.461380823848786, 0.72423076923077, 0.994978711020801, 2.41734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1080, '2021-12-05 00:00:00', 0.0669835456258877, 0.208346153846154, 0.0760126710084967, 0.275615384615385, 0.215502564682222, 0.417346153846155, 0.465848380748666, 0.700923076923077, 0.999876645468753, 2.40788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1095, '2021-12-05 00:00:00', 0.0434742894841739, 0.173423076923077, 0.0688143992087528, 0.257692307692308, 0.287737960384364, 0.375423076923077, 0.512753274002225, 0.704, 0.993067366217496, 2.39992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1110, '2021-12-05 00:00:00', 0.0639774960435305, 0.179, 0.230486669062192, 0.284769230769231, 0.286522226282441, 0.347884615384615, 0.571746608748477, 0.72076923076923, 0.976933528956807, 2.421 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1125, '2021-12-05 00:00:00', 0.226253747950256, 0.201961538461539, 0.28942689258921, 0.263615384615385, 0.279802105891893, 0.331461538461539, 0.5744657732323, 0.707730769230769, 0.99002771367581, 2.50807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1140, '2021-12-05 00:00:00', 0.148961456036841, 0.168653846153846, 0.150681712432327, 0.228461538461538, 0.165041090454655, 0.297807692307692, 0.560311407920768, 0.721076923076923, 0.966713073333471, 2.56038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1155, '2021-12-05 00:00:00', 0.0536579480097348, 0.137846153846154, 0.0664731409032134, 0.189961538461538, 0.154083998070983, 0.288038461538462, 0.761916219904687, 1.13338461538462, 0.985799796338758, 2.58696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1170, '2021-12-05 00:00:00', 0.0618792496598134, 0.140807692307692, 0.104651516950305, 0.2055, 0.196713786619427, 0.293923076923077, 0.746309122384181, 1.15411538461538, 1.01693059516597, 2.61865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1185, '2021-12-05 00:00:00', 0.0755810721115975, 0.139461538461538, 0.112374901386113, 0.205038461538461, 0.190556383741441, 0.299846153846154, 0.746910127432705, 1.17746153846154, 1.02403326042738, 2.62203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1200, '2021-12-05 00:00:00', 0.0866316694624221, 0.147615384615385, 0.120397834123121, 0.196961538461539, 0.172740966590041, 0.277807692307693, 0.739410521970035, 1.195, 1.04311593573515, 2.62784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1215, '2021-12-05 00:00:00', 0.0732563045330986, 0.140615384615384, 0.115777777859802, 0.208423076923077, 0.275983357915208, 0.346423076923077, 0.73259264365571, 1.20769230769231, 1.05807751351939, 2.62476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1230, '2021-12-05 00:00:00', 0.0645323532453659, 0.13323076923077, 0.0936991667313754, 0.190576923076923, 0.262102601753881, 0.334423076923077, 0.713030831138351, 1.22261538461538, 1.06659218361745, 2.62438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1245, '2021-12-05 00:00:00', 0.0706433403687965, 0.138192307692308, 0.267850245185912, 0.264923076923077, 0.266752723293718, 0.319846153846154, 0.716965658441613, 1.25234615384615, 1.07644455786345, 2.62938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1260, '2021-12-05 00:00:00', 0.272178541515561, 0.223961538461538, 0.266446395243886, 0.271192307692308, 0.273997397517118, 0.313576923076923, 0.728809293405241, 1.28388461538462, 1.07843455277332, 2.64126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1275, '2021-12-05 00:00:00', 0.0601273136449137, 0.147576923076923, 0.0952599358839558, 0.201153846153846, 0.271657907047704, 0.313538461538461, 0.717943991815946, 1.29684615384615, 1.08376574037012, 2.6445 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1290, '2021-12-05 00:00:00', 0.067891043931831, 0.136923076923077, 0.105554222303771, 0.195423076923078, 0.325283036517667, 0.346423076923077, 0.734991931928508, 1.3185, 1.08018692755538, 2.65403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1305, '2021-12-05 00:00:00', 0.0751698077688107, 0.1385, 0.258257310567462, 0.231038461538461, 0.319217707239721, 0.344769230769231, 0.727159722164575, 1.33930769230769, 1.08428203256987, 2.66238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1320, '2021-12-05 00:00:00', 0.0696978478864301, 0.14696, 0.116930534934208, 0.227399999999999, 0.186692197658784, 0.367319999999999, 0.712752932883011, 1.30308, 1.11382686865299, 2.66528 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1335, '2021-12-05 00:00:00', 0.0878200242921095, 0.15376, 0.112085413859253, 0.20516, 0.699576221722838, 0.901159999999999, 0.721948516169956, 1.29592, 1.10338973924297, 2.703 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1350, '2021-12-05 00:00:00', 0.060683660623488, 0.14844, 0.130548994634199, 0.288039999999999, 0.683891967589424, 0.943159999999999, 0.717148562014873, 1.30332, 1.11352731593497, 2.733 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 1365, '2021-12-05 00:00:00', 0.109819169547033, 0.239, 0.681479852967057, 0.87896, 0.674874798265081, 0.99392, 0.707751243964526, 1.29564, 1.11882628231553, 2.739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 990, '2021-12-05 00:00:00', 0.319754609036367, 0.580519999999999, 0.306794540368632, 0.66184, 0.344832432736057, 0.77336, 0.475644871025993, 1.07028, 1.09288269879861, 2.61852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1005, '2021-12-05 00:00:00', 0.104124812925002, 0.33268, 0.16606165521677, 0.44816, 0.185989919081654, 0.5866, 0.357043064629465, 0.9238, 1.09244711237356, 2.51012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1020, '2021-12-05 00:00:00', 0.112424611777552, 0.291719999999999, 0.123268838992937, 0.40296, 0.198846280662559, 0.54748, 0.329243213040654, 0.84452, 1.11157721579145, 2.46864 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1035, '2021-12-05 00:00:00', 0.0675212805960708, 0.24496, 0.107627087668487, 0.33156, 0.170635947756229, 0.46928, 0.309028046192143, 0.7582, 1.12167876417449, 2.4282 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1050, '2021-12-05 00:00:00', 0.0795178596291434, 0.233560000000001, 0.119209898917832, 0.322200000000001, 0.186372047260312, 0.440960000000001, 0.343720050816552, 0.72516, 1.12503911487557, 2.42448 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1065, '2021-12-05 00:00:00', 0.0970562551650671, 0.207, 0.139490836019193, 0.282880000000001, 0.181248236773033, 0.393560000000001, 0.36963248414247, 0.69344, 1.15700072025331, 2.438 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1080, '2021-12-05 00:00:00', 0.0947625629314309, 0.19788, 0.124426524503419, 0.28372, 0.263927717377316, 0.39456, 0.319540258287851, 0.66532, 1.16880988331436, 2.41428 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1095, '2021-12-05 00:00:00', 0.075167324461275, 0.18172, 0.0939858677319809, 0.24448, 0.238392379632125, 0.39252, 0.331678694924269, 0.66556, 1.17003725296818, 2.40356 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1110, '2021-12-05 00:00:00', 0.0889515411146248, 0.19328, 0.212010219879452, 0.2952, 0.226450708396626, 0.38456, 0.314183953547387, 0.65684, 1.16677631818042, 2.39832 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1125, '2021-12-05 00:00:00', 0.179947464555632, 0.18756, 0.181105613754333, 0.26308, 0.186550109443371, 0.329120000000001, 0.291899600319471, 0.61628, 1.21246773152938, 2.537 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1140, '2021-12-05 00:00:00', 0.0744121853820557, 0.171560000000001, 0.082142295236174, 0.210760000000001, 0.0941649616364811, 0.297040000000001, 0.266795789571975, 0.60008, 1.24193142591154, 2.624 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1155, '2021-12-05 00:00:00', 0.0581308007858141, 0.14224, 0.0745230836721076, 0.200760000000001, 0.11283227966027, 0.29904, 0.487728930862215, 0.96548, 1.29940548200578, 2.67724 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1170, '2021-12-05 00:00:00', 0.0455211306245063, 0.141560000000001, 0.0737569657727326, 0.19456, 0.123544836665345, 0.28692, 0.533686946314659, 1.03144, 1.28547600522141, 2.68968 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1185, '2021-12-05 00:00:00', 0.0556056951519664, 0.13308, 0.0776515292830724, 0.204479999999999, 0.127660200010288, 0.27972, 0.573620815521891, 1.11544, 1.28092071313307, 2.69504 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1200, '2021-12-05 00:00:00', 0.0584889733197624, 0.147719999999998, 0.0986695326160347, 0.208519999999999, 0.126111300048805, 0.26668, 0.605590070372139, 1.1534, 1.27714176320929, 2.7046 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1215, '2021-12-05 00:00:00', 0.0769393267451699, 0.15008, 0.0950377468868733, 0.19656, 0.117205545943868, 0.27184, 0.612462072295092, 1.16504, 1.25881141955418, 2.71824 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1230, '2021-12-05 00:00:00', 0.0457233711209777, 0.12372, 0.0638173957475535, 0.17008, 0.108350942158647, 0.24652, 0.631371303856401, 1.17216, 1.25441440521065, 2.737 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1245, '2021-12-05 00:00:00', 0.0531034211076213, 0.119160000000001, 0.0775606859175446, 0.17808, 0.135347983607686, 0.26808, 0.645238594113318, 1.17152, 1.25703154561318, 2.74184 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1260, '2021-12-05 00:00:00', 0.0414399967824969, 0.13024, 0.0733582987807109, 0.182239999999999, 0.136969242289404, 0.26736, 0.659439681345711, 1.17588, 1.25391430727941, 2.75256 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1275, '2021-12-05 00:00:00', 0.0594601547256639, 0.14252, 0.115402296337637, 0.199760000000001, 0.255494076904598, 0.30884, 0.707451253915537, 1.19212, 1.25466325761138, 2.75416 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1290, '2021-12-05 00:00:00', 0.0682908729870487, 0.129320000000001, 0.0898568676655645, 0.177440000000001, 0.220503023410867, 0.31, 0.709379933463019, 1.17884, 1.25890708817874, 2.75284 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1305, '2021-12-05 00:00:00', 0.0671971477569315, 0.13204, 0.223250061590137, 0.226439999999999, 0.215988811438618, 0.313799999999999, 0.702933199766046, 1.1718, 1.25637862525594, 2.7516 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1320, '2021-12-05 00:00:00', 0.0458276346918462, 0.129458333333333, 0.0787065269930281, 0.19775, 0.0799334868427535, 0.328833333333333, 0.71563239363942, 1.165625, 1.30666402321531, 2.775 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1335, '2021-12-05 00:00:00', 0.0488377230059483, 0.142583333333334, 0.0614148255480822, 0.204041666666666, 0.451262568575216, 0.805416666666666, 0.716283564607994, 1.15883333333333, 1.30671591891797, 2.77883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1350, '2021-12-05 00:00:00', 0.0566168792366082, 0.151083333333334, 0.0936794952275409, 0.26925, 0.501811788076141, 0.874125, 0.708097725948017, 1.14995833333333, 1.30194729295129, 2.78583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 1365, '2021-12-05 00:00:00', 0.0826274597300999, 0.221583333333333, 0.433676979820334, 0.766625, 0.550306158200708, 0.964791666666667, 0.696017916592231, 1.148625, 1.30187046874538, 2.79125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 990, '2021-12-05 00:00:00', 0.25332741963408, 0.560307692307692, 0.298631133417388, 0.671923076923077, 0.379218483807868, 0.813461538461538, 0.492438380370111, 0.994038461538461, 1.19279630345607, 2.69069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1005, '2021-12-05 00:00:00', 0.133374804447986, 0.353038461538462, 0.173124930435977, 0.487192307692308, 0.183230548343212, 0.606076923076924, 0.353401077443832, 0.835192307692307, 1.13517342355186, 2.63469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1020, '2021-12-05 00:00:00', 0.125210444391095, 0.306153846153846, 0.161862353678864, 0.412307692307693, 0.180952216387047, 0.522769230769231, 0.333510991630653, 0.760307692307691, 1.12394300498804, 2.61003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1035, '2021-12-05 00:00:00', 0.108513600707292, 0.275192307692308, 0.130445933391813, 0.382307692307692, 0.158878376318297, 0.461461538461539, 0.265764592189287, 0.69353846153846, 1.13411833326428, 2.57992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1050, '2021-12-05 00:00:00', 0.0991618180241071, 0.258884615384615, 0.113909410700582, 0.317076923076922, 0.162496352621788, 0.429230769230769, 0.25900649531505, 0.66026923076923, 1.13256832974371, 2.56630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1065, '2021-12-05 00:00:00', 0.062517246851138, 0.178615384615384, 0.131838922699109, 0.277692307692308, 0.176859931540797, 0.398653846153846, 0.232922516003796, 0.611538461538461, 1.13460590243756, 2.54507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1080, '2021-12-05 00:00:00', 0.0997181335256836, 0.203884615384616, 0.120664499909715, 0.285192307692307, 0.161813644000175, 0.376153846153846, 0.238367395808688, 0.593846153846154, 1.13367704328064, 2.53903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1095, '2021-12-05 00:00:00', 0.0794158771182538, 0.192192307692307, 0.125434070945044, 0.273115384615384, 0.138200528775566, 0.346884615384616, 0.256360827440844, 0.576923076923077, 1.12751586446284, 2.52476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1110, '2021-12-05 00:00:00', 0.0912545046306462, 0.180230769230769, 0.102478125245566, 0.239384615384616, 0.113944574920643, 0.307384615384616, 0.254026603694604, 0.554653846153846, 1.12694422495252, 2.52861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1125, '2021-12-05 00:00:00', 0.0632456626667305, 0.162423076923077, 0.077158577966718, 0.226384615384615, 0.142555581602944, 0.302423076923077, 0.247023925966696, 0.5355, 1.16344950040816, 2.6655 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1140, '2021-12-05 00:00:00', 0.0660718140766893, 0.158269230769231, 0.0746253411279409, 0.204307692307692, 0.125844763956967, 0.273230769230769, 0.235433782949359, 0.535115384615385, 1.14761477589222, 2.68992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1155, '2021-12-05 00:00:00', 0.0486666051984157, 0.133038461538461, 0.101530419844724, 0.194884615384615, 0.181707800095055, 0.279269230769231, 0.465474383332168, 1.03719230769231, 1.18448059437947, 2.67103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1170, '2021-12-05 00:00:00', 0.0776010408336219, 0.148192307692307, 0.0866099656728156, 0.190615384615384, 0.167913329291769, 0.269384615384616, 0.448899586167706, 1.11796153846154, 1.1818312804223, 2.68915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1185, '2021-12-05 00:00:00', 0.0689546562270068, 0.14023076923077, 0.171293724345056, 0.2145, 0.171307447410968, 0.270192307692308, 0.446537732060625, 1.14011538461539, 1.17049116843512, 2.69384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1200, '2021-12-05 00:00:00', 0.0405140716294971, 0.13516, 0.0535069154409045, 0.169640000000001, 0.0813462148269155, 0.24704, 0.476352992363156, 1.16844, 1.19733606811121, 2.72408 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1215, '2021-12-05 00:00:00', 0.0407591707472074, 0.10968, 0.0722011080247382, 0.166999999999999, 0.066210699034722, 0.23276, 0.473860218489237, 1.17056, 1.19047864603556, 2.75136 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1230, '2021-12-05 00:00:00', 0.0459538899332792, 0.119519999999999, 0.0540244389142534, 0.16784, 0.0866388673363941, 0.235719999999999, 0.476639405980384, 1.18896, 1.19114290354544, 2.7746 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1245, '2021-12-05 00:00:00', 0.0453529491874556, 0.113840000000001, 0.0376606779900022, 0.15608, 0.0866366358226509, 0.22764, 0.465931976437191, 1.19724, 1.17788472129775, 2.7878 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1260, '2021-12-05 00:00:00', 0.0310224112538027, 0.11616, 0.0517573827262037, 0.16608, 0.0768067271359302, 0.22724, 0.461261957387918, 1.19448, 1.17168489506921, 2.79792 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1275, '2021-12-05 00:00:00', 0.0413596824617086, 0.12096, 0.0562849891178811, 0.162199999999999, 0.153624813533925, 0.2498, 0.458997592586279, 1.20404, 1.16855843242861, 2.80432 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1290, '2021-12-05 00:00:00', 0.0478036958124917, 0.11888, 0.0731637888576036, 0.165240000000001, 0.169886452275238, 0.260640000000001, 0.453392883343647, 1.20124, 1.16383780084111, 2.81152 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1305, '2021-12-05 00:00:00', 0.0536623083116384, 0.12032, 0.157034359297575, 0.19104, 0.173052429434936, 0.27668, 0.448670822169958, 1.20944, 1.1582636674494, 2.82116 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1320, '2021-12-05 00:00:00', 0.0555793596345927, 0.12375, 0.0846537277571895, 0.182916666666667, 0.108418940534698, 0.281166666666666, 0.453631881659535, 1.22266666666667, 1.17286931005899, 2.860375 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1335, '2021-12-05 00:00:00', 0.0688735451199613, 0.1355, 0.0845411742580359, 0.193083333333332, 0.467420945807642, 0.967416666666666, 0.457843424599802, 1.22041666666667, 1.18069207090772, 2.857125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1350, '2021-12-05 00:00:00', 0.0843901288100672, 0.148291666666667, 0.102616414979225, 0.227708333333333, 0.438763942344228, 1.05366666666667, 0.482836786418393, 1.25166666666667, 1.17791604776389, 2.85270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 1365, '2021-12-05 00:00:00', 0.0827819621709321, 0.186625, 0.47157017244121, 0.934416666666667, 0.451747859566804, 1.05904166666667, 0.558987723802875, 1.27266666666667, 1.1920827582581, 2.84454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 930, '2021-12-05 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 945, '2021-12-05 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 960, '2021-12-05 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 1, 975, '2021-12-05 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 930, '2021-12-05 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 945, '2021-12-05 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 960, '2021-12-05 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 2, 975, '2021-12-05 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 930, '2021-12-05 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 945, '2021-12-05 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 960, '2021-12-05 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 3, 975, '2021-12-05 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 930, '2021-12-05 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 2.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 945, '2021-12-05 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 960, '2021-12-05 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 4, 975, '2021-12-05 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 930, '2021-12-05 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 945, '2021-12-05 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 960, '2021-12-05 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 975, '2021-12-05 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:51:10 Duration: 3s478ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 990, '2021-12-05 00:00:00', 0.405144704869824, 0.890833333333334, 0.450828504622, 1.10808333333333, 0.543150945203412, 1.27908333333333, 0.77990744527053, 1.82216666666667, 1.82893238042688, 4.323 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1005, '2021-12-05 00:00:00', 0.28695770215501, 0.531874999999999, 0.400780215076911, 0.744791666666667, 0.572211777963871, 0.924166666666668, 0.764548762200686, 1.464875, 1.71023030432763, 4.08604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1020, '2021-12-05 00:00:00', 0.221477057404418, 0.4655, 0.270240579881133, 0.586833333333332, 0.40168719353407, 0.789416666666667, 0.628439198401052, 1.3135, 1.72941762627971, 4.03025 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1035, '2021-12-05 00:00:00', 0.222411861715785, 0.343083333333331, 0.326810675148933, 0.512500000000001, 0.393387407238606, 0.729, 0.582176088643635, 1.22495833333333, 1.75927966772635, 3.99191666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1050, '2021-12-05 00:00:00', 0.19459072154921, 0.382625, 0.22467985275027, 0.517416666666663, 0.294507027917426, 0.660958333333333, 0.513046287145345, 1.14566666666666, 1.78748187383127, 3.95933333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1065, '2021-12-05 00:00:00', 0.123847900814797, 0.264708333333329, 0.18509667959502, 0.394458333333332, 0.222795573909409, 0.587041666666663, 0.437389569914014, 1.00637499999999, 1.81552825386434, 3.88783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1080, '2021-12-05 00:00:00', 0.113384941361438, 0.264333333333335, 0.10369981761755, 0.348000000000004, 0.199401273199601, 0.576208333333332, 0.430898320162471, 0.948666666666662, 1.83653418076044, 3.87316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1095, '2021-12-05 00:00:00', 0.0981796545380857, 0.239125000000004, 0.179938591578156, 0.381625000000002, 0.234904293647247, 0.576125000000002, 0.507023194664241, 0.939791666666665, 1.82930448838674, 3.86204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1110, '2021-12-05 00:00:00', 0.150220683073898, 0.260416666666662, 0.208977839300821, 0.395541666666665, 0.241315683406546, 0.534958333333332, 0.520544753676095, 0.915666666666663, 1.84324181967454, 3.86916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1125, '2021-12-05 00:00:00', 0.15493390362588, 0.249583333333334, 0.175218740105213, 0.356291666666669, 0.225748701988021, 0.471041666666668, 0.489273328000571, 0.862958333333333, 1.90409885063014, 4.07145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1140, '2021-12-05 00:00:00', 0.105387268914586, 0.208708333333332, 0.119323933420568, 0.293125, 0.169389948669171, 0.406208333333333, 0.400882610939439, 0.858208333333331, 1.98724807126315, 4.157125 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1155, '2021-12-05 00:00:00', 0.107844056765821, 0.211916666666665, 0.131544999739715, 0.302999999999998, 0.178007566807088, 0.421208333333331, 0.904786706188621, 1.551125, 1.97362484458772, 4.177625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1170, '2021-12-05 00:00:00', 0.101585394576707, 0.187875000000002, 0.137167305015512, 0.267000000000004, 0.16002037347643, 0.393458333333336, 0.974460292838473, 1.72941666666667, 2.02272366913196, 4.21945833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1185, '2021-12-05 00:00:00', 0.0895457032526693, 0.186791666666666, 0.128063835701155, 0.283541666666666, 0.141112190693501, 0.365041666666664, 0.981283188306094, 1.7995, 2.00986371843134, 4.23758333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1200, '2021-12-05 00:00:00', 0.0903751841660302, 0.194249999999993, 0.102250961159154, 0.268708333333331, 0.133402192364056, 0.383833333333331, 0.963923515367408, 1.82175, 1.98075783650704, 4.26195833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1215, '2021-12-05 00:00:00', 0.0925699109095252, 0.19166666666667, 0.105868654952489, 0.257208333333337, 0.171176809176942, 0.395250000000003, 0.943755187143822, 1.826875, 1.97823195654935, 4.25125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1230, '2021-12-05 00:00:00', 0.0652218066138222, 0.167666666666668, 0.128186006154781, 0.277, 0.189959015411832, 0.386083333333332, 0.954514140578974, 1.840875, 1.96521810383789, 4.25375 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1245, '2021-12-05 00:00:00', 0.0945954678419223, 0.180708333333331, 0.12847373272385, 0.263249999999998, 0.169162723949202, 0.345124999999998, 0.976583452210017, 1.88775, 1.94196090527299, 4.225625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1260, '2021-12-05 00:00:00', 0.111118742793462, 0.186374999999997, 0.136740888735499, 0.253624999999997, 0.184644738207797, 0.322874999999996, 0.941927868095881, 1.92875, 1.91413780492207, 4.22116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1275, '2021-12-05 00:00:00', 0.0836063498732623, 0.162250000000001, 0.098757929419308, 0.209208333333332, 0.228034318387208, 0.351458333333332, 0.951907634661857, 1.96866666666667, 1.91217246082239, 4.22195833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1290, '2021-12-05 00:00:00', 0.0715474784088633, 0.149791666666663, 0.0918626002181547, 0.215291666666662, 0.225674444078512, 0.37345833333333, 0.973543858759086, 2.00208333333333, 1.91141029010034, 4.22158333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1305, '2021-12-05 00:00:00', 0.0680458072481902, 0.161333333333333, 0.180807002357345, 0.280708333333334, 0.201751299764146, 0.401249999999997, 0.978359348344334, 2.02516666666667, 1.89990887605665, 4.22779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1320, '2021-12-05 00:00:00', 0.131921973585239, 0.194043478260871, 0.156542661096218, 0.281173913043475, 0.284388165116801, 0.471913043478258, 0.970667055996457, 2.08952173913044, 1.9154972047753, 4.29421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1335, '2021-12-05 00:00:00', 0.101075461967082, 0.189391304347822, 0.157392814396708, 0.280956521739126, 0.839516327435993, 1.44386956521739, 0.990095629588991, 2.10608695652174, 1.94903425867838, 4.35221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1350, '2021-12-05 00:00:00', 0.124336786043538, 0.219999999999998, 0.242609764897698, 0.388043478260865, 0.896126561501914, 1.62221739130435, 0.985105662357038, 2.0885652173913, 1.95376640517947, 4.3315652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1365, '2021-12-05 00:00:00', 0.204872224712132, 0.286913043478259, 0.80363672401759, 1.34243478260869, 0.887009388973127, 1.64226086956522, 0.978480220291637, 2.04521739130435, 1.94572852933841, 4.27134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 990, '2021-12-05 00:00:00', 0.482603777600056, 1.01761538461538, 0.622488392230358, 1.25203846153846, 0.664018813449875, 1.40576923076923, 0.791836499246185, 1.76219230769231, 1.66577914918099, 3.96042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1005, '2021-12-05 00:00:00', 0.316078627024255, 0.632461538461541, 0.364499929302512, 0.822038461538462, 0.367417657965175, 0.933153846153846, 0.603282018500595, 1.36092307692308, 1.59482257947397, 3.7855 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1020, '2021-12-05 00:00:00', 0.298479369213609, 0.577423076923076, 0.280707822367778, 0.68880769230769, 0.39170992603436, 0.843884615384611, 0.557805067963849, 1.21642307692307, 1.59443327814667, 3.74596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1035, '2021-12-05 00:00:00', 0.158008665779879, 0.385538461538462, 0.321586786946323, 0.56130769230769, 0.429709826958394, 0.786846153846154, 0.531549954233987, 1.10107692307692, 1.61306602516402, 3.7288076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1050, '2021-12-05 00:00:00', 0.251447333528243, 0.424807692307686, 0.292946025482777, 0.556576923076918, 0.407023750960747, 0.757576923076921, 0.516330925488089, 1.04523076923077, 1.59691801485043, 3.71611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1065, '2021-12-05 00:00:00', 0.190213515656644, 0.372307692307686, 0.281243053931318, 0.520153846153847, 0.338985690644218, 0.691461538461537, 0.455682102415201, 0.970461538461537, 1.57580575726051, 3.71176923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1080, '2021-12-05 00:00:00', 0.193398230045201, 0.362346153846155, 0.267794780784439, 0.511730769230771, 0.292019282819581, 0.618692307692307, 0.399054289732419, 0.898384615384617, 1.54115822828656, 3.66726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1095, '2021-12-05 00:00:00', 0.15407970464865, 0.366653846153848, 0.156181866375761, 0.442846153846155, 0.253426609009089, 0.546615384615383, 0.38752693603651, 0.906384615384617, 1.54457049842841, 3.65276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1110, '2021-12-05 00:00:00', 0.124594283113695, 0.314153846153846, 0.176118670656596, 0.404884615384616, 0.237400576760367, 0.500923076923075, 0.357225074492475, 0.881076923076924, 1.537781953134, 3.65215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1125, '2021-12-05 00:00:00', 0.123172705517965, 0.262346153846153, 0.196977253665336, 0.354038461538457, 0.248562538176243, 0.520846153846152, 0.341190776771363, 0.880884615384618, 1.49579831013923, 3.54776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1140, '2021-12-05 00:00:00', 0.126350385832414, 0.246499999999995, 0.142056240217091, 0.331153846153842, 0.210381894512005, 0.496692307692307, 0.30226265704872, 0.89792307692308, 1.50488144587999, 3.56561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1155, '2021-12-05 00:00:00', 0.107299551938272, 0.243923076923077, 0.171471751429969, 0.378192307692308, 0.222441629335735, 0.496961538461543, 0.880165632139767, 1.58850000000001, 1.4715516964703, 3.60434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1170, '2021-12-05 00:00:00', 0.120528528381648, 0.259615384615385, 0.162351039417672, 0.342500000000002, 0.237464598171211, 0.477653846153845, 0.935517255524778, 1.64915384615385, 1.46366512773716, 3.59161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1185, '2021-12-05 00:00:00', 0.105419542780263, 0.226999999999999, 0.142803625250254, 0.312346153846155, 0.252994536274235, 0.450346153846154, 0.931184249305069, 1.69888461538462, 1.49677036931572, 3.60146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1200, '2021-12-05 00:00:00', 0.0774184633116598, 0.215461538461539, 0.146883711198299, 0.305769230769229, 0.235829459241534, 0.410576923076925, 0.905742711811693, 1.7755, 1.50835579153134, 3.61892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1215, '2021-12-05 00:00:00', 0.121037616530501, 0.222230769230765, 0.198037712026309, 0.329846153846154, 0.242843491859391, 0.419192307692308, 0.890758017732001, 1.78261538461539, 1.51183096989659, 3.63580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1230, '2021-12-05 00:00:00', 0.117584856429471, 0.214038461538459, 0.168237931330787, 0.276807692307688, 0.23530177350667, 0.411269230769228, 0.889077997789758, 1.81361538461539, 1.51109220255264, 3.64873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1245, '2021-12-05 00:00:00', 0.141680985098432, 0.22130769230769, 0.213884958294445, 0.303846153846155, 0.21881390758781, 0.417384615384617, 0.879417989354323, 1.82800000000001, 1.56969869132214, 3.68569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1260, '2021-12-05 00:00:00', 0.0908160694015025, 0.201038461538463, 0.133721593676504, 0.298230769230769, 0.180204110770151, 0.406807692307692, 0.874347619657079, 1.80100000000001, 1.55973975541286, 3.70176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1275, '2021-12-05 00:00:00', 0.105161560687129, 0.216923076923079, 0.134758975725036, 0.303692307692307, 0.241043810253527, 0.44496153846154, 0.873229374219627, 1.8055, 1.56668406367864, 3.72065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1290, '2021-12-05 00:00:00', 0.0942226903915144, 0.221653846153845, 0.129484587737453, 0.299461538461539, 0.212286830636143, 0.445538461538462, 0.872123171435003, 1.79711538461539, 1.57118881252871, 3.72873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1305, '2021-12-05 00:00:00', 0.0769497338426931, 0.196307692307693, 0.175391715443329, 0.308576923076925, 0.194776732143794, 0.453846153846156, 0.882449361371301, 1.79934615384616, 1.55495138336071, 3.74873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1320, '2021-12-05 00:00:00', 0.0925801814645013, 0.20944, 0.1373605353319, 0.301399999999999, 0.17469258713523, 0.5226, 0.888731170452199, 1.82848, 1.58265019613727, 3.77632 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1335, '2021-12-05 00:00:00', 0.0776907759432632, 0.216240000000003, 0.116084380229782, 0.302600000000002, 0.898004625080886, 1.36584, 0.895154973547412, 1.82248, 1.68258172362197, 3.82344 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1350, '2021-12-05 00:00:00', 0.0905838101796683, 0.231519999999999, 0.153720720789359, 0.43732, 0.960112262533224, 1.45116, 0.904005460897962, 1.83904, 1.65033557193681, 3.8514 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1365, '2021-12-05 00:00:00', 0.144255178994261, 0.371840000000002, 0.910476829285986, 1.33116, 0.966324867733414, 1.5186, 0.920210120932533, 1.8472, 1.63718461797481, 3.86584 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 990, '2021-12-05 00:00:00', 0.571611460293144, 1.05130769230769, 0.650260152672639, 1.17388461538462, 0.616853838815596, 1.38446153846154, 0.640150737056394, 1.62061538461539, 1.5660884821255, 3.72657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1005, '2021-12-05 00:00:00', 0.292871565444913, 0.628923076923077, 0.300781681623064, 0.792499999999999, 0.339966389741466, 1.00588461538462, 0.561046419305377, 1.39026923076923, 1.5339895877693, 3.70415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1020, '2021-12-05 00:00:00', 0.183369207212785, 0.515115384615382, 0.243506600763479, 0.697769230769228, 0.290883145980279, 0.875730769230771, 0.509756564827386, 1.25765384615385, 1.51533615463318, 3.67369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1035, '2021-12-05 00:00:00', 0.159507723468658, 0.450923076923078, 0.168242755016033, 0.604230769230773, 0.268107257526651, 0.789692307692307, 0.55355865230205, 1.22469230769231, 1.50143832169229, 3.62492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1050, '2021-12-05 00:00:00', 0.148616082575205, 0.392500000000002, 0.215816731368218, 0.546307692307695, 0.25803126823045, 0.680153846153846, 0.584022586496841, 1.1543076923077, 1.50225526254567, 3.63107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1065, '2021-12-05 00:00:00', 0.114085339178106, 0.34223076923077, 0.157487899413059, 0.463038461538459, 0.221176313240053, 0.581807692307692, 0.553580585475489, 1.09023076923077, 1.5187454382331, 3.64011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1080, '2021-12-05 00:00:00', 0.105871910998433, 0.33530769230769, 0.151753469102404, 0.427346153846151, 0.197814042435353, 0.58465384615384, 0.532364814187243, 1.08284615384615, 1.52399971582877, 3.63957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1095, '2021-12-05 00:00:00', 0.0938297722146134, 0.284884615384614, 0.155103206334962, 0.403269230769229, 0.230498326374702, 0.56203846153846, 0.551000121457477, 1.03842307692308, 1.52945083809642, 3.61611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1110, '2021-12-05 00:00:00', 0.084945774558743, 0.276230769230769, 0.113113455637048, 0.371423076923074, 0.243428030747998, 0.516384615384616, 0.558344124656524, 1.00619230769231, 1.52740645338631, 3.60992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1125, '2021-12-05 00:00:00', 0.0804109827936872, 0.261384615384614, 0.146936600666359, 0.375269230769231, 0.250173429075484, 0.472769230769234, 0.556736871973992, 0.98523076923077, 1.65520476864763, 3.89711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1140, '2021-12-05 00:00:00', 0.0982096971555509, 0.25423076923077, 0.186010227179545, 0.341269230769236, 0.282767686653525, 0.458269230769234, 0.601858255738011, 1.033, 1.70561176256949, 3.99473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1155, '2021-12-05 00:00:00', 0.122160707518988, 0.230038461538458, 0.131262391356459, 0.294846153846153, 0.264385964948099, 0.432461538461538, 0.688073149063045, 1.54846153846154, 1.75544700246448, 4.01246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1170, '2021-12-05 00:00:00', 0.0665298544900072, 0.191692307692307, 0.147117624316787, 0.286653846153845, 0.222264807415349, 0.402269230769231, 0.677241831594548, 1.61553846153846, 1.78828291514944, 4.01376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1185, '2021-12-05 00:00:00', 0.108199936015911, 0.205115384615385, 0.159366828900641, 0.288884615384617, 0.247202019533697, 0.421038461538464, 0.673292983431778, 1.62319230769231, 1.82453474448862, 4.01307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1200, '2021-12-05 00:00:00', 0.100221946007541, 0.216038461538461, 0.126085471620828, 0.291115384615385, 0.231419449352167, 0.438192307692308, 0.695065752285352, 1.646, 1.88024029724517, 4.02415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1215, '2021-12-05 00:00:00', 0.0807932308664921, 0.195115384615387, 0.16638222908065, 0.297615384615385, 0.27076295906198, 0.476499999999997, 0.701384657988425, 1.67996153846154, 1.90609452707725, 4.05188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1230, '2021-12-05 00:00:00', 0.136706158771845, 0.22242307692308, 0.183535991020832, 0.316500000000003, 0.272216760349882, 0.497269230769233, 0.642970309160181, 1.70446153846154, 1.9082914178355, 4.06115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1245, '2021-12-05 00:00:00', 0.0862069513527685, 0.216961538461538, 0.210255555126465, 0.355961538461535, 0.292904636620598, 0.497615384615384, 0.609014224919131, 1.69261538461538, 1.91873451885511, 4.06792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1260, '2021-12-05 00:00:00', 0.194474265649723, 0.277999999999997, 0.239760075588397, 0.376576923076922, 0.280017650542576, 0.49273076923077, 0.594317811897359, 1.70769230769231, 1.93067725901082, 4.07396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1275, '2021-12-05 00:00:00', 0.110010999450054, 0.221500000000001, 0.175200895677371, 0.341076923076925, 0.236631024040511, 0.448807692307694, 0.57533100038152, 1.705, 1.93424720717429, 4.07446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1290, '2021-12-05 00:00:00', 0.116929143567309, 0.238230769230769, 0.167270398319146, 0.329884615384616, 0.25397213656983, 0.464384615384616, 0.592141178592247, 1.72815384615385, 1.94185925220769, 4.08334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1305, '2021-12-05 00:00:00', 0.12903362114044, 0.230346153846152, 0.189970090763293, 0.335346153846151, 0.237745400343757, 0.497653846153845, 0.604944713303494, 1.74588461538461, 1.95468505430887, 4.10630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1320, '2021-12-05 00:00:00', 0.102956107152513, 0.226279999999999, 0.160574489464127, 0.323200000000003, 0.305919422942269, 0.57812, 0.614713347829703, 1.7326, 2.05194180229362, 4.17292 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1335, '2021-12-05 00:00:00', 0.106328892279254, 0.2112, 0.109232656899545, 0.33824, 0.489029252703763, 1.25288, 0.607315395819999, 1.72836, 2.05938605495262, 4.17456 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1350, '2021-12-05 00:00:00', 0.08609636074384, 0.273999999999998, 0.221764574868635, 0.482119999999999, 0.556842413375038, 1.35084, 0.694932123783806, 1.77236, 2.05954465193968, 4.17444 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 1365, '2021-12-05 00:00:00', 0.221686963982998, 0.377879999999997, 0.481394560971903, 1.19416, 0.559674944350141, 1.37328, 0.703261655905302, 1.75396, 2.05345145385357, 4.17196 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 990, '2021-12-05 00:00:00', 0.284110530134547, 0.824719999999999, 0.39389603958405, 0.997439999999998, 0.381901588545184, 1.15564, 0.468844725539987, 1.51028, 1.50504048450532, 3.73188 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1005, '2021-12-05 00:00:00', 0.18600537626639, 0.549799999999997, 0.181918507396401, 0.701519999999998, 0.28356893929578, 0.950519999999997, 0.445991098565879, 1.26632, 1.51464751344991, 3.61856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1020, '2021-12-05 00:00:00', 0.142068352093866, 0.458399999999999, 0.182680522588843, 0.637559999999997, 0.281194078885027, 0.877119999999998, 0.413534661989375, 1.1864, 1.49161757833568, 3.5934 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1035, '2021-12-05 00:00:00', 0.11408377039118, 0.37024, 0.173628914642693, 0.561399999999999, 0.237160648787552, 0.729560000000001, 0.413600846227374, 1.08992, 1.45623195267787, 3.5514 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1050, '2021-12-05 00:00:00', 0.165208201975568, 0.413399999999998, 0.219770713851203, 0.547599999999999, 0.221819183119946, 0.668600000000001, 0.452119545400699, 1.0656, 1.44449650974541, 3.5342 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1065, '2021-12-05 00:00:00', 0.138305073418628, 0.344720000000002, 0.140780266136036, 0.4516, 0.171379627338451, 0.60232, 0.43462720807607, 1.00932, 1.44374189752416, 3.518 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1080, '2021-12-05 00:00:00', 0.0593583748654471, 0.271200000000001, 0.0975680617142044, 0.37388, 0.189078466956622, 0.515000000000001, 0.432924966555023, 0.946880000000002, 1.40328002669935, 3.4932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1095, '2021-12-05 00:00:00', 0.0777546783158407, 0.259039999999997, 0.142996060551796, 0.375959999999999, 0.247014857852719, 0.518439999999999, 0.45186080821421, 0.951759999999999, 1.3952151566455, 3.4856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1110, '2021-12-05 00:00:00', 0.13714404835792, 0.27736, 0.173540821326471, 0.3624, 0.230939205564288, 0.481600000000002, 0.492720424446423, 0.9276, 1.37105084637052, 3.47844 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1125, '2021-12-05 00:00:00', 0.0731167559455406, 0.225680000000003, 0.128226726283303, 0.326480000000006, 0.137594973260895, 0.449280000000002, 0.440953803324867, 0.896440000000005, 1.5363117901867, 3.7858 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1140, '2021-12-05 00:00:00', 0.125096189656868, 0.242160000000005, 0.126619008578226, 0.312960000000005, 0.119453993933509, 0.434440000000002, 0.439339720489739, 0.914840000000003, 1.53967744241015, 3.81028 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1155, '2021-12-05 00:00:00', 0.0683403980087911, 0.22192, 0.106818178852353, 0.311039999999997, 0.136365782609373, 0.40628, 0.616734986305569, 1.35828, 1.53213270530547, 3.83828 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1170, '2021-12-05 00:00:00', 0.0914950454031992, 0.209479999999994, 0.104023587068833, 0.284639999999996, 0.220313624938028, 0.388479999999998, 0.733380044724425, 1.52704, 1.53527197047733, 3.84224 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1185, '2021-12-05 00:00:00', 0.0680320267717099, 0.201239999999999, 0.0886632768775602, 0.261479999999999, 0.193691533113866, 0.374079999999997, 0.759532845460506, 1.57968, 1.54071506883438, 3.83544 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1200, '2021-12-05 00:00:00', 0.0593654501091905, 0.192439999999999, 0.129958159933626, 0.278959999999998, 0.19217721855968, 0.402400000000001, 0.908169216978131, 1.65492, 1.52257772872192, 3.85376 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1215, '2021-12-05 00:00:00', 0.105897324486189, 0.20092, 0.127395094097068, 0.271519999999998, 0.197545884965156, 0.415720000000002, 0.902020062600237, 1.72312, 1.48632056098273, 3.87568 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1230, '2021-12-05 00:00:00', 0.104823709150174, 0.203519999999997, 0.15521095322174, 0.30424, 0.253310994629133, 0.444719999999999, 0.87554608292958, 1.76888, 1.47774081511836, 3.8728 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1245, '2021-12-05 00:00:00', 0.111199265585103, 0.230119999999997, 0.145266043290693, 0.319159999999999, 0.24527163852893, 0.442479999999999, 0.85077100914406, 1.76368, 1.46672319019871, 3.8562 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1260, '2021-12-05 00:00:00', 0.0869022439295989, 0.209400000000004, 0.141290280392291, 0.30388, 0.217485823292767, 0.421600000000002, 0.854211113640341, 1.78228, 1.45487641284979, 3.87572 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1275, '2021-12-05 00:00:00', 0.0948300761010608, 0.204079999999999, 0.136076718557336, 0.282040000000003, 0.222733398184163, 0.429600000000001, 0.850682974634698, 1.78124, 1.47183993921441, 3.88384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1290, '2021-12-05 00:00:00', 0.0989461638131199, 0.202520000000001, 0.163951720535852, 0.295799999999998, 0.261633445874181, 0.43968, 0.855937546397714, 1.7838, 1.47469388687958, 3.88468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1305, '2021-12-05 00:00:00', 0.105724358593469, 0.214160000000001, 0.162323360405497, 0.326040000000002, 0.23975628597947, 0.458920000000003, 0.853374247717068, 1.78724, 1.47933601997653, 3.88668 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1320, '2021-12-05 00:00:00', 0.100552675646699, 0.222833333333332, 0.139032031550656, 0.291916666666668, 0.263209785730602, 0.504500000000003, 0.86542026315777, 1.79216666666667, 1.50817107542667, 3.91058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1335, '2021-12-05 00:00:00', 0.100610446557611, 0.214875000000003, 0.154346724072409, 0.320291666666668, 0.51318243888476, 1.16070833333333, 0.863958114255784, 1.84066666666667, 1.51525259529104, 3.91341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1350, '2021-12-05 00:00:00', 0.119709786446285, 0.247458333333332, 0.234876640455972, 0.420416666666667, 0.658879263642413, 1.34533333333333, 0.831287564259658, 1.85483333333334, 1.50480794431561, 3.90508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 1365, '2021-12-05 00:00:00', 0.196051341804105, 0.32070833333333, 0.481103411704409, 1.12066666666666, 0.654573519746732, 1.39333333333333, 0.773281375144216, 1.84020833333334, 1.48111481710544, 3.88766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 990, '2021-12-05 00:00:00', 0.423321467227194, 0.912769230769231, 0.539940976831299, 1.12846153846154, 0.703496528885429, 1.31561538461539, 0.835334377084086, 1.77919230769231, 1.97356652749826, 4.05696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1005, '2021-12-05 00:00:00', 0.189589017046386, 0.557653846153845, 0.2529602370699, 0.693807692307693, 0.429683633171413, 0.95623076923077, 0.711266269517855, 1.42588461538462, 1.91080418189266, 3.91769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1020, '2021-12-05 00:00:00', 0.133515841756701, 0.432999999999999, 0.291456237643904, 0.614461538461536, 0.315144794560312, 0.822192307692308, 0.656200410287542, 1.26453846153846, 1.87195546298105, 3.89515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1035, '2021-12-05 00:00:00', 0.223333916952933, 0.43596153846154, 0.264704145444277, 0.585269230769235, 0.250890402060652, 0.711076923076925, 0.566344169619091, 1.18396153846154, 1.83219004094931, 3.86111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1050, '2021-12-05 00:00:00', 0.128815431469274, 0.355153846153845, 0.165782327164269, 0.487499999999999, 0.204156350341144, 0.644846153846154, 0.615495733910105, 1.14303846153846, 1.83237012594659, 3.83903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1065, '2021-12-05 00:00:00', 0.118991117962002, 0.333615384615382, 0.148383474095385, 0.448153846153846, 0.195803323614444, 0.598692307692307, 0.606698952085417, 1.11346153846154, 1.829328137701, 3.83234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1080, '2021-12-05 00:00:00', 0.109856332753984, 0.319423076923079, 0.196880612007929, 0.457846153846154, 0.222851758247151, 0.581884615384615, 0.611961799964171, 1.07126923076923, 1.83828318442884, 3.82388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1095, '2021-12-05 00:00:00', 0.171792450805751, 0.310615384615388, 0.181531027227177, 0.424076923076925, 0.273720047887228, 0.550769230769233, 0.608009848098384, 1.03784615384616, 1.81537847251242, 3.81803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1110, '2021-12-05 00:00:00', 0.116226734644633, 0.271423076923076, 0.196072690602232, 0.378500000000001, 0.242706980660915, 0.515038461538462, 0.587438110651796, 1.00257692307693, 1.80465313948308, 3.82307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1125, '2021-12-05 00:00:00', 0.124620044072433, 0.249653846153847, 0.13973401105727, 0.345076923076926, 0.218165360713802, 0.50626923076923, 0.569789824948974, 0.972269230769232, 1.85954373601533, 4.05788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1140, '2021-12-05 00:00:00', 0.0983004264800179, 0.228423076923079, 0.107535554048951, 0.321846153846154, 0.30856681361018, 0.52596153846154, 0.576469617586216, 0.962500000000001, 1.90543573090655, 4.13173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1155, '2021-12-05 00:00:00', 0.0968158044949259, 0.231499999999996, 0.154302804202046, 0.358346153846153, 0.301446188589911, 0.528730769230769, 0.651165446304958, 1.33796153846154, 1.96834100078838, 4.13784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1170, '2021-12-05 00:00:00', 0.128497788068361, 0.249192307692308, 0.311074386355021, 0.386076923076927, 0.454869558647983, 0.540653846153846, 0.649066725264939, 1.42842307692308, 2.02346254835996, 4.17326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1185, '2021-12-05 00:00:00', 0.272337324767535, 0.262538461538465, 0.270704084820419, 0.344692307692309, 0.501855756169037, 0.493999999999999, 0.660001752911422, 1.49692307692308, 2.014720814024, 4.19603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1200, '2021-12-05 00:00:00', 0.0883457789974502, 0.211319999999998, 0.118412794916761, 0.29444, 0.14294536252242, 0.403720000000001, 0.57387142868997, 1.4332, 1.67549367053416, 3.97096 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1215, '2021-12-05 00:00:00', 0.0741771528167489, 0.189199999999998, 0.100957713920233, 0.26928, 0.131431135326957, 0.395680000000004, 0.625052229817637, 1.48904, 1.65860428272288, 3.9706 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1230, '2021-12-05 00:00:00', 0.0526251524146642, 0.185640000000003, 0.0789827618323582, 0.271880000000006, 0.112075748194393, 0.390160000000005, 0.635564316178937, 1.526, 1.65296314740126, 3.9766 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1245, '2021-12-05 00:00:00', 0.0642313526766093, 0.193400000000001, 0.110402943801332, 0.275680000000002, 0.111782854976361, 0.378360000000002, 0.670961218452055, 1.57296, 1.64436381619154, 3.98612 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1260, '2021-12-05 00:00:00', 0.0988969665864437, 0.20088, 0.0998943274999468, 0.26828, 0.137887417845141, 0.370759999999996, 0.688017017715892, 1.5984, 1.63537132684497, 3.99272 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1275, '2021-12-05 00:00:00', 0.0764689043555152, 0.18992, 0.110837899655307, 0.28004, 0.205967974856936, 0.39384, 0.735779321536017, 1.66128, 1.63133207532985, 4.00644 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1290, '2021-12-05 00:00:00', 0.0806413252205902, 0.187760000000002, 0.0897162192694262, 0.263599999999997, 0.215134454082403, 0.394599999999999, 0.722629614671306, 1.68968, 1.63080063363572, 4.00696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1305, '2021-12-05 00:00:00', 0.0661843888944596, 0.183039999999999, 0.195910932143496, 0.296479999999998, 0.269660205938263, 0.435279999999997, 0.752447727974064, 1.7364, 1.61704937050996, 4.019 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1320, '2021-12-05 00:00:00', 0.109368510159424, 0.200416666666666, 0.141122922829094, 0.278125, 0.236288968107432, 0.498291666666668, 0.75670789646977, 1.75916666666667, 1.61206134523383, 4.08129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1335, '2021-12-05 00:00:00', 0.0925618379278411, 0.189041666666669, 0.131504608118964, 0.306624999999999, 0.447450037693466, 1.10766666666667, 0.766256445465477, 1.779375, 1.63521535112817, 4.065875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1350, '2021-12-05 00:00:00', 0.0955582757168145, 0.237083333333334, 0.166274959987487, 0.415333333333336, 0.452615843126681, 1.22816666666667, 0.775678267945103, 1.76908333333334, 1.65178259384183, 4.04745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 1365, '2021-12-05 00:00:00', 0.145015435210446, 0.304458333333334, 0.391238758693905, 1.072125, 0.518887604413992, 1.30845833333333, 0.776065325531783, 1.78454166666667, 1.65434010170263, 4.03404166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 930, '2021-12-05 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 945, '2021-12-05 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 960, '2021-12-05 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 975, '2021-12-05 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 930, '2021-12-05 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 945, '2021-12-05 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 960, '2021-12-05 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 975, '2021-12-05 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 930, '2021-12-05 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 945, '2021-12-05 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 960, '2021-12-05 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 975, '2021-12-05 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 930, '2021-12-05 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 945, '2021-12-05 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 960, '2021-12-05 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 4, 975, '2021-12-05 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 930, '2021-12-05 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 3.453 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 945, '2021-12-05 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 3.28300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 960, '2021-12-05 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 2.673 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 975, '2021-12-05 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 2.59200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:51:02 Duration: 3s473ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 990, '2021-12-05 00:00:00', 0.803578662401301, 1.76333333333334, 0.878663671620769, 2.43175, 1.36457380868454, 2.986875, 1.66585554247834, 4.18191666666667, 4.45641875048902, 10.0395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1005, '2021-12-05 00:00:00', 0.511777675844459, 1.13529166666666, 0.811266052966383, 1.6365, 1.23375093718303, 2.218375, 1.43674084428027, 3.51458333333334, 4.51030835653334, 9.64608333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1020, '2021-12-05 00:00:00', 0.494093048137079, 1.002875, 0.655359858000365, 1.38375, 1.16341816475717, 1.9065, 1.35845903681714, 3.12079166666667, 4.58349610231399, 9.44745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1035, '2021-12-05 00:00:00', 0.419006796665848, 0.811999999999996, 0.703125629146255, 1.24745833333333, 1.05800123284222, 1.84, 1.20861981936158, 2.91170833333333, 4.58858020967049, 9.43641666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1050, '2021-12-05 00:00:00', 0.490103211179743, 0.855124999999997, 0.715471927967929, 1.16891666666667, 0.84633443213336, 1.74266666666667, 1.11673451232354, 2.80733333333334, 4.69551831884497, 9.43875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1065, '2021-12-05 00:00:00', 0.383228275616352, 0.691458333333337, 0.540650693240514, 1.11995833333334, 0.600033326369148, 1.54641666666667, 1.13250043670209, 2.60175, 4.67967961479218, 9.35091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1080, '2021-12-05 00:00:00', 0.419810462322417, 0.770291666666668, 0.447013203773475, 1.00925, 0.488034716037673, 1.33016666666667, 1.19985812491625, 2.46895833333333, 4.73890971053102, 9.339875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1095, '2021-12-05 00:00:00', 0.253706480525958, 0.591750000000003, 0.35067134113405, 0.943708333333337, 0.407202703412769, 1.15529166666667, 1.34376776631328, 2.355625, 4.76619691538567, 9.33691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1110, '2021-12-05 00:00:00', 0.288306750889907, 0.574000000000003, 0.390699203676722, 0.759291666666664, 0.617221614769877, 1.104, 1.44130203250847, 2.328375, 4.86108171428654, 9.41204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1125, '2021-12-05 00:00:00', 0.3295317907076, 0.548624999999998, 0.44031722548405, 0.765958333333335, 0.696821931592156, 1.16525, 1.42454584423206, 2.33558333333333, 4.96414745059329, 9.85620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1140, '2021-12-05 00:00:00', 0.287785384507681, 0.474416666666666, 0.463636646758423, 0.789624999999999, 0.574333146706507, 1.04029166666667, 1.37139419630778, 2.39495833333333, 4.97872679434749, 9.94866666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1155, '2021-12-05 00:00:00', 0.326055385065842, 0.538124999999997, 0.419123066565816, 0.764833333333331, 0.600826952769189, 1.008375, 1.31259652785139, 3.24691666666666, 4.95258694734525, 10.0130833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1170, '2021-12-05 00:00:00', 0.281834042543182, 0.463416666666666, 0.307688221527356, 0.580291666666671, 0.73489600960104, 1.07383333333333, 1.58375214903255, 3.595, 4.93308201279155, 10.0218333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1185, '2021-12-05 00:00:00', 0.214351533024945, 0.383166666666669, 0.561357243393316, 0.682708333333334, 0.746818833161843, 1.05925, 1.6898139031189, 3.678375, 4.89507290714902, 10.056375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1200, '2021-12-05 00:00:00', 0.509734685179811, 0.491166666666665, 0.600337150141967, 0.812458333333333, 0.639407674268179, 1.0605, 1.73701789631007, 3.75729166666666, 4.88130629344592, 10.0545 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1215, '2021-12-05 00:00:00', 0.38848037040294, 0.557041666666667, 0.423860037655994, 0.723125000000003, 0.517989953948245, 0.964125, 1.69370090816069, 3.756375, 4.88154259222534, 10.0359166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1230, '2021-12-05 00:00:00', 0.241529422548319, 0.415875000000004, 0.290149583486004, 0.582458333333335, 0.471725317703343, 0.927583333333336, 1.67837506334576, 3.679625, 4.89838904234289, 10.0139166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1245, '2021-12-05 00:00:00', 0.182873738814036, 0.388749999999997, 0.270091275500426, 0.573916666666667, 0.458593057504474, 0.919125000000002, 1.7064054324808, 3.69875, 4.91162793767895, 9.99670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1260, '2021-12-05 00:00:00', 0.263656341980743, 0.414833333333333, 0.419124966231839, 0.657791666666668, 0.477843796486444, 0.903208333333334, 1.75098254818772, 3.77166666666667, 4.93132065093306, 9.98483333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1275, '2021-12-05 00:00:00', 0.294076640779531, 0.415125, 0.277070270477742, 0.588749999999997, 0.545195017295696, 0.885958333333329, 1.71901540269718, 3.78370833333333, 4.94572897701951, 9.971625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1290, '2021-12-05 00:00:00', 0.207068286713148, 0.365166666666668, 0.293878955659827, 0.567666666666666, 0.731348481538913, 0.894916666666668, 1.65764084532852, 3.76604166666667, 4.9539447696555, 9.96579166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1305, '2021-12-05 00:00:00', 0.212555926144465, 0.375749999999996, 0.470101004795932, 0.624791666666663, 0.752809403626446, 0.969208333333334, 1.64547036962652, 3.76804166666667, 4.95602813427785, 9.96379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1320, '2021-12-05 00:00:00', 0.230083547293542, 0.391565217391303, 0.269661675015816, 0.564347826086959, 0.592773780577983, 1.12913043478261, 1.64370613123204, 3.70486956521739, 5.05249102261418, 9.93947826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1335, '2021-12-05 00:00:00', 0.211716334570841, 0.382521739130436, 0.365902646937097, 0.649260869565218, 0.950720515200821, 2.38104347826087, 1.61685244046241, 3.74778260869565, 5.04559764280928, 9.92913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1350, '2021-12-05 00:00:00', 0.242239779293033, 0.450260869565217, 0.487965126240472, 0.844347826086955, 1.19264167875898, 2.77391304347826, 1.56349622533613, 3.71708695652174, 5.01526394861809, 9.87226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 1365, '2021-12-05 00:00:00', 0.439354485167007, 0.696999999999999, 0.839121580980961, 2.19113043478261, 1.38038044678473, 2.89078260869565, 1.58946037154982, 3.726, 5.00908403380374, 9.82830434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 990, '2021-12-05 00:00:00', 0.746715904168693, 1.78519230769231, 1.11658534139375, 2.32623076923077, 1.2775639655821, 2.65338461538462, 1.49422169758656, 3.46680769230769, 4.82801716458615, 9.48469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1005, '2021-12-05 00:00:00', 0.639695395060443, 1.38096153846154, 0.755709427267874, 1.71453846153846, 0.799382277858251, 2.07388461538461, 1.06624828180942, 2.93696153846154, 4.82728669082173, 9.14565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1020, '2021-12-05 00:00:00', 0.356507945752428, 1.06465384615385, 0.461638141671759, 1.32642307692308, 0.672713427385401, 1.68934615384615, 0.840993701613659, 2.62961538461538, 4.6090377345452, 9.06703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1035, '2021-12-05 00:00:00', 0.262334454759271, 0.844384615384614, 0.389294677787721, 1.17411538461538, 0.551717610321135, 1.47780769230769, 0.800585198464223, 2.4765, 4.642002423358, 8.96353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1050, '2021-12-05 00:00:00', 0.387124470144443, 0.869653846153846, 0.508274196139777, 1.11053846153846, 0.704889512346002, 1.50123076923077, 0.860793366610126, 2.4635, 4.6172556106248, 8.97157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1065, '2021-12-05 00:00:00', 0.324101344548985, 0.662807692307689, 0.32243127353569, 0.936384615384618, 0.522391343137128, 1.38334615384615, 0.818945479541545, 2.36353846153846, 4.70458484868341, 9.10103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1080, '2021-12-05 00:00:00', 0.235078962184067, 0.737961538461542, 0.436373058464708, 1.06238461538461, 0.554149876977199, 1.37461538461538, 0.797311633891328, 2.34719230769231, 4.66115905377787, 9.09373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1095, '2021-12-05 00:00:00', 0.312092175733144, 0.690615384615384, 0.445881862587631, 0.970653846153844, 0.511390979433695, 1.24257692307692, 0.717037572237324, 2.253, 4.67401305156007, 9.07638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1110, '2021-12-05 00:00:00', 0.31868219037395, 0.653538461538459, 0.373856585008002, 0.854115384615383, 0.405432342833405, 1.18523076923076, 0.558422097039092, 2.19603846153846, 4.69020311992496, 9.05088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1125, '2021-12-05 00:00:00', 0.20793161967709, 0.56603846153846, 0.311663141622738, 0.799076923076921, 0.409363169588306, 1.16873076923077, 0.51101719977075, 2.10253846153846, 4.74528275302472, 8.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1140, '2021-12-05 00:00:00', 0.223777375635149, 0.530076923076925, 0.247567044532306, 0.77380769230769, 0.326869800002764, 1.15788461538462, 0.540894080346463, 2.15961538461538, 4.69922065879014, 8.992 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1155, '2021-12-05 00:00:00', 0.231086294237918, 0.537653846153844, 0.326853333375172, 0.813307692307694, 0.343134878168025, 1.11976923076923, 2.9795865113236, 3.77053846153846, 4.5684371064276, 9.09865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1170, '2021-12-05 00:00:00', 0.217211336295743, 0.527269230769233, 0.262695108443227, 0.745999999999999, 0.42014311298011, 1.09334615384615, 2.99819725732751, 3.99207692307692, 4.59901674708845, 9.104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1185, '2021-12-05 00:00:00', 0.17154030250823, 0.525346153846156, 0.209449167690285, 0.701076923076926, 0.427377606410934, 1.05553846153847, 3.04308027473177, 4.07403846153847, 4.66798615728618, 9.21526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1200, '2021-12-05 00:00:00', 0.122681476252058, 0.452230769230772, 0.382826277130423, 0.721038461538463, 0.460345809816256, 0.987230769230774, 3.0385947116288, 4.08069230769231, 4.7834847929742, 9.29926923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1215, '2021-12-05 00:00:00', 0.298532369073464, 0.560846153846154, 0.345023102905391, 0.775307692307692, 0.404071204692363, 1.02046153846154, 3.01363000459834, 4.10226923076923, 4.82157479109822, 9.34211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1230, '2021-12-05 00:00:00', 0.220485324821269, 0.510461538461537, 0.218121606872444, 0.665346153846156, 0.420526695393363, 0.991307692307696, 3.01144869022306, 4.09842307692308, 4.8572095863936, 9.35238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1245, '2021-12-05 00:00:00', 0.13168356593919, 0.459192307692312, 0.225520362375891, 0.687923076923081, 0.411959245557128, 0.989500000000003, 2.99409967692872, 4.15065384615385, 4.85688923552451, 9.35461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1260, '2021-12-05 00:00:00', 0.236756457145314, 0.510499999999998, 0.395942396742839, 0.751692307692306, 0.456002397092215, 0.991884615384615, 2.9985289685752, 4.18015384615385, 4.84075440973663, 9.37715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1275, '2021-12-05 00:00:00', 0.278890692676431, 0.507538461538459, 0.299774551185487, 0.67330769230769, 0.458848929387438, 0.962499999999998, 2.99644609187926, 4.15469230769231, 4.83315227919069, 9.38807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1290, '2021-12-05 00:00:00', 0.161273108063978, 0.451846153846155, 0.242980876107249, 0.648884615384616, 0.358316533893621, 0.939538461538463, 3.00038589107879, 4.12815384615385, 4.80528185485674, 9.41576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1305, '2021-12-05 00:00:00', 0.176118862834601, 0.455576923076921, 0.269294408522602, 0.683038461538462, 0.379327333781583, 0.883884615384612, 3.00068726486758, 4.17269230769231, 4.77418841963258, 9.46088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1320, '2021-12-05 00:00:00', 0.135989190746913, 0.433319999999999, 0.176311400652365, 0.570719999999999, 0.383640421923095, 1.02584, 3.09028522793609, 4.27496, 4.73558305984244, 9.266 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1335, '2021-12-05 00:00:00', 0.131989039949029, 0.411760000000002, 0.206582041813901, 0.601839999999999, 3.17083345930793, 3.26008, 3.07365483694358, 4.29716, 4.74650972048585, 9.29388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1350, '2021-12-05 00:00:00', 0.173658697833807, 0.482519999999998, 0.331929098854964, 0.865479999999999, 3.1112752342622, 3.5888, 3.06422147970192, 4.27112, 4.74589235128653, 9.32528 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 1365, '2021-12-05 00:00:00', 0.304094431605272, 0.723439999999999, 3.17119463977431, 3.16088, 3.11654875730617, 3.70936, 3.07564282332436, 4.25012, 4.76347925610402, 9.36396 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 990, '2021-12-05 00:00:00', 0.994944640902973, 1.89796153846154, 0.970483026443732, 2.29576923076923, 1.13220630357111, 2.59107692307693, 1.3463426406951, 3.12488461538462, 3.23273032804256, 8.91942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1005, '2021-12-05 00:00:00', 0.516098648888577, 1.33915384615385, 0.656233255903603, 1.65761538461539, 0.815860230299663, 2.01534615384616, 1.14832598963079, 2.78046153846154, 3.29414993820631, 8.80015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1020, '2021-12-05 00:00:00', 0.413191510822019, 0.988230769230769, 0.703833801404848, 1.3535, 0.706775447965017, 1.72357692307692, 1.18410943686026, 2.56703846153846, 3.28774971441188, 8.71976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1035, '2021-12-05 00:00:00', 0.424265744007766, 0.878307692307693, 0.506656741636937, 1.21657692307692, 0.55155365594348, 1.49034615384615, 1.2023733971416, 2.49511538461538, 3.29992293826106, 8.65803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1050, '2021-12-05 00:00:00', 0.371921664622248, 0.803269230769234, 0.410379338586216, 0.993192307692311, 0.692022151713035, 1.34146153846154, 1.43402433892015, 2.46426923076923, 3.28068720779422, 8.59565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1065, '2021-12-05 00:00:00', 0.271439433675075, 0.699384615384615, 0.381132555176524, 0.894769230769231, 0.605421719515854, 1.20453846153846, 1.32472120317969, 2.33611538461538, 3.25016320536961, 8.49669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1080, '2021-12-05 00:00:00', 0.288268475290234, 0.607076923076924, 0.410581195942458, 0.899038461538464, 0.582462475516332, 1.18884615384616, 1.23699144515418, 2.27134615384615, 3.24268868047205, 8.47096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1095, '2021-12-05 00:00:00', 0.298140444447554, 0.634269230769232, 0.397884884782599, 0.79469230769231, 0.563479783269854, 1.16811538461538, 1.222209771747, 2.29538461538461, 3.20576852564248, 8.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1110, '2021-12-05 00:00:00', 0.20008838047223, 0.543000000000001, 0.332315957162179, 0.816153846153847, 0.602574471618367, 1.14292307692308, 1.28942658752462, 2.32873076923077, 3.16039993282252, 8.56484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1125, '2021-12-05 00:00:00', 0.298538751511168, 0.596115384615382, 0.40632554019577, 0.815269230769228, 0.55865882391533, 1.10319230769231, 1.30305687755902, 2.29188461538461, 3.17097076230365, 8.66815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1140, '2021-12-05 00:00:00', 0.254326492161914, 0.556269230769225, 0.450219966751296, 0.763461538461534, 0.469298115847978, 0.982192307692308, 1.36769101998728, 2.37261538461538, 3.2446174896043, 8.86457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1155, '2021-12-05 00:00:00', 0.305194951566271, 0.561961538461535, 0.341919486699158, 0.760846153846153, 0.413544312573074, 0.940538461538463, 2.38688958978964, 4.36007692307693, 3.11479982416453, 9.03276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1170, '2021-12-05 00:00:00', 0.219123147673069, 0.489076923076926, 0.26203224698792, 0.62046153846154, 0.444147863459211, 0.926269230769232, 2.26557681702611, 4.60592307692308, 3.10866700396463, 9.05930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1185, '2021-12-05 00:00:00', 0.177786855964795, 0.415384615384614, 0.338073640134577, 0.610884615384616, 0.625871699803866, 1.02976923076923, 2.26694363541616, 4.64061538461539, 3.13390188742404, 9.102 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1200, '2021-12-05 00:00:00', 0.256223679323658, 0.482423076923078, 0.377674408004484, 0.697961538461537, 0.604741013861432, 1.06742307692308, 2.25388586189752, 4.72296153846154, 3.13289606987135, 9.08823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1215, '2021-12-05 00:00:00', 0.210488530657755, 0.482307692307692, 0.510660057030266, 0.797423076923074, 0.707693341888879, 1.18288461538461, 2.26290476260389, 4.73573076923077, 3.14495694112629, 9.05680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1230, '2021-12-05 00:00:00', 0.36383468139337, 0.536346153846152, 0.352251308890946, 0.689230769230769, 0.866969061643005, 1.19807692307693, 2.29586872748555, 4.85657692307692, 3.14572316352511, 9.08969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1245, '2021-12-05 00:00:00', 0.179311576699501, 0.434807692307695, 0.556047568524078, 0.832461538461541, 0.855071566955294, 1.20223076923077, 2.32250007236896, 4.86788461538462, 3.1338123514094, 9.08642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1260, '2021-12-05 00:00:00', 0.544285899137579, 0.7205, 0.820494987562625, 1.01076923076923, 0.857838443638789, 1.25865384615385, 2.36913661813425, 4.91334615384615, 3.12648551006004, 9.08626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1275, '2021-12-05 00:00:00', 0.757774051974704, 0.674076923076923, 0.757003803465702, 0.897961538461539, 0.975148570140035, 1.31242307692308, 2.3495168301982, 4.92315384615385, 3.126414118197, 9.08503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1290, '2021-12-05 00:00:00', 0.49518770333931, 0.593307692307691, 0.661686135217037, 0.82130769230769, 1.07248256145048, 1.26473076923077, 2.36667928248714, 4.98711538461538, 3.17306624552049, 9.13996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1305, '2021-12-05 00:00:00', 0.300405390200541, 0.536961538461538, 0.722567959007744, 0.904153846153844, 0.956563779690299, 1.22976923076923, 2.34266147033996, 5.00026923076923, 3.14348688340731, 9.18011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1320, '2021-12-05 00:00:00', 0.338873762139628, 0.572479999999997, 0.482200158993476, 0.75892, 0.674234101283328, 1.18896, 2.37857445262213, 4.95948, 3.07765456042963, 8.98652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1335, '2021-12-05 00:00:00', 0.259200643003319, 0.438840000000005, 0.376038340243833, 0.697000000000001, 2.22229908503183, 3.63484, 2.38369473506991, 4.91456, 3.0472721719597, 8.98224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1350, '2021-12-05 00:00:00', 0.320911332509985, 0.5396, 0.504531703661921, 0.956640000000002, 2.11999412106103, 3.89264, 2.38345987869176, 4.87708, 3.01462310413756, 8.98172 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 1365, '2021-12-05 00:00:00', 0.444043811652261, 0.759639999999999, 2.14895280466246, 3.51836, 2.06599068810421, 3.98076, 2.36113740811499, 4.81488, 2.99191143306972, 8.96624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 990, '2021-12-05 00:00:00', 1.40173601651666, 2.20212, 1.42949485017144, 2.60788, 1.48858276782538, 2.96464, 1.97486842008947, 3.86188, 3.01845366758102, 8.78428 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1005, '2021-12-05 00:00:00', 0.601976572080121, 1.29772, 0.894884633160418, 1.66856, 1.09376799489958, 2.23752, 1.57588962917247, 3.12904, 3.04709297910866, 8.45196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1020, '2021-12-05 00:00:00', 0.606230396246616, 1.04128, 0.684179601176961, 1.47168, 0.9023776001948, 2.085, 1.20375374973456, 2.76156, 2.95627882537039, 8.30608 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1035, '2021-12-05 00:00:00', 0.331863968115452, 0.922119999999999, 0.411220127587806, 1.27692, 0.607531417568943, 1.71156, 0.907901650327096, 2.43336, 2.92227374544776, 8.20348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1050, '2021-12-05 00:00:00', 0.295459743450775, 0.823720000000001, 0.522036706883078, 1.23536, 0.609089079418326, 1.50344, 0.784767018505066, 2.25576, 2.9198098242865, 8.18708 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1065, '2021-12-05 00:00:00', 0.485364457564282, 0.88336, 0.50445779473279, 1.068, 0.555982442768355, 1.47832, 0.823608574101396, 2.1834, 2.89029753774013, 8.22876 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1080, '2021-12-05 00:00:00', 0.281414658466825, 0.727719999999998, 0.378139074944657, 0.997079999999997, 0.613250025139285, 1.41748, 0.79025787352399, 2.06744, 2.96321103872134, 8.14192 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1095, '2021-12-05 00:00:00', 0.260858518485915, 0.626600000000001, 0.461322020574205, 0.994439999999997, 0.681604814634798, 1.36496, 1.14847616866873, 2.11048, 2.87754970301702, 8.08328 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1110, '2021-12-05 00:00:00', 0.286537955600997, 0.707599999999995, 0.437155395711869, 0.91356, 0.579003390893929, 1.19652, 1.22701666383686, 2.00568, 2.82187655529673, 8.04972 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1125, '2021-12-05 00:00:00', 0.210074090104739, 0.549959999999999, 0.441357119197898, 0.85976, 0.417640986175128, 1.02992, 1.26106076380165, 1.957, 3.55142037688209, 8.83012 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1140, '2021-12-05 00:00:00', 0.42598899829299, 0.643280000000001, 0.406255182531042, 0.805760000000004, 0.425825421974778, 0.970960000000001, 1.38231382350994, 2.02044, 3.60949324790429, 8.86744 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1155, '2021-12-05 00:00:00', 0.221116485138491, 0.525000000000002, 0.243568778787427, 0.653400000000003, 0.364769964041263, 0.871280000000002, 1.57325630249281, 3.29768, 3.45340821122168, 8.95724 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1170, '2021-12-05 00:00:00', 0.199491411678132, 0.420360000000002, 0.286043633035242, 0.582280000000002, 0.365543089115359, 0.803000000000001, 1.64236872331804, 3.45876, 3.45164525118095, 8.97476 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1185, '2021-12-05 00:00:00', 0.182867328957366, 0.40928, 0.21779353372709, 0.588760000000002, 0.407963817840094, 0.88532, 1.76427637007358, 3.60312, 3.44480882536801, 8.99352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1200, '2021-12-05 00:00:00', 0.158152426475217, 0.433240000000001, 0.226999581497411, 0.583680000000001, 0.389877125942693, 0.899440000000002, 1.73300218503421, 3.67464, 3.45369585854535, 9.0224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1215, '2021-12-05 00:00:00', 0.206748865373753, 0.433519999999999, 0.327300488847784, 0.702879999999999, 0.374909046747785, 0.943279999999999, 1.75178899794848, 3.71612, 3.43257393802376, 9.06444 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1230, '2021-12-05 00:00:00', 0.224692582580436, 0.51644, 0.290558244304537, 0.650520000000001, 0.327026563650931, 0.885039999999999, 1.72123178082829, 3.74652, 3.45490357897293, 9.08036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1245, '2021-12-05 00:00:00', 0.194086166431306, 0.432760000000001, 0.213757066160008, 0.6366, 0.347143332549157, 0.837919999999996, 1.67873249109758, 3.79888, 3.45517581655888, 9.06856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1260, '2021-12-05 00:00:00', 0.167966891578868, 0.476279999999999, 0.242511456774039, 0.609839999999998, 0.37846246841662, 0.847439999999998, 1.70547941744641, 3.81772, 3.45545193619204, 9.0692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1275, '2021-12-05 00:00:00', 0.177801274836072, 0.426279999999999, 0.283627972292343, 0.592079999999997, 1.13276668236079, 1.08976, 1.701668723146, 3.84588, 3.46724083001647, 9.10484 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1290, '2021-12-05 00:00:00', 0.189084037753939, 0.428239999999996, 0.36955631956893, 0.670039999999999, 1.19591204665449, 1.11796, 1.71886172315673, 3.86404, 3.50108723589306, 9.1628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1305, '2021-12-05 00:00:00', 0.357738885222173, 0.520119999999999, 1.14087457388327, 0.908279999999999, 1.23969806539066, 1.17928, 1.71622119592241, 3.86688, 3.50355609821411, 9.15 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1320, '2021-12-05 00:00:00', 0.140210064969815, 0.443416666666664, 0.2485382155026, 0.611874999999998, 0.445248855673164, 1.05075, 1.2752169629268, 3.62204166666667, 3.45815563198072, 8.936875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1335, '2021-12-05 00:00:00', 0.202335024048043, 0.441375000000003, 0.280756041270973, 0.710291666666669, 1.15596439363323, 2.760875, 1.30440907202224, 3.630375, 3.4578596169357, 8.9355 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1350, '2021-12-05 00:00:00', 0.203929584323414, 0.530166666666666, 0.359070287011459, 0.884416666666667, 1.20428208137535, 2.940125, 1.31931615740444, 3.63391666666667, 3.4578494319216, 8.92145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 1365, '2021-12-05 00:00:00', 0.21510047786955, 0.696291666666666, 1.17716123777083, 2.65416666666667, 1.26180133200488, 3.00408333333333, 1.37139909518013, 3.5935, 3.58762949066912, 9.01616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 990, '2021-12-05 00:00:00', 0.929725574895829, 1.92426923076923, 0.960444003893711, 2.22773076923077, 1.04939354207744, 2.48138461538461, 1.5328423613064, 3.21423076923077, 3.51829207079011, 8.80015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1005, '2021-12-05 00:00:00', 0.399231037794483, 1.12869230769231, 0.475637062669231, 1.49784615384615, 0.578547445032688, 1.78411538461538, 1.21005169883198, 2.61707692307692, 3.54296184069422, 8.68226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1020, '2021-12-05 00:00:00', 0.282847947735991, 0.993807692307689, 0.28786237096117, 1.26876923076923, 0.484098438813369, 1.58146153846154, 1.15579231631879, 2.39896153846154, 3.89756519361274, 8.73203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1035, '2021-12-05 00:00:00', 0.235900360321893, 0.811499999999999, 0.336357154501901, 1.10384615384615, 0.447263365883611, 1.41196153846154, 1.15890434263774, 2.23434615384615, 3.89630484196738, 8.70369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1050, '2021-12-05 00:00:00', 0.264771498001289, 0.763115384615383, 0.319738453210653, 1.02703846153846, 0.47454548294617, 1.35515384615384, 1.16830701246916, 2.19134615384615, 3.90280213121093, 8.71334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1065, '2021-12-05 00:00:00', 0.176871239563179, 0.638653846153844, 0.351755938116188, 0.930999999999997, 0.408188659247732, 1.1746923076923, 1.1976249939584, 2.13588461538461, 3.96074383087901, 8.73042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1080, '2021-12-05 00:00:00', 0.277383355942361, 0.675384615384615, 0.291174142977123, 0.87230769230769, 0.403602470069445, 1.07007692307692, 1.24199491390015, 2.12738461538461, 3.95040586834004, 8.77826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1095, '2021-12-05 00:00:00', 0.274273047555506, 0.560769230769231, 0.342491291298605, 0.775269230769231, 0.409871004097633, 1.089, 1.44608979878632, 2.24388461538462, 3.98569744963162, 8.796 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1110, '2021-12-05 00:00:00', 0.254823969407543, 0.576153846153847, 0.311660870918279, 0.754461538461542, 0.488469114053916, 1.19834615384615, 1.45647886884246, 2.22915384615385, 4.0138758004625, 8.78369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1125, '2021-12-05 00:00:00', 0.200028509506484, 0.52326923076923, 0.301746087859412, 0.763692307692307, 0.516933849361195, 1.21773076923077, 1.41415172942869, 2.21507692307692, 4.08033984934513, 9.32338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1140, '2021-12-05 00:00:00', 0.225934153103202, 0.537192307692308, 0.323288506541045, 0.844461538461538, 0.532498576379462, 1.20242307692308, 1.38607941830407, 2.28292307692308, 3.99732102057596, 9.45130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1155, '2021-12-05 00:00:00', 0.239582187600383, 0.592230769230771, 0.417341802363481, 0.8255, 0.711732980396876, 1.22765384615385, 1.79316063547452, 3.39323076923077, 4.05247331904091, 9.43519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1170, '2021-12-05 00:00:00', 0.254686788035811, 0.521, 0.393944338122106, 0.756307692307693, 0.780640720079446, 1.12442307692308, 1.80988502524757, 3.67626923076923, 4.15131979921863, 9.47834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1185, '2021-12-05 00:00:00', 0.251284298079963, 0.477038461538465, 0.742829850069215, 0.831884615384616, 0.810322272071668, 1.05576923076923, 1.8490020281222, 3.8555, 4.21941717593975, 9.52776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1200, '2021-12-05 00:00:00', 0.471807753928085, 0.546840000000001, 0.464876678987733, 0.720080000000003, 0.527194815351341, 0.930960000000001, 1.97035815272249, 3.8938, 4.33256228922332, 9.55464 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1215, '2021-12-05 00:00:00', 0.191899166230598, 0.439960000000001, 0.257204535989032, 0.58656, 0.278131845234115, 0.80636, 2.09303970897194, 3.97316, 4.4387255032648, 9.59148 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1230, '2021-12-05 00:00:00', 0.147546602807384, 0.398799999999999, 0.188268708676365, 0.54424, 0.231549850644163, 0.787400000000001, 2.15553953648114, 4.02888, 4.5011263264506, 9.62404 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1245, '2021-12-05 00:00:00', 0.149062067609437, 0.4136, 0.161763592937349, 0.553280000000001, 0.28016351178077, 0.839520000000003, 2.16962193864891, 4.09676, 4.49195428405054, 9.65696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1260, '2021-12-05 00:00:00', 0.109456262193321, 0.392559999999997, 0.147887434670206, 0.569119999999998, 0.366864134705658, 0.842719999999998, 2.09672639051133, 4.18084, 4.53185565377657, 9.6718 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1275, '2021-12-05 00:00:00', 0.17390349814385, 0.392520000000001, 0.264651972723928, 0.555200000000003, 0.877258181305064, 0.937800000000004, 2.04409033720789, 4.23884, 4.51575208760032, 9.696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1290, '2021-12-05 00:00:00', 0.17515866140921, 0.379160000000001, 0.292183178845049, 0.56248, 0.864348839686077, 0.912, 2.04432359392212, 4.26896, 4.53496596753125, 9.68608 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1305, '2021-12-05 00:00:00', 0.232548045215034, 0.398519999999997, 0.875065250900376, 0.71812, 0.98600055273818, 1.00156, 2.00100538230161, 4.32396, 4.49138373258546, 9.6968 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1320, '2021-12-05 00:00:00', 0.125151553054221, 0.391958333333333, 0.311032266255728, 0.585124999999996, 0.479400423763213, 1.064625, 1.98592890277675, 4.33370833333333, 4.53731392779338, 9.675875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1335, '2021-12-05 00:00:00', 0.274934112660375, 0.418624999999996, 0.352922639529906, 0.669708333333332, 1.52904923037587, 2.751375, 2.07732206200082, 4.32991666666666, 4.5969262365493, 9.63604166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1350, '2021-12-05 00:00:00', 0.190163602332766, 0.47075, 0.407164416813206, 0.870916666666665, 1.59872442813058, 3.19016666666666, 2.08955191785016, 4.333, 4.63112868203478, 9.6385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 1365, '2021-12-05 00:00:00', 0.456318792709336, 0.755333333333333, 1.54036924744629, 2.697125, 1.72295424533611, 3.413875, 2.10297435842045, 4.34825, 4.72408180922149, 9.655625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 930, '2021-12-05 00:00:00', 0, 2.68800000000002, 0, 2.68800000000002, 0, 2.68800000000002, 0, 3.602, 0, 8.47200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 945, '2021-12-05 00:00:00', 0, 1.71199999999999, 0, 1.71199999999999, 0, 1.84199999999998, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 960, '2021-12-05 00:00:00', 0, 1.20400000000001, 0, 1.42400000000001, 0, 1.42400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 1, 975, '2021-12-05 00:00:00', 0, 0.540999999999997, 0, 1.19399999999999, 0, 1.82400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 930, '2021-12-05 00:00:00', 0, 2.511, 0, 3.53, 0, 4.31, 0, 5.12, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 945, '2021-12-05 00:00:00', 0, 1.88800000000001, 0, 2.322, 0, 3.47800000000001, 0, 3.47800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 960, '2021-12-05 00:00:00', 0, 0.942000000000007, 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 2, 975, '2021-12-05 00:00:00', 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 2.37100000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 930, '2021-12-05 00:00:00', 0, 1.53200000000001, 0, 2.011, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 945, '2021-12-05 00:00:00', 0, 1.95099999999999, 0, 2.50999999999999, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 960, '2021-12-05 00:00:00', 0, 1.233, 0, 1.76300000000001, 0, 1.76300000000001, 0, 2.10400000000001, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 3, 975, '2021-12-05 00:00:00', 0, 1.012, 0, 1.173, 0, 1.51400000000001, 0, 1.81399999999999, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 930, '2021-12-05 00:00:00', 0, 2.79400000000001, 0, 3.81100000000001, 0, 3.81100000000001, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 945, '2021-12-05 00:00:00', 0, 1.65100000000001, 0, 2.02100000000002, 0, 2.821, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 960, '2021-12-05 00:00:00', 0, 1.44400000000002, 0, 2.15200000000002, 0, 2.244, 0, 3.79300000000001, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 4, 975, '2021-12-05 00:00:00', 0, 0.882000000000005, 0, 0.97399999999999, 0, 1.39400000000001, 0, 2.893, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 930, '2021-12-05 00:00:00', 0, 2.654, 0, 3.01399999999998, 0, 3.834, 0, 6.273, 0, 10.251 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 945, '2021-12-05 00:00:00', 0, 1.54299999999998, 0, 1.94299999999998, 0, 2.851, 0, 4.80199999999999, 0, 8.78 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 960, '2021-12-05 00:00:00', 0, 1.172, 0, 1.59200000000001, 0, 2.922, 0, 4.03100000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 975, '2021-12-05 00:00:00', 0, 1.50400000000002, 0, 1.99200000000002, 0, 3.76400000000001, 0, 3.94300000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-12-05 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-12-05 14:50:46 Duration: 3s352ms Database: acaweb_fx User: pgperfstats
15 221ms 22s938ms 1s866ms 16 29s869ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Dec 05 14 16 29s869ms 1s866ms [ User: postgres - Total duration: 29s869ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-12-05 14:03:44 Duration: 22s938ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-12-05 14:11:20 Duration: 1s716ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-12-05 14:05:20 Duration: 1s653ms Database: acaweb_fx User: postgres
16 60ms 22s584ms 1s417ms 159 3m45s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Dec 05 14 159 3m45s 1s417ms [ User: postgres - Total duration: 3m45s - Times executed: 159 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:07:04 Duration: 22s584ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:05:57 Duration: 14s392ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:01:24 Duration: 9s813ms Database: acaweb_fx User: postgres Bind query: yes
17 68ms 8s636ms 509ms 56 28s539ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Dec 05 14 56 28s539ms 509ms [ User: postgres - Total duration: 28s539ms - Times executed: 56 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:07:00 Duration: 8s636ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('234' = 0 OR s.symbol in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:06 Duration: 2s780ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '637' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-12-05 14:06:50 Duration: 2s615ms Database: acaweb_fx User: postgres Bind query: yes
18 50ms 4s870ms 464ms 113 52s495ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Dec 05 14 113 52s495ms 464ms [ User: postgres - Total duration: 52s495ms - Times executed: 113 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173154 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:31 Duration: 4s870ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173154 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:31 Duration: 4s869ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 62173620 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:04:33 Duration: 3s664ms Database: acaweb_fx User: postgres Bind query: yes
19 50ms 1s466ms 426ms 48 20s455ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Dec 05 14 48 20s455ms 426ms [ User: postgres - Total duration: 20s455ms - Times executed: 48 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988092' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-12-05 14:05:51 Duration: 1s466ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1002938' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-12-05 14:14:13 Duration: 1s243ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988112' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-12-05 14:06:05 Duration: 1s62ms Database: acaweb_fx User: postgres Bind query: yes
20 50ms 4s264ms 368ms 79 29s137ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and patternendprice > ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Dec 05 14 79 29s137ms 368ms [ User: postgres - Total duration: 29s137ms - Times executed: 79 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 3596 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62173613 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:05:41 Duration: 4s264ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 3596 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62173613 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:10:42 Duration: 1s985ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 62170820 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:10:40 Duration: 1s763ms Database: acaweb_fx User: postgres Bind query: yes
Time consuming prepare
Rank Total duration Times executed Min duration Max duration Avg duration Query NO DATASET
Time consuming bind
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 266ms 3 78ms 102ms 88ms with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration Dec 05 14 3 266ms 88ms [ User: postgres - Total duration: 1s128ms - Times executed: 3 ]
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2021-12-05 14:02:10 Duration: 102ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1032151'
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2021-12-05 14:02:10 Duration: 85ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '627', $2 = '627', $3 = '627', $4 = '627', $5 = '627', $6 = '627', $7 = '627', $8 = '627', $9 = '627'
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2021-12-05 14:14:15 Duration: 78ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '566', $2 = '566', $3 = '566', $4 = '566', $5 = '566', $6 = '566', $7 = '566', $8 = '566', $9 = '566'
2 208ms 1 208ms 208ms 208ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3358 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 53147 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523361574 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 14 1 208ms 208ms [ User: postgres - Total duration: 78ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3358 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 53147 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523361574 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:07:59 Duration: 208ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '71198607', $7 = '0'
3 207ms 1 207ms 207ms 207ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3359 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 53147 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523065189 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 14 1 207ms 207ms [ User: postgres - Total duration: 59ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3359 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 53147 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 523065189 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:07:59 Duration: 207ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '71195711', $7 = '0'
4 138ms 2 64ms 73ms 69ms SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 14 2 138ms 69ms [ User: postgres - Total duration: 208ms - Times executed: 2 ]
-
SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;
Date: 2021-12-05 14:05:31 Duration: 73ms Database: postgres User: acaweb_fx Remote: postgres
-
SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;
Date: 2021-12-05 14:18:14 Duration: 64ms Database: postgres User: acaweb_fx Remote: postgres
5 113ms 1 113ms 113ms 113ms SELECT dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, hour, (psh.ave - psh.stddev / 2.0) AS low, psh.ave, (psh.ave + psh.stddev / 2.0) AS high, psh.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM brokersymbollist bsl INNER JOIN powerstats_symboldata psd ON bsl.symbolid = psd.symbolid INNER JOIN powerstats_hourly psh ON psd.hourlysymbolID = psh.symbolid INNER JOIN symbols s ON psh.symbolid = s.symbolid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN mat_ps_hourly_symbolid_max_enddate e ON psh.enddate = e.enddate AND psh.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 GROUP BY dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, psh.hour, (psh.ave - psh.stddev / 2.0), psh.ave, (psh.ave + psh.stddev / 2.0), psh.enddate, dtt.absolutetimezoneoffset, dtt.timezone ORDER BY hour ASC;Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 14 1 113ms 113ms [ User: postgres - Total duration: 407ms - Times executed: 1 ]
-
SELECT dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, hour, (psh.ave - psh.stddev / 2.0) AS low, psh.ave, (psh.ave + psh.stddev / 2.0) AS high, psh.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM brokersymbollist bsl INNER JOIN powerstats_symboldata psd ON bsl.symbolid = psd.symbolid INNER JOIN powerstats_hourly psh ON psd.hourlysymbolID = psh.symbolid INNER JOIN symbols s ON psh.symbolid = s.symbolid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN mat_ps_hourly_symbolid_max_enddate e ON psh.enddate = e.enddate AND psh.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 GROUP BY dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, psh.hour, (psh.ave - psh.stddev / 2.0), psh.ave, (psh.ave + psh.stddev / 2.0), psh.enddate, dtt.absolutetimezoneoffset, dtt.timezone ORDER BY hour ASC;
Date: 2021-12-05 14:05:31 Duration: 113ms Database: postgres User: acaweb_fx Remote: postgres
6 91ms 1 91ms 91ms 91ms SELECT ;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 14 1 91ms 91ms [ User: postgres - Total duration: 91ms - Times executed: 1 ]
-
SELECT ;
Date: 2021-12-05 14:05:37 Duration: 91ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = 'GKINVESTMT5', $2 = 'AUDCHF', $3 = '15', $4 = '2021-12-03 20:00:00', $5 = '2021-12-03 23:45:00'
7 59ms 1 59ms 59ms 59ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 14 1 59ms 59ms [ User: postgres - Total duration: 1s295ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:34:21 Duration: 59ms Database: postgres User: acaweb_fx Remote: postgres
8 58ms 1 58ms 58ms 58ms SELECT DISTINCT COALESCE(stddev_15 / 2, 0) AS low_15_stddev, COALESCE(ave_15 / 2, 0) AS low_15_ave, COALESCE(stddev_15 / 2, 0) AS high_15_stddev, COALESCE(ave_15 / 2, 0) AS high_15_ave, COALESCE(stddev_30 / 2, 0) AS low_30_stddev, COALESCE(ave_30 / 2, 0) AS low_30_ave, COALESCE(stddev_30 / 2, 0) AS high_30_stddev, COALESCE(ave_30 / 2, 0) AS high_30_ave, COALESCE(stddev_60 / 2, 0) AS low_60_stddev, COALESCE(ave_60 / 2, 0) AS low_60_ave, COALESCE(stddev_60 / 2, 0) AS high_60_stddev, COALESCE(ave_60 / 2, 0) AS high_60_ave, COALESCE(stddev_240 / 2, 0) AS low_240_stddev, COALESCE(ave_240 / 2, 0) AS low_240_ave, COALESCE(stddev_240 / 2, 0) AS high_240_stddev, COALESCE(ave_240 / 2, 0) AS high_240_ave, COALESCE(stddev_1440 / 2, 0) AS low_1440_stddev, COALESCE(ave_1440 / 2, 0) AS low_1440_ave, COALESCE(stddev_1440 / 2, 0) AS high_1440_stddev, COALESCE(ave_1440 / 2, 0) AS high_1440_ave, s.exchange AS exchange, s.symbol AS symbol, s.longname, ps.enddate AS executiondate, dtt.absolutetimezoneoffset AS datafeedtimezoneoffset, dtt.timezone AS datafeedtimezonename, dss.downloadersymbol FROM powerstats_trumpet ps INNER JOIN downloadersymbolsettings dss ON dss.symbolid = ps.symbolid INNER JOIN datafeedstimetable dtt ON dtt.classname = dss.classname INNER JOIN symbols s ON ps.symbolid = s.symbolid WHERE ps.dayofweek = $1 AND ps.fromtime = $2 AND ps.symbolid = $3 ORDER BY ps.enddate DESC LIMIT 1;Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 14 1 58ms 58ms [ User: postgres - Total duration: 51ms - Times executed: 1 ]
-
SELECT DISTINCT COALESCE(stddev_15 / 2, 0) AS low_15_stddev, COALESCE(ave_15 / 2, 0) AS low_15_ave, COALESCE(stddev_15 / 2, 0) AS high_15_stddev, COALESCE(ave_15 / 2, 0) AS high_15_ave, COALESCE(stddev_30 / 2, 0) AS low_30_stddev, COALESCE(ave_30 / 2, 0) AS low_30_ave, COALESCE(stddev_30 / 2, 0) AS high_30_stddev, COALESCE(ave_30 / 2, 0) AS high_30_ave, COALESCE(stddev_60 / 2, 0) AS low_60_stddev, COALESCE(ave_60 / 2, 0) AS low_60_ave, COALESCE(stddev_60 / 2, 0) AS high_60_stddev, COALESCE(ave_60 / 2, 0) AS high_60_ave, COALESCE(stddev_240 / 2, 0) AS low_240_stddev, COALESCE(ave_240 / 2, 0) AS low_240_ave, COALESCE(stddev_240 / 2, 0) AS high_240_stddev, COALESCE(ave_240 / 2, 0) AS high_240_ave, COALESCE(stddev_1440 / 2, 0) AS low_1440_stddev, COALESCE(ave_1440 / 2, 0) AS low_1440_ave, COALESCE(stddev_1440 / 2, 0) AS high_1440_stddev, COALESCE(ave_1440 / 2, 0) AS high_1440_ave, s.exchange AS exchange, s.symbol AS symbol, s.longname, ps.enddate AS executiondate, dtt.absolutetimezoneoffset AS datafeedtimezoneoffset, dtt.timezone AS datafeedtimezonename, dss.downloadersymbol FROM powerstats_trumpet ps INNER JOIN downloadersymbolsettings dss ON dss.symbolid = ps.symbolid INNER JOIN datafeedstimetable dtt ON dtt.classname = dss.classname INNER JOIN symbols s ON ps.symbolid = s.symbolid WHERE ps.dayofweek = $1 AND ps.fromtime = $2 AND ps.symbolid = $3 ORDER BY ps.enddate DESC LIMIT 1;
Date: 2021-12-05 14:03:18 Duration: 58ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '0', $2 = '825', $3 = '1031736'
9 51ms 1 51ms 51ms 51ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #9
Day Hour Count Duration Avg duration 14 1 51ms 51ms [ User: postgres - Total duration: 819ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-12-05 14:34:21 Duration: 51ms Database: postgres User: acaweb_fx Remote: postgres
10 50ms 1 50ms 50ms 50ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3356 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.2 AND initialtrend >= 0.2 AND symmetry >= 0.2 AND noise <= 0.8 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #10
Day Hour Count Duration Avg duration 14 1 50ms 50ms [ User: postgres - Total duration: 50ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3356 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.2 AND initialtrend >= 0.2 AND symmetry >= 0.2 AND noise <= 0.8 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-12-05 14:41:59 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 55,314 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 16955 ERROR entries
- 68 WARNING entries
Most Frequent Errors/Events
Key values
- 16,945 Max number of times the same event was reported
- 17,023 Total events found
Rank Times reported Error 1 16,945 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Dec 05 14 16,945 - ERROR: duplicate key value violates unique constraint "pk_t15"
- ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "pk_t60"
Detail: Key (pricedatetime, symbolid)=(2021-12-02 05:30:00, 960516) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2021-12-02 05:30', 0.90918, 0.90943, 0.90899, 0.90907, 0, 0,'2021-12-05 14:00');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2021-12-02 05:30', 0.90918, 0.90943, 0.90899, 0.90907, 0, 0,'2021-12-05 14:00');Date: 2021-12-05 14:00:41 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-12-02 05:30:00, 960554) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2021-12-02 05:30', 0.90918, 0.90943, 0.90899, 0.9093, 0, 0,'2021-12-05 14:01');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2021-12-02 05:30', 0.90918, 0.90943, 0.90899, 0.9093, 0, 0,'2021-12-05 14:01');Date: 2021-12-05 14:01:01 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-12-02 05:00:00, 960592) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2021-12-02 05:00', 0.90918, 0.90943, 0.90899, 0.9093, 0, 0,'2021-12-05 14:01');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2021-12-02 05:00', 0.90918, 0.90943, 0.90899, 0.9093, 0, 0,'2021-12-05 14:01');Date: 2021-12-05 14:01:11 Database: acaweb_fx Application: User: postgres Remote:
2 68 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Dec 05 14 68 - WARNING: there is no transaction in progress
Date: 2021-12-05 14:00:35 Database: acaweb_fx Application: User: postgres Remote:
3 9 LOG: process ... still waiting for AccessShareLock on relation ... of database ... after ... ms
Times Reported Most Frequent Error / Event #3
Day Hour Count Dec 05 14 9 - LOG: process 8709 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.036 ms at character 28
- LOG: process 21845 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.043 ms at character 28
- LOG: process 3179 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.040 ms at character 28
Detail: Process holding the lock: 10658. Wait queue: 8709, 21845.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AXIORY - 1'Date: 2021-12-05 14:02:02 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 10658. Wait queue: 8709, 21845.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 1'Date: 2021-12-05 14:02:03 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 10658. Wait queue: 8709, 21845, 3179.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'BMFN - 1'Date: 2021-12-05 14:02:04 Database: acaweb_fx Application: User: postgres Remote:
4 1 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #4
Day Hour Count Dec 05 14 1 - ERROR: relation "timezones_vi_vn" does not exist at character 191
Statement: SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset,0,4) as double precision)*60 + cast(substring(t.gmoffset,5,2) as double precision))/60 as gmoffset FROM timezones_vi_VN tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone
Date: 2021-12-05 14:19:38 Database: acaweb_fx Application: User: postgres Remote: