-
Global information
- Generated on Sun Oct 24 12:59:08 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-10-24_140000.log
- Parsed 40,400 log entries in 7s
- Log start from 2021-10-24 14:00:01 to 2021-10-24 14:59:01
-
Overview
Global Stats
- 467 Number of unique normalized queries
- 2,709 Number of queries
- 1h45m26s Total query duration
- 2021-10-24 14:00:10 First query
- 2021-10-24 14:58:51 Last query
- 21 queries/s at 2021-10-24 14:01:03 Query peak
- 1h45m26s Total query duration
- 0ms Prepare/parse total duration
- 2s56ms Bind total duration
- 1h45m24s Execute total duration
- 15,429 Number of events
- 2 Number of unique normalized events
- 15,362 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
- 162 Number temporary file
- 9.06 MiB Max size of temporary file
- 6.35 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,709 Average queries per session
- 1h45m26s 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
- 21 queries/s Query Peak
- 2021-10-24 14:01:03 Date
SELECT Traffic
Key values
- 18 queries/s Query Peak
- 2021-10-24 14:01:03 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 9 queries/s Query Peak
- 2021-10-24 14:06:24 Date
Queries duration
Key values
- 1h45m26s 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) Oct 24 14 2,709 0ms 12m11s 2s334ms 3m11s 5m36s 13m34s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Oct 24 14 1,071 20 1s425ms 22s171ms 47s297ms 3m25s Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Oct 24 14 637 42 0 75 3s195ms 54s175ms 56s493ms 1m Day Hour Prepare Bind Bind/Prepare Percentage of prepare Oct 24 14 0 1,665 1,665.00 0.00% Day Hour Count Average / Second Oct 24 14 0 0.00/s Day Hour Count Average Duration Average idle time Oct 24 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 Oct 24 14 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Oct 24 14 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Oct 24 14 0 0s Day Hour Mean distance Mean estimate Oct 24 14 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 17.80 MiB Temp Files size Peak
- 2021-10-24 14:11:08 Date
Number of temporary files
Key values
- 2 per second Temp Files Peak
- 2021-10-24 14:11:08 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Oct 24 14 162 1.00 GiB 6.35 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 45 259.57 MiB 3.40 MiB 9.06 MiB 5.77 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, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253, $254, $255, $256, $257, $258, $259, $260, $261, $262, $263, $264, $265, $266, $267, $268, $269, $270, $271, $272, $273, $274, $275, $276, $277, $278, $279, $280, $281, $282, $283, $284, $285, $286, $287, $288, $289, $290, $291, $292, $293, $294, $295, $296, $297, $298, $299, $300, $301, $302, $303, $304, $305, $306, $307, $308, $309, $310, $311, $312, $313, $314, $315, $316, $317, $318, $319, $320, $321, $322, $323, $324, $325, $326, $327, $328, $329, $330, $331, $332, $333, $334, $335, $336, $337, $338, $339)) AND ($340 = 0 OR fr.pattern in ($341)) AND ($342 = 0 OR fr.patternlengthbars <= $343) AND ($344 = 0 OR ($345 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($346 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $347 OR relevant = 1) AND ($348 = 0 OR age <= $349) ORDER BY identified DESC, length DESC;
Date: 2021-10-24 14:30:49 Duration: 0ms Database: acaweb_fx User: postgres
2 34 262.28 MiB 6.47 MiB 8.75 MiB 7.71 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, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253, $254, $255, $256, $257, $258, $259, $260, $261, $262, $263, $264, $265, $266, $267, $268, $269, $270, $271, $272, $273, $274, $275, $276, $277, $278, $279, $280, $281, $282, $283, $284, $285, $286, $287, $288, $289, $290, $291, $292, $293, $294, $295, $296, $297, $298, $299, $300, $301, $302, $303, $304, $305, $306, $307, $308, $309, $310, $311, $312, $313, $314, $315, $316, $317, $318, $319, $320, $321, $322, $323, $324, $325, $326, $327, $328, $329, $330, $331, $332, $333, $334, $335, $336, $337, $338, $339)) AND ($340 = 0 OR p.patternname in ($341)) AND ($342 = 0 OR kr.patternclassid in ($343, $344)) AND ($345 = 0 OR kr.patternlengthbars <= $346) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $347 OR relevant = 1) AND ($348 = 0 OR age <= $349) ORDER BY identified DESC, length DESC;
Date: 2021-10-24 14:30:41 Duration: 0ms Database: acaweb_fx User: postgres
3 34 271.87 MiB 6.12 MiB 8.90 MiB 8.00 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-10-24 14:30:34 Duration: 0ms Database: acaweb_fx User: postgres
4 23 79.73 MiB 3.36 MiB 3.55 MiB 3.47 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-10-24 14:30:35 Duration: 0ms Database: acaweb_fx User: postgres
5 3 10.71 MiB 3.57 MiB 3.57 MiB 3.57 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-10-24 14:12:30 Duration: 0ms Database: acaweb_fx User: postgres
6 2 11.00 MiB 5.50 MiB 5.50 MiB 5.50 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((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 ?;-
) OR ((s.symbol ilike '%audjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audnzd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%cadjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%euraud%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurgbp%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurnzd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpaud%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpnzd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%usdcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%usdjpy%' 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 > 521335464 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:39:16 Duration: 0ms Database: acaweb_fx User: postgres
7 2 13.00 MiB 6.50 MiB 6.50 MiB 6.50 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((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 ?;-
) OR ((s.symbol ilike '%eurusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%usdchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdchf%' AND timegranularity = 240))) 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 > 521367169 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:34:13 Duration: 0ms Database: acaweb_fx User: postgres
8 2 13.00 MiB 6.50 MiB 6.50 MiB 6.50 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 > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:10:12 Duration: 0ms Database: acaweb_fx User: postgres
9 1 6.27 MiB 6.27 MiB 6.27 MiB 6.27 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-10-24 14:06:26 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 9.06 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-10-24 14:02:09 - Database: acaweb_fx - User: postgres ]
2 9.06 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-10-24 14:08:54 - Database: acaweb_fx - User: postgres ]
3 9.06 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-10-24 14:12:53 - Database: acaweb_fx - User: postgres ]
4 9.06 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-10-24 14:17:33 - Database: acaweb_fx - User: postgres ]
5 9.06 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-10-24 14:21:35 - Database: acaweb_fx - User: postgres ]
6 9.06 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-10-24 14:26:31 - Database: acaweb_fx - User: postgres ]
7 9.06 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-10-24 14:31:32 - Database: acaweb_fx - User: postgres ]
8 9.06 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-10-24 14:36:41 - Database: acaweb_fx - User: postgres ]
9 9.06 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-10-24 14:41:32 - Database: acaweb_fx - User: postgres ]
10 9.06 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-10-24 14:46:31 - Database: acaweb_fx - User: postgres ]
11 9.06 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-10-24 14:51:35 - Database: acaweb_fx - User: postgres ]
12 9.06 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-10-24 14:56:31 - Database: acaweb_fx - User: postgres ]
13 8.90 MiB 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-10-24 14:06:36 - Database: acaweb_fx - User: postgres ]
14 8.90 MiB 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-10-24 14:11:08 - Database: acaweb_fx - User: postgres ]
15 8.90 MiB 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-10-24 14:11:08 - Database: acaweb_fx - User: postgres ]
16 8.89 MiB 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-10-24 14:15:57 - Database: acaweb_fx - User: postgres ]
17 8.89 MiB 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-10-24 14:15:57 - Database: acaweb_fx - User: postgres ]
18 8.89 MiB 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-10-24 14:20:37 - Database: acaweb_fx - User: postgres ]
19 8.89 MiB 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-10-24 14:20:46 - Database: acaweb_fx - User: postgres ]
20 8.89 MiB 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-10-24 14:25:34 - 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 Oct 24 14 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- unknown Main Lock Type
- 0 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query NO DATASET
Queries that waited the most
Rank Wait time Query NO DATASET
-
Queries
Queries by type
Key values
- 1,071 Total read queries
- 1,630 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 2,709 Requests
- 1h45m24s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 2,038 Requests
User Request type Count Duration pgperfstats Total 671 40m15s insert 587 39m21s select 84 53s520ms postgres Total 2,038 1h5m9s copy from 75 10s973ms copy to 20 4s533ms cte 852 38m44s ddl 4 592ms insert 50 5s821ms others 8 34s867ms select 987 24m56s update 42 30s732ms Duration by user
Key values
- 1h5m9s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 671 40m15s insert 587 39m21s select 84 53s520ms postgres Total 2,038 1h5m9s copy from 75 10s973ms copy to 20 4s533ms cte 852 38m44s ddl 4 592ms insert 50 5s821ms others 8 34s867ms select 987 24m56s update 42 30s732ms Queries by host
Key values
- unknown Main host
- 2,709 Requests
- 1h45m24s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 2,709 Requests
- 1h45m24s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-10-24 14:58:10 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 878 100-500ms duration
Slowest individual queries
Rank Duration Query 1 12m11s select powerstats_tdata_add ();[ Date: 2021-10-24 14:12:35 - Database: acaweb_fx - User: postgres ]
2 2m25s 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.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 ('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-10-24 14:07:55 - Database: acaweb_fx - User: postgres - Bind query: yes ]
3 1m29s 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.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 ('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-10-24 14:11:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
4 1m17s select updateageforrelevantresults ();[ Date: 2021-10-24 14:03:20 - Database: acaweb_fx - User: postgres ]
5 1m10s 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.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 ('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-10-24 14:16:40 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 53s260ms 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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:06:35 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 37s97ms 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-10-24 14:15:02 - Database: acaweb_fx - User: pgperfstats ]
8 36s968ms WITH rar_max as ( ;[ Date: 2021-10-24 14:01:37 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 36s850ms (( 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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-10-24 14:06:15 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 35s517ms (( 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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-10-24 14:06:30 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 29s858ms WITH rar_max as ( ;[ Date: 2021-10-24 14:08:26 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 29s63ms 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.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 ('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-10-24 14:00:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 28s892ms 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.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 ('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-10-24 14:35:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 28s747ms 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 = '529' 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 ('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-10-24 14:06:24 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 28s744ms 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-10-24 14:06:24 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 27s574ms select updateageforrelevantresults ();[ Date: 2021-10-24 14:17:30 - Database: acaweb_fx - User: postgres ]
17 26s863ms 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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:07:02 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 26s212ms WITH rar_max as ( ;[ Date: 2021-10-24 14:07:02 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 25s957ms WITH rar_max as ( ;[ Date: 2021-10-24 14:12:26 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 25s781ms WITH rar_max as ( ;[ Date: 2021-10-24 14:17:07 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 12m11s 1 12m11s 12m11s 12m11s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Oct 24 14 1 12m11s 12m11s [ User: postgres - Total duration: 12m11s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2021-10-24 14:12:35 Duration: 12m11s Database: acaweb_fx User: postgres
2 8m21s 181 101ms 25s290ms 2s769ms 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 Oct 24 14 181 8m21s 2s769ms [ User: postgres - Total duration: 8m21s - 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 = '529' 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 ('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 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-10-24 14:05:55 Duration: 25s290ms 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 = '643' 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 ('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-10-24 14:06:57 Duration: 18s803ms 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 = '700' 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-10-24 14:02:52 Duration: 17s497ms Database: acaweb_fx User: postgres Bind query: yes
3 8m7s 139 58ms 36s968ms 3s505ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Oct 24 14 139 8m7s 3s505ms [ User: postgres - Total duration: 8m7s - Times executed: 139 ]
-
WITH rar_max as ( ;
Date: 2021-10-24 14:01:37 Duration: 36s968ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-10-24 14:08:26 Duration: 29s858ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-10-24 14:07:02 Duration: 26s212ms Database: acaweb_fx User: postgres Bind query: yes
4 7m37s 24 957ms 2m25s 19s60ms 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.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 #4
Day Hour Count Duration Avg duration Oct 24 14 24 7m37s 19s60ms [ User: postgres - Total duration: 7m37s - Times executed: 24 ]
-
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.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 ('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-10-24 14:07:55 Duration: 2m25s 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.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 ('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-10-24 14:11:59 Duration: 1m29s 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.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 ('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-10-24 14:16:40 Duration: 1m10s Database: acaweb_fx User: postgres Bind query: yes
5 6m55s 149 2s119ms 3s547ms 2s791ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Oct 24 14 149 6m55s 2s791ms [ User: pgperfstats - Total duration: 6m55s - Times executed: 149 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970100, 1, 600, '2021-10-24 00:00:00', 23.2212246503251, 33.4795217391305, 22.7215406064299, 40.4515652173913, 24.1543766051169, 53.346, 24.4989309014945, 69.3189565217391, 54.619334708363, 162.515565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 615, '2021-10-24 00:00:00', 9.1938158907176, 19.1162173913044, 12.4500363278674, 29.6682608695653, 17.4305576186545, 39.0225217391305, 18.4573919270041, 57.2277391304348, 52.9995529444939, 156.277043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 630, '2021-10-24 00:00:00', 8.99856639065111, 18.3462173913044, 14.7754777012587, 26.4838695652174, 15.112035740081, 34.2968695652174, 17.3357751700648, 51.7252608695652, 52.5175929338467, 153.400739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 645, '2021-10-24 00:00:00', 11.9012515298302, 16.9836086956522, 11.8511589335049, 23.8113913043479, 15.6380929767225, 31.8103043478262, 17.7506460413523, 49.3583913043478, 52.6822566786479, 152.498130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 660, '2021-10-24 00:00:00', 9.26130677314197, 15.5846521739131, 10.7423830472385, 22.6145217391305, 17.9036253022797, 30.0996521739131, 17.0654646554127, 48.7032173913043, 53.263019094743, 152.494782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 675, '2021-10-24 00:00:00', 6.18240414881534, 15.3241739130435, 11.5663973734946, 20.9882608695653, 12.5715255379679, 27.5004782608696, 14.6247578549597, 45.7799565217391, 54.2949692758365, 152.970869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 690, '2021-10-24 00:00:00', 7.85682104598403, 13.8183043478261, 9.627357636202, 19.6026521739131, 10.8168705577922, 25.8048695652174, 15.7823387787762, 46.5653478260869, 54.840897880973, 153.360130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 705, '2021-10-24 00:00:00', 5.55272356026833, 13.2478695652174, 7.2707120992947, 19.5433913043478, 9.08428132923978, 24.6237826086956, 17.4129153181617, 47.1338260869565, 57.3225086328956, 177.129826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 720, '2021-10-24 00:00:00', 4.81370774568523, 14.4295217391304, 6.44461330539907, 17.1542608695652, 8.77630383340757, 24.5873913043478, 16.9575134285614, 47.0889565217391, 59.9993582740716, 179.344869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 735, '2021-10-24 00:00:00', 4.17619380484806, 10.9398260869565, 8.25141754140989, 16.3755217391304, 9.49836819436532, 24.2189130434783, 15.6302157607396, 47.389, 60.2035792649595, 179.210695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 750, '2021-10-24 00:00:00', 5.85545589338415, 12.8450869565217, 6.18346486359925, 17.5890869565217, 9.08328968958824, 24.6266956521739, 22.4338786003521, 49.955652173913, 60.2962876407571, 181.150434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 765, '2021-10-24 00:00:00', 4.66263944275364, 11.8231304347825, 6.15420318529135, 16.8718695652174, 11.1706570965355, 24.3051739130434, 22.9089495650479, 50.8539130434782, 60.2335772326458, 181.166173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 780, '2021-10-24 00:00:00', 3.81481153964445, 11.8959130434783, 5.5722007428463, 16.6961304347826, 8.59045425529126, 23.5093043478261, 22.9496902790678, 51.8657826086957, 61.1526088058948, 182.039695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 795, '2021-10-24 00:00:00', 5.77418347084162, 11.8948695652173, 9.02231664443284, 17.3347826086955, 9.13342592732647, 23.1915217391304, 22.4655773396007, 52.0457391304347, 60.9054067692132, 181.945782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 810, '2021-10-24 00:00:00', 5.40122379230348, 12.006, 5.75738069390463, 15.776, 7.34425634148789, 23.6568695652174, 22.6390015378861, 50.7837826086957, 60.8676956249512, 181.905652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 825, '2021-10-24 00:00:00', 3.2609494416304, 10.7564782608696, 5.95124485399923, 16.1073043478261, 9.93583963343525, 23.9333043478261, 23.0939860264297, 50.0250434782609, 60.5422430604166, 182.145826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 840, '2021-10-24 00:00:00', 5.51715833441064, 11.8802173913043, 6.77272854678082, 17.1218260869565, 9.38175870038517, 22.5286956521739, 23.2268357342384, 50.6139565217392, 60.0862668676538, 182.634 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 855, '2021-10-24 00:00:00', 5.5451060233576, 11.1239130434783, 7.87622881961741, 16.1863478260869, 8.4793487510012, 20.3238260869565, 23.7649309291484, 50.3093913043479, 59.6286342905465, 182.807913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 870, '2021-10-24 00:00:00', 4.44554224563296, 11.1863043478261, 5.64670786594458, 14.7672173913044, 10.9402725643655, 20.885347826087, 24.6761318477669, 52.2568260869566, 59.2491368043057, 183.718652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 885, '2021-10-24 00:00:00', 4.14183466059804, 9.68191304347829, 7.25029841691959, 14.4480434782609, 13.0301903180007, 21.5492173913044, 34.8561292625272, 75.0984347826087, 59.6813735187039, 184.63147826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 900, '2021-10-24 00:00:00', 6.84685539545879, 10.5604782608696, 11.1746168975192, 14.8974782608696, 11.1531096089214, 21.9943043478261, 35.3034788512406, 80.205, 59.4982402373374, 185.372608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 915, '2021-10-24 00:00:00', 5.93847009549588, 10.4835652173914, 8.03936807758901, 15.7487826086957, 10.9535074616063, 22.6695652173914, 34.3853962691282, 82.8233043478261, 58.2879225482612, 185.099086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 930, '2021-10-24 00:00:00', 6.80319458150608, 11.8961739130435, 7.1631278749279, 16.1449565217392, 21.7580039705532, 27.096347826087, 36.5452907093057, 83.7478695652174, 57.937248430996, 184.797869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 945, '2021-10-24 00:00:00', 5.3946749912177, 10.8315217391305, 9.05401968424457, 16.7665217391305, 21.2540035678935, 32.4158695652174, 36.7577271470879, 84.7557391304348, 57.9007768366927, 184.359739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 960, '2021-10-24 00:00:00', 8.2888176424078, 12.587, 19.5909895657674, 21.4835652173913, 20.8303597095311, 36.8920869565218, 35.497713180979, 86.1545217391304, 57.2442831757058, 184.545869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 975, '2021-10-24 00:00:00', 12.3063477138969, 15.704347826087, 12.9066690335463, 26.9832173913044, 14.9393648636629, 34.9015652173914, 34.1539519473304, 85.2645652173913, 57.6062939708443, 182.914347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 990, '2021-10-24 00:00:00', 7.2389178590968, 21.2710434782609, 10.5399290188938, 28.7677826086957, 12.1071172714443, 34.3145217391304, 33.7448469826932, 84.8623913043478, 58.0303002386048, 182.417652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1005, '2021-10-24 00:00:00', 7.39293110692768, 19.5525217391304, 9.11832395861374, 23.7982173913044, 12.5359873914052, 30.9318260869565, 32.0575652125935, 83.4467826086956, 57.5514329974097, 180.785347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1020, '2021-10-24 00:00:00', 5.86798836422567, 15.4745217391305, 9.32833992280595, 21.5294782608696, 12.2154869621854, 28.2687826086957, 30.4848634660786, 83.621, 55.9242480996735, 180.739826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1035, '2021-10-24 00:00:00', 7.42693547310996, 15.9566086956522, 10.4566818798679, 21.2638695652174, 11.4371357741095, 27.4095217391304, 31.2545192866239, 82.0282608695652, 56.1086231269453, 179.746260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1050, '2021-10-24 00:00:00', 7.726236479065, 14.5556956521739, 8.25739119862406, 19.0460434782609, 11.1004653381432, 25.1017826086956, 32.618186506129, 81.5046956521738, 56.3545724444016, 179.594130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1065, '2021-10-24 00:00:00', 5.76644724745722, 13.3163043478261, 6.78203596292227, 17.2034347826087, 28.5542731552201, 54.8698260869565, 32.9014618282947, 80.3235652173912, 57.2187752371227, 178.872 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1080, '2021-10-24 00:00:00', 6.52409262541389, 12.0893043478261, 7.55782855680586, 17.5743043478261, 28.1662941979566, 61.3021304347827, 32.7855341491135, 79.7905217391304, 57.9440256704795, 178.338913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1095, '2021-10-24 00:00:00', 6.41246966754258, 12.940347826087, 28.5337096445424, 53.3014782608696, 28.896702279951, 64.3352608695652, 32.9090553466713, 79.4000869565217, 58.7402448627983, 178.527782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 600, '2021-10-24 00:00:00', 22.8440706596161, 38.9566923076923, 22.3033518760331, 46.6631153846154, 23.3488233809625, 54.4526538461539, 26.1236843973786, 68.877423076923, 56.3873363977982, 169.370961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 615, '2021-10-24 00:00:00', 8.45998022228996, 23.6128076923077, 10.9148958719442, 31.6101538461539, 12.491818000657, 39.8828076923077, 17.8685182983928, 57.3664999999999, 56.7078042431551, 162.855 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 630, '2021-10-24 00:00:00', 6.55513064259884, 18.4833076923077, 7.9392924772929, 26.7150000000001, 10.0925496722163, 37.0276153846154, 14.3139236328183, 53.4933846153846, 57.0365179913576, 162.561461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 645, '2021-10-24 00:00:00', 7.19340843272506, 19.193, 7.48279212059241, 26.227, 11.0794582956305, 34.5307307692308, 14.506069706214, 51.9868076923077, 57.7009148368084, 161.776269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 660, '2021-10-24 00:00:00', 5.90671036703179, 16.116, 8.39968471166533, 23.8101538461538, 10.6942056032515, 29.6252692307692, 14.4325611365945, 47.4288076923077, 58.4534331295894, 159.999346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 675, '2021-10-24 00:00:00', 8.90975789993105, 17.9103461538462, 11.020831944305, 22.5412307692308, 11.2011308011564, 27.0562307692308, 15.7042295950926, 45.1688461538462, 58.5231455848552, 159.771884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 690, '2021-10-24 00:00:00', 6.08169261624273, 15.7200384615384, 9.95352413794308, 20.6697307692307, 8.80865125343348, 27.0437692307692, 18.2934056512597, 45.7998076923077, 59.0498733050422, 161.261307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 705, '2021-10-24 00:00:00', 7.03484973673657, 14.4155384615384, 6.79789559971438, 18.0492307692307, 8.78062057286479, 25.5422692307693, 16.7251981919958, 45.8208076923077, 61.9212653352626, 172.186 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 720, '2021-10-24 00:00:00', 3.74821403624959, 12.7703076923077, 7.08436477278281, 20.400076923077, 9.47896909681963, 27.0995384615385, 16.2602039823046, 46.1821153846155, 61.8102968388451, 173.386884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 735, '2021-10-24 00:00:00', 6.83409350794859, 15.3126538461539, 8.82959347334951, 18.1302307692308, 10.1686691144152, 25.9429615384615, 17.9747774719081, 47.7492692307693, 61.5451940496137, 173.159269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 750, '2021-10-24 00:00:00', 6.29354934870747, 12.0562692307693, 8.93494463475596, 18.7551153846154, 9.15065065093106, 23.9171538461539, 19.6513048162202, 47.3155, 60.7462537278194, 172.422269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 765, '2021-10-24 00:00:00', 5.79575403430424, 14.0178846153846, 6.67285380443666, 17.9198461538462, 7.54461710747879, 23.9625384615385, 21.513536342999, 50.7556923076923, 60.327500654141, 172.659153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 780, '2021-10-24 00:00:00', 5.10047158739724, 11.4825769230769, 5.86004123705632, 16.4675, 8.637118158631, 23.7506153846154, 25.0669010279416, 53.5572307692308, 59.475697127133, 173.210038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 795, '2021-10-24 00:00:00', 4.90561107696704, 13.0089615384615, 6.73381198887666, 16.9753076923077, 8.71717671382192, 22.9025, 23.489875894914, 54.6909615384616, 59.2771193856838, 173.479230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 810, '2021-10-24 00:00:00', 4.25723276626424, 11.6788846153846, 6.17046492363785, 17.3865769230769, 7.67456860907397, 21.0291538461538, 22.2159336822436, 54.5344230769231, 59.2403482589488, 173.184192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 825, '2021-10-24 00:00:00', 6.07211529040744, 12.5195, 7.19161282092922, 15.7233846153846, 11.160170408404, 21.1367692307693, 21.3665387684, 55.0096923076923, 58.659274483908, 173.565538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 840, '2021-10-24 00:00:00', 4.85951576758264, 10.9231538461538, 4.99673117963516, 14.0578076923076, 10.0519639630962, 19.8086538461539, 21.6195644645876, 55.8299615384615, 58.659274483908, 173.565538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 855, '2021-10-24 00:00:00', 4.36787105050573, 10.0440769230769, 8.29268814957822, 15.0928846153846, 8.12376234966576, 19.994076923077, 21.6999952109176, 55.7419230769231, 59.0356052095291, 173.109153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 870, '2021-10-24 00:00:00', 7.87432737024866, 11.4544230769231, 7.46243557560136, 14.3, 9.09024457722936, 22.000076923077, 21.4681838436468, 55.9122307692308, 58.947427205043, 173.075576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 885, '2021-10-24 00:00:00', 4.43341318416618, 9.6476923076923, 6.56801395810384, 14.7800769230769, 10.3981328984509, 23.7555769230769, 30.366189429997, 71.2574615384616, 58.1716814747651, 173.610807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 900, '2021-10-24 00:00:00', 4.7675720858574, 10.8979230769231, 7.19938788551877, 16.8266153846154, 10.4575999332837, 25.2102692307693, 33.8349756236627, 74.6494230769231, 57.5179400562989, 174.38 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 915, '2021-10-24 00:00:00', 6.60112986051516, 12.4336538461539, 10.6745433736242, 19.4653461538462, 12.1393180171515, 27.2841923076923, 38.5213969665412, 79.299576923077, 57.2310817774344, 174.722846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 930, '2021-10-24 00:00:00', 5.76462612304228, 13.3285384615385, 7.49454614267039, 17.7927307692308, 12.4173028408563, 27.0101923076923, 41.1024346159876, 81.3411923076924, 57.2310817774344, 174.722846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 945, '2021-10-24 00:00:00', 5.33156262849248, 12.8903076923077, 8.47731473277133, 19.0480384615385, 13.2757335389975, 32.3209615384616, 41.4184098464031, 81.1972692307693, 57.5796862398938, 174.190730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 960, '2021-10-24 00:00:00', 8.66337687545418, 13.6076153846154, 12.1314202070491, 19.757, 19.6509447857819, 36.7565769230769, 44.2440637030725, 82.0921923076923, 57.7259071270297, 173.883038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 975, '2021-10-24 00:00:00', 7.5219227305666, 14.2347307692308, 10.3751969886767, 25.9270769230769, 17.6894888297673, 39.3665384615385, 44.6731395260663, 82.9453461538462, 57.6913471553977, 173.767730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 990, '2021-10-24 00:00:00', 8.3391228271416, 21.3246153846154, 18.5468943060972, 31.5541923076923, 16.6637245198619, 39.824076923077, 44.0860209029853, 83.8865384615385, 57.6913471553977, 173.767730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1005, '2021-10-24 00:00:00', 12.7622811997518, 21.0026923076923, 11.7388845435226, 27.7113846153846, 12.4670705309874, 35.0492307692308, 42.8502449900186, 84.3412307692308, 56.6632375671862, 173.030653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1020, '2021-10-24 00:00:00', 6.66830852880886, 18.6576538461539, 9.20227587711112, 24.4060384615385, 11.0322766025596, 31.0206538461539, 39.6987735102929, 83.5833076923077, 52.9955238413004, 171.492423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1035, '2021-10-24 00:00:00', 5.88519053387397, 15.7785, 7.63322498806777, 22.1169615384615, 10.2018439772124, 28.3828461538462, 40.7875854716189, 80.9167307692308, 53.1553974208278, 171.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1050, '2021-10-24 00:00:00', 5.72922207472697, 15.5443076923077, 8.71203286009553, 21.4296538461538, 10.4705141791311, 26.6948461538461, 41.1271115086649, 80.7176153846154, 53.1553974208278, 171.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1065, '2021-10-24 00:00:00', 5.76704662237222, 15.9622307692308, 7.45619962148173, 20.4693461538462, 25.6909113147941, 53.7452307692308, 40.0381229106038, 80.4797307692308, 52.0730748732822, 170.804038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1080, '2021-10-24 00:00:00', 5.70766488154301, 12.436, 7.71246140336931, 17.2444615384616, 28.8039666584576, 57.2003076923077, 36.8545666021917, 80.0783461538462, 50.6554333681833, 169.555961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1095, '2021-10-24 00:00:00', 5.31850916010813, 12.1946153846154, 23.9418745630715, 48.7389230769231, 31.856599688677, 62.7242692307693, 36.8734665020589, 79.3710384615385, 52.0015005147558, 168.665115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 600, '2021-10-24 00:00:00', 22.4938028025157, 34.4470384615385, 25.6723442325364, 43.5260769230769, 27.6158950577659, 55.0081923076923, 29.8852274855758, 70.4437692307692, 50.4374177110757, 163.446807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 615, '2021-10-24 00:00:00', 8.21984392711652, 22.7671153846155, 13.0886108910939, 32.2965384615386, 16.013468347757, 38.2082692307693, 20.1295300138493, 57.1805384615385, 52.8456552423696, 157.792653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 630, '2021-10-24 00:00:00', 7.85738916395554, 19.8809230769231, 9.68008035734283, 26.3077307692308, 12.411648636106, 32.8698846153846, 17.0402622724941, 51.9026538461539, 51.9682306670586, 154.765769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 645, '2021-10-24 00:00:00', 7.32834581576122, 18.3573461538462, 8.34731068695877, 23.6227692307692, 11.111474437923, 29.8002307692308, 17.2133243302524, 50.4574615384616, 51.8084287538828, 155.108884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 660, '2021-10-24 00:00:00', 8.00051731298582, 17.7776538461538, 9.96510840359431, 22.9788461538461, 10.7414576782598, 29.5074230769231, 18.643941341193, 50.797576923077, 51.3441739707482, 155.496538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 675, '2021-10-24 00:00:00', 5.26407689401988, 14.2931153846154, 7.49663579655263, 19.6488846153846, 10.6358759234236, 27.8154615384616, 20.5576578847434, 50.4151153846154, 51.854258333926, 156.022807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 690, '2021-10-24 00:00:00', 5.93311944880988, 15.0229230769231, 8.49285505967312, 21.0382307692308, 11.6125464875777, 28.8283846153846, 19.4800813997667, 50.5403076923077, 52.6913449775782, 156.188884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 705, '2021-10-24 00:00:00', 8.95446530740607, 14.8196923076923, 10.5761495669048, 19.9423076923077, 13.5343718178797, 30.2462307692308, 17.5459622179533, 49.5920769230769, 55.5766289368251, 160.206692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 720, '2021-10-24 00:00:00', 5.65970992896278, 15.161, 8.70525880576704, 20.9873461538462, 11.5701667954868, 29.1496538461539, 16.9688076238092, 50.351576923077, 54.4829281258324, 162.659730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 735, '2021-10-24 00:00:00', 5.22644671704913, 12.9113846153846, 9.50901477643511, 21.0144615384615, 9.88453421127398, 27.6824230769231, 15.1614589316261, 49.2388461538462, 53.7761388128458, 163.863538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 750, '2021-10-24 00:00:00', 7.37638654627047, 14.6220000000001, 7.13744948595897, 19.0612692307693, 12.7621852273998, 26.2135384615385, 14.5641026140935, 47.378076923077, 53.7768449419808, 163.883923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 765, '2021-10-24 00:00:00', 3.99042760943657, 12.6828846153846, 6.89661021260553, 18.4977692307692, 9.34427368276753, 24.8725384615385, 12.8524701781408, 47.273, 54.2399112730157, 162.959230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 780, '2021-10-24 00:00:00', 5.67174658501378, 13.1362692307693, 7.70020921523964, 17.9929615384616, 6.97368215066196, 24.6844615384616, 11.2670613115604, 46.8649615384616, 54.9049415385705, 162.536076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 795, '2021-10-24 00:00:00', 4.64962514551946, 11.803076923077, 6.43913581110434, 18.192076923077, 7.04208617571193, 23.8361153846155, 11.7402538646383, 48.4313846153846, 55.1599901962952, 162.756846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 810, '2021-10-24 00:00:00', 5.08055804036706, 13.0728076923078, 5.02878283132364, 17.3642692307693, 6.89934414854052, 22.463, 13.2592295109714, 48.0927692307693, 54.614598114832, 162.828730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 825, '2021-10-24 00:00:00', 4.70939256968288, 11.3748461538462, 6.19516422232197, 16.7733076923078, 6.83469000467469, 22.0885, 14.6384996068586, 49.1795, 54.5319397545921, 163.097961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 840, '2021-10-24 00:00:00', 4.69443178719374, 12.2957307692309, 5.01058548720758, 15.2277307692308, 9.41639804628896, 22.6613846153847, 16.6149977524941, 50.0606538461539, 54.5319397545921, 163.097961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 855, '2021-10-24 00:00:00', 4.65824353972444, 10.3033461538462, 6.33744583894319, 15.6228076923078, 9.02249355742892, 22.262076923077, 17.9296543983596, 51.5592692307693, 54.6904561480337, 163.248 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 870, '2021-10-24 00:00:00', 5.2367735416145, 10.9253846153846, 6.75969847711703, 16.3163076923078, 7.58389491092801, 22.1535, 19.3306274765043, 51.8033461538462, 55.962727086201, 162.779730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 885, '2021-10-24 00:00:00', 5.56086332547528, 11.6252692307693, 5.09208398640635, 14.9477307692308, 7.79123538115852, 22.1512692307693, 42.5053180669829, 82.8901538461539, 55.4794653345237, 163.184269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 900, '2021-10-24 00:00:00', 4.85674701278066, 11.1968846153846, 6.74369044058678, 16.6430384615385, 9.25785753758149, 23.7101153846155, 43.6141645051767, 87.5532692307692, 55.5731248471223, 163.308076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 915, '2021-10-24 00:00:00', 5.9819546283288, 12.7311538461539, 6.78698071446074, 17.3134615384616, 9.03034678880903, 24.7013846153847, 42.71341696032, 88.0631153846154, 55.6478620200135, 163.079038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 930, '2021-10-24 00:00:00', 4.76080990782676, 12.6825384615385, 8.01253640202936, 17.276076923077, 8.97663937973705, 25.392076923077, 42.1600312285864, 89.9383461538462, 55.5340416428865, 163.312923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 945, '2021-10-24 00:00:00', 4.82915079539, 12.1922692307693, 5.38066247236702, 16.6381923076924, 8.09356736560203, 28.6416923076923, 41.3745976906306, 91.2056923076923, 54.6828657869946, 163.429961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 960, '2021-10-24 00:00:00', 4.28029499702278, 12.0273076923077, 6.92753566584383, 19.0731923076923, 7.09668583592696, 30.4214230769231, 41.9694205317853, 92.4364230769231, 53.8318849946329, 163.907653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 975, '2021-10-24 00:00:00', 5.647439318978, 15.2716923076923, 7.53847724023478, 25.0063076923077, 10.9178994234943, 33.6233076923077, 41.6761608524401, 92.4689615384615, 53.7479820401302, 163.771115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 990, '2021-10-24 00:00:00', 7.39935745453612, 20.0225, 6.48775487680744, 24.3933076923077, 10.5992736087831, 35.156076923077, 40.663362281732, 92.0718461538462, 53.601451810763, 163.220307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1005, '2021-10-24 00:00:00', 4.84393739288135, 15.5688846153846, 10.5825734733316, 23.7870384615385, 12.2956780912895, 32.2547307692308, 38.555761230397, 89.8841538461539, 53.7913564530013, 161.532576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1020, '2021-10-24 00:00:00', 10.4341534260553, 18.6339615384616, 10.1569595457424, 25.0985769230769, 12.6821035795147, 31.4808076923077, 36.4103833736392, 90.1441538461538, 53.3389709512805, 161.029307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1035, '2021-10-24 00:00:00', 7.91475146264148, 17.5376538461539, 10.3192546767979, 23.6272692307693, 11.7106559293399, 30.8478461538462, 35.3546365834265, 89.9148846153846, 53.3241910190863, 160.571 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1050, '2021-10-24 00:00:00', 6.53862009954349, 17.0503846153846, 7.43915911252994, 22.4586923076923, 9.96382862164626, 29.2608076923077, 33.9480491130877, 88.4477692307693, 53.197692631296, 159.250423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1065, '2021-10-24 00:00:00', 5.20367349475348, 13.9090000000001, 6.29319732568427, 18.5205, 30.1284075932436, 68.1837692307693, 33.8249871511944, 87.9435384615385, 53.7389460982943, 158.452653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1080, '2021-10-24 00:00:00', 5.977778551757, 12.5234230769231, 8.26610355943987, 18.2068461538462, 30.4881698879065, 73.3640769230769, 33.6214278831224, 88.5465, 53.8688094649899, 158.181153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1095, '2021-10-24 00:00:00', 7.74672462647682, 13.1959615384616, 29.4565311048984, 63.422576923077, 30.0594976864986, 71.9992692307693, 33.0775648208873, 87.138, 54.3633089390827, 157.571384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 600, '2021-10-24 00:00:00', 26.3936919710869, 42.8402307692308, 28.024298399809, 51.7688076923077, 27.8885228148675, 57.5136538461539, 28.6693235261342, 77.2996153846154, 54.5073223846541, 155.845230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 615, '2021-10-24 00:00:00', 11.9121510909594, 28.3794230769231, 13.2088048306365, 33.019576923077, 14.7433901184434, 40.1737692307692, 20.0391193129454, 64.5920384615385, 52.517901798515, 149.502038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 630, '2021-10-24 00:00:00', 6.9412920810067, 19.8710769230769, 11.3161290617215, 28.3373076923077, 13.0635896942021, 35.0505384615385, 20.0987779189528, 61.2873461538462, 50.5759551674053, 146.765153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 645, '2021-10-24 00:00:00', 8.10879689567973, 19.5681538461539, 9.68637485575247, 24.8636153846154, 10.2722803700804, 32.1471923076924, 19.7286002727006, 59.291, 51.3734179629295, 145.123923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 660, '2021-10-24 00:00:00', 6.08248494070035, 17.238576923077, 7.16376293309174, 23.0621923076924, 12.1971166756738, 30.8930000000001, 18.3686157400229, 57.8387307692308, 50.052573599013, 143.371269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 675, '2021-10-24 00:00:00', 5.94055308497321, 16.3076538461539, 7.84181986060339, 20.7086153846155, 11.6787762028127, 29.2496538461539, 16.9704302218708, 56.6206538461539, 49.7538419069786, 143.684769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 690, '2021-10-24 00:00:00', 5.08539286433364, 14.7197692307693, 8.95432528858793, 20.458576923077, 8.96686331916657, 28.3752307692308, 18.38896810373, 55.355, 48.597783954605, 143.457461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 705, '2021-10-24 00:00:00', 6.78038893245696, 14.7716538461539, 8.02919720184739, 20.9541153846154, 10.3243653603428, 28.710576923077, 19.0285664748071, 56.0106153846154, 46.6486693553154, 151.358692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 720, '2021-10-24 00:00:00', 5.1238453001628, 15.1515000000001, 7.62689908718829, 20.4266153846154, 10.3954768262266, 28.8592692307693, 18.675992457657, 54.7529615384616, 46.0814784720082, 152.149384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 735, '2021-10-24 00:00:00', 6.9898196182294, 13.8128461538462, 9.14713103883065, 20.3608076923077, 12.0726860504962, 30.916076923077, 18.4992825964851, 53.9772307692308, 45.4198854215268, 152.017769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 750, '2021-10-24 00:00:00', 5.73824701615935, 13.6414615384616, 7.62403669294588, 20.0288461538462, 12.8368067939272, 30.0847692307693, 17.6867796044216, 51.8931538461538, 45.5979192698696, 151.706307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 765, '2021-10-24 00:00:00', 4.32874664059489, 12.6449615384616, 7.84162877713946, 19.2579615384616, 10.4330259117566, 29.3596538461539, 17.884901185766, 52.5292307692307, 45.904438841794, 151.2915 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 780, '2021-10-24 00:00:00', 6.0455919814484, 14.4833846153846, 8.692220031995, 21.8502692307692, 12.092745560618, 29.4650769230769, 16.4461265984986, 53.2035769230769, 45.1710224201994, 151.870384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 795, '2021-10-24 00:00:00', 6.63625839773719, 15.8141923076923, 8.59705248782744, 21.2479615384616, 12.9984619291905, 29.3082692307692, 15.3946550021553, 53.1026538461538, 45.1408783061855, 152.165423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 810, '2021-10-24 00:00:00', 6.13079500278336, 14.1373846153846, 11.2957615079558, 19.9287307692308, 13.4232855588855, 28.4943461538461, 17.2008731506908, 53.9491153846154, 45.0136733235752, 152.082192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 825, '2021-10-24 00:00:00', 7.81712388276287, 13.4679615384616, 9.31718537335918, 19.7498076923077, 11.3160209598877, 27.3242692307692, 18.5605745665376, 55.037, 44.3414784501444, 153.176230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 840, '2021-10-24 00:00:00', 6.33975923638939, 13.8701538461538, 9.22094885256061, 20.9863076923077, 10.8829698826265, 26.2938846153846, 18.4586152167074, 53.7589615384615, 43.9469176059552, 153.593230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 855, '2021-10-24 00:00:00', 4.37535563336988, 12.6189615384616, 6.8260325128258, 17.2178846153846, 8.80403532486888, 23.6181923076923, 18.8971499720094, 51.8287692307692, 45.1398470223542, 152.022192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 870, '2021-10-24 00:00:00', 6.24210054056026, 11.9859615384616, 6.69452883675576, 16.5288846153846, 7.91444886929065, 22.3022307692308, 20.2917170099981, 52.6854230769231, 45.6560690819287, 151.022423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 885, '2021-10-24 00:00:00', 4.42211259989542, 11.3636153846154, 6.42079351494332, 15.1121923076923, 9.24074504896658, 23.6685, 32.6821906283012, 75.9412307692308, 41.3962218733323, 154.043115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 900, '2021-10-24 00:00:00', 4.97968757515508, 10.7481153846153, 6.56321877552354, 16.6521538461539, 8.78005775519819, 24.1637692307692, 32.6038989478017, 78.8020384615385, 41.2843705665772, 154.120038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 915, '2021-10-24 00:00:00', 7.4708578796857, 13.2354615384616, 9.02119239133826, 19.3821923076923, 9.76684565259118, 25.2301923076923, 32.9138033851126, 79.3839230769231, 41.0710446029242, 154.273846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 930, '2021-10-24 00:00:00', 7.84255281485861, 13.7334230769231, 7.46511145539963, 18.2091923076922, 8.02989165795293, 23.9219615384615, 32.6212489263576, 79.9493461538462, 41.2242188813996, 154.384307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 945, '2021-10-24 00:00:00', 3.80384037054861, 11.8562692307692, 5.44786306687172, 16.7496538461538, 7.95381007229575, 28.2808846153846, 31.5007725696713, 80.7093846153846, 41.031707654522, 154.555615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 960, '2021-10-24 00:00:00', 5.23422504807024, 12.7825769230769, 5.64439265125471, 17.1018076923077, 8.15597065185041, 31.6760769230769, 30.8352243140611, 81.4645384615385, 41.0199003876824, 154.749846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 975, '2021-10-24 00:00:00', 4.34232365445043, 11.535, 7.29951797860648, 24.213, 9.27720742539717, 33.509576923077, 32.0144236169599, 82.2613846153846, 41.439591672049, 155.178884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 990, '2021-10-24 00:00:00', 6.456880654, 21.7405, 6.95388166809345, 27.8785769230769, 10.6417136615953, 35.1228461538462, 31.2492475458949, 81.6697692307693, 42.5093228997883, 154.961961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1005, '2021-10-24 00:00:00', 5.6375068495268, 19.6940384615385, 7.04453456900069, 24.7455769230769, 11.4448132171471, 31.4058461538462, 31.800086941947, 80.5983461538462, 43.4868831097201, 154.117038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1020, '2021-10-24 00:00:00', 4.26922919452498, 16.4743461538462, 6.34015622726709, 21.9741153846154, 7.68370782209893, 29.4681538461538, 31.6550394220865, 80.0255769230769, 44.1686355436316, 154.910884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1035, '2021-10-24 00:00:00', 6.88738131189099, 16.7658461538462, 7.9751650080832, 22.3391153846155, 6.82838394452496, 28.9255769230769, 32.643277954557, 79.0715384615385, 44.0461346860487, 155.145692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1050, '2021-10-24 00:00:00', 6.13882840438321, 15.6705384615385, 5.88244295627646, 20.561423076923, 10.5325306230087, 30.7137307692308, 32.7965390503328, 78.221, 43.454839774361, 154.913846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1065, '2021-10-24 00:00:00', 4.67414514520697, 16.0310384615384, 7.30116566046399, 20.9351923076923, 30.6271171853411, 61.1677307692307, 33.635841125822, 78.0238076923076, 43.4593291851836, 155.988884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1080, '2021-10-24 00:00:00', 5.77498886219372, 14.5740384615385, 10.7407508704717, 22.8213076923077, 30.7224136734079, 63.237, 32.6902906230816, 77.6206923076923, 44.0141744017154, 155.983769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1095, '2021-10-24 00:00:00', 11.398001853024, 16.0968076923077, 30.1663568884534, 55.7258076923077, 31.2110258056594, 62.0948076923076, 32.2403735645469, 76.4503076923076, 45.2899484712074, 157.330730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 600, '2021-10-24 00:00:00', 26.461925998978, 40.3071538461538, 28.0549161224086, 47.4266538461538, 28.4037260639136, 52.1329230769231, 29.8673970592582, 69.3911538461538, 46.6809567896144, 155.084076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 615, '2021-10-24 00:00:00', 10.1562283074892, 23.1809230769231, 11.287277542505, 28.1021923076923, 12.7686630747069, 35.4093461538462, 17.1676190855387, 54.0301153846154, 48.1550699750456, 151.826307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 630, '2021-10-24 00:00:00', 7.30958618390945, 17.4285, 9.25530241977741, 23.5528076923077, 11.7768532051387, 32.0391538461538, 17.0152437257347, 52.7796153846154, 48.3423563445302, 150.282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 645, '2021-10-24 00:00:00', 6.69841533360973, 15.8943076923077, 9.17607532369661, 22.8928846153846, 12.3986542687255, 31.3283461538462, 16.1848968722268, 51.3262692307692, 48.2059684108163, 149.635769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 660, '2021-10-24 00:00:00', 5.95595844809085, 15.9693461538462, 6.77216516223691, 21.2847692307692, 10.0524130564985, 29.7935384615385, 17.1793133845511, 50.2207307692308, 48.8228380529503, 149.786769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 675, '2021-10-24 00:00:00', 6.38848675858495, 13.9627692307692, 9.6537157654449, 20.903, 9.04345783527862, 29.0325384615384, 21.2491778877715, 50.9361153846154, 48.9696493289309, 149.425038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 690, '2021-10-24 00:00:00', 7.13066472950561, 15.3617307692308, 7.67692039066557, 21.5557307692308, 8.51436414175846, 28.1645384615384, 20.7902904001993, 50.4072692307693, 49.1682032058712, 148.646423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 705, '2021-10-24 00:00:00', 5.56091196519195, 14.5742692307692, 6.39735977223297, 20.6971538461538, 9.96022460821803, 27.1406153846154, 21.3290527015654, 48.6781153846154, 52.3174992411202, 152.748730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 720, '2021-10-24 00:00:00', 5.71141652818822, 14.4020384615384, 5.99034279191221, 18.9472692307692, 11.9559237813793, 27.2558846153846, 21.2607923049412, 46.9339230769231, 54.3139963552107, 153.323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 735, '2021-10-24 00:00:00', 5.65122264633601, 13.1570384615385, 8.98337802465447, 19.414576923077, 11.665275249481, 27.9953846153846, 21.0846474185512, 45.7337307692308, 54.8014620461478, 155.282653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 750, '2021-10-24 00:00:00', 6.97495456627048, 13.6378076923077, 9.41401409103223, 19.2791153846154, 11.1941726217088, 27.2887307692308, 20.922073505897, 44.8468846153847, 53.9546953026475, 155.256192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 765, '2021-10-24 00:00:00', 6.31610271461276, 12.3966923076923, 7.40025189311409, 18.4611923076923, 9.93263314108522, 25.7676538461538, 22.0155014964806, 45.1776923076923, 53.4759025828816, 155.108576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 780, '2021-10-24 00:00:00', 5.31593024958579, 13.4955384615384, 8.08964819963426, 19.3359230769231, 8.72159100517436, 24.8563076923077, 22.4035345514944, 48.341, 53.5206583502684, 155.000384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 795, '2021-10-24 00:00:00', 5.29753245911572, 13.4013461538462, 6.97378763039469, 17.9789230769231, 6.48943589879852, 23.5342692307693, 25.6595803700025, 50.3912692307693, 53.6548149775811, 154.412038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 810, '2021-10-24 00:00:00', 4.70945550927559, 11.4330769230769, 5.22130576020384, 16.0471923076923, 10.0365364504663, 24.0348076923077, 24.613817062655, 51.714076923077, 53.0161475201514, 154.562961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 825, '2021-10-24 00:00:00', 4.60550883599862, 11.0510384615385, 6.22825020259733, 15.8311153846154, 9.16762536831902, 22.9614230769231, 22.6078817393064, 53.4054615384616, 52.3244633325119, 154.670346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 840, '2021-10-24 00:00:00', 4.05355758885376, 10.6866153846154, 7.50038445178751, 16.0577307692308, 9.54490349453568, 21.869, 21.3597162320895, 53.6026538461539, 52.3438581728995, 155.410230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 855, '2021-10-24 00:00:00', 4.95941590124671, 11.8038076923077, 5.45168527465095, 15.204423076923, 11.503146209892, 22.9483846153846, 19.8888419133404, 53.7964230769231, 52.4779769132215, 155.523769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 870, '2021-10-24 00:00:00', 3.77163009932764, 10.2733846153846, 5.40061630058587, 15.1548846153846, 10.9664956529492, 23.8378846153847, 18.8498160568867, 54.2874615384616, 52.5445873633197, 155.805307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 885, '2021-10-24 00:00:00', 5.04278293069937, 10.5503846153846, 7.78270258704912, 16.0909615384615, 9.10472578829258, 22.134, 33.480711537173, 76.3406538461539, 55.6888934642751, 154.602346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 900, '2021-10-24 00:00:00', 6.40070586780504, 11.8453846153846, 8.18675567984893, 16.8858076923077, 7.79145123442749, 20.4595384615385, 34.2624992073528, 78.5545769230769, 55.685192387702, 154.952153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 915, '2021-10-24 00:00:00', 4.38463925101471, 11.5718076923077, 5.70800150679189, 15.5331923076923, 7.1766372292321, 19.229, 34.3113452918329, 81.4031538461539, 55.4344189161738, 154.998576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 930, '2021-10-24 00:00:00', 5.83366158995823, 12.1278846153846, 6.36949413955661, 14.9720769230769, 7.50869603562326, 20.3786538461538, 33.1732541303057, 83.3159230769231, 54.6656736514015, 155.193807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 945, '2021-10-24 00:00:00', 2.87649436560973, 9.47265384615385, 3.8314409093106, 12.9468076923077, 7.46517356395688, 24.9195, 32.615771572378, 83.7213076923077, 55.2834090462952, 155.4985 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 960, '2021-10-24 00:00:00', 3.58253826132346, 9.93307692307688, 5.21893871218453, 15.4641923076923, 10.1562411954423, 30.1385, 34.4373538067872, 84.6724230769231, 55.3591367055298, 155.608307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 975, '2021-10-24 00:00:00', 4.40962274332645, 12.8534615384616, 6.21775279168141, 22.3025384615385, 12.6995971495768, 34.4818076923077, 33.4101411540545, 85.7785769230769, 54.8669192726714, 156.025923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 990, '2021-10-24 00:00:00', 6.8270487332488, 18.6943846153845, 9.74974295684841, 26.5942692307692, 11.5847069693029, 36.2287307692308, 33.2003202550819, 86.636, 55.5648756536136, 156.915192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1005, '2021-10-24 00:00:00', 7.85339281036205, 18.2159230769231, 9.66944843896726, 24.6019230769231, 9.39246482698525, 34.0486153846154, 31.5815382638947, 84.1009230769231, 55.5613712200648, 156.294423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1020, '2021-10-24 00:00:00', 7.23505705266967, 16.4293461538461, 6.23532794918175, 23.1320769230769, 8.75478775325913, 31.6987307692308, 29.3770176171782, 82.149, 54.9029140707345, 156.296461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1035, '2021-10-24 00:00:00', 4.56252880977209, 15.5135, 6.97876435095454, 22.7108846153846, 8.4269198089311, 30.1588846153846, 29.5197931727432, 80.6698076923077, 55.2443902544517, 155.916884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1050, '2021-10-24 00:00:00', 4.41401886022944, 15.2724615384616, 6.5666915684677, 20.5466538461539, 8.86651266707407, 26.7823461538462, 29.1806066561338, 80.0715, 55.215845236448, 155.682846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1065, '2021-10-24 00:00:00', 4.41532067256035, 13.4608076923077, 7.6857421271219, 18.5572692307693, 28.1686879613627, 56.3212307692308, 30.6646058389046, 78.2408461538461, 57.769435696915, 154.9175 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1080, '2021-10-24 00:00:00', 7.01867686544539, 13.4996923076923, 8.24348899593816, 17.9668846153847, 28.4925252846319, 58.9218461538462, 31.3739151287278, 78.1337692307692, 57.5751757872729, 154.806153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1095, '2021-10-24 00:00:00', 5.30339646134003, 12.0298846153847, 27.9524935797259, 52.4712692307692, 28.3134922656754, 63.1910384615384, 30.5608728466016, 78.1198846153846, 57.3033734651473, 154.907615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:29 Duration: 3s547ms 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 970115, 1, 600, '2021-10-24 00:00:00', 10.2386254303767, 8.49539130434784, 10.7413551341801, 10.5851304347826, 10.4952787057168, 12.7417391304348, 9.88514856870125, 15.8819565217391, 13.4188872040295, 33.7363913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 615, '2021-10-24 00:00:00', 2.43669350172399, 4.56469565217393, 2.50986097437127, 6.1837391304348, 3.33545756471401, 8.06756521739132, 3.07528153729003, 11.5014782608696, 13.1438487231449, 31.5275652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 630, '2021-10-24 00:00:00', 1.66568177711371, 3.36665217391305, 2.97014382279094, 5.23765217391303, 2.74832911006546, 6.56552173913042, 2.69905420998886, 10.4449130434783, 13.1194067058024, 31.5233043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 645, '2021-10-24 00:00:00', 1.65695659869547, 3.52752173913043, 1.73052260378575, 4.57413043478261, 2.17344456307834, 6.24121739130435, 2.4995277814889, 10.0103043478261, 13.0910099833206, 31.5472608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 660, '2021-10-24 00:00:00', 1.65595071507308, 3.19204347826088, 1.57785887594902, 4.41121739130435, 2.40212523245795, 6.02621739130435, 2.38983724866336, 9.7884347826087, 13.0085912206301, 31.569 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 675, '2021-10-24 00:00:00', 1.39099249123493, 3.26826086956521, 2.23339805266776, 4.58504347826087, 2.55117513029869, 5.935, 2.98032578464313, 9.71465217391305, 13.0446618226458, 31.5863913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 690, '2021-10-24 00:00:00', 1.31747126780889, 3.28121739130435, 1.56978590972513, 4.1174347826087, 1.98021020363821, 5.59821739130437, 2.67163352940013, 9.22547826086958, 13.0618264218412, 31.4167391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 705, '2021-10-24 00:00:00', 0.934824330900873, 2.74856521739131, 1.57317718347073, 3.84621739130436, 2.12173768462822, 5.37656521739132, 2.84637707525643, 9.071, 14.8592011251968, 35.0185217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 720, '2021-10-24 00:00:00', 1.03616175275176, 2.66678260869565, 1.11422651347029, 3.94278260869566, 1.40787260248294, 4.79891304347826, 2.62572269893443, 9.00834782608695, 14.8424465940502, 35.2515217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 735, '2021-10-24 00:00:00', 0.880920772325533, 2.92595652173914, 1.09327183822366, 3.5213043478261, 1.37237775973492, 4.79747826086958, 2.69006496755082, 8.91456521739129, 14.8988698787536, 35.4058695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 750, '2021-10-24 00:00:00', 0.807672503876282, 2.34265217391304, 1.04482364001546, 3.12956521739131, 1.425389561896, 4.46269565217393, 3.01019327180111, 9.23447826086957, 15.091718888185, 35.545 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 765, '2021-10-24 00:00:00', 0.850867987419782, 2.42582608695654, 1.40314331909219, 3.58908695652176, 1.43122086003443, 4.65217391304349, 2.74608990148457, 9.92726086956521, 15.484869006556, 35.8641739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 780, '2021-10-24 00:00:00', 1.1031783403389, 2.74778260869567, 1.04482380646752, 3.48517391304348, 1.0838792685418, 4.49721739130436, 3.00688287574667, 10.2470869565217, 15.495693735355, 36.0903913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 795, '2021-10-24 00:00:00', 0.832122853121902, 2.35647826086957, 1.1305528991195, 3.22730434782609, 1.3037775065406, 4.73517391304348, 3.34893733897714, 10.8858695652174, 15.3881178317285, 36.1903043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 810, '2021-10-24 00:00:00', 1.13632620191307, 2.57065217391306, 1.22225594086519, 3.47430434782611, 1.74952107054603, 5.45639130434783, 3.42660230486867, 11.1400869565217, 15.366767052836, 36.3837391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 825, '2021-10-24 00:00:00', 0.726394986139994, 2.42069565217394, 1.10438722121697, 3.61404347826088, 1.71002915630553, 5.07852173913044, 3.51592919141602, 11.1164782608696, 15.3310409902867, 36.5248695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 840, '2021-10-24 00:00:00', 0.888475385073434, 2.87434782608696, 1.6447652955575, 4.14782608695651, 1.74773447142542, 4.96965217391304, 3.62447970860684, 10.9076086956522, 15.3148993139376, 36.5832173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 855, '2021-10-24 00:00:00', 1.30075896209496, 2.87182608695652, 1.37421556639594, 3.51182608695652, 2.04339872269729, 4.69660869565218, 3.51404506451112, 10.6534782608696, 15.3675024463553, 36.5074347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 870, '2021-10-24 00:00:00', 0.537026257813357, 2.15373913043479, 0.838704987069913, 2.96034782608697, 1.58744456813994, 4.24943478260871, 3.46401088209958, 10.5648695652174, 15.3288631197964, 36.593 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 885, '2021-10-24 00:00:00', 0.59522468272484, 2.27517391304349, 1.35693930180192, 3.27321739130438, 1.85877542139808, 4.45339130434784, 5.886544548321, 15.3840869565217, 15.3106706516198, 36.9205652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 900, '2021-10-24 00:00:00', 1.28168459581991, 2.34069565217394, 1.38639017715798, 3.17478260869566, 2.04209141031032, 4.64165217391305, 6.48125510889375, 16.2608260869565, 15.2229287244149, 37.1313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 915, '2021-10-24 00:00:00', 0.806401921679597, 2.34417391304349, 1.18041458349716, 3.39404347826087, 1.67571745356719, 4.6024347826087, 7.28302492371993, 17.0643043478261, 15.2050965123085, 37.2616956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 930, '2021-10-24 00:00:00', 0.698688933142949, 2.46204347826087, 1.2899648139945, 3.45730434782609, 2.21190108438751, 4.95604347826087, 7.39306645664782, 17.4312173913043, 15.2050965123085, 37.2616956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 945, '2021-10-24 00:00:00', 0.929067050852754, 2.39630434782608, 1.15643559807286, 3.14926086956523, 2.27682409346203, 6.23595652173914, 7.35245929091117, 17.8894782608696, 15.0691451903152, 37.2073043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 960, '2021-10-24 00:00:00', 1.09853705628515, 2.54113043478261, 1.93785129060667, 4.01652173913044, 2.58133809097549, 7.0686086956522, 7.53973259478017, 18.100347826087, 14.9987282748125, 37.3860434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 975, '2021-10-24 00:00:00', 1.20465283241286, 3.04191304347826, 1.60239207057016, 5.40456521739131, 2.20380113052992, 7.85882608695653, 7.01517824198348, 17.9153043478261, 14.7107020859529, 37.4379565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 990, '2021-10-24 00:00:00', 1.51084070254231, 4.53291304347827, 1.76506620597146, 5.89443478260871, 2.31858711492283, 7.62413043478263, 6.92639430434685, 17.9198260869565, 14.6199487746679, 37.4119130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1005, '2021-10-24 00:00:00', 1.16323738311928, 3.72186956521739, 1.82746528167602, 5.28791304347826, 2.33803086297113, 6.70995652173913, 7.08719650861881, 17.4915217391304, 14.5375438332463, 37.4293913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1020, '2021-10-24 00:00:00', 1.53325813930309, 3.81860869565217, 1.99332798369785, 5.23778260869567, 2.59768123799461, 6.36821739130436, 7.25338906831039, 17.3376086956522, 14.5391410075408, 37.420652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1035, '2021-10-24 00:00:00', 1.56682782929086, 3.57491304347827, 2.40301522055054, 4.53017391304349, 1.98335899453068, 5.75508695652175, 7.00123819399197, 17.0373913043478, 14.386617380612, 37.1682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1050, '2021-10-24 00:00:00', 1.58698795047117, 2.99013043478262, 1.65896634325812, 3.81065217391305, 1.44483378969413, 5.40104347826088, 6.97864336652576, 16.750652173913, 14.1522203582051, 36.9186086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1065, '2021-10-24 00:00:00', 1.38173476630897, 2.99465217391305, 1.45301222353397, 4.22660869565218, 5.52339164757398, 12.3712608695652, 6.84202412177887, 16.6089130434783, 14.0624599861354, 36.8530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1080, '2021-10-24 00:00:00', 1.56147514500183, 3.19008695652174, 1.48670797561025, 4.29817391304349, 5.84980647935039, 13.4891304347826, 6.86498852314589, 16.4828260869565, 13.9662208093547, 36.8001739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1095, '2021-10-24 00:00:00', 1.11502073395708, 2.85965217391305, 5.7969338198277, 11.3235652173913, 6.58831541862834, 14.0123478260869, 6.99814393518377, 16.1980869565217, 13.8199619784917, 36.8327826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 600, '2021-10-24 00:00:00', 4.21613432733752, 8.61088461538463, 4.19221606625348, 10.6168846153846, 4.49456809869939, 12.4190769230769, 5.8171051960179, 15.0836923076923, 11.5705751645483, 35.0169615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 615, '2021-10-24 00:00:00', 1.74068851850684, 5.26696153846154, 2.28914179148832, 7.19269230769229, 3.27129162470211, 8.55942307692307, 5.0994960609245, 12.2473461538461, 11.9469210677254, 33.6249615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 630, '2021-10-24 00:00:00', 1.78755733463722, 4.47023076923075, 2.096955132127, 5.46011538461538, 2.91985094377199, 7.18857692307692, 4.51793348062856, 11.0168461538461, 12.1827152245113, 33.4921923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 645, '2021-10-24 00:00:00', 1.1894419635339, 3.55476923076925, 1.82275009131385, 5.03515384615387, 2.54191286209058, 6.20796153846156, 4.11613533230457, 10.3319230769231, 12.135805851852, 33.4690769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 660, '2021-10-24 00:00:00', 1.43927118362039, 3.83850000000001, 1.89304959218231, 4.93396153846155, 2.48516721740441, 6.19546153846155, 4.08105818404226, 9.93130769230768, 12.0578725597078, 33.5231153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 675, '2021-10-24 00:00:00', 1.42745784364535, 3.26615384615385, 1.88582324035052, 3.99257692307694, 2.4378048309588, 5.83692307692309, 4.18590198348988, 9.74515384615383, 11.8598683430881, 33.7133461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 690, '2021-10-24 00:00:00', 1.29357891912322, 2.8025, 1.85538543580157, 4.40834615384617, 2.06025461495939, 5.88296153846155, 4.26362978711078, 9.6991923076923, 11.619447249133, 34.1531538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 705, '2021-10-24 00:00:00', 1.17335526327117, 3.30857692307694, 1.27837819371021, 4.21438461538463, 1.75521141571209, 5.55992307692308, 4.21864304322536, 9.57038461538461, 10.6747840596426, 36.209 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 720, '2021-10-24 00:00:00', 0.804164147040009, 2.91315384615385, 1.37965468868119, 4.0795, 2.30892324288585, 5.6466923076923, 4.35166685818381, 9.53773076923076, 10.6487878868912, 36.5665 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 735, '2021-10-24 00:00:00', 0.972582943269353, 3.04230769230768, 1.26008246616578, 3.84230769230768, 2.30604696729806, 5.53984615384615, 4.30071540542518, 9.44296153846153, 10.3769322062855, 36.6755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 750, '2021-10-24 00:00:00', 0.788411922791626, 2.69399999999999, 1.81189242676099, 4.1823846153846, 2.19411655429836, 5.15457692307691, 4.27130790219864, 9.27965384615384, 10.1911447818493, 36.9202692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 765, '2021-10-24 00:00:00', 1.47691817178674, 3.11838461538461, 1.8237629708507, 3.89057692307694, 2.51398703625566, 4.86146153846155, 4.47638183426679, 9.60838461538462, 10.1911447818493, 36.9202692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 780, '2021-10-24 00:00:00', 1.28790387123358, 2.8926923076923, 1.26113348832889, 3.45165384615385, 3.69624840677886, 5.03626923076924, 5.33659931186374, 10.3021538461538, 10.1341143158223, 37.0813846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 795, '2021-10-24 00:00:00', 0.876184241250306, 2.41023076923076, 2.0604401456597, 3.59407692307693, 3.2632173875581, 4.91696153846153, 5.49812845598041, 10.7829615384615, 10.1598072471116, 37.1025384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 810, '2021-10-24 00:00:00', 1.3750132088876, 2.61226923076924, 2.67109253965199, 3.52965384615385, 2.89347873674578, 4.75199999999999, 5.61669140166508, 10.9836923076923, 10.1550018900123, 37.0838846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 825, '2021-10-24 00:00:00', 2.12263708590552, 2.54096153846154, 2.95541858027172, 3.52123076923077, 3.13266465096163, 4.93984615384615, 5.59798607591639, 11.2868846153846, 9.99737073065481, 37.2063846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 840, '2021-10-24 00:00:00', 1.62138706668087, 2.5425, 1.51264443124768, 3.47484615384614, 2.08253053315876, 4.7696923076923, 5.26586932102894, 11.2511153846154, 10.0169221736942, 37.2140769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 855, '2021-10-24 00:00:00', 0.843695848404732, 2.49426923076923, 1.78505574142657, 3.519, 1.92956105331278, 4.45753846153846, 5.09805192598113, 11.428, 10.0269273192048, 37.1872307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 870, '2021-10-24 00:00:00', 1.59256592376532, 2.64630769230768, 1.65677740392422, 3.54138461538461, 2.05829724436337, 4.73711538461538, 4.84578116350866, 11.9492692307692, 10.065693621711, 37.1163846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 885, '2021-10-24 00:00:00', 0.926132816525883, 2.51607692307691, 1.34510111715984, 3.39215384615385, 1.6949911313587, 4.89015384615385, 9.21775769271132, 17.5261923076923, 10.065693621711, 37.1163846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 900, '2021-10-24 00:00:00', 1.06339816408748, 2.47484615384616, 1.2859264125375, 3.52346153846154, 1.76746112219239, 4.49046153846154, 9.13294330179741, 18.0950769230769, 10.0577317082623, 37.1606538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 915, '2021-10-24 00:00:00', 1.01289949155877, 2.71650000000001, 1.70293579444442, 3.69800000000001, 1.70956563444097, 4.53853846153846, 9.20768022334533, 18.5788461538462, 10.0472615539681, 37.1644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 930, '2021-10-24 00:00:00', 1.38529134786208, 2.75203846153847, 1.46407595904247, 3.34442307692307, 1.96176767894515, 4.9578846153846, 9.15014026256513, 19.0402307692308, 10.0222150513439, 37.2548461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 945, '2021-10-24 00:00:00', 0.763979302981842, 2.40284615384615, 1.23245245937331, 3.27376923076923, 2.31025639735905, 6.04869230769232, 9.411372825552, 19.7266923076923, 9.99121897645049, 37.3086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 960, '2021-10-24 00:00:00', 1.01082560620208, 2.62561538461538, 1.5840274065228, 4.12176923076922, 3.33782536391585, 7.289, 9.51645440729655, 19.9763846153846, 9.9885104537471, 37.3682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 975, '2021-10-24 00:00:00', 1.31047436684348, 3.2928846153846, 2.15611318705317, 5.50465384615385, 3.70308824880822, 8.30746153846152, 9.53973885152968, 20.2126538461538, 10.0744262101926, 37.3182307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 990, '2021-10-24 00:00:00', 1.63889250457083, 4.6068076923077, 3.47338267045033, 6.44515384615384, 4.23246450500815, 8.56511538461537, 9.58423630768454, 20.5048076923077, 10.055284814235, 37.2951538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1005, '2021-10-24 00:00:00', 2.79220712257967, 4.55884615384617, 3.0704249289985, 6.22526923076923, 4.14183593331043, 7.80546153846155, 9.53601664331279, 20.4316923076923, 9.78985889652378, 37.2584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1020, '2021-10-24 00:00:00', 1.75755494497764, 4.31476923076922, 2.81649155893257, 5.57969230769231, 3.43765962448962, 7.18357692307692, 9.73143161007355, 19.8633076923077, 9.80636755990717, 36.813 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1035, '2021-10-24 00:00:00', 1.82489004600276, 3.65600000000001, 2.14880862483231, 5.01511538461539, 2.47919201726317, 6.56953846153846, 9.66862718566523, 19.4321538461539, 9.60763571468827, 36.6701153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1050, '2021-10-24 00:00:00', 1.24721843130407, 3.59284615384617, 1.77447531920326, 4.71046153846155, 2.94356475043441, 6.537, 9.58404833588686, 19.2822307692308, 9.53588141486991, 36.6009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1065, '2021-10-24 00:00:00', 1.35022339804024, 3.18976923076924, 1.73357536456173, 4.19923076923077, 9.54735635104537, 14.1174230769231, 9.38689200632785, 18.9975384615385, 9.51616975056341, 36.4551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1080, '2021-10-24 00:00:00', 1.14330861907953, 3.01803846153846, 2.77680327105718, 4.6513846153846, 9.57720907603848, 14.5883846153846, 9.41133658103559, 18.7668076923077, 9.57829951994851, 36.4285769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1095, '2021-10-24 00:00:00', 2.87773849375887, 3.59603846153846, 9.74163943618401, 13.4562307692308, 9.40281204190452, 15.2588461538462, 9.49411048306346, 18.5592307692308, 9.67386208804225, 36.3305384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 600, '2021-10-24 00:00:00', 4.92477726353028, 8.26915384615386, 5.07384852219239, 9.18011538461539, 4.97497005866523, 10.8732692307692, 5.57629523125829, 14.4081153846154, 8.09774951614051, 33.6021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 615, '2021-10-24 00:00:00', 1.23200100461996, 4.88934615384615, 1.98349712027868, 6.63488461538461, 2.6228983674847, 8.57861538461538, 4.20630896703438, 12.0136153846154, 8.32334261848059, 32.9287692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 630, '2021-10-24 00:00:00', 1.53999438760217, 4.33992307692308, 1.59291320976573, 5.56057692307691, 2.23505679604311, 7.21480769230769, 3.79671809796099, 11.0906538461538, 8.20517578080117, 32.4869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 645, '2021-10-24 00:00:00', 1.4686773180707, 4.01423076923077, 1.6936334123371, 5.63884615384616, 2.52901561177771, 6.95526923076924, 3.75249038311686, 10.8176538461538, 8.22032821738514, 32.2521923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 660, '2021-10-24 00:00:00', 1.57210933266302, 3.97807692307693, 1.81386137880999, 4.8566923076923, 2.39050452125777, 6.33311538461539, 3.74095521758815, 10.2295, 8.07166275587721, 32.1097307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 675, '2021-10-24 00:00:00', 0.684239113625778, 3.09273076923077, 1.18499742031527, 4.10938461538463, 1.86211619442462, 5.7788076923077, 3.50359850702982, 9.85853846153847, 8.21932010111636, 32.1097307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 690, '2021-10-24 00:00:00', 1.03773751238712, 3.05023076923078, 1.49172034758012, 4.34465384615385, 2.19445414975675, 5.56715384615385, 3.45228581867815, 10.1915769230769, 8.22357320624444, 32.1330384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 705, '2021-10-24 00:00:00', 0.92387151620857, 3.13353846153846, 1.2640858350846, 4.04696153846153, 1.6888569844265, 5.11807692307692, 3.1038268924767, 9.94546153846154, 12.0262442117869, 33.1921923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 720, '2021-10-24 00:00:00', 0.76428943369744, 2.96046153846154, 1.26583211974758, 3.76165384615386, 1.55459683074226, 4.82188461538462, 3.02108702316543, 9.69219230769231, 12.7286387244851, 33.6465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 735, '2021-10-24 00:00:00', 0.969805710121696, 2.71565384615386, 1.17363111554894, 3.48334615384617, 1.91922189080728, 5.13288461538464, 3.10175717841456, 9.56907692307693, 12.541395689537, 33.8918076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 750, '2021-10-24 00:00:00', 0.9250328892282, 2.68338461538463, 1.31355626274044, 3.71815384615385, 1.73876510909766, 5.10023076923078, 2.96440928581838, 9.45742307692307, 12.2173354298151, 34.2762692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 765, '2021-10-24 00:00:00', 0.965006821817263, 2.57461538461539, 1.35505915227116, 3.55088461538463, 1.58238255220994, 4.55669230769231, 3.39623165378245, 10.2203846153846, 12.0270011140958, 34.3719615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 780, '2021-10-24 00:00:00', 1.0171836805612, 2.68000000000002, 1.12072148190352, 3.58, 1.50422052035137, 4.74657692307693, 3.6292725833995, 10.7702692307692, 11.8520519052447, 34.5487307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 795, '2021-10-24 00:00:00', 0.981401152199476, 2.55730769230768, 0.978443781648267, 3.46807692307692, 1.75857762847837, 4.88865384615385, 3.56641909289329, 11.2218846153846, 12.165640302729, 34.7448461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 810, '2021-10-24 00:00:00', 0.775456248827844, 2.33292307692308, 1.32731005942324, 3.38192307692308, 1.41626224212239, 5.01053846153847, 3.52317229780208, 11.297, 12.3676673328233, 34.8488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 825, '2021-10-24 00:00:00', 1.03955540496886, 2.52600000000001, 1.25450543181826, 3.59296153846154, 2.01107088044003, 5.19638461538461, 3.50293717306799, 11.7660384615385, 12.3657753569464, 34.8565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 840, '2021-10-24 00:00:00', 1.08295923355335, 2.7416923076923, 1.23036574174574, 3.88753846153846, 2.03534313455609, 5.16165384615385, 3.32603093398817, 12.0525769230769, 12.4059848153406, 35.0950384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 855, '2021-10-24 00:00:00', 1.31131849150153, 2.66488461538462, 2.17657377227464, 3.88911538461539, 2.03857535209122, 5.10211538461541, 3.58995483515623, 12.3259615384615, 12.4123167678783, 35.2431153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 870, '2021-10-24 00:00:00', 1.18483075844352, 2.70661538461539, 1.11673421188751, 3.35850000000002, 2.53689896224017, 5.64623076923078, 3.60255251389687, 12.1781538461538, 12.4644502493476, 35.3315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 885, '2021-10-24 00:00:00', 0.527065783370543, 2.25650000000001, 1.05894252041292, 3.4313076923077, 2.37662431191804, 5.84800000000001, 7.87629242180901, 19.3910769230769, 12.4245401265151, 35.5276538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 900, '2021-10-24 00:00:00', 1.06814381342301, 2.7556153846154, 2.4975357923053, 4.60907692307692, 2.54064467409355, 5.83600000000001, 7.75313793078945, 19.7434230769231, 12.478009412316, 35.5084230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 915, '2021-10-24 00:00:00', 2.21796432932402, 3.27261538461538, 2.15902771600123, 4.32003846153846, 2.42455383492746, 5.46846153846154, 7.78031511098065, 19.8258846153846, 12.4747154724451, 35.5180384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 930, '2021-10-24 00:00:00', 1.79803169647767, 2.9683076923077, 1.74699003607742, 3.77611538461539, 2.00188263238535, 5.13692307692308, 7.73634467661469, 19.7876538461538, 12.5037983989482, 35.5141923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 945, '2021-10-24 00:00:00', 0.942420690807218, 2.35596153846155, 1.72348933227379, 3.47403846153847, 1.91194362324351, 6.39053846153848, 7.89776170939979, 19.9835384615384, 12.4874658319699, 35.5507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 960, '2021-10-24 00:00:00', 0.991374089914515, 2.61988461538461, 0.996237191404964, 3.6866923076923, 2.01383189925611, 6.92496153846154, 8.0160169126952, 20.0357692307692, 12.671981923064, 35.5294615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 975, '2021-10-24 00:00:00', 0.668539243425541, 3.06400000000001, 1.68751284439555, 5.55800000000001, 2.00707873940057, 7.59211538461539, 8.00186851688645, 20.0451923076923, 12.8979647477959, 35.5756538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 990, '2021-10-24 00:00:00', 1.51017124653006, 4.63892307692309, 1.76615687472937, 5.80011538461539, 1.98838269958275, 7.34600000000002, 8.21923183421756, 20.1337692307692, 12.8979647477959, 35.5756538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1005, '2021-10-24 00:00:00', 1.28299075360897, 3.92207692307693, 1.64032969856671, 5.495, 2.57226218815567, 7.35226923076924, 8.67774941223463, 20.0426923076923, 13.0974124322326, 35.6525 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1020, '2021-10-24 00:00:00', 1.1286721762932, 4.0841923076923, 1.62568803138383, 5.26215384615385, 2.78497911275141, 7.21753846153847, 8.4884712231446, 19.8791153846154, 13.105530148523, 35.5679230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1035, '2021-10-24 00:00:00', 1.53244160134684, 3.8143076923077, 2.24987968088553, 5.40446153846155, 2.89196401509689, 6.85623076923076, 8.25673627055743, 19.6271923076923, 13.3750992858428, 35.4891153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1050, '2021-10-24 00:00:00', 1.27206705737613, 3.61496153846155, 1.49026400965116, 4.67953846153848, 1.81296376814744, 5.65476923076923, 8.09346598806717, 19.0295, 13.2011294064619, 35.1083846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1065, '2021-10-24 00:00:00', 1.10227850173384, 3.06084615384616, 1.49004203141542, 3.93015384615384, 7.87550164585381, 15.8305769230769, 8.12950096651791, 18.8947307692308, 13.0208012078307, 34.7565769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1080, '2021-10-24 00:00:00', 0.984685506217007, 2.8578846153846, 1.16446365071914, 4.14192307692307, 7.78541842924717, 16.1349615384615, 8.21418238264679, 18.8698461538461, 13.1335066320989, 34.5818461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1095, '2021-10-24 00:00:00', 1.17535471830684, 3.04992307692309, 7.62420888052301, 15.3485769230769, 7.71235507451417, 16.3123461538461, 7.90778815336259, 18.8989615384615, 12.9267316509389, 34.6108461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 600, '2021-10-24 00:00:00', 6.44120107385619, 9.98407692307692, 6.38191042098982, 11.1113076923077, 6.73331484497335, 11.9728076923077, 6.43470213487893, 15.1187307692308, 12.788012333973, 33.3114230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 615, '2021-10-24 00:00:00', 1.6548485206066, 4.84311538461537, 1.66528355127703, 6.08111538461538, 4.61259998765922, 7.79561538461538, 4.95779111252022, 12.5643461538461, 13.5679272358921, 33.1020384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 630, '2021-10-24 00:00:00', 1.23281496022469, 4.07538461538463, 1.93029131320796, 5.37807692307693, 4.40121356288851, 7.27788461538462, 4.71456253374746, 12.9667307692308, 13.4980383954342, 33.2117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 645, '2021-10-24 00:00:00', 1.53285873301639, 4.12715384615386, 3.97162219231154, 5.73096153846154, 3.86065348075446, 6.75946153846155, 4.78979169500495, 13.1501923076923, 13.5646521582327, 33.1904230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 660, '2021-10-24 00:00:00', 3.03050169215492, 3.98911538461537, 2.91517769164183, 5.02742307692307, 2.87158887458066, 6.35823076923077, 4.31656051682177, 13.1228461538461, 13.5973370598805, 33.056 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 675, '2021-10-24 00:00:00', 2.16302617218064, 3.7173076923077, 2.20327485907123, 4.69776923076924, 2.90923938486703, 6.51496153846155, 4.1093587012312, 12.8398461538461, 13.4589715831257, 32.8116538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 690, '2021-10-24 00:00:00', 1.09264332487075, 3.25365384615385, 1.64183404811157, 4.40980769230769, 1.91491757484796, 5.96896153846153, 3.94029742044156, 12.3978076923077, 13.5234869267679, 32.5445384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 705, '2021-10-24 00:00:00', 1.41754663903738, 3.29092307692308, 1.63513135299232, 4.6173076923077, 2.01484170632299, 5.92230769230769, 3.92778558399592, 12.4269230769231, 12.917753302931, 33.1403461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 720, '2021-10-24 00:00:00', 1.14528564189832, 3.16919230769233, 1.6427059870835, 4.21100000000001, 2.51199454311018, 5.98376923076923, 3.91666473438032, 12.0638076923077, 12.3988653717247, 33.1271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 735, '2021-10-24 00:00:00', 1.14128534623838, 3.13180769230769, 1.66203155991511, 4.20888461538461, 2.85816562043666, 6.09107692307692, 3.96849528643559, 11.6810384615385, 12.1500745593787, 32.9519615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 750, '2021-10-24 00:00:00', 0.874333505283616, 2.80603846153846, 1.56288946998326, 4.08584615384614, 2.80712981065111, 5.92742307692308, 3.85736841203349, 11.1458846153846, 11.8201874200942, 32.8593846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 765, '2021-10-24 00:00:00', 1.45661101718495, 2.97484615384616, 2.43308691456884, 4.28442307692308, 3.25395365883507, 6.02157692307693, 4.29696788194439, 11.6494615384615, 11.5915781892916, 33.0710384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 780, '2021-10-24 00:00:00', 1.65996727863951, 3.19038461538463, 2.21934105431875, 4.23565384615385, 2.75164458796218, 5.70053846153847, 4.37892360447704, 11.8685769230769, 11.5469406474349, 33.0576538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 795, '2021-10-24 00:00:00', 1.27672710233869, 2.78757692307693, 2.15977521658014, 3.9541153846154, 2.25853998074317, 5.53473076923077, 4.83711036944101, 11.7646153846154, 11.0927924885417, 32.8190769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 810, '2021-10-24 00:00:00', 1.69665721301078, 2.97153846153848, 1.83565376197314, 3.97157692307693, 2.60200549192348, 5.92749999999999, 4.51311533473445, 11.8492307692308, 11.0043649541723, 32.9712692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 825, '2021-10-24 00:00:00', 1.04706823008891, 2.81796153846153, 1.23626904278715, 3.8578846153846, 2.92967943638888, 6.14299999999999, 4.31390335614437, 12.0913846153846, 10.9964320866081, 32.9116538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 840, '2021-10-24 00:00:00', 1.02900855419934, 2.97726923076923, 2.2801187043998, 4.49688461538461, 2.72310068092634, 6.24296153846153, 4.43301562995039, 12.1181538461539, 10.8395959558534, 32.7096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 855, '2021-10-24 00:00:00', 1.24183152393799, 3.19342307692308, 1.74310591760798, 4.27600000000001, 2.03858981764733, 5.58326923076923, 4.60048306644153, 12.0067307692308, 10.9528144474377, 32.466 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 870, '2021-10-24 00:00:00', 1.25299252376675, 2.76876923076923, 1.78576562722676, 3.97034615384615, 1.80152829991221, 5.01584615384616, 4.62643841033415, 12.4252692307692, 10.7318449250529, 32.5061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 885, '2021-10-24 00:00:00', 1.22346383430247, 2.71392307692308, 1.30181964779481, 3.52334615384616, 1.62718645709514, 4.93738461538461, 5.84847832845959, 17.6970384615385, 10.7738323995617, 32.4274230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 900, '2021-10-24 00:00:00', 0.816930119410462, 2.5025, 1.15995756752628, 3.70403846153846, 2.57808297294416, 5.33515384615386, 6.04307279465823, 18.1948076923077, 10.7694852013241, 32.4293076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 915, '2021-10-24 00:00:00', 1.20770362449375, 2.70073076923077, 1.59237042317903, 3.77973076923077, 2.63831915722579, 5.24884615384615, 6.03483808271733, 18.5162692307692, 10.7414393892926, 32.4390769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 930, '2021-10-24 00:00:00', 1.57042743813954, 3.02846153846155, 2.56844697164528, 4.24738461538462, 2.50616973211189, 5.59338461538463, 5.95183725545185, 18.6896538461538, 10.7949881160728, 32.4698846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 945, '2021-10-24 00:00:00', 2.40011654204219, 3.20884615384616, 2.3800193095532, 4.22992307692308, 2.45519177537033, 6.81057692307693, 5.69047646457185, 18.6130769230769, 10.8365799336535, 32.4855384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 960, '2021-10-24 00:00:00', 0.861782361424024, 2.68903846153846, 0.736565030812198, 3.76426923076923, 2.28591532550631, 6.83865384615384, 5.51074877615068, 18.3060769230769, 11.1989732541048, 32.2101153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 975, '2021-10-24 00:00:00', 0.736606770160407, 2.85457692307692, 1.75480814292092, 5.22946153846153, 2.70276293078028, 7.2965, 5.1932286427024, 18.6021538461538, 11.2762301963705, 32.1428076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 990, '2021-10-24 00:00:00', 1.68311901494267, 4.72753846153846, 2.09673726207025, 5.93688461538461, 2.61284122865394, 7.61338461538461, 5.07292695924613, 18.5314230769231, 11.3383770208154, 31.9721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1005, '2021-10-24 00:00:00', 1.50012236629088, 4.00292307692306, 1.81756985010204, 5.37199999999999, 2.43801388397637, 7.12153846153846, 5.61646573074344, 18.7832307692308, 11.4491561871809, 31.8390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1020, '2021-10-24 00:00:00', 1.2323065359161, 3.70296153846155, 1.75338599725919, 4.98484615384615, 3.02007049561123, 6.75803846153847, 5.61338946941905, 18.5278461538462, 11.8325000407288, 31.6794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1035, '2021-10-24 00:00:00', 1.36945843535092, 3.46961538461539, 1.90345748411834, 4.75807692307694, 3.07146492961357, 6.54257692307694, 5.70657544255208, 18.0048076923077, 12.0036988525012, 31.7216923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1050, '2021-10-24 00:00:00', 1.14606960521601, 3.25550000000002, 1.85389119919738, 4.37846153846155, 2.75365443449523, 6.81776923076923, 5.51875809050718, 17.3226923076923, 11.9147684355948, 31.5739230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1065, '2021-10-24 00:00:00', 1.09260449104244, 3.12442307692309, 1.70652064559622, 4.42192307692309, 4.98665663299416, 13.1828461538461, 5.46537189444739, 16.9247692307692, 11.9233914301001, 31.6026538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1080, '2021-10-24 00:00:00', 1.43845737671139, 3.52523076923078, 2.1213851516258, 5.33980769230769, 4.96828161486598, 13.3052692307692, 5.40912872850503, 16.5861923076923, 11.8697982423395, 31.3680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1095, '2021-10-24 00:00:00', 1.70363317467293, 3.86307692307692, 5.31928787960887, 11.9401153846154, 4.95165702506202, 13.2384230769231, 5.29440806947801, 16.0803846153846, 11.7093263292392, 31.0797307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 600, '2021-10-24 00:00:00', 3.78978855346837, 7.99299999999999, 3.61370195207925, 9.11103846153846, 3.35497761175609, 10.6438461538461, 5.03499435016107, 13.9448846153846, 11.5336418925747, 30.5798846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 615, '2021-10-24 00:00:00', 1.48686830465399, 5.13565384615385, 2.03083220418095, 6.43180769230769, 2.59881399458708, 7.93746153846154, 5.06051844592416, 11.9346923076923, 11.1948894395887, 30.2527307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 630, '2021-10-24 00:00:00', 1.41606917040963, 4.33515384615384, 1.98715839986496, 5.73111538461539, 2.54234899256575, 7.29800000000001, 4.46361198823761, 11.3593076923077, 10.7631182514105, 30.4314230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 645, '2021-10-24 00:00:00', 1.44758002409326, 4.00661538461539, 1.66914641105522, 4.96230769230769, 2.38231822359264, 6.72496153846155, 3.98890276642589, 10.688, 10.6205148798844, 30.4450769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 660, '2021-10-24 00:00:00', 1.60172163191794, 3.44311538461538, 1.87802737958251, 4.71996153846153, 2.1034639420215, 6.34165384615385, 3.77818244947732, 10.1883076923077, 10.5215073702174, 30.6106923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 675, '2021-10-24 00:00:00', 0.961628577746351, 3.13519230769232, 1.56717192223642, 4.35807692307693, 3.87680925683044, 6.76757692307694, 3.90073454956293, 9.99788461538462, 10.5853831648247, 30.7991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 690, '2021-10-24 00:00:00', 1.10822461830415, 2.90226923076924, 1.14755327478142, 3.88803846153847, 3.70794868440138, 6.2316153846154, 3.61119268365198, 9.74796153846154, 10.7741370562173, 30.5641153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 705, '2021-10-24 00:00:00', 0.751416279179123, 2.65176923076923, 3.44049321978472, 4.79165384615386, 3.53144182474221, 5.99319230769232, 3.2384790513687, 9.85938461538462, 10.8797339391253, 32.0258846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 720, '2021-10-24 00:00:00', 3.53732136292639, 3.82476923076924, 3.5048268371578, 4.66296153846155, 3.44397427132355, 6.04730769230769, 3.25010573650483, 9.92646153846155, 10.8158974007992, 32.0947692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 735, '2021-10-24 00:00:00', 1.54469688338472, 3.04930769230769, 2.17472883260986, 4.06415384615384, 2.34180859626455, 5.3453076923077, 2.64022318753547, 9.70900000000001, 10.8033854981454, 32.0923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 750, '2021-10-24 00:00:00', 1.01259109903561, 2.78942307692307, 1.2333108018039, 3.93357692307692, 1.66821221118251, 5.10469230769231, 2.92657221099254, 9.63788461538462, 10.4899442360474, 31.8593461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 765, '2021-10-24 00:00:00', 1.05854077571257, 2.65457692307693, 1.39576361013769, 3.37415384615385, 1.40085557647954, 4.61011538461537, 2.97097185886265, 9.87811538461539, 10.4096877042493, 32.0805 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 780, '2021-10-24 00:00:00', 0.998901603685849, 2.46842307692307, 1.26649500408986, 3.56434615384615, 1.18270741879026, 4.68296153846153, 2.61111997308553, 10.1490769230769, 10.4396616187425, 32.2169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 795, '2021-10-24 00:00:00', 0.747650757629925, 2.74084615384615, 0.848830138847221, 3.32573076923076, 1.47106986081036, 4.88915384615385, 2.76538658307408, 10.4950769230769, 10.3986795286709, 32.3495 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 810, '2021-10-24 00:00:00', 0.675667315724577, 2.24719230769231, 1.06605253226024, 3.4178076923077, 1.71898986482895, 4.62165384615386, 2.87445755150161, 10.4298461538462, 10.5273685551226, 32.3091538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 825, '2021-10-24 00:00:00', 0.888927489471713, 2.43680769230769, 1.35352283888549, 3.51634615384616, 1.77432115599612, 4.55373076923077, 2.72950210196208, 10.4547307692308, 10.5367865812335, 32.2765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 840, '2021-10-24 00:00:00', 0.989649541698795, 2.55115384615386, 1.27631410891497, 3.16823076923079, 1.54497875564185, 4.21534615384618, 2.78780296180455, 10.5799230769231, 10.4800423701434, 32.388 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 855, '2021-10-24 00:00:00', 0.722282322811624, 2.19907692307694, 0.822903161888527, 3.00957692307693, 1.57956297558728, 4.38807692307692, 3.07682799399242, 10.6642307692308, 10.5897622573009, 32.3378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 870, '2021-10-24 00:00:00', 0.839429957677337, 2.36757692307692, 0.882279624260163, 3.14084615384617, 2.02256083373378, 5.17538461538462, 3.36676455437791, 10.7912692307692, 10.5525538386905, 32.3360384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 885, '2021-10-24 00:00:00', 0.679846925078336, 2.33719230769232, 1.47684850949582, 3.554, 1.84746570198204, 5.404, 9.97714755729313, 16.6945, 10.9727378567906, 32.1360769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 900, '2021-10-24 00:00:00', 1.14373407950248, 2.50226923076923, 1.6999282686224, 3.91196153846153, 1.6643846689254, 4.9753846153846, 10.470297686239, 17.5100384615385, 10.9732078524854, 31.9804230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 915, '2021-10-24 00:00:00', 1.50308555516772, 2.93688461538461, 1.64024471157391, 3.85007692307693, 1.88007863665326, 5.167, 10.459892442821, 18.0093461538462, 11.0769799033852, 31.9475 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 930, '2021-10-24 00:00:00', 1.31681359933159, 2.90584615384616, 1.38231056512695, 3.79046153846154, 2.12489131848775, 5.56934615384617, 10.4423073377192, 18.2191538461539, 10.9803360251931, 31.8421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 945, '2021-10-24 00:00:00', 0.969190685373833, 2.62123076923078, 1.54158539821833, 3.75950000000001, 2.38256092504231, 6.2848076923077, 10.4818470968402, 18.2118076923077, 11.0069532751592, 31.7461923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 960, '2021-10-24 00:00:00', 1.1455320275548, 2.83488461538462, 1.73796297561697, 4.46423076923078, 2.12259377033058, 6.81707692307693, 10.4522236833199, 18.5116153846154, 11.0108848845132, 31.7385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 975, '2021-10-24 00:00:00', 1.69408856729693, 3.67192307692309, 2.33574402575414, 5.45807692307694, 2.33413620985448, 7.1766153846154, 10.6623342822364, 18.6768846153846, 11.0158412526968, 31.6732307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 990, '2021-10-24 00:00:00', 1.238120188027, 3.964, 1.6338271752121, 5.30796153846154, 2.53008571487517, 6.78473076923079, 10.9558237290282, 18.4886923076923, 11.2193254527109, 31.4905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1005, '2021-10-24 00:00:00', 1.44554555046238, 3.83853846153845, 1.73091980350155, 5.13038461538462, 2.20690466595532, 6.24373076923078, 10.8132069942982, 17.9366923076923, 11.0892690193996, 31.3872307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1020, '2021-10-24 00:00:00', 1.2171080155592, 3.56519230769231, 1.57258958262625, 4.64965384615386, 1.86612960057811, 5.80138461538463, 10.9368904229957, 17.9402692307692, 11.0344481971408, 31.3791538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1035, '2021-10-24 00:00:00', 1.02582697596397, 3.09623076923078, 1.3562285670763, 4.10361538461539, 2.01306190817715, 5.55238461538464, 11.063945663488, 18.0387307692308, 11.2125158692624, 31.3640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1050, '2021-10-24 00:00:00', 0.859386178976232, 2.82326923076923, 1.18006643098533, 3.74430769230769, 1.75226540358915, 5.65173076923077, 10.7781580515696, 18.0537692307692, 11.0406333082008, 31.4256153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1065, '2021-10-24 00:00:00', 0.791639754900204, 2.56930769230768, 1.08556210253562, 3.87803846153846, 9.51064407460642, 13.1880769230769, 10.9356275903756, 17.9823461538462, 11.4782815191929, 31.2430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1080, '2021-10-24 00:00:00', 1.03877165699908, 2.94965384615385, 1.54788637825909, 4.448, 10.1731078120398, 14.2536538461539, 10.7941238869189, 18.0016153846154, 11.336852259098, 31.3487692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1095, '2021-10-24 00:00:00', 1.70503271522867, 3.42699999999999, 9.52892165244639, 12.6784615384616, 10.2314852883711, 14.7046153846154, 10.7198518776362, 18.0669615384616, 12.0484366764387, 31.8521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:33 Duration: 3s536ms 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 970080, 1, 600, '2021-10-24 00:00:00', 0.858406774204398, 1.76024, 0.880867719921672, 2.19476, 0.967025451233491, 2.59584, 1.46652677211612, 3.51224, 4.27604497832596, 9.61064 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 615, '2021-10-24 00:00:00', 0.657805505703112, 1.1052, 0.843909793757601, 1.55136, 0.909229756442233, 1.9814, 1.42451892815317, 3.36752, 4.29713978052068, 9.56528 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 630, '2021-10-24 00:00:00', 0.496748148797089, 0.87684, 0.689057165020921, 1.36488, 0.717555282423129, 1.739, 1.2987362601134, 3.16596, 4.23338327188393, 9.45352 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 645, '2021-10-24 00:00:00', 0.532698811086841, 0.848239999999998, 0.584429066126366, 1.2362, 0.724042298488146, 1.6634, 1.27807052752708, 3.01024, 4.22536417444304, 9.41564 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 660, '2021-10-24 00:00:00', 0.407750025546699, 0.752400000000001, 0.356159692647367, 1.01968, 0.533450366325985, 1.52028, 1.25389870404272, 2.89872, 4.20510618890891, 9.34132 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 675, '2021-10-24 00:00:00', 0.264191060913625, 0.7324, 0.485186905566642, 1.1458, 0.524878319232182, 1.3994, 1.23329079836563, 2.84188, 4.19975159900361, 9.32908 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 690, '2021-10-24 00:00:00', 0.414284914038635, 0.777359999999998, 0.45124448288409, 0.991, 0.490497390411, 1.28224, 1.23097953949961, 2.74828, 4.15440336189607, 9.27928 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 705, '2021-10-24 00:00:00', 0.242590793999545, 0.65828, 0.300458494083065, 0.874159999999999, 0.43283224232952, 1.209, 1.22847470195089, 2.65552, 4.47804956128596, 10.65704 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 720, '2021-10-24 00:00:00', 0.265166538864413, 0.60672, 0.37085621652243, 0.904400000000002, 0.493666682421785, 1.27772, 1.29100441775645, 2.67364, 4.4896573191429, 10.75548 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 735, '2021-10-24 00:00:00', 0.267856037204066, 0.626240000000002, 0.326333929178888, 0.845800000000002, 0.493977647942358, 1.2418, 1.45589920667607, 2.6632, 4.52304920453743, 10.80976 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 750, '2021-10-24 00:00:00', 0.267557732087863, 0.596840000000003, 0.370189712624937, 0.918440000000003, 0.493099999999999, 1.17988, 1.58283561475389, 2.6454, 4.52065503808169, 10.86416 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 765, '2021-10-24 00:00:00', 0.263926334419283, 0.583120000000001, 0.334830643758903, 0.821679999999997, 0.550642512585678, 1.17652, 1.62237420467659, 2.72432, 4.54616405042024, 10.81536 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 780, '2021-10-24 00:00:00', 0.259186978839601, 0.612839999999998, 0.341619661807298, 0.841079999999999, 0.985658705299827, 1.3992, 1.63410849598999, 2.79708, 4.57129755758691, 10.80512 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 795, '2021-10-24 00:00:00', 0.23245868450114, 0.616040000000002, 0.361170435297981, 0.866799999999997, 1.11876617306746, 1.6826, 1.66960028849223, 2.82304, 4.56343089060559, 10.79008 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 810, '2021-10-24 00:00:00', 0.291290679562528, 0.572479999999997, 0.875011348497833, 1.04312, 1.14320748772915, 1.65212, 1.6552625139234, 3.00436, 4.55884737515965, 10.77484 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 825, '2021-10-24 00:00:00', 0.802462372949657, 0.794880000000005, 1.05858454708792, 1.37392000000001, 1.09753101702564, 1.6064, 1.67555021609818, 2.99688, 4.55335387306251, 10.76008 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 840, '2021-10-24 00:00:00', 1.00316843550822, 1.16808, 1.09043313565451, 1.38344, 1.17604513518827, 1.58892, 1.64919035994434, 2.95248, 4.53854000680102, 10.73268 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 855, '2021-10-24 00:00:00', 0.334308051553258, 0.627039999999999, 0.424512202415906, 0.867880000000001, 0.535285058014261, 1.21348, 1.13704202941961, 2.62508, 4.20354041136754, 10.54836 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 870, '2021-10-24 00:00:00', 0.248996566241388, 0.553960000000001, 0.416688432764818, 0.832200000000004, 0.382691921350147, 1.03076, 1.10315924809915, 2.57492, 4.17715140656086, 10.53896 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 885, '2021-10-24 00:00:00', 0.405465378711098, 0.629440000000004, 0.38248238303657, 0.794760000000003, 0.465786879019437, 1.0366, 2.1642411202698, 4.12228, 4.17815225827558, 10.57672 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 900, '2021-10-24 00:00:00', 0.201397823556598, 0.516600000000003, 0.222701197422318, 0.661640000000001, 0.409522066967502, 1.05536, 2.17186471877663, 4.22376, 4.09973704725885, 10.55924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 915, '2021-10-24 00:00:00', 0.148488910921548, 0.43096, 0.301038962040912, 0.683959999999998, 0.524582093988479, 1.08104, 2.44626147553091, 4.63704, 4.0863045358857, 10.54048 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 930, '2021-10-24 00:00:00', 0.257239013370836, 0.571919999999997, 0.335487207903172, 0.835399999999998, 0.636545232747313, 1.2388, 2.46633016308307, 4.73516, 3.9686813103767, 10.60148 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 945, '2021-10-24 00:00:00', 0.188902020458575, 0.545840000000003, 0.324045403197353, 0.785559999999998, 0.596805501538543, 1.38884, 2.34946440846987, 4.69456, 3.87580476890499, 10.54724 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 960, '2021-10-24 00:00:00', 0.310255797689588, 0.588919999999998, 0.45488780668058, 0.9202, 0.540057117349641, 1.50524, 2.27949630181758, 4.68184, 3.81638692570167, 10.5544 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 975, '2021-10-24 00:00:00', 0.270071286885521, 0.634400000000001, 0.478879323699267, 1.10936, 0.619930875178838, 1.57304, 2.25137910845775, 4.67584, 3.78548604893304, 10.52628 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 990, '2021-10-24 00:00:00', 0.486787725810746, 0.952959999999998, 0.51422968927643, 1.31856, 0.634604333423586, 1.88092, 2.23630251158768, 4.70956, 3.78838036105141, 10.53248 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1005, '2021-10-24 00:00:00', 0.354846224910644, 0.91048, 0.492392120164406, 1.2252, 0.702075428046494, 1.74736, 2.25028216971414, 4.67848, 3.81735990705618, 10.51408 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1020, '2021-10-24 00:00:00', 0.431109711481118, 0.849000000000002, 0.630248408698244, 1.35116, 0.653651543255271, 1.60344, 2.20362813862352, 4.66616, 3.82110513595216, 10.49572 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1035, '2021-10-24 00:00:00', 0.463354910768557, 0.945240000000001, 0.559703677553282, 1.17696, 0.540315978540951, 1.43024, 2.16468292520329, 4.5872, 3.75277329095875, 10.43704 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1050, '2021-10-24 00:00:00', 0.353171384269263, 0.764880000000001, 0.381661420633522, 0.965760000000003, 0.420503963516794, 1.1892, 2.14567314767806, 4.43044, 3.6560765591911, 10.27984 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1065, '2021-10-24 00:00:00', 0.291400909401464, 0.643640000000001, 0.29327965607363, 0.870040000000001, 1.90599286200133, 3.05396, 2.14569730856895, 4.36576, 3.59597747629209, 10.26852 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1080, '2021-10-24 00:00:00', 0.257308945303762, 0.63032, 0.338793816354432, 0.845400000000001, 1.98987572225001, 3.24516, 2.12963091716226, 4.38052, 3.5906637185902, 10.23824 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1095, '2021-10-24 00:00:00', 0.327976411753448, 0.593120000000002, 1.89613743963881, 2.97124, 2.325558225459, 3.70332, 2.10134437126966, 4.3768, 3.57349038662948, 10.22972 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 600, '2021-10-24 00:00:00', 1.26555568093169, 1.93630769230769, 1.26394357225557, 2.28407692307692, 1.60593649266138, 2.99953846153846, 1.50070288403596, 3.67288461538462, 3.19656450800639, 9.76257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 615, '2021-10-24 00:00:00', 0.407871767178774, 1.21353846153846, 1.12139668202717, 1.96196153846154, 1.20474855659402, 2.31126923076923, 1.26489215107303, 3.27307692307692, 3.19208855863271, 9.43561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 630, '2021-10-24 00:00:00', 1.1561975343606, 1.37246153846154, 1.17022728627325, 1.69869230769231, 1.32893599544899, 2.021, 1.31366141580874, 3.07565384615385, 3.18616524753745, 9.40276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 645, '2021-10-24 00:00:00', 0.569843438687668, 1.13076923076923, 0.800615267250037, 1.39938461538462, 0.833931468315087, 1.71157692307693, 0.916188563896856, 2.83773076923077, 3.13909813506021, 9.41330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 660, '2021-10-24 00:00:00', 0.32649453052316, 0.847038461538465, 0.464330942987201, 1.10876923076923, 0.573747883522158, 1.52492307692307, 0.807986584047037, 2.616, 3.11122835796163, 9.42684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 675, '2021-10-24 00:00:00', 0.335664770956883, 0.832038461538462, 0.360814738314022, 1.11065384615384, 0.520766743886803, 1.49980769230769, 0.782801332493657, 2.57061538461538, 3.07943936755727, 9.43746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 690, '2021-10-24 00:00:00', 0.210787669322617, 0.730807692307697, 0.379152652431912, 1.08042307692307, 0.431939840896678, 1.43811538461538, 0.857619026948803, 2.56165384615385, 3.0810391905729, 9.38942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 705, '2021-10-24 00:00:00', 0.244174968792084, 0.796153846153845, 0.259401192097377, 1.03053846153846, 0.421134855068838, 1.34061538461538, 0.87910598030919, 2.57973076923077, 2.99312312039551, 9.60242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 720, '2021-10-24 00:00:00', 0.243588230737543, 0.674115384615384, 0.283991346021995, 0.935730769230768, 0.586268330531863, 1.34034615384616, 0.886006230226402, 2.557, 3.0753868989871, 9.64146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 735, '2021-10-24 00:00:00', 0.208498101817594, 0.640461538461538, 0.247945989776311, 0.906423076923077, 0.593586030314573, 1.28115384615385, 0.878450279666499, 2.56042307692307, 3.11824219935625, 9.67257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 750, '2021-10-24 00:00:00', 0.262447544942133, 0.615923076923079, 0.469943309183304, 0.914076923076928, 0.579351356126962, 1.28292307692308, 1.00533743359362, 2.58965384615385, 3.18665991065156, 9.69111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 765, '2021-10-24 00:00:00', 0.325833022361975, 0.695961538461538, 0.438512024218966, 0.916346153846154, 0.492963709071508, 1.23446153846154, 1.06768946508156, 2.70492307692308, 3.20296946670045, 9.65126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 780, '2021-10-24 00:00:00', 0.373942383468161, 0.685115384615384, 0.422393329274252, 0.949730769230767, 0.638216813895138, 1.32269230769231, 1.3478745051148, 2.95980769230769, 3.18725700660518, 9.64688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 795, '2021-10-24 00:00:00', 0.298637748142098, 0.65976923076923, 0.419022598986661, 0.910461538461542, 0.638083564578038, 1.46465384615385, 1.59149449115748, 3.13265384615384, 3.17729371926196, 9.63353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 810, '2021-10-24 00:00:00', 0.27826448127359, 0.642807692307693, 0.626993810544839, 1.02003846153846, 0.717284396982007, 1.53011538461539, 1.60094575365746, 3.18911538461538, 3.14552043779966, 9.63123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 825, '2021-10-24 00:00:00', 0.584887430326424, 0.694884615384618, 0.630300226387882, 1.11115384615385, 0.791803242848002, 1.52015384615385, 1.63303430318674, 3.24134615384615, 3.10769867487923, 9.66042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 840, '2021-10-24 00:00:00', 0.434722930329017, 0.822884615384617, 0.623860493527691, 1.11934615384615, 0.701345389508348, 1.34365384615385, 1.72289462376994, 3.39426923076923, 3.12127881509141, 9.67719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 855, '2021-10-24 00:00:00', 0.530614117356913, 0.712307692307689, 0.682335942525041, 0.95053846153846, 0.700095993418042, 1.15, 1.72339672694987, 3.27796153846154, 3.11213191533738, 9.68246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 870, '2021-10-24 00:00:00', 0.419682834457716, 0.646807692307695, 0.407303984002879, 0.770846153846154, 0.659142959864143, 1.17619230769231, 1.62035776486363, 3.18238461538462, 3.1114751517568, 9.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 885, '2021-10-24 00:00:00', 0.204566111186957, 0.513576923076922, 0.28224362635033, 0.728230769230768, 0.522088918156227, 1.22896153846154, 1.50003725338355, 4.04219230769231, 3.10560189731642, 9.65876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 900, '2021-10-24 00:00:00', 0.261725798969365, 0.570923076923076, 0.495811417313542, 0.90980769230769, 0.494587363364653, 1.3275, 1.52154756694016, 4.24296153846154, 3.04971091719552, 9.67796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 915, '2021-10-24 00:00:00', 0.362416252394949, 0.662500000000001, 0.399581388647978, 0.941615384615386, 0.504006343061426, 1.27592307692308, 1.36553924654187, 4.35607692307692, 3.06186846851094, 9.68303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 930, '2021-10-24 00:00:00', 0.273941883224556, 0.629346153846155, 0.36480810761908, 0.863346153846155, 0.545164061403682, 1.32242307692308, 1.49465817033656, 4.56038461538462, 3.00668438317027, 9.7685 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 945, '2021-10-24 00:00:00', 0.23533107611324, 0.529653846153843, 0.34053593959206, 0.78861538461538, 0.474357307717098, 1.46515384615385, 1.67018579021801, 4.80942307692308, 2.99334289485081, 9.75738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 960, '2021-10-24 00:00:00', 0.224988946737051, 0.529115384615377, 0.359132238340398, 0.922730769230768, 0.861018481888657, 1.81088461538461, 1.82629991007459, 4.95019230769231, 2.98381176582005, 9.74657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 975, '2021-10-24 00:00:00', 0.369659837397323, 0.721346153846156, 0.429801752153067, 1.22311538461538, 1.16041595194933, 1.99769230769231, 1.89031323737221, 5.04284615384616, 2.97544634221231, 9.74215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 990, '2021-10-24 00:00:00', 0.464633095943622, 1.07992307692307, 0.881684736957956, 1.61484615384615, 1.23163154580231, 2.14823076923077, 1.93590728640048, 5.10730769230769, 2.97153050438011, 9.70753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1005, '2021-10-24 00:00:00', 0.525970266781744, 1.07719230769231, 0.778393873009325, 1.44869230769231, 0.914383488813844, 1.89626923076923, 1.84906159859119, 5.00065384615384, 2.9227869408389, 9.62769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1020, '2021-10-24 00:00:00', 0.483615303250897, 1.04719230769231, 0.60364639165147, 1.38561538461538, 0.775247097084831, 1.91369230769231, 1.96486990448184, 4.99630769230769, 2.92616706736882, 9.64288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1035, '2021-10-24 00:00:00', 0.512564526519498, 0.908923076923076, 0.512744638797313, 1.15323076923077, 0.610265350861035, 1.65896153846154, 1.92508960990231, 4.91138461538462, 2.91567252698505, 9.62173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1050, '2021-10-24 00:00:00', 0.288164226680656, 0.721307692307693, 0.530564813701836, 1.16169230769231, 0.588405031877244, 1.50519230769231, 1.93617594718598, 4.89053846153846, 2.93442578002265, 9.76246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1065, '2021-10-24 00:00:00', 0.397838127112793, 0.86315384615385, 0.35184442584756, 1.0985, 1.26476923526054, 3.00053846153846, 2.04150472559222, 4.92823076923077, 3.02916600758995, 9.85269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1080, '2021-10-24 00:00:00', 0.187763681259183, 0.697000000000004, 0.310452119434767, 0.970038461538463, 1.23772911476561, 3.15980769230769, 2.02607846495486, 4.83188461538462, 3.06026067165226, 9.79446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1095, '2021-10-24 00:00:00', 0.256991388661471, 0.600576923076923, 1.34157120055323, 2.68738461538461, 1.13880965924952, 3.272, 1.98362939040072, 4.80396153846154, 3.0494863327856, 9.78257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 600, '2021-10-24 00:00:00', 0.782411652422275, 1.72592307692308, 0.884217214002569, 2.19980769230769, 1.05305331956466, 2.81042307692308, 1.92352433309277, 4.3475, 3.16969651956679, 9.65911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 615, '2021-10-24 00:00:00', 0.478847695394487, 1.29565384615385, 0.592051958478696, 1.7681923076923, 1.12207869804902, 2.54273076923077, 1.79191250172718, 4.20857692307692, 3.19706062886136, 9.58476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 630, '2021-10-24 00:00:00', 0.380980631447927, 1.08180769230769, 0.643785989285255, 1.683, 1.06689444651287, 2.42, 1.65904906961326, 3.96884615384615, 3.17756925870171, 9.48307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 645, '2021-10-24 00:00:00', 0.529957455476748, 1.14276923076923, 0.836961541254119, 1.6563076923077, 0.955152322125401, 2.19803846153847, 1.55345240723315, 3.71969230769231, 3.10391105641799, 9.35861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 660, '2021-10-24 00:00:00', 0.474838630079093, 1.00526923076923, 0.673243670597806, 1.428, 0.871220714771038, 1.93642307692308, 1.46099092399645, 3.53000000000001, 3.11977602179288, 9.25688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 675, '2021-10-24 00:00:00', 0.400720942609882, 0.914923076923077, 0.599591328771907, 1.27819230769231, 0.682482677154066, 1.75973076923077, 1.29399110447542, 3.39253846153847, 3.13217802519883, 9.18269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 690, '2021-10-24 00:00:00', 0.400580809095222, 0.813230769230772, 0.470238880373991, 1.13273076923077, 0.593247464255982, 1.64592307692308, 1.3205157529716, 3.30342307692308, 3.157627327599, 9.1545 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 705, '2021-10-24 00:00:00', 0.317362876506715, 0.789653846153849, 0.484407388941931, 1.18103846153846, 0.648060648871221, 1.67226923076924, 1.36087947807517, 3.24492307692308, 3.66646936963362, 9.54503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 720, '2021-10-24 00:00:00', 0.351580352999686, 0.806230769230766, 0.358069275635099, 1.12038461538461, 0.562720622033293, 1.61346153846154, 1.47780532078953, 3.24261538461539, 3.75745175372066, 9.56219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 735, '2021-10-24 00:00:00', 0.199755589119842, 0.71115384615385, 0.341639351003141, 1.01838461538462, 0.820680025719759, 1.63323076923078, 1.44831717308266, 3.23792307692308, 3.80402191047641, 9.55815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 750, '2021-10-24 00:00:00', 0.307978763004109, 0.720961538461544, 0.436179680689227, 1.15807692307693, 0.821619095725957, 1.65053846153847, 1.48596879561398, 3.1923076923077, 3.81128360529625, 9.53 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 765, '2021-10-24 00:00:00', 0.357327834821835, 0.844692307692311, 0.70127957444835, 1.2128076923077, 0.809654543617215, 1.526, 1.64469199548122, 3.193, 3.82274612871629, 9.53073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 780, '2021-10-24 00:00:00', 0.373850025462698, 0.695192307692309, 0.768094185931347, 1.02396153846154, 0.793800998119418, 1.31976923076923, 1.73489549940224, 3.09592307692308, 3.89445541329642, 9.49538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 795, '2021-10-24 00:00:00', 0.792871355362173, 0.833884615384617, 0.784243177553024, 1.02919230769231, 1.22239609594624, 1.73615384615385, 1.68698472246969, 3.25057692307692, 3.951495954504, 9.57703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 810, '2021-10-24 00:00:00', 0.309801862238032, 0.580923076923079, 0.34231976279496, 0.850500000000002, 1.08427123841848, 1.65703846153846, 1.53463903297761, 3.15980769230769, 4.03006868599608, 9.49842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 825, '2021-10-24 00:00:00', 0.183361723209788, 0.590807692307691, 0.947753310973662, 1.34853846153846, 1.03947468685649, 1.69376923076923, 1.50610811186162, 3.18026923076923, 4.09550801958213, 9.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 840, '2021-10-24 00:00:00', 1.00312133555525, 1.16857692307692, 1.04842014258818, 1.35434615384615, 1.16411886057158, 1.74380769230769, 1.54500754491561, 3.22807692307692, 4.1076920821233, 9.48080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 855, '2021-10-24 00:00:00', 0.31944778314123, 0.647615384615383, 0.390204790413371, 0.926461538461537, 0.726358992615807, 1.36211538461539, 1.09932540153566, 2.99553846153846, 4.12939148525076, 9.49103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 870, '2021-10-24 00:00:00', 0.257241508793106, 0.632076923076923, 0.549802504401496, 0.941076923076924, 0.616184424190831, 1.46073076923077, 1.07822470684989, 3.00196153846154, 4.11040127182062, 9.48515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 885, '2021-10-24 00:00:00', 0.405588296371882, 0.665115384615386, 0.480276164145332, 0.973076923076922, 0.533310077217314, 1.40396153846154, 2.6456084392529, 4.96042307692308, 4.11368157419192, 9.48242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 900, '2021-10-24 00:00:00', 0.297246629016278, 0.651961538461537, 0.403533807562827, 0.979423076923075, 0.649584749015742, 1.43988461538462, 2.60898644982771, 5.08284615384616, 4.1067742205363, 9.49753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 915, '2021-10-24 00:00:00', 0.389089147388339, 0.742730769230766, 0.406968689024293, 1.00492307692308, 0.692855888001581, 1.58880769230769, 2.6028846045523, 5.10376923076923, 4.12734556082496, 9.49046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 930, '2021-10-24 00:00:00', 0.299089520943915, 0.713692307692309, 0.531588470095488, 1.05669230769231, 0.633600841345593, 1.52288461538462, 2.59415029515372, 5.17792307692308, 4.39404662066931, 9.62423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 945, '2021-10-24 00:00:00', 0.392459863699955, 0.747230769230771, 0.552798643268958, 1.0915, 0.644544557151673, 1.52661538461538, 2.58311705592592, 5.19926923076924, 4.538885357069, 9.71373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 960, '2021-10-24 00:00:00', 0.349712030984616, 0.730769230769231, 0.351102045214557, 1.03161538461538, 0.528889396609683, 1.54307692307692, 2.52060730289044, 5.12915384615385, 4.53977709313845, 9.71384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 975, '2021-10-24 00:00:00', 0.25615831943426, 0.725730769230767, 0.401400841285389, 1.17334615384615, 0.628657558734362, 1.83261538461539, 2.52175775967113, 5.07196153846154, 4.52821617043111, 9.71038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 990, '2021-10-24 00:00:00', 0.367287353444143, 0.938999999999998, 0.463580428670317, 1.26842307692308, 0.638994691202215, 1.79115384615385, 2.52746892334239, 5.05403846153847, 4.5431051666657, 9.71865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1005, '2021-10-24 00:00:00', 0.288510765030457, 0.88569230769231, 0.559854878174142, 1.40473076923077, 0.661066713728652, 1.73100000000001, 2.50458001668943, 5.0355, 4.53304401190261, 9.71342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1020, '2021-10-24 00:00:00', 0.453905127328812, 0.941769230769234, 0.457614511940412, 1.1398076923077, 0.553988786334719, 1.61715384615385, 2.87437038242893, 5.08084615384616, 4.56146719800346, 9.70696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1035, '2021-10-24 00:00:00', 0.264114567215415, 0.782769230769234, 0.408569310568555, 1.1648076923077, 0.573892168911949, 1.5913076923077, 2.86186620904289, 5.04803846153846, 4.58826286501346, 9.75503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1050, '2021-10-24 00:00:00', 0.291687219202613, 0.838923076923078, 0.363548327122879, 1.10888461538462, 0.661247740144457, 1.56957692307692, 2.80030395822695, 5.05653846153846, 4.56882005975958, 9.77946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1065, '2021-10-24 00:00:00', 0.30596326828308, 0.814807692307695, 0.500218198543238, 1.17461538461539, 2.57991697898625, 3.86446153846154, 2.78502505802841, 5.07057692307692, 4.59101558414324, 9.79842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1080, '2021-10-24 00:00:00', 0.350590789294956, 0.773692307692309, 0.445006200475386, 1.01596153846154, 2.50782087601046, 3.92111538461539, 2.81097937271801, 5.02707692307692, 4.65035218467789, 9.82580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1095, '2021-10-24 00:00:00', 0.270954029595149, 0.645615384615386, 2.5170915918056, 3.53119230769231, 2.41784310364551, 3.88792307692308, 2.8456911895274, 5.05911538461539, 4.55931583396524, 9.96392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 600, '2021-10-24 00:00:00', 2.04040683575228, 2.34015384615385, 1.95331079452298, 2.6875, 1.8534272951647, 3.07846153846154, 2.5146983425147, 4.37007692307692, 4.62781791627046, 9.80711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 615, '2021-10-24 00:00:00', 1.09360222905068, 1.54065384615385, 1.0671065291785, 1.80823076923077, 1.1164489667623, 2.16315384615384, 2.19802915778238, 3.82553846153846, 4.81671590593233, 9.37203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 630, '2021-10-24 00:00:00', 0.626917470951809, 1.07834615384616, 0.655057001630096, 1.46965384615385, 0.674511675214002, 1.727, 1.98849227189461, 3.71465384615385, 4.76390903823901, 9.32773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 645, '2021-10-24 00:00:00', 0.395209609428486, 1.03134615384616, 0.455163801453769, 1.26961538461538, 0.746993061444451, 1.65607692307692, 1.83126576821775, 3.61892307692308, 4.74315105340159, 9.22365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 660, '2021-10-24 00:00:00', 0.383650291481505, 0.903115384615383, 0.468281534319487, 1.16565384615385, 0.862522976282591, 1.64373076923077, 1.87343554466119, 3.6795, 4.74829627826169, 9.21888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 675, '2021-10-24 00:00:00', 0.415512532440823, 0.856230769230771, 0.739297892494056, 1.19857692307692, 0.930957370750049, 1.71611538461539, 1.84741859860226, 3.70096153846154, 4.73544387343589, 9.19996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 690, '2021-10-24 00:00:00', 0.501731882122776, 0.771192307692311, 0.59806232245349, 1.09769230769231, 1.41550856096099, 1.68461538461539, 1.71086866105631, 3.57515384615385, 4.7057443392256, 9.11111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 705, '2021-10-24 00:00:00', 0.295042599271049, 0.76315384615385, 0.435594633363846, 1.13473076923077, 1.04193798206109, 1.56696153846154, 1.49917073128395, 3.45819230769231, 4.93967326107242, 9.77461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 720, '2021-10-24 00:00:00', 0.408656651067294, 0.805538461538461, 1.08287860602406, 1.18965384615385, 1.05569870410366, 1.63707692307692, 1.56998702052449, 3.48626923076923, 4.97939252967823, 9.83226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 735, '2021-10-24 00:00:00', 0.729407527750061, 0.819307692307692, 0.736548382660633, 1.069, 0.789588547185274, 1.69507692307692, 2.13165244244567, 3.67884615384615, 4.89326616421446, 10.2860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 750, '2021-10-24 00:00:00', 0.379712741626936, 0.720384615384616, 0.496237376510629, 1.11257692307692, 0.897961346606854, 1.7285, 2.20121042645596, 3.63569230769231, 4.88394547062106, 10.245 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 765, '2021-10-24 00:00:00', 0.340230856014876, 0.707346153846158, 0.648727830805444, 1.10703846153846, 1.30496879597236, 1.72803846153846, 2.16749034635415, 3.49119230769231, 4.84839868267388, 10.1598846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 780, '2021-10-24 00:00:00', 0.486357146391572, 0.819923076923077, 0.627667458501346, 1.19896153846154, 1.16071739686481, 1.78165384615385, 2.15581850706051, 3.43765384615385, 4.82149668113065, 10.1173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 795, '2021-10-24 00:00:00', 0.421183504681016, 0.819230769230769, 0.962786321848447, 1.17369230769231, 1.06997517728217, 1.899, 1.93792114787589, 3.37184615384615, 4.79283892553817, 10.0556153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 810, '2021-10-24 00:00:00', 0.715145219249478, 0.839269230769227, 0.830513673300123, 1.25719230769231, 1.06861684649615, 1.89373076923077, 1.81692958586732, 3.39, 4.78242322114572, 10.0048846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 825, '2021-10-24 00:00:00', 0.512417588120651, 0.845769230769232, 0.905988610048969, 1.43080769230769, 0.984916090139348, 1.89323076923077, 1.8095552368979, 3.47565384615384, 4.77670288733203, 10.0100769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 840, '2021-10-24 00:00:00', 0.929945511224265, 1.17757692307692, 0.989475296072854, 1.44619230769231, 1.04200449430597, 1.92938461538461, 1.83661896931877, 3.51996153846153, 4.7518037015918, 10.0215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 855, '2021-10-24 00:00:00', 0.355526642948391, 0.727923076923083, 0.547898762406116, 1.09542307692308, 0.669242696003362, 1.53588461538462, 1.535607163808, 3.40219230769231, 4.54289193559142, 9.84453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 870, '2021-10-24 00:00:00', 0.44932647887186, 0.759730769230771, 0.529948281946891, 1.0976923076923, 0.648408694717007, 1.44865384615384, 1.51862312588132, 3.33696153846154, 4.50657117756522, 9.80053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 885, '2021-10-24 00:00:00', 0.382231899002927, 0.731230769230764, 0.504267256674321, 1.01088461538461, 0.662041309424579, 1.46515384615384, 1.64817589660626, 4.33611538461538, 4.50511221818742, 9.76453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 900, '2021-10-24 00:00:00', 0.296715859937518, 0.655307692307693, 0.470236963177565, 0.99380769230769, 0.792129054170802, 1.50303846153846, 1.62265683940306, 4.40753846153846, 4.44590051447571, 9.78576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 915, '2021-10-24 00:00:00', 0.369744828850303, 0.738961538461536, 0.506028640113763, 1.04776923076923, 1.2115818344373, 1.70269230769231, 1.71137324841328, 4.46965384615385, 4.40928229935265, 9.78665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 930, '2021-10-24 00:00:00', 0.350510408053519, 0.724884615384615, 0.634373203673088, 1.03580769230769, 1.15634213994621, 1.73376923076923, 1.8168511864889, 4.47307692307692, 4.38362685736541, 9.79723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 945, '2021-10-24 00:00:00', 0.454064978406595, 0.669730769230769, 0.986577771116671, 1.19446153846154, 0.932675820504555, 1.88711538461539, 1.64832635724847, 4.3665, 4.28860778503306, 9.69957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 960, '2021-10-24 00:00:00', 0.828952207029123, 0.845807692307693, 0.801772694624947, 1.22642307692308, 0.956621556070351, 1.9088076923077, 1.64061929020251, 4.24915384615385, 4.21624251747381, 9.62538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 975, '2021-10-24 00:00:00', 0.409658108858898, 0.907615384615384, 0.599053783382274, 1.43634615384615, 0.770475321823132, 1.83969230769231, 1.56341265973363, 4.13576923076923, 4.2397986722884, 9.48430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 990, '2021-10-24 00:00:00', 0.510829906961363, 1.14792307692308, 0.679125981288845, 1.40646153846154, 0.74323902356768, 1.76238461538461, 1.58190257650035, 4.09780769230769, 4.24915338336764, 9.44634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1005, '2021-10-24 00:00:00', 0.47845459072373, 0.994653846153848, 0.593596905444971, 1.27538461538462, 0.652016177241495, 1.68584615384615, 1.60311914668297, 4.10996153846154, 4.23026002055884, 9.40219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1020, '2021-10-24 00:00:00', 0.451412599940028, 0.918153846153846, 0.426154072896356, 1.25657692307692, 0.628459307782503, 1.60930769230769, 1.57157297439417, 4.12557692307692, 4.20449904690019, 9.42665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1035, '2021-10-24 00:00:00', 0.396848252339118, 0.917153846153845, 0.469338237882298, 1.17669230769231, 0.551578630980065, 1.59411538461539, 1.57124747744733, 4.11265384615385, 4.20345685285886, 9.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1050, '2021-10-24 00:00:00', 0.356064929256106, 0.78407692307692, 0.463127907236803, 1.13953846153846, 0.53207966002788, 1.51026923076923, 1.49953003919946, 4.08046153846154, 4.12605650899071, 9.38065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1065, '2021-10-24 00:00:00', 0.338498923984201, 0.816807692307693, 0.599130268357004, 1.21496153846154, 1.42024483750568, 2.96896153846154, 1.51233811644802, 4.04446153846154, 4.13707223510317, 9.36596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1080, '2021-10-24 00:00:00', 0.323671345657904, 0.719499999999999, 0.381483662317775, 0.958230769230771, 1.40222590356026, 3.07126923076924, 1.42387940554615, 4.00380769230769, 4.05061387028606, 9.36461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1095, '2021-10-24 00:00:00', 0.26580258724214, 0.663153846153851, 1.28989305996809, 2.65911538461539, 1.45297961656516, 3.05861538461539, 1.38424587911474, 3.93642307692308, 4.02204438888407, 9.32688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 600, '2021-10-24 00:00:00', 0.742578775929892, 1.75396153846154, 1.02475819586866, 2.20800000000001, 1.38949658011592, 2.55288461538462, 1.3803026892121, 3.72507692307693, 3.89207708280059, 9.25946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 615, '2021-10-24 00:00:00', 0.484942737301571, 1.30846153846154, 0.658721826430083, 1.55073076923077, 0.843794965981304, 1.93076923076923, 1.38715996970013, 3.3843076923077, 4.0323588532692, 9.23919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 630, '2021-10-24 00:00:00', 0.483616403933786, 1.00688461538461, 0.673666204722052, 1.35465384615385, 0.745397145564283, 1.71323076923077, 1.39268445815985, 3.302, 4.00650808867465, 9.21876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 645, '2021-10-24 00:00:00', 0.396129551458184, 0.934307692307692, 0.608183323829763, 1.29365384615385, 0.728985154433625, 1.63134615384615, 1.37134681749226, 3.28942307692308, 3.94524723608624, 9.16407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 660, '2021-10-24 00:00:00', 0.341624319076696, 0.871846153846157, 0.384815898040369, 1.05034615384615, 0.799432465036194, 1.54188461538462, 1.30608799856671, 3.1905, 3.8304252899043, 9.11669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 675, '2021-10-24 00:00:00', 0.341096007238205, 0.697384615384619, 0.606585526977411, 1.0588076923077, 0.780607996766229, 1.57673076923077, 1.27791431095901, 3.17411538461539, 3.80280027611233, 9.0935 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 690, '2021-10-24 00:00:00', 0.300729482323336, 0.72869230769231, 0.46466650572046, 1.02519230769231, 0.592316403232652, 1.56680769230769, 1.05745609110515, 3.00476923076923, 3.7903419819325, 9.0315 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 705, '2021-10-24 00:00:00', 0.333854341799628, 0.719807692307696, 0.417246779957158, 1.03634615384616, 0.726844780805791, 1.61884615384616, 1.10445434421778, 2.97503846153846, 3.79941379770009, 9.43261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 720, '2021-10-24 00:00:00', 0.304397172229866, 0.689961538461542, 0.417375927211171, 1.10176923076923, 0.673482788312995, 1.55911538461539, 1.34435635671728, 3.07457692307693, 3.76273033049141, 9.4915 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 735, '2021-10-24 00:00:00', 0.426484332835154, 0.804615384615386, 0.617414150992797, 1.17507692307692, 0.649252820259865, 1.51323076923077, 1.53624230460613, 3.06953846153846, 3.72572994376218, 9.53742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 750, '2021-10-24 00:00:00', 0.377054815439553, 0.767423076923076, 0.425213309365474, 1.04203846153846, 0.550779961648795, 1.44938461538462, 1.51902924719906, 2.96842307692308, 3.7193956092975, 9.69746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 765, '2021-10-24 00:00:00', 0.300485617216277, 0.685615384615384, 0.425714698613269, 0.980269230769231, 0.587098378599234, 1.34311538461538, 1.45708866104772, 2.98861538461539, 3.70274201348967, 9.88153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 780, '2021-10-24 00:00:00', 0.384839786844428, 0.727307692307693, 0.569912819243842, 1.02530769230769, 0.796537043418862, 1.56769230769231, 1.51095071446374, 3.0683076923077, 3.66016609459189, 9.989 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 795, '2021-10-24 00:00:00', 0.324642657986617, 0.627153846153847, 0.354533071040683, 0.880538461538465, 0.734571675300544, 1.47611538461539, 1.48500850295416, 2.96457692307692, 3.60236193137439, 9.97573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 810, '2021-10-24 00:00:00', 0.236259091807151, 0.594038461538466, 0.75036172200223, 1.06892307692308, 0.726413081252935, 1.39826923076923, 1.52270216543334, 2.92426923076923, 3.71015060963216, 10.0248846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 825, '2021-10-24 00:00:00', 0.75780650666147, 0.835692307692309, 0.699298475946816, 1.15303846153846, 0.789054561826026, 1.4323076923077, 1.54457119814978, 2.97688461538462, 3.71282355689244, 10.0612692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 840, '2021-10-24 00:00:00', 0.622382925660598, 0.955884615384615, 0.64440207825669, 1.12303846153846, 0.853263602519533, 1.44684615384615, 1.55014401961187, 2.90119230769231, 3.88150093887166, 10.0505384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 855, '2021-10-24 00:00:00', 0.228575861838877, 0.513269230769231, 0.342517655917742, 0.753230769230773, 0.656121326725943, 1.09134615384615, 1.55397552153773, 2.69919230769231, 3.95975807905173, 10.0387307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 870, '2021-10-24 00:00:00', 0.274032162626664, 0.521115384615387, 0.496973727830601, 0.751384615384617, 0.776896663755127, 1.16111538461538, 1.51181321444966, 2.69434615384616, 4.05453611422299, 10.0736923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 885, '2021-10-24 00:00:00', 0.342368629493911, 0.525961538461541, 0.407315572234372, 0.747153846153847, 0.687846396091008, 1.15723076923077, 2.34333278932773, 4.19919230769231, 4.31225805992459, 10.0968461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 900, '2021-10-24 00:00:00', 0.248268393849508, 0.575346153846155, 0.471845765217669, 0.888884615384614, 1.16625424131474, 1.36034615384615, 2.41493483014473, 4.29907692307693, 4.35383890447888, 10.1176153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 915, '2021-10-24 00:00:00', 0.372364098079371, 0.650307692307693, 0.407370222845927, 0.862538461538462, 1.34816470860888, 1.48480769230769, 2.41817309554134, 4.383, 4.368413890119, 10.0946538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 930, '2021-10-24 00:00:00', 0.429059967119536, 0.701153846153846, 1.17796258592799, 1.09057692307692, 1.32900798400102, 1.56130769230769, 2.42801482697285, 4.39600000000001, 4.37528695357846, 10.0876153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 945, '2021-10-24 00:00:00', 1.19350237794227, 0.793615384615385, 1.36467482066383, 1.16661538461539, 1.31899862249885, 1.57538461538462, 2.45700283366043, 4.41773076923077, 4.38497375345184, 10.0745384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 960, '2021-10-24 00:00:00', 0.596313211453384, 0.727384615384616, 0.614834737019757, 1.01007692307693, 0.743545697731746, 1.57626923076923, 2.18221672511797, 4.28265384615385, 4.25598892566518, 9.91215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 975, '2021-10-24 00:00:00', 0.319239847136914, 0.752000000000001, 0.467964811300364, 1.13623076923077, 0.663255504775791, 1.62376923076923, 2.21385936215122, 4.42865384615385, 4.287691380972, 9.96353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 990, '2021-10-24 00:00:00', 0.408108237905283, 0.879423076923078, 0.625435544240973, 1.2615, 0.707817303677025, 1.59484615384615, 2.17639611248999, 4.44703846153846, 4.34563136742389, 10.0166923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1005, '2021-10-24 00:00:00', 0.497786695127697, 0.916076923076925, 0.564178336507719, 1.22634615384616, 0.792281670969262, 1.65038461538462, 1.9939302499181, 4.35780769230769, 4.32366397630528, 9.9515 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1020, '2021-10-24 00:00:00', 0.367082543641288, 0.789076923076924, 0.406367525958764, 1.07238461538462, 0.786869619734769, 1.43296153846154, 1.96564583906038, 4.24826923076923, 4.32841336803862, 9.88626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1035, '2021-10-24 00:00:00', 0.224222924786916, 0.715999999999998, 0.692129658817902, 1.13276923076923, 0.705387152834965, 1.36934615384616, 1.87509173232015, 4.22826923076923, 4.31541428210014, 9.85611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1050, '2021-10-24 00:00:00', 0.618769072122538, 0.848269230769233, 0.639877960720158, 0.980730769230771, 0.659915989991272, 1.26692307692308, 1.73098884011867, 4.24173076923077, 4.27857123833862, 9.87380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1065, '2021-10-24 00:00:00', 0.306314672292298, 0.585038461538465, 0.408320969148234, 0.882576923076926, 1.38769093045301, 3.13403846153846, 1.609146084586, 4.13719230769231, 4.30645505705813, 9.82703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1080, '2021-10-24 00:00:00', 0.278643320393649, 0.626500000000003, 0.438781214098957, 0.839076923076925, 1.39474430852176, 3.26538461538462, 1.61277528455192, 4.09096153846154, 4.28050431123034, 9.81203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1095, '2021-10-24 00:00:00', 0.3453731538273, 0.596846153846156, 1.41566604982085, 2.87926923076923, 1.43629703002601, 3.32096153846154, 1.69820713650059, 4.03896153846154, 4.37913107309939, 9.81034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:16 Duration: 3s500ms Database: acaweb_fx User: pgperfstats
6 6m24s 81 243ms 53s260ms 4s742ms 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 Oct 24 14 81 6m24s 4s742ms [ User: postgres - Total duration: 6m24s - Times executed: 81 ]
-
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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:06:35 Duration: 53s260ms 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 = '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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:11:08 Duration: 25s430ms 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 = '529' 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 ('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 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-10-24 14:05:55 Duration: 25s289ms Database: acaweb_fx User: postgres Bind query: yes
7 5m5s 174 92ms 28s744ms 1s755ms 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 #7
Day Hour Count Duration Avg duration Oct 24 14 174 5m5s 1s755ms [ User: postgres - Total duration: 5m5s - Times executed: 174 ]
-
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-10-24 14:06:24 Duration: 28s744ms 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 = '641' 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-10-24 14:06:10 Duration: 25s338ms 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 = '660' 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 ('36' = 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', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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-10-24 14:07:34 Duration: 14s908ms Database: acaweb_fx User: postgres Bind query: yes
8 2m20s 83 1s57ms 2s846ms 1s694ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #8
Day Hour Count Duration Avg duration Oct 24 14 83 2m20s 1s694ms [ User: pgperfstats - Total duration: 2m20s - Times executed: 83 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, 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-10-24 00:00:00', 0.643053120827148, 1.78995652173913, 0.839916253118704, 2.28569565217392, 1.33829178329436, 2.77147826086957, 1.65590598537811, 4.02978260869565, 2.68984181544098, 8.45308695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.451372785294317, 1.19086956521739, 0.718224196228049, 1.67321739130435, 1.220679830673, 2.11560869565217, 1.42990533421697, 3.47008695652174, 2.5416708285674, 8.09934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.400555962446426, 0.958478260869563, 0.648044467927214, 1.25878260869565, 0.942855252765758, 1.76286956521739, 1.3866514419074, 3.08969565217391, 2.54455263468295, 7.90973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.37694021920426, 0.847260869565217, 0.620252106718976, 1.26430434782608, 0.882239218990909, 1.80869565217391, 1.3381974041561, 2.94726086956522, 2.53181162778297, 7.88786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.352713053378687, 0.863043478260864, 0.505254250558576, 1.12230434782609, 0.754150680575081, 1.67760869565217, 1.30778859903382, 2.78673913043479, 2.49689859325129, 7.82869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.249623471393127, 0.678826086956525, 0.452350925370769, 1.08421739130435, 0.652023875626769, 1.48195652173913, 1.29743472346784, 2.59195652173913, 2.42592765598953, 7.72608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.32222520541378, 0.782913043478259, 0.410796305659002, 1.03382608695652, 0.546681136332816, 1.30608695652174, 1.34363792059471, 2.47295652173913, 2.45096260512061, 7.65134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.208660976615307, 0.616304347826089, 0.39422853066128, 0.90204347826087, 0.431315943002052, 1.13547826086956, 1.4391338125535, 2.29430434782608, 2.45844705232611, 7.612 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.228769426700524, 0.557217391304349, 0.332724666289283, 0.735391304347821, 0.508445215878181, 1.07708695652174, 1.46173171300021, 2.25865217391304, 2.45215687667533, 7.62643478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.262411686631205, 0.570565217391299, 0.391545877149851, 0.769913043478261, 0.616427585673648, 1.08617391304348, 1.4193563716986, 2.24665217391304, 2.81112850688357, 8.04813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.181655093852416, 0.449130434782607, 0.292108628069911, 0.710782608695649, 0.474867046090218, 0.926434782608694, 1.34046006201811, 2.28678260869565, 2.88520854768531, 8.108 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.199942659764434, 0.503391304347824, 0.339333792783594, 0.704173913043477, 0.566677770564693, 0.971826086956522, 1.41776585784395, 3.00786956521739, 2.85129693671913, 8.13869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.25534087887935, 0.479347826086956, 0.25609405695546, 0.5854347826087, 0.655020851733386, 1.08295652173913, 1.61582478847045, 3.29026086956522, 2.82189309372469, 8.14478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.15023488855499, 0.395391304347828, 0.533205390203711, 0.680478260869567, 0.634094602111449, 1.08265217391305, 1.60189222594946, 3.33560869565218, 2.77776990128879, 8.16647826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.504948054307972, 0.517086956521738, 0.585646077476184, 0.840652173913044, 0.63633660021619, 1.12478260869565, 1.66019472166189, 3.42482608695652, 2.75137142088308, 8.16017391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.387067565672011, 0.554869565217395, 0.407464860629996, 0.728608695652178, 0.54178973650031, 1.01513043478261, 1.60416947962726, 3.41891304347826, 2.73848791476036, 8.13582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.172089472546311, 0.416826086956524, 0.299143844204913, 0.605695652173915, 0.461482162776924, 0.874826086956525, 1.48460246605394, 3.28786956521739, 2.74980107077835, 8.08526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.200202219902163, 0.420260869565215, 0.228322435138009, 0.595043478260869, 0.393744379469263, 0.843000000000003, 1.48278845849576, 3.27739130434783, 2.76129621134684, 8.06730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.164815563465573, 0.425478260869564, 0.301683858032924, 0.587826086956523, 0.378269436775454, 0.81530434782609, 1.52961171414429, 3.29321739130435, 2.78880009898431, 8.05491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211206032447685, 0.390521739130435, 0.245168490905353, 0.541043478260868, 0.353071357375825, 0.798739130434782, 1.49528959612664, 3.27739130434783, 2.80545208323086, 8.04113043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.174009301918465, 0.370652173913045, 0.24766105870726, 0.517000000000002, 0.351086495429158, 0.808000000000004, 1.44114203039765, 3.25647826086957, 2.8162067569736, 8.03504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.190423368546348, 0.387826086956521, 0.249885910726166, 0.571173913043478, 0.407763508729488, 0.865521739130437, 1.45599078500103, 3.2844347826087, 2.81854213570615, 8.03295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.194670970001345, 0.425173913043478, 0.231902596426283, 0.614217391304351, 0.571925608087076, 1.09091304347826, 1.44248499214694, 3.27704347826087, 2.80982659994156, 8.04860869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.199783291684679, 0.431000000000003, 0.378321391278389, 0.651434782608697, 0.873004527558903, 2.20078260869565, 1.43030889308718, 3.3034347826087, 2.79009032466027, 8.03826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211613059513166, 0.480782608695652, 0.401173259564647, 0.829434782608694, 0.969649038011691, 2.5495652173913, 1.37728546961846, 3.27808695652174, 2.69384477942813, 7.98182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.341625242515993, 0.686478260869566, 0.758527606903524, 2.06030434782609, 1.01654896897499, 2.63552173913044, 1.38918034097911, 3.26426086956522, 2.64973620135268, 7.93786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.488873719733592, 1.61492307692308, 0.791825520796481, 2.06284615384616, 0.909414953946516, 2.36596153846154, 1.28929574335998, 3.08192307692308, 2.5172298547289, 7.67530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.541086337487267, 1.23376923076923, 0.588121075969907, 1.551, 0.746392600342576, 1.86107692307692, 1.02218023775729, 2.64696153846154, 2.41242467526888, 7.45557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.290542455523353, 1.00603846153846, 0.425752503041559, 1.24492307692308, 0.615069228123643, 1.59065384615384, 0.810360280748865, 2.38423076923077, 2.3915180129269, 7.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.257874960755429, 0.784153846153847, 0.412639593163519, 1.11107692307692, 0.536021440443746, 1.43123076923077, 0.732052604246862, 2.23215384615384, 2.3817825312471, 7.33111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.382740249335682, 0.835461538461538, 0.432043217211498, 1.05969230769231, 0.640316782177744, 1.3953076923077, 0.814428415893859, 2.22173076923077, 2.37080361351297, 7.34257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.342711111803871, 0.654115384615382, 0.368641616666459, 0.921807692307693, 0.632754408549208, 1.30930769230769, 0.795220015999441, 2.15907692307692, 2.37005822713283, 7.352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.21647281939879, 0.696807692307693, 0.366367686264031, 0.972192307692307, 0.544778210340261, 1.26253846153846, 0.758510536410767, 2.11192307692308, 2.36572032029278, 7.35507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.256790666017765, 0.640615384615385, 0.481333832658311, 0.921461538461537, 0.472467304526096, 1.19307692307692, 0.741231620604932, 2.06065384615385, 2.32995296915228, 7.31696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.303534636219024, 0.602346153846152, 0.320261462894595, 0.790269230769231, 0.354296661874461, 1.12026923076923, 0.610569308105149, 2.025, 2.36767016153985, 7.29307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.151296657139339, 0.52303846153846, 0.290163394287797, 0.778653846153843, 0.307968981954602, 1.07157692307692, 0.609056330601821, 1.95757692307692, 2.65878293614549, 7.25730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.196707737128346, 0.519576923076924, 0.221460526088475, 0.71526923076923, 0.307163369210287, 1.06215384615385, 0.661051628380579, 2.07915384615385, 2.69461010509155, 7.33546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.187729072376615, 0.488269230769231, 0.244827289202944, 0.735192307692307, 0.321967174628815, 1.03830769230769, 1.5541901279593, 3.34807692307692, 2.69880283202642, 7.42061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.215070124521136, 0.493038461538462, 0.280435159103735, 0.713961538461539, 0.445269496614562, 1.05573076923077, 1.62669101978407, 3.48692307692307, 2.7099985174563, 7.41073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.163813144020394, 0.500115384615388, 0.187072001769782, 0.678576923076925, 0.450665690523903, 1.00926923076923, 1.70598681075251, 3.52496153846154, 2.71309268547906, 7.477 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.105811334277278, 0.442038461538462, 0.364136432588753, 0.697307692307693, 0.412538184712826, 0.903923076923081, 1.69681334679043, 3.52642307692308, 2.69332403260643, 7.50376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.313514678836821, 0.515576923076924, 0.341692486579114, 0.688346153846151, 0.359647417084269, 0.92676923076923, 1.67240289956145, 3.60153846153846, 2.66025182729293, 7.54423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.203128394409513, 0.483230769230765, 0.216938644285929, 0.662846153846153, 0.402027310591631, 0.952961538461539, 1.69484203212162, 3.66292307692308, 2.69970609226549, 7.58076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155036338172207, 0.458884615384618, 0.227684778721675, 0.676961538461541, 0.464626726937458, 0.981653846153848, 1.6434363080027, 3.70346153846154, 2.67970108665988, 7.61607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.20853344686534, 0.474038461538459, 0.365522647935594, 0.696615384615383, 0.483470810510195, 0.96523076923077, 1.60670822060318, 3.70888461538461, 2.66567642562893, 7.63861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.238090406229358, 0.462807692307692, 0.312917467614801, 0.649692307692306, 0.443320743410975, 0.877807692307693, 1.56368946553188, 3.66776923076923, 2.65333900556667, 7.65303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.186274784618359, 0.453846153846153, 0.243628948639904, 0.60923076923077, 0.273804905277181, 0.851384615384615, 1.54870636835541, 3.61384615384615, 2.64557801652842, 7.66580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.180756517065188, 0.436961538461538, 0.182544966009429, 0.601769230769231, 0.18929264279254, 0.828230769230767, 1.56949593672128, 3.64215384615385, 2.65365787951997, 7.69469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.122083634636891, 0.411576923076922, 0.162881722070384, 0.581846153846152, 0.397505036252563, 1.04857692307692, 1.65309129767885, 3.71003846153846, 2.65637855735962, 7.715 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.170602682817751, 0.452346153846153, 0.194987368427173, 0.604923076923074, 1.49036127783217, 2.70446153846154, 1.61225557479623, 3.72303846153846, 2.68889189415669, 7.73346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.145360924809724, 0.452038461538461, 0.378670534694946, 0.888576923076923, 1.51807354438243, 2.94861538461539, 1.6187464024314, 3.69334615384616, 2.74865435188818, 7.78211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.314079482835891, 0.732192307692308, 1.49837598701445, 2.58303846153846, 1.51362308335382, 3.03803846153846, 1.60662633681695, 3.64488461538462, 2.76028769849477, 7.81253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 1.01374929156762, 1.86511538461538, 1.06977806181397, 2.21930769230769, 1.15161335458631, 2.49803846153846, 1.32665520707588, 3.12603846153846, 2.70317736035548, 7.73619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.599293933276099, 1.29853846153846, 0.643608404592058, 1.59246153846154, 0.876770006680993, 1.98526923076923, 1.04191147121344, 2.67992307692308, 2.80394653548282, 7.58542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.339851859129599, 0.893615384615385, 0.640722203094648, 1.21769230769231, 0.686654750332251, 1.63788461538461, 1.03235389355514, 2.40519230769231, 2.83233544867943, 7.51157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.406491055819855, 0.811461538461539, 0.478443265666413, 1.16103846153846, 0.53219412305604, 1.45723076923077, 1.09356734870507, 2.34388461538462, 2.84850281646071, 7.51015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.305233711214111, 0.766461538461542, 0.396137147967723, 0.960000000000005, 0.564938173608406, 1.2705, 1.06254208170058, 2.19434615384616, 2.85224546278892, 7.4535 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.215420622539681, 0.637269230769232, 0.358620821824603, 0.829576923076923, 0.521149151838063, 1.15596153846154, 1.02189178186643, 2.08357692307692, 2.83044014516905, 7.40015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.276918660648548, 0.599769230769232, 0.38037951291592, 0.875576923076925, 0.564148443367383, 1.16411538461539, 0.953477225737456, 2.0475, 2.84466331548419, 7.42046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.223287066007311, 0.587076923076923, 0.359187863851856, 0.782807692307696, 0.507101490372939, 1.07380769230769, 0.903514457761808, 1.97384615384615, 2.84864819438705, 7.41684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.209560481447755, 0.544653846153848, 0.333011371947196, 0.801423076923078, 0.578382503193172, 1.106, 0.873485538606019, 1.97711538461538, 2.91487253923735, 7.468 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.300036807998362, 0.555615384615383, 0.360145611577401, 0.720307692307689, 0.554427356689904, 1.07357692307692, 0.848236008522303, 1.92338461538461, 2.86596889456522, 7.76476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.234001485859842, 0.512846153846147, 0.456085708881734, 0.75757692307692, 0.440963769661234, 0.982384615384617, 0.868545681895007, 1.98180769230769, 3.00078746588035, 7.97784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.295004743117019, 0.549961538461533, 0.315108323255062, 0.752846153846152, 0.348952280184774, 0.898576923076923, 1.58568035385931, 3.37723076923077, 2.71657549499365, 8.2155 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.184141905981398, 0.455807692307696, 0.166861453353928, 0.547230769230771, 0.391038388829613, 0.821307692307695, 1.49086502561948, 3.54973076923077, 2.72599636914934, 8.22726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0948982937351694, 0.370384615384613, 0.286506815598885, 0.545653846153847, 0.486296701138781, 0.936807692307691, 1.52951073725705, 3.56815384615385, 2.73255837998019, 8.2455 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.225163793373075, 0.426423076923077, 0.332542089875043, 0.610192307692308, 0.506648700929794, 0.982115384615383, 1.51160035011293, 3.66746153846154, 2.72941948885726, 8.23288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.159895547636094, 0.441884615384616, 0.312085284201908, 0.728230769230766, 0.654964797644768, 1.11461538461538, 1.4975408128508, 3.67761538461538, 2.74521463165381, 8.20642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206672096289306, 0.499653846153843, 0.252771213063999, 0.630384615384614, 0.60502669871159, 1.00411538461539, 1.59122663521429, 3.78226923076923, 2.78353632550118, 8.23565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.147272202191932, 0.411307692307694, 0.553095686533117, 0.781961538461541, 0.589391075602609, 1.009, 1.56909636366335, 3.78503846153846, 2.76902015993994, 8.23238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.534640464381297, 0.684884615384616, 0.535310464913733, 0.806576923076924, 0.543067492618059, 1.02369230769231, 1.65346570711804, 3.82473076923077, 2.76245707269118, 8.23496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.265280858423963, 0.488576923076923, 0.37516353972429, 0.712192307692308, 0.455762598458724, 0.941115384615385, 1.63363044168502, 3.8385, 2.74140738953272, 8.22765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.297502548146809, 0.509615384615383, 0.320680679900643, 0.674461538461536, 0.485121372600557, 0.928115384615384, 1.64939061940603, 3.88384615384615, 2.7426402060788, 8.2355 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.241683254249475, 0.457346153846154, 0.413219554232375, 0.666999999999999, 0.47876684706249, 0.908423076923076, 1.68068579638011, 3.91511538461538, 2.71826293062315, 8.256 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.288310604410219, 0.514730769230769, 0.406254084949877, 0.697307692307693, 0.505906353450461, 1.04796153846154, 1.6472928341793, 3.86619230769231, 2.70852550207388, 8.22634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.201283775952107, 0.433961538461542, 0.261811547021609, 0.628615384615383, 1.26156201835417, 2.72361538461539, 1.61825870186254, 3.80311538461538, 2.68846819325687, 8.19811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.182510598217032, 0.469961538461537, 0.356490793925801, 0.839615384615385, 1.19113006265221, 2.92888461538462, 1.61170610033162, 3.77592307692308, 2.66576920260146, 8.19980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.325833709357776, 0.702384615384613, 1.1765226160826, 2.62488461538462, 1.15414565205343, 2.97588461538462, 1.58259163545603, 3.73573076923077, 2.66869144453866, 8.18811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.652309633886809, 1.64546153846154, 0.80858315970211, 1.97861538461539, 0.818098452792536, 2.29996153846154, 1.37645545458672, 3.07746153846154, 2.71676506274537, 7.91538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.55284885679681, 1.15753846153846, 0.618744292902972, 1.4385, 0.83803537009989, 1.9311923076923, 1.16759587120782, 2.76203846153846, 2.74377012857519, 7.86596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.265097268070534, 0.905192307692307, 0.414352529208569, 1.28146153846154, 0.721134452416144, 1.87046153846154, 0.803167077167729, 2.48707692307692, 2.82729699155598, 7.78403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.292816298411452, 0.844769230769226, 0.400909268461656, 1.22180769230769, 0.570328646146571, 1.63126923076923, 0.696091010848878, 2.28284615384615, 2.86342075255346, 7.73861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.259573650434705, 0.806000000000002, 0.487756553399962, 1.20884615384616, 0.584276183376949, 1.47153846153846, 0.624294946319443, 2.1695, 2.92287820215201, 7.72376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.421335568802899, 0.864307692307694, 0.46200605557137, 1.06065384615385, 0.513107576065081, 1.44276923076923, 0.620659605704968, 2.08711538461538, 2.92681669158727, 7.74588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.219052884376915, 0.688615384615387, 0.339341398322376, 0.983769230769232, 0.607146411185461, 1.34126923076923, 0.643512161142629, 1.95730769230769, 2.95145966834143, 7.69057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.295677901674205, 0.677307692307694, 0.452042543947428, 0.991307692307692, 0.615490118648422, 1.30338461538462, 0.683255380794482, 1.88034615384615, 2.87085505274058, 7.62957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.241782750545894, 0.662461538461534, 0.379039344416097, 0.872230769230768, 0.447687012921373, 1.10330769230769, 0.617028232741421, 1.708, 2.79591753372388, 7.60384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.221029399367178, 0.565346153846153, 0.32586378466139, 0.785615384615384, 0.37212465446613, 0.99503846153846, 0.616737676438257, 1.6951923076923, 2.82478105809173, 7.73611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.233214077949523, 0.514384615384615, 0.264017263421567, 0.684653846153849, 0.382602633792048, 0.935153846153846, 0.644671791271758, 1.72596153846154, 2.82573315551094, 7.77588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.18049840399891, 0.488923076923079, 0.227361903987043, 0.641346153846156, 0.334633402167434, 0.850923076923077, 1.16798221535459, 2.89615384615385, 2.63532019978305, 7.85965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.218821346167284, 0.420307692307694, 0.311047124799693, 0.591076923076925, 0.336037745132664, 0.785384615384615, 1.25983538363001, 3.14307692307693, 2.63953126258315, 7.86061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185686667430754, 0.406461538461537, 0.214640106654405, 0.567153846153844, 0.319355545772079, 0.829730769230769, 1.2652393194114, 3.23715384615385, 2.69248400066669, 7.91157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.17361848979875, 0.429499999999998, 0.250188129214794, 0.598499999999999, 0.265818066758796, 0.792269230769232, 1.25117833999056, 3.31096153846154, 2.75914770257327, 7.95873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.219342166839499, 0.425115384615383, 0.247636135054264, 0.620153846153846, 0.363410723350528, 0.871076923076922, 1.28796263204274, 3.35069230769231, 2.74681799822715, 7.99334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.158691321075273, 0.454153846153848, 0.210515806093951, 0.576769230769232, 0.432821919322667, 0.869576923076922, 1.27374223210435, 3.39492307692308, 2.77940760622447, 8.01019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.156509090421664, 0.410153846153847, 0.301796253226479, 0.655461538461537, 0.416223216740549, 0.848384615384611, 1.22256635245448, 3.46138461538462, 2.76918728538509, 7.99730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211412727948111, 0.493692307692307, 0.294723528856348, 0.63103846153846, 0.342644889061546, 0.808999999999999, 1.21833133613783, 3.46973076923077, 2.75316481051283, 8.00792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.163897646296517, 0.410961538461539, 0.227352291863056, 0.549230769230766, 0.35377006874305, 0.826692307692306, 1.1894986849671, 3.45319230769231, 2.7709536009218, 8.04753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132104737002355, 0.395307692307688, 0.251170368169006, 0.572076923076923, 0.330737862734455, 0.832576923076923, 1.2032112468787, 3.45323076923077, 2.85000738676505, 8.08976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.257800805632213, 0.439846153846154, 0.270062910049894, 0.647846153846153, 0.320447446789405, 0.924615384615385, 1.20843131372868, 3.468, 2.84945948882617, 8.08153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.141816414369474, 0.452153846153843, 0.201724823993938, 0.598230769230769, 0.394078166787331, 1.02880769230769, 1.24847265273029, 3.47373076923077, 2.85038505388037, 8.05634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175333181729486, 0.428730769230772, 0.25884054194397, 0.702115384615384, 1.04482400137352, 2.52307692307693, 1.27160609527419, 3.48569230769231, 2.85305143338469, 8.05280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.196738451914055, 0.52453846153846, 0.29296884843588, 0.845115384615386, 1.18941025916855, 2.78273076923077, 1.29260477153097, 3.47615384615385, 2.84615477172542, 8.03923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.198056949851846, 0.685346153846157, 1.09024522012252, 2.42200000000001, 1.23867814469856, 2.83211538461539, 1.35583609401954, 3.44907692307692, 2.84358422796625, 8.06769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.581286488350158, 1.58269230769231, 0.797481332311054, 1.95265384615385, 0.84419527452981, 2.15530769230769, 1.04637122181669, 2.81042307692307, 2.85888724479674, 7.73603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.39392351463782, 1.10915384615384, 0.4710982846988, 1.36992307692307, 0.55876129484368, 1.67576923076923, 1.00174308390617, 2.37961538461538, 2.82534475391261, 7.63946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.25538911789358, 0.859807692307689, 0.30757338086282, 1.17276923076923, 0.456310334682946, 1.46880769230769, 0.947428949233744, 2.16142307692307, 2.8477120222274, 7.54680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.263158168291353, 0.726692307692306, 0.277439892312105, 0.968423076923074, 0.44718542703653, 1.33161538461538, 0.965779520148603, 1.98419230769231, 2.83449501051164, 7.50526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.21479553067976, 0.680999999999998, 0.304205479645182, 0.954576923076923, 0.44939927253373, 1.27911538461538, 0.970274803262537, 1.95092307692307, 2.83763341807651, 7.49315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175513400759468, 0.635076923076922, 0.355524230484419, 0.933961538461535, 0.407229273921291, 1.1461923076923, 0.979945468655508, 1.92080769230769, 2.8200206832302, 7.49742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.271790258499795, 0.662769230769231, 0.294830185804538, 0.826038461538458, 0.369253902640699, 1.01326923076923, 1.0402763124064, 1.88161538461538, 2.80051469555151, 7.527 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.263107687809793, 0.518153846153845, 0.319723912149217, 0.721499999999999, 0.409154903899022, 1.03415384615385, 1.06655490536299, 1.85638461538462, 2.80288623661122, 7.51784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.19635965432378, 0.517076923076923, 0.234286034909996, 0.688115384615385, 0.452180256773098, 1.10323076923077, 1.08256957921704, 1.82142307692308, 2.80029264212483, 7.50919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.178210195685192, 0.498923076923076, 0.305654274278331, 0.750846153846156, 0.405527288278431, 1.04969230769231, 0.928242034087092, 1.77292307692307, 2.8816987340536, 7.92707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.217266613952677, 0.506307692307695, 0.29905012700472, 0.725461538461538, 0.421106544164847, 0.967807692307692, 0.912559151296716, 1.83726923076923, 2.84547789064575, 8.04011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.198346022433989, 0.488230769230769, 0.289369843200437, 0.665115384615384, 0.377356799125378, 0.933076923076921, 1.63764616493871, 2.99280769230769, 2.99857202245438, 7.97957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.138782779911629, 0.420500000000001, 0.233434886325602, 0.594615384615383, 0.288744616999438, 0.848576923076925, 1.72531154154391, 3.25265384615385, 2.97000061978755, 8.00719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.121796981142329, 0.377230769230769, 0.239418889428933, 0.573730769230767, 0.293208468762152, 0.785615384615384, 1.79193020511402, 3.4615, 2.96299984397309, 8.02934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206908337193064, 0.424500000000002, 0.247923378362066, 0.592192307692311, 0.321055636204164, 0.805807692307694, 1.94423516027808, 3.54503846153846, 2.98996126962309, 8.08192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.146563575073962, 0.398192307692309, 0.184203148724445, 0.528999999999999, 0.245041836302419, 0.745692307692307, 2.10996208350912, 3.64592307692308, 3.00268116496932, 8.07653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0968405827199454, 0.353461538461538, 0.199591371017422, 0.502653846153847, 0.227169377676317, 0.715384615384615, 2.12134020482698, 3.66276923076923, 3.05347881200846, 8.10415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155448274850017, 0.378384615384615, 0.163586006548423, 0.518692307692309, 0.264005177688153, 0.774423076923081, 2.09148843318672, 3.74188461538462, 3.03190690566438, 8.14126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.130955265409455, 0.379192307692306, 0.148412009673693, 0.511730769230767, 0.33047528710119, 0.772653846153846, 2.03754939723037, 3.83188461538462, 3.03385500287366, 8.12546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.123431525707423, 0.340307692307694, 0.205495502477457, 0.505192307692314, 0.355426506522041, 0.725807692307698, 2.03098091533661, 3.91203846153846, 3.06554269282593, 8.1291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132609107472359, 0.355846153846155, 0.242154664498666, 0.526807692307694, 0.332296132989837, 0.745000000000001, 2.03100991665192, 3.95319230769231, 3.07684655450999, 8.125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.171476878907914, 0.352999999999999, 0.26646803531785, 0.542576923076925, 0.317606452172404, 0.77846153846154, 2.01901728609204, 4.01380769230769, 3.07922130715892, 8.10946153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.122563867181406, 0.399692307692309, 0.237071521178413, 0.551115384615382, 0.354289279891666, 0.987576923076922, 1.98906518592181, 4.06707692307692, 3.06549776306958, 8.12884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.216213103566471, 0.368884615384612, 0.265745039753985, 0.604884615384616, 1.51401740869983, 2.62807692307692, 2.06183223222602, 4.08692307692308, 3.09584502096699, 8.11092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185776656644064, 0.466615384615386, 0.36739987228338, 0.821884615384615, 1.61539581479634, 3.00796153846154, 2.05975008080704, 4.10865384615385, 3.07143809890165, 8.10834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.390361711946552, 0.679884615384615, 1.5197216911203, 2.58946153846154, 1.73955433903673, 3.24946153846154, 2.07415844658465, 4.13169230769231, 3.06303765666598, 8.09661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:05 Duration: 2s846ms 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 970095, 1, 990, '2021-10-24 00:00:00', 0.226135291275985, 0.568478260869566, 0.254144811043305, 0.689695652173913, 0.292340669756495, 0.784391304347826, 0.47988287437929, 1.00613043478261, 1.04437278300491, 2.77665217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0867836572290858, 0.343695652173912, 0.139800097259179, 0.454391304347826, 0.184173734356659, 0.581652173913043, 0.475249150383997, 0.821130434782608, 0.96311899658403, 2.67326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137358622970485, 0.316130434782609, 0.164319497422557, 0.419478260869566, 0.180290104384934, 0.525391304347827, 0.40976062133692, 0.752695652173914, 0.942794098126654, 2.6515652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117666642406325, 0.284434782608696, 0.150263654979855, 0.382434782608696, 0.144307587610275, 0.45304347826087, 0.366074049184268, 0.676869565217391, 0.945747030997358, 2.61691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107913209893717, 0.255478260869565, 0.138379126347494, 0.320652173913044, 0.148218765247661, 0.401434782608696, 0.366708616596564, 0.638869565217391, 0.949604972998291, 2.59917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.108126152350549, 0.21408695652174, 0.116731914748917, 0.299608695652174, 0.141545143569053, 0.373869565217391, 0.366321760766498, 0.611217391304348, 0.950060472383612, 2.60108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.070922465040569, 0.209217391304348, 0.0908392577633043, 0.278956521739131, 0.148982398090215, 0.349130434782609, 0.361627546259184, 0.589130434782609, 0.945972433979872, 2.60286956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.062293770426841, 0.186826086956522, 0.0981046871676813, 0.245565217391305, 0.124762113561117, 0.319695652173913, 0.362022349887657, 0.547, 0.931244082666826, 2.59021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0598604107461977, 0.153217391304348, 0.0826491704464968, 0.199391304347826, 0.096389587452016, 0.28995652173913, 0.364598013519616, 0.525565217391304, 0.929145512500174, 2.61126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0589289449537294, 0.149434782608696, 0.0679008228162985, 0.216608695652174, 0.101128142402453, 0.292913043478261, 0.366803870006006, 0.535521739130435, 0.969114554509861, 2.75173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0501338524557534, 0.150304347826087, 0.0665411697577319, 0.206, 0.246986357658809, 0.318521739130435, 0.377566788584347, 0.577956521739131, 0.977115218486351, 2.78182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0343483664339352, 0.120086956521739, 0.0820318553760841, 0.18804347826087, 0.386717753087907, 0.306434782608696, 0.375889117238712, 0.905913043478261, 0.976815720885558, 2.80095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0601935941334586, 0.137217391304348, 0.25305631393766, 0.21504347826087, 0.385112257131457, 0.294217391304347, 0.414811538711523, 0.979608695652174, 0.978664000204587, 2.80795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.259133574602301, 0.162869565217392, 0.395383558209958, 0.233608695652174, 0.383503332872233, 0.294478260869565, 0.434107047689569, 1.04073913043478, 0.978200202598444, 2.807 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.2978858576531, 0.178434782608697, 0.291426151161881, 0.219739130434783, 0.283041792190627, 0.281739130434783, 0.461462360200073, 1.09265217391304, 0.979081415905915, 2.79134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0655268402902126, 0.135304347826086, 0.0880624553792978, 0.180782608695652, 0.116880635709908, 0.257086956521738, 0.477498148911006, 1.11086956521739, 0.986065535908603, 2.79917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0466173134472962, 0.12808695652174, 0.057139901815164, 0.179173913043478, 0.0986065363546331, 0.255608695652173, 0.492062718936913, 1.14491304347826, 0.992678526073009, 2.80873913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.043810362085777, 0.122434782608695, 0.0808362175707529, 0.187695652173911, 0.099770527225061, 0.241391304347825, 0.504031878344367, 1.15804347826087, 1.01051236563771, 2.82917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0642444380945683, 0.138434782608696, 0.0707290940355032, 0.182173913043478, 0.0866732312300498, 0.230608695652174, 0.496285196280758, 1.15821739130435, 1.01214962414659, 2.83004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0473134781789636, 0.125260869565218, 0.054643978871212, 0.155652173913044, 0.0636515029986879, 0.211173913043479, 0.492964036722736, 1.16821739130435, 1.01133904504455, 2.82786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0397005590307211, 0.107956521739131, 0.0569874127978388, 0.159260869565217, 0.0585180287073516, 0.207782608695652, 0.496477851386136, 1.16256521739131, 1.00944730308596, 2.82469565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0423848358295791, 0.117739130434782, 0.0372863081398999, 0.155782608695652, 0.120078992446128, 0.228652173913043, 0.494774923875939, 1.16404347826087, 1.01101039938667, 2.81813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0378879145790076, 0.118695652173913, 0.0671412881107446, 0.16095652173913, 0.159230995353992, 0.310652173913044, 0.50113513045119, 1.17965217391304, 1.01101039938667, 2.81813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0587368688546283, 0.119260869565217, 0.121279769989456, 0.182347826086956, 0.280562499642296, 0.797956521739131, 0.497001089540005, 1.19108695652174, 1.01693096566719, 2.81204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0687066571962493, 0.138826086956521, 0.103352862704664, 0.258782608695652, 0.306918440067967, 0.870260869565218, 0.494016406090087, 1.20086956521739, 1.01107923593746, 2.79369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0642662446205512, 0.210826086956522, 0.24271602170783, 0.757391304347826, 0.322390404823917, 0.92313043478261, 0.520088682009279, 1.22665217391304, 1.00770353724314, 2.77934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.207112960631484, 0.595461538461539, 0.256752475832569, 0.700076923076924, 0.3246776223603, 0.859038461538463, 0.524375971989564, 1.131, 1.04961736911051, 2.60130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150517977459377, 0.344307692307693, 0.166174963401645, 0.50596153846154, 0.296510902640384, 0.691653846153847, 0.534948003224469, 0.997384615384616, 1.0690875332947, 2.50392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.111587461385505, 0.348192307692308, 0.200357618733641, 0.488846153846154, 0.244856444598745, 0.624961538461538, 0.52864729117015, 0.892961538461538, 1.07768007526139, 2.47176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118974625607571, 0.273192307692307, 0.145287158625733, 0.367038461538461, 0.171018599978078, 0.483807692307692, 0.522801466951035, 0.759576923076924, 1.06715332616193, 2.39969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.105712884012092, 0.240423076923076, 0.121204391898085, 0.32776923076923, 0.150694208964329, 0.40176923076923, 0.556875420400427, 0.723923076923077, 1.07000823576989, 2.37823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0806578814881333, 0.222423076923077, 0.102609821092406, 0.298153846153846, 0.135407033109011, 0.358230769230769, 0.557853993856401, 0.699961538461539, 1.06637168653624, 2.34457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0694482873466625, 0.18776923076923, 0.0905767842559771, 0.235076923076922, 0.128113387278614, 0.305999999999999, 0.588190441425747, 0.687653846153846, 1.06847124722842, 2.33238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0576945938008594, 0.166115384615383, 0.0959053780476437, 0.241192307692306, 0.105124658601842, 0.313923076923076, 0.672929412231441, 0.701076923076923, 1.06041713417953, 2.32046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.053049642933621, 0.167769230769229, 0.0591375059956427, 0.214730769230768, 0.0868115997212003, 0.300423076923077, 0.666655566702464, 0.67826923076923, 1.06117029808531, 2.30819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0582051544109282, 0.149, 0.0690069896125359, 0.214269230769231, 0.105124980563431, 0.309692307692308, 0.664502057645711, 0.680769230769231, 1.09418675666521, 2.40053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0700355514116826, 0.162461538461539, 0.097211901772128, 0.221076923076924, 0.186216073833185, 0.349115384615385, 0.66322455183282, 0.694384615384616, 1.11736483746357, 2.4355 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0611318373555194, 0.135307692307692, 0.0816051374702509, 0.195038461538461, 0.335310996860205, 0.353230769230769, 0.708039320941994, 1.109, 1.10449161852167, 2.43184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0504795465053391, 0.126769230769231, 0.165673357962171, 0.234692307692308, 0.467692977858833, 0.354807692307692, 0.786103380361251, 1.19326923076923, 1.11433886849834, 2.44507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.157114975048896, 0.173653846153846, 0.333053770202581, 0.256576923076922, 0.515951006916801, 0.355192307692307, 0.895126954468127, 1.23023076923077, 1.11358162907592, 2.44326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.283588423328869, 0.185923076923076, 0.416845636435581, 0.257269230769231, 0.460141349520407, 0.342307692307692, 0.841630711087799, 1.22057692307692, 1.08560667760545, 2.44253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.15564627055751, 0.156807692307693, 0.202835954937443, 0.20976923076923, 0.206142669042583, 0.287000000000001, 0.608852903796589, 1.18246153846154, 0.970825429130364, 2.39342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0982169341501053, 0.139384615384615, 0.114181960046234, 0.206, 0.140376285527369, 0.283307692307692, 0.536945980666442, 1.17388461538462, 0.945953604326588, 2.37230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0803528851619287, 0.153115384615384, 0.114555488737991, 0.213, 0.160596220857921, 0.296884615384615, 0.55339439406685, 1.18934615384615, 0.940430572418008, 2.38169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0611383802407415, 0.132692307692308, 0.0924445779913568, 0.189999999999999, 0.17795038634406, 0.276499999999999, 0.507781965626374, 1.17273076923077, 0.932362894024557, 2.36061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0637829010122501, 0.142461538461538, 0.0935696860839348, 0.195615384615384, 0.210940549408158, 0.287346153846153, 0.486206042110354, 1.17065384615385, 0.924793210149416, 2.35219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0696682247402747, 0.127692307692308, 0.119268417381197, 0.190653846153846, 0.169151293225916, 0.269, 0.469859908745313, 1.16257692307692, 0.929643332764694, 2.33838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0835384020399272, 0.136769230769231, 0.141321760532481, 0.206999999999999, 0.134394808736738, 0.269269230769231, 0.459923313005716, 1.15557692307692, 0.933280900083967, 2.32796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.109680543117097, 0.150692307692308, 0.112397597839099, 0.1915, 0.128857512243324, 0.303461538461538, 0.45756590277753, 1.15465384615385, 0.935498998067137, 2.32515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0721548761612553, 0.134615384615385, 0.0847069972588772, 0.196653846153846, 0.3415837142578, 0.835076923076923, 0.454198596007721, 1.15026923076923, 0.93812600760977, 2.32361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0531712472908209, 0.140307692307692, 0.10094278653696, 0.243615384615384, 0.378274660083832, 0.936961538461539, 0.473960653998263, 1.15869230769231, 0.939589389860519, 2.32130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0933657242329246, 0.202038461538461, 0.342622968380024, 0.812538461538461, 0.442305964411341, 0.983384615384615, 0.46458548770341, 1.15534615384615, 0.941247260901113, 2.31861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.228217848017736, 0.583884615384615, 0.294228338853713, 0.714653846153846, 0.376913736304986, 0.824730769230769, 0.442783046371297, 1.01188461538462, 0.958907189701662, 2.25896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.129398971580743, 0.371576923076923, 0.202591867100792, 0.494769230769231, 0.234145651580051, 0.592884615384616, 0.380729486037608, 0.829307692307693, 0.979959986624258, 2.20415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.14061080492458, 0.313961538461539, 0.139235611050533, 0.389653846153846, 0.153644389619468, 0.489038461538462, 0.388956143464095, 0.743807692307693, 0.982659296931624, 2.19342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0846041733831496, 0.244884615384615, 0.122408804359063, 0.349653846153846, 0.152343018824675, 0.443653846153847, 0.433223822059683, 0.746000000000001, 0.992645103518101, 2.17769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0890021261630216, 0.237538461538461, 0.0845974358585777, 0.318384615384616, 0.13183510096387, 0.418576923076924, 0.427869471469261, 0.72873076923077, 0.991363396850713, 2.17876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0733351526580836, 0.206269230769231, 0.112405344794904, 0.285807692307693, 0.134820496045096, 0.372384615384616, 0.441616486941398, 0.697192307692308, 0.99785570099088, 2.17 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0691217432116358, 0.208153846153846, 0.0823091452064417, 0.272653846153847, 0.217722010477015, 0.397923076923078, 0.445052800670455, 0.668346153846154, 0.997874972899141, 2.15769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0516776994010427, 0.169230769230769, 0.066803638776987, 0.241384615384615, 0.284129266356002, 0.368, 0.449165710383836, 0.637346153846154, 0.999809258731961, 2.15192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0561631140929294, 0.171153846153847, 0.225527416037641, 0.275846153846155, 0.282705739921593, 0.348153846153847, 0.467969551935231, 0.633307692307692, 1.00019252377499, 2.15873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.22733945138019, 0.206884615384616, 0.290633305836647, 0.260961538461539, 0.279952842182667, 0.324076923076924, 0.474352613082779, 0.611807692307692, 1.00472440078783, 2.24819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.142173204226395, 0.1565, 0.137193748455914, 0.208730769230769, 0.152116943879979, 0.27473076923077, 0.37023772820259, 0.590846153846154, 1.00357808174244, 2.28961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0484879842371758, 0.13126923076923, 0.0501296933348506, 0.173884615384616, 0.0981484276295544, 0.258923076923078, 0.389814371996961, 0.938730769230769, 1.01054385053107, 2.31907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0545484541133284, 0.131423076923077, 0.0830185150803958, 0.186923076923077, 0.153452473223671, 0.262307692307693, 0.381206314016641, 0.958576923076923, 1.03813035790309, 2.36 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0716110004441733, 0.133153846153846, 0.0975935685144502, 0.190769230769231, 0.157689061129806, 0.267000000000001, 0.381686121550963, 0.986153846153845, 1.04188562785867, 2.37069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0679716230383065, 0.138307692307693, 0.095151215684057, 0.181076923076924, 0.132152708869469, 0.247538461538462, 0.375698940437892, 0.997423076923076, 1.05487335951544, 2.37526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0674642241374014, 0.132692307692307, 0.098890211073461, 0.193923076923077, 0.272289653465965, 0.336846153846154, 0.381554423983708, 1.01453846153846, 1.06380328791775, 2.37834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0475594526720144, 0.124692307692308, 0.0704506810580183, 0.171538461538462, 0.255986913728026, 0.3335, 0.385566901308471, 1.03734615384615, 1.06567287014067, 2.37988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668060913850975, 0.128576923076923, 0.266811627586551, 0.26626923076923, 0.263480689702592, 0.331923076923076, 0.405551848150717, 1.06530769230769, 1.07477102606161, 2.37796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.272095605369763, 0.229538461538461, 0.264586949500827, 0.284576923076923, 0.272048242328168, 0.317384615384615, 0.427768156113351, 1.08934615384615, 1.08129271992086, 2.37911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0743961951053537, 0.154076923076923, 0.103130663947024, 0.201423076923077, 0.141592155367233, 0.270461538461538, 0.40893991471383, 1.10942307692308, 1.08502828605454, 2.38530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0740402904869006, 0.138730769230769, 0.110744640432914, 0.194846153846155, 0.161693370778909, 0.277115384615384, 0.443757440674347, 1.12688461538462, 1.08564266751932, 2.38680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0617033598387039, 0.129230769230769, 0.0967151249009964, 0.187153846153846, 0.163980791558035, 0.2805, 0.426852064087062, 1.14073076923077, 1.09481819565554, 2.38819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.085665718841409, 0.151846153846154, 0.128466361954583, 0.217615384615384, 0.159821727607308, 0.338769230769231, 0.435209000189741, 1.14607692307692, 1.10189212999905, 2.40311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0717095959676674, 0.140884615384615, 0.0978027921577199, 0.196884615384615, 0.329931202618878, 0.779961538461537, 0.445325783944917, 1.13842307692308, 1.10106882898112, 2.43861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0601336460279546, 0.147153846153846, 0.117803930977901, 0.253384615384615, 0.323504721163981, 0.822230769230768, 0.440262474160411, 1.14861538461538, 1.1197103526565, 2.46707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.088863603348053, 0.2105, 0.328580059322863, 0.766153846153846, 0.341934066968834, 0.875115384615384, 0.442252098312195, 1.14703846153846, 1.132094157541, 2.47630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.316259000480011, 0.602653846153846, 0.311637215117441, 0.680923076923077, 0.352946736012021, 0.776961538461538, 0.448234253659676, 1.05911538461538, 1.1307254988927, 2.45692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10680470315199, 0.337730769230769, 0.153938689094068, 0.438999999999999, 0.178837481013866, 0.57573076923077, 0.322421627925061, 0.904115384615385, 1.09869696248994, 2.34884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.112520391314368, 0.274038461538461, 0.126678272072936, 0.37623076923077, 0.192965269892318, 0.545653846153847, 0.3069231249277, 0.823269230769231, 1.10404444726581, 2.30969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0673337611055205, 0.236346153846154, 0.105303079069601, 0.327538461538462, 0.169467854905152, 0.470923076923077, 0.270600804478877, 0.739346153846154, 1.1115804244408, 2.27 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0666542860298874, 0.219923076923078, 0.115611398160455, 0.318346153846155, 0.170414029758296, 0.424692307692309, 0.308773823123259, 0.705076923076924, 1.12165885462285, 2.25911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0772147554651209, 0.205961538461539, 0.121162598951224, 0.279846153846155, 0.160567014526166, 0.387384615384616, 0.335768720767962, 0.684923076923077, 1.15654882965857, 2.27065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0927405728155367, 0.200576923076923, 0.117810016552074, 0.276, 0.257705066963112, 0.395307692307692, 0.308786261651349, 0.667346153846154, 1.15365419162163, 2.25907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0710925723697897, 0.176923076923077, 0.0938430850696241, 0.251269230769231, 0.225922246665666, 0.382692307692307, 0.277795312027787, 0.634653846153846, 1.14828346607514, 2.25296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0816962573288307, 0.186038461538462, 0.204358553678427, 0.284538461538461, 0.212010130382054, 0.356846153846154, 0.251406814056115, 0.630115384615385, 1.13700884510462, 2.25292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175848746195308, 0.176692307692308, 0.173252026295178, 0.246769230769231, 0.192366945025547, 0.331807692307693, 0.227075805709155, 0.607307692307692, 1.16491099164766, 2.43753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0767789334087467, 0.16573076923077, 0.0794954957601627, 0.208576923076923, 0.141368715938689, 0.318923076923077, 0.210194810738845, 0.597461538461539, 1.21136874650125, 2.515 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0524271362500818, 0.144730769230769, 0.117225259814007, 0.218807692307693, 0.153169333142716, 0.325269230769231, 0.420891529969421, 0.901000000000001, 1.25736640825791, 2.57973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106175073128518, 0.159115384615385, 0.142324682977393, 0.220653846153847, 0.158396547165164, 0.309115384615385, 0.428943826338422, 0.957384615384616, 1.2518613126676, 2.58511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0908826800796589, 0.154692307692307, 0.0982877486692083, 0.223192307692307, 0.131684266918437, 0.297115384615385, 0.480273524631056, 1.04253846153846, 1.25141503968047, 2.58680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0707717892514105, 0.155615384615383, 0.094951493689389, 0.210115384615384, 0.129728384889945, 0.268423076923078, 0.527855430382803, 1.07365384615385, 1.2544468716714, 2.58907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.080404448786217, 0.146346153846154, 0.111265261701658, 0.192038461538462, 0.110319563785606, 0.259615384615385, 0.53480433373769, 1.08634615384615, 1.25263699204764, 2.58907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.057563236130764, 0.126384615384615, 0.0602255248723805, 0.167076923076924, 0.106627698811547, 0.251115384615384, 0.552489125545609, 1.09092307692308, 1.25727218275855, 2.59830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0382715801366218, 0.117076923076924, 0.0793241839154123, 0.177615384615384, 0.136697352402473, 0.272384615384616, 0.567558079711806, 1.09157692307692, 1.26071469352171, 2.60253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0538468626326982, 0.130730769230769, 0.0731934843674373, 0.179615384615384, 0.130299040671833, 0.257, 0.586328725073361, 1.08942307692308, 1.26046172309381, 2.61134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0547522110547565, 0.135269230769231, 0.11534715494474, 0.195384615384616, 0.126614745769021, 0.259576923076923, 0.644811027773611, 1.10230769230769, 1.26281307953559, 2.61207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0687018642676171, 0.124115384615386, 0.0877642646744458, 0.170615384615385, 0.120416584597611, 0.271076923076923, 0.648750320586847, 1.09846153846154, 1.26377969599135, 2.614 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0542343632196986, 0.124384615384615, 0.0755443832866072, 0.177076923076922, 0.116122355894382, 0.286192307692307, 0.641429091950153, 1.092, 1.2622099989853, 2.61080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.050997511251493, 0.129884615384615, 0.0871640098629278, 0.201730769230769, 0.102025223125687, 0.336115384615384, 0.639917890165484, 1.09211538461538, 1.28897386558217, 2.61711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0506837100214497, 0.142961538461538, 0.0637388542292807, 0.214192307692307, 0.376337091121572, 0.774384615384615, 0.640723587348409, 1.08434615384615, 1.29324678173253, 2.61796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0550243163030252, 0.156346153846154, 0.0955427894473703, 0.269230769230769, 0.384095647142539, 0.830884615384616, 0.636553107337901, 1.07653846153846, 1.29132336949944, 2.62326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.086580722672322, 0.221307692307692, 0.363174643303275, 0.741307692307693, 0.447651670902207, 0.915461538461539, 0.629600175935855, 1.07230769230769, 1.29232229190471, 2.62788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.207114505676301, 0.515461538461539, 0.23573784983781, 0.640576923076923, 0.345033003995492, 0.779576923076923, 0.469377487906957, 0.904115384615384, 1.2409196769394, 2.54873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107960477098727, 0.34823076923077, 0.149256042269137, 0.480384615384616, 0.184363457917736, 0.59173076923077, 0.304629351078424, 0.730807692307692, 1.17320650421759, 2.49730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0926463914362235, 0.291076923076923, 0.140278492238174, 0.395846153846154, 0.165879975144217, 0.481615384615384, 0.268705663963665, 0.655576923076922, 1.16107846219996, 2.47034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0983741132302912, 0.251884615384616, 0.1084657833321, 0.344884615384615, 0.130395451784769, 0.411423076923077, 0.206541424416508, 0.598999999999999, 1.18602985823097, 2.45676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.078073072280938, 0.246730769230769, 0.0841190731138803, 0.295461538461537, 0.133243634571585, 0.379884615384615, 0.205213123736876, 0.575115384615384, 1.1898153832229, 2.44438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0644749683091152, 0.179307692307692, 0.118970927282516, 0.262807692307692, 0.169268998479207, 0.363923076923076, 0.176230076888142, 0.549, 1.18824298214439, 2.43576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0920118387031713, 0.188538461538461, 0.117198871089339, 0.261846153846153, 0.169241679718225, 0.348115384615384, 0.173794135512283, 0.528807692307693, 1.18879303497287, 2.429 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.079225763098007, 0.176807692307691, 0.126268578221797, 0.246923076923076, 0.145891788138174, 0.318576923076923, 0.170740743639184, 0.502192307692308, 1.18433653741078, 2.41392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0889148685325118, 0.167576923076922, 0.101669093707894, 0.22426923076923, 0.108523886062718, 0.288923076923077, 0.157888904467179, 0.479115384615385, 1.18669446589449, 2.41634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0612586446018977, 0.152692307692308, 0.0701999013806013, 0.214884615384615, 0.0998814374068648, 0.275307692307692, 0.155210368408616, 0.464461538461538, 1.19364970573448, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0511675528195211, 0.137961538461538, 0.0617467906360014, 0.184884615384615, 0.0738483268911041, 0.246846153846154, 0.139972838024436, 0.458653846153847, 1.19318199849749, 2.55880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0386033079491303, 0.121153846153845, 0.060301396845665, 0.163461538461538, 0.0644006688928474, 0.227384615384615, 0.422543893031792, 0.954692307692308, 1.20695640925684, 2.55342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0482676034049913, 0.119192307692308, 0.0548614057981918, 0.169423076923077, 0.0592508097964784, 0.224461538461539, 0.439368658943191, 1.02546153846154, 1.20872022658424, 2.55788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0415591700516823, 0.121269230769231, 0.048198180623179, 0.164230769230769, 0.0571126417367818, 0.216423076923077, 0.449661433319987, 1.03473076923077, 1.20419691975128, 2.55869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0387260198753321, 0.118769230769231, 0.051342125454192, 0.161423076923078, 0.0684814292625841, 0.220884615384616, 0.472744609862287, 1.05788461538462, 1.20578228485143, 2.57296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.042382380228654, 0.109115384615385, 0.0494030986259584, 0.148884615384615, 0.056719620808106, 0.211346153846154, 0.467618603630713, 1.06403846153846, 1.20582050010005, 2.59096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0333485324322463, 0.10626923076923, 0.0507819016822086, 0.159192307692308, 0.0871433566910559, 0.222730769230769, 0.471332959235335, 1.08203846153846, 1.20265349699993, 2.61507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0450735638023679, 0.113115384615386, 0.0443455140390169, 0.15573076923077, 0.07824483271216, 0.219423076923077, 0.467689839694904, 1.08688461538462, 1.18942042770677, 2.63607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0401739486962168, 0.117884615384616, 0.0531286971564192, 0.163538461538462, 0.065527551457383, 0.213500000000001, 0.45904954148595, 1.08719230769231, 1.18115394684768, 2.64761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0354821081673571, 0.1095, 0.045308667875092, 0.150346153846153, 0.0712345313842838, 0.211038461538461, 0.4622796972197, 1.09296153846154, 1.18045506218837, 2.65607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.039556464024908, 0.111923076923077, 0.0637628297798843, 0.152461538461539, 0.0785493573395827, 0.208807692307693, 0.45602798159762, 1.091, 1.17772720688883, 2.66257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0435317744253018, 0.112846153846154, 0.0597648340131159, 0.154346153846154, 0.0834165174567684, 0.216346153846154, 0.454500225945615, 1.10115384615385, 1.17563150493027, 2.67065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.043400531723081, 0.112384615384615, 0.0615924196135047, 0.155115384615385, 0.0927286612401167, 0.250730769230769, 0.456365824918832, 1.10338461538462, 1.18147862248312, 2.67815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0439174925723921, 0.116115384615385, 0.0568296915894659, 0.167423076923076, 0.407241383721479, 0.866769230769231, 0.454637378746893, 1.10588461538462, 1.18239394515469, 2.67819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0480663643790053, 0.131846153846153, 0.0848214867553303, 0.21126923076923, 0.40680809310458, 0.941230769230769, 0.486114518005155, 1.13673076923077, 1.18495927096511, 2.67107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0704417817448188, 0.172730769230769, 0.40153279586336, 0.840884615384615, 0.421795117964235, 0.944807692307692, 0.558083776451584, 1.15869230769231, 1.19147757266087, 2.66661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:25 Duration: 2s724ms 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-10-24 00:00:00', 0.355990762415122, 0.959826086956523, 0.482232821437057, 1.17069565217391, 0.587443493203821, 1.34830434782609, 0.767486985379734, 1.801, 1.44222393320794, 4.05565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.249668325438512, 0.619999999999998, 0.372017329274629, 0.812434782608694, 0.562446157282537, 1.02795652173913, 0.742791048345339, 1.46121739130435, 1.47187318607594, 3.92830434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.184836162897369, 0.51695652173913, 0.282297862202234, 0.65891304347826, 0.415644387568265, 0.868434782608695, 0.614992968885543, 1.30747826086957, 1.4950872038231, 3.87673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.221553855014838, 0.404739130434779, 0.319613353369618, 0.598173913043477, 0.390888174824196, 0.810739130434782, 0.568527263208944, 1.18760869565217, 1.52685690873862, 3.83673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168213773270162, 0.423347826086954, 0.213745166138162, 0.535217391304344, 0.339462583873104, 0.713869565217391, 0.492176179131363, 1.07113043478261, 1.55524825998862, 3.80482608695653 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0919563395283155, 0.298826086956519, 0.175727286018374, 0.447521739130431, 0.21892940187182, 0.59091304347826, 0.395238318060435, 0.906652173913041, 1.56373827834522, 3.72369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.131956409738772, 0.334304347826089, 0.193391133288947, 0.407304347826092, 0.199212272825419, 0.572565217391309, 0.387238413555275, 0.858956521739129, 1.55811851802279, 3.69795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0920100956825362, 0.280695652173916, 0.143646607429784, 0.395565217391307, 0.196183103953114, 0.557086956521746, 0.472933286289547, 0.853434782608695, 1.54782655854458, 3.68634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.114255780594287, 0.282260869565216, 0.173706239690778, 0.403695652173915, 0.177397969339252, 0.515304347826091, 0.482362413568587, 0.82995652173913, 1.54291541961796, 3.68591304347827 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.139203976364087, 0.284260869565219, 0.152980274633292, 0.380652173913047, 0.182068147342361, 0.469913043478263, 0.470060558708933, 0.803260869565217, 1.68910092322921, 3.91926086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0980861724872644, 0.240478260869565, 0.108159101810009, 0.315869565217392, 0.118128823630528, 0.411347826086958, 0.390030823754047, 0.816956521739131, 1.80104775829737, 4.01013043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0771102337066366, 0.220478260869564, 0.0987134632463419, 0.304565217391304, 0.148557876559093, 0.414478260869566, 1.22406082413652, 1.69808695652174, 1.79340360601599, 4.02269565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.077450762122523, 0.207565217391309, 0.0960313889724862, 0.275130434782615, 0.13880033716399, 0.392521739130441, 1.26209904367583, 1.89021739130435, 1.8657323552278, 4.07330434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0701277490425211, 0.199086956521739, 0.118257757602624, 0.292478260869565, 0.121514422768291, 0.365130434782609, 1.26405885250992, 1.93065217391305, 1.86031262301151, 4.09265217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0725176821833784, 0.206782608695648, 0.0794537178528, 0.269434782608695, 0.121623195078193, 0.368260869565215, 1.23904968365965, 1.96613043478261, 1.83443079991691, 4.11678260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668083507596602, 0.198913043478263, 0.0734442597385089, 0.258826086956524, 0.140828393314827, 0.377000000000001, 1.22075383954297, 1.97313043478261, 1.8304616655617, 4.10600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0513357159414887, 0.185913043478261, 0.108905078878507, 0.28195652173913, 0.175968354143805, 0.392043478260867, 1.22415424058535, 1.97917391304348, 1.81720115223054, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0691261949628311, 0.19560869565217, 0.114214900421355, 0.273043478260866, 0.166447905178589, 0.369782608695651, 1.20223109292287, 2.00265217391304, 1.80369681531599, 4.08626086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0927409584568412, 0.200608695652169, 0.125772694775093, 0.278043478260866, 0.184765752776886, 0.343260869565215, 1.15985369801131, 2.03834782608696, 1.77907659576445, 4.08252173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0756146356370889, 0.17513043478261, 0.0899863406411028, 0.223782608695652, 0.18923854072689, 0.339956521739129, 1.15862856779158, 2.06160869565218, 1.77526882671742, 4.08095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0538707646923385, 0.162173913043478, 0.0735963244485239, 0.227652173913041, 0.180298676224265, 0.349608695652171, 1.14933996353501, 2.07747826086957, 1.77526882671742, 4.08095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0508203065448486, 0.178608695652174, 0.13597620984668, 0.267434782608699, 0.175051500044944, 0.393130434782606, 1.15386317956426, 2.09065217391305, 1.76284666256916, 4.09491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117811096868904, 0.198000000000001, 0.151209850778094, 0.281347826086955, 0.276321267165142, 0.498521739130434, 1.16732073383975, 2.10017391304348, 1.76022671240138, 4.09752173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.08764284782402, 0.204782608695649, 0.137727763210232, 0.311869565217388, 1.21627930827225, 1.56991304347826, 1.18050058551915, 2.14378260869566, 1.75726300613405, 4.098 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106946294379109, 0.24365217391304, 0.245507347563186, 0.41469565217391, 1.2385455354884, 1.74395652173913, 1.17614217634278, 2.13934782608696, 1.76662660605386, 4.07773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.20088098456667, 0.331521739130434, 1.21266437946911, 1.47747826086956, 1.22133482992929, 1.75730434782609, 1.17651598276756, 2.10230434782609, 1.78757254420359, 4.02834782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.456394911655043, 1.03465384615385, 0.563892210103475, 1.26976923076923, 0.632987412683208, 1.41776923076923, 0.648078651447136, 1.70753846153846, 1.38028179062772, 3.6483076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.30074061658103, 0.649038461538466, 0.452568607633567, 0.841769230769234, 0.483960271732488, 0.981230769230769, 0.587142300927523, 1.34319230769231, 1.3093918494418, 3.48315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.314769542070679, 0.546769230769232, 0.32546854509484, 0.689576923076921, 0.441539079200855, 0.85403846153846, 0.524380771812007, 1.18192307692308, 1.31330746356143, 3.41457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.239484603648363, 0.433346153846153, 0.368595331578599, 0.604038461538459, 0.429475193158419, 0.782307692307692, 0.492141205502902, 1.07461538461538, 1.33100416285542, 3.39119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.254333590751629, 0.409153846153841, 0.29429915967365, 0.525653846153842, 0.338983060616036, 0.689346153846152, 0.429825869930533, 0.985038461538459, 1.33312142675059, 3.36853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185885328588933, 0.369346153846151, 0.209108499624919, 0.487269230769233, 0.304311823881109, 0.642615384615386, 0.415705687309591, 0.944461538461539, 1.33296886743032, 3.3708076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.148571583368476, 0.339346153846152, 0.244559799199738, 0.479153846153847, 0.264671340461222, 0.583961538461539, 0.392773499027697, 0.916307692307693, 1.3280279584638, 3.34853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168716334533625, 0.366807692307694, 0.203684718659465, 0.450230769230771, 0.286386734222205, 0.558192307692307, 0.385852432932589, 0.9055, 1.32837294404152, 3.33403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118375081837353, 0.301499999999999, 0.164323339790793, 0.397, 0.237437667933811, 0.511384615384614, 0.338108412290405, 0.861461538461538, 1.32346439840524, 3.32957692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.156534985030382, 0.28019230769231, 0.215708139713043, 0.364192307692304, 0.26037740951284, 0.552653846153846, 0.307624536382609, 0.848846153846156, 1.25244515863355, 3.24265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.092107228481056, 0.227692307692304, 0.130343829336701, 0.320076923076922, 0.212801735099926, 0.49546153846154, 0.268351411399304, 0.846000000000003, 1.26251726873186, 3.27457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104638873494294, 0.237423076923078, 0.172815726670393, 0.37765384615385, 0.211281339960214, 0.484269230769235, 0.895133620450899, 1.55096153846154, 1.18809995435505, 3.31569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.11818882545122, 0.257961538461542, 0.141567706008873, 0.33315384615385, 0.168582127896626, 0.433423076923077, 0.995440417410999, 1.66476923076923, 1.21823082314541, 3.32846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0765952900741189, 0.209961538461537, 0.101563901824645, 0.288115384615385, 0.13459146161054, 0.390692307692307, 0.995900971289507, 1.72423076923077, 1.27574858627576, 3.35484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.07224969523492, 0.213461538461537, 0.0923227782544262, 0.283153846153843, 0.143453664457046, 0.363076923076922, 0.978622460400333, 1.776, 1.28774756006817, 3.37346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0885392220778633, 0.20907692307692, 0.125206143864979, 0.291461538461536, 0.141759861955132, 0.365538461538459, 0.96689708942496, 1.79469230769231, 1.30350502698863, 3.39534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0683619327268763, 0.196923076923074, 0.105246348374439, 0.244923076923072, 0.137655852930972, 0.34457692307692, 0.962919010892641, 1.81869230769231, 1.31187838613189, 3.4275 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0916547787163239, 0.188961538461538, 0.129222503398655, 0.266153846153847, 0.151063145227928, 0.362923076923079, 0.953927373465169, 1.83307692307693, 1.35185049696845, 3.44061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0685699193973125, 0.191076923076924, 0.10454146766493, 0.267038461538463, 0.160557610077646, 0.388884615384616, 0.953541070875375, 1.83057692307693, 1.3495749239611, 3.44865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0917823512446684, 0.200000000000005, 0.116229322395922, 0.274846153846157, 0.195872548828606, 0.413846153846155, 0.950622290113975, 1.83553846153846, 1.34517525766948, 3.45792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0842405803910203, 0.203653846153848, 0.119994672958683, 0.295192307692309, 0.170239636530843, 0.410423076923077, 0.949822422269634, 1.83292307692308, 1.33836411281143, 3.46346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10125238078872, 0.200269230769233, 0.127118944905336, 0.289884615384617, 0.159065758051862, 0.436653846153848, 0.95531767813322, 1.83488461538462, 1.31811771623257, 3.47807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0887318172056416, 0.212846153846154, 0.116461608068263, 0.303115384615384, 0.16638053233014, 0.520192307692307, 0.956250479738443, 1.8315, 1.31803486822093, 3.47807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0962259520407746, 0.222923076923079, 0.123805007976248, 0.322000000000002, 0.928092386813692, 1.38403846153847, 0.964043134208934, 1.82726923076923, 1.31432909120966, 3.485 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0982803212167159, 0.239307692307692, 0.151991558470047, 0.439923076923076, 1.03491726982625, 1.51565384615385, 0.973987445820216, 1.82123076923077, 1.31351942739871, 3.48761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132961880020033, 0.36269230769231, 0.943842252954134, 1.34303846153847, 1.04158909069083, 1.57207692307692, 0.9857326997643, 1.81034615384616, 1.3067244904134, 3.49457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.628127185797957, 1.08019230769231, 0.777208555319314, 1.23846153846154, 0.750007598935863, 1.41596153846154, 0.702437699400068, 1.60419230769231, 1.27438784580616, 3.38969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.266420130909521, 0.597384615384614, 0.284574254200629, 0.764115384615382, 0.377172584451124, 0.985038461538461, 0.476144536879296, 1.3085, 1.29210015865644, 3.3615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.200624578600079, 0.505692307692306, 0.271548267419368, 0.69030769230769, 0.336033725413661, 0.858230769230769, 0.401842135095936, 1.17830769230769, 1.28172686698004, 3.29919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168446531119385, 0.454923076923076, 0.196653029079529, 0.58642307692308, 0.248328086332453, 0.77803846153846, 0.440704917847967, 1.12776923076923, 1.28358642332873, 3.23588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155516667422351, 0.380076923076927, 0.184300895277261, 0.521500000000002, 0.246352592842044, 0.679000000000002, 0.486223487709099, 1.06, 1.27823859335355, 3.24330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.102289521231873, 0.332884615384615, 0.178714783513156, 0.481423076923076, 0.231174952063451, 0.609461538461539, 0.457934237804783, 0.991615384615385, 1.29794708734157, 3.24080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.157233647798429, 0.353499999999998, 0.181177774999709, 0.440884615384614, 0.208740121829846, 0.607038461538458, 0.427497859643767, 0.9745, 1.29992526175694, 3.23261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0850440700234519, 0.283576923076923, 0.186823388422165, 0.427461538461536, 0.221449240580875, 0.567384615384614, 0.436898157469222, 0.932999999999999, 1.29567382232033, 3.21257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150791251531586, 0.306192307692307, 0.155936851123983, 0.39230769230769, 0.230527355293171, 0.504692307692306, 0.429798120767628, 0.905769230769231, 1.29124888621592, 3.20638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.102464162590563, 0.264769230769229, 0.157473929466242, 0.380038461538459, 0.224538336627369, 0.467769230769231, 0.415494567214322, 0.880153846153845, 1.81571223067297, 3.60423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0960500830897013, 0.257538461538458, 0.14855757754539, 0.319923076923077, 0.163087027263171, 0.43953846153846, 0.400456931324896, 0.898923076923077, 1.79498483387637, 3.66792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104914470659902, 0.222615384615381, 0.129334390690896, 0.298230769230767, 0.122578081865586, 0.390115384615382, 0.638728221968045, 1.49169230769231, 1.76939924789787, 3.69553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0817571638827667, 0.202923076923075, 0.106238570425968, 0.286923076923074, 0.108658427405117, 0.368576923076922, 0.67311815056154, 1.54626923076923, 1.76511774285849, 3.70761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0786724563275832, 0.197653846153845, 0.0754932192574002, 0.254115384615386, 0.162944577647171, 0.388846153846154, 0.680380424129372, 1.56219230769231, 1.76111577263262, 3.71073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0598909393429825, 0.195269230769232, 0.0920880849220773, 0.271153846153848, 0.175193383261074, 0.408807692307692, 0.700012998780408, 1.61903846153846, 1.76064399057233, 3.72530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0674078744544091, 0.180307692307695, 0.154576145039863, 0.275230769230769, 0.270460396645878, 0.459115384615383, 0.708543404023082, 1.65265384615385, 1.75452752000689, 3.73853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106537627877882, 0.208884615384619, 0.126712108582956, 0.279961538461542, 0.269557189593488, 0.47196153846154, 0.663814547781347, 1.69207692307693, 1.73373718352536, 3.75969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0663337482270268, 0.191615384615386, 0.217957045874075, 0.349076923076922, 0.261833429140328, 0.441230769230772, 0.6241718316174, 1.68734615384616, 1.74215657028426, 3.75965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206797723540511, 0.287461538461538, 0.24401991406756, 0.356961538461539, 0.265085077779831, 0.440538461538464, 0.607897774807071, 1.70576923076923, 1.74155299219271, 3.75723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.086986471096641, 0.199615384615387, 0.159161746467113, 0.307307692307697, 0.259369878448046, 0.413576923076927, 0.582940493070727, 1.70846153846154, 1.74409394286502, 3.75419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.145244202850023, 0.242038461538463, 0.185356537931216, 0.320384615384619, 0.262986413805264, 0.43242307692308, 0.595279596879937, 1.73796153846154, 1.75421987043989, 3.76307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0938196961443368, 0.206153846153847, 0.168238169089124, 0.302192307692309, 0.177795946133586, 0.439038461538462, 0.615135648579928, 1.76288461538462, 1.76232846017377, 3.79180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107673552212946, 0.228076923076923, 0.142779334854658, 0.315461538461543, 0.200198566812668, 0.513115384615385, 0.616142901756255, 1.76334615384616, 1.76018078092521, 3.80669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.101225414868919, 0.205769230769229, 0.102717603914062, 0.316115384615385, 0.48604973629645, 1.22988461538461, 0.625843573476267, 1.77846153846154, 1.75961491766282, 3.81553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0826409937389043, 0.258423076923078, 0.182141470798431, 0.430653846153846, 0.55380135288887, 1.32653846153846, 0.633852976158209, 1.78134615384615, 1.75961491766282, 3.81553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150187211378127, 0.336961538461536, 0.470360051940571, 1.18153846153846, 0.548940159271972, 1.35946153846154, 0.637319208753473, 1.76342307692308, 1.76478426312811, 3.80315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.296034686117379, 0.876153846153847, 0.391538425268249, 1.02253846153846, 0.382171095392951, 1.22711538461539, 0.506397733619914, 1.60323076923077, 1.7562488053103, 3.65588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.154367154736813, 0.524461538461537, 0.168908536925031, 0.734423076923076, 0.27400670682415, 1.01734615384615, 0.421684192804922, 1.33796153846154, 1.6870887865925, 3.45942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.160553681413365, 0.498269230769229, 0.204529057555678, 0.711153846153845, 0.282102381851256, 0.928076923076921, 0.362641564930695, 1.20776923076923, 1.63171654448267, 3.41819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137805956106627, 0.413192307692309, 0.154260882922404, 0.566499999999999, 0.202390563021103, 0.7615, 0.291464052408102, 1.05657692307692, 1.5393058520495, 3.35311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.134097949275893, 0.407499999999998, 0.18109885103488, 0.559923076923074, 0.187669349163321, 0.697769230769231, 0.297615634928418, 1.00088461538462, 1.52478065459114, 3.32926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.128096844373546, 0.360807692307693, 0.140291284887497, 0.475730769230768, 0.181603761397849, 0.613384615384616, 0.283975776323368, 0.913807692307692, 1.47339342283775, 3.27453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0702089628291053, 0.293461538461538, 0.0794751630288476, 0.381307692307692, 0.205594406538698, 0.533499999999998, 0.274822418187565, 0.84519230769231, 1.45039422174164, 3.25496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0647668124891162, 0.251499999999998, 0.154164387786345, 0.374461538461539, 0.250113577277325, 0.533807692307691, 0.270927447000965, 0.822807692307692, 1.44423191404236, 3.24630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137043917722077, 0.274653846153848, 0.178534482771424, 0.367192307692309, 0.225420891803613, 0.489538461538464, 0.276968734697616, 0.796000000000002, 1.42498892465332, 3.23434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0940948130672078, 0.245076923076925, 0.139945995078319, 0.356192307692312, 0.150943881573965, 0.461153846153848, 0.256705796883992, 0.775884615384621, 1.56732766983021, 3.56676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.126499230766893, 0.254153846153852, 0.118261041117325, 0.311076923076928, 0.126297164838147, 0.425576923076926, 0.230741790419842, 0.815576923076927, 1.5881379091444, 3.59653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.067303823185495, 0.229730769230769, 0.0911716302028567, 0.322884615384612, 0.116612369049706, 0.413269230769231, 0.576040826544569, 1.26007692307692, 1.49963537568304, 3.7005 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0696517159764329, 0.212807692307689, 0.0859821179977837, 0.280730769230768, 0.112026892375828, 0.38323076923077, 0.740150089768699, 1.40734615384616, 1.48249502995665, 3.74307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0817921662602157, 0.210038461538462, 0.0931128099920507, 0.276346153846153, 0.129633352783325, 0.361615384615382, 0.773935747680943, 1.47030769230769, 1.47399734943922, 3.74811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0619084684153831, 0.204461538461536, 0.082393698414758, 0.276807692307691, 0.118104862141822, 0.371038461538462, 0.924192434174083, 1.53615384615385, 1.46416955932759, 3.76453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0859335431956222, 0.198423076923077, 0.101086870485812, 0.257653846153844, 0.157765985414619, 0.389115384615385, 0.918811601179229, 1.58303846153847, 1.45093724669476, 3.77257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668620623718373, 0.185153846153846, 0.113828758026464, 0.272884615384615, 0.179316810314979, 0.38703846153846, 0.902729956214012, 1.62557692307693, 1.45018371886515, 3.77446153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0891746514517343, 0.203038461538459, 0.138913946799393, 0.309730769230767, 0.194523105212565, 0.392961538461538, 0.874961482229141, 1.62534615384616, 1.43627524681566, 3.76223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117249825323798, 0.222192307692309, 0.126072122215815, 0.2795, 0.183550324266838, 0.389807692307695, 0.872240654865389, 1.642, 1.43694349763122, 3.77015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0565967653329567, 0.183923076923077, 0.104007662439616, 0.264923076923079, 0.160401189329944, 0.378307692307695, 0.859171437177437, 1.65403846153847, 1.44690138731546, 3.77723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0746758018679106, 0.189346153846154, 0.140750821831186, 0.278076923076924, 0.177519819045215, 0.396384615384618, 0.857096491291744, 1.66565384615385, 1.44562354765633, 3.77619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10563487186458, 0.215384615384616, 0.124490327087936, 0.307807692307694, 0.176318749821068, 0.444692307692312, 0.849010446615083, 1.67046153846154, 1.44835630815923, 3.77965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0843083716985549, 0.214307692307692, 0.125185628322353, 0.289192307692309, 0.263731693495201, 0.518384615384618, 0.852014486153486, 1.66826923076923, 1.44635299287553, 3.7835 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0921779883619788, 0.20369230769231, 0.149390824556058, 0.320461538461542, 0.536657204726271, 1.13765384615385, 0.852576612393282, 1.739, 1.44793578108764, 3.78388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118113954103004, 0.263115384615383, 0.233760864000931, 0.437307692307691, 0.686642790349146, 1.29880769230769, 0.832451571240958, 1.73253846153846, 1.4425794402869, 3.78080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.177976839461254, 0.321653846153843, 0.51020120917747, 1.08707692307692, 0.679279600300654, 1.35015384615385, 0.782472043245981, 1.71053846153846, 1.42986122887718, 3.77342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.373456956638298, 0.864538461538461, 0.542604749192406, 1.06907692307692, 0.707006849058327, 1.23126923076923, 0.658071176884502, 1.56392307692308, 1.38830379738952, 3.72207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.178712510861609, 0.52080769230769, 0.250315370313896, 0.67623076923077, 0.412327377400346, 0.860884615384617, 0.445440499350406, 1.20803846153846, 1.3795880611478, 3.63546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.115616348324971, 0.418500000000003, 0.254442606495062, 0.553000000000001, 0.253712787343364, 0.725461538461541, 0.327971989892196, 1.04088461538462, 1.43068351658058, 3.60526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.19248152758522, 0.409461538461539, 0.212018721959971, 0.534538461538466, 0.212979103344767, 0.660461538461541, 0.323369519518844, 1.00061538461538, 1.42495767710429, 3.60669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.103007938454353, 0.342653846153847, 0.153895334062326, 0.475576923076923, 0.196891133526978, 0.599038461538462, 0.333223925634681, 0.947230769230769, 1.42636578812676, 3.60180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107223110310308, 0.311653846153844, 0.140888876014454, 0.421346153846155, 0.178627506711164, 0.560884615384614, 0.33380737190551, 0.917192307692309, 1.42521425811647, 3.60280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104993626180172, 0.30569230769231, 0.155115842567371, 0.412269230769229, 0.178644692487199, 0.524384615384614, 0.327840233134281, 0.880538461538462, 1.43225700368872, 3.60673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.130212825789168, 0.274500000000002, 0.16444745712186, 0.391615384615384, 0.194548301299347, 0.489192307692307, 0.33894054845152, 0.837846153846155, 1.43758670213447, 3.60838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0820191816214123, 0.257884615384614, 0.0919438624713649, 0.331076923076924, 0.136025857270424, 0.451076923076922, 0.322152625080341, 0.815923076923078, 1.46214041680734, 3.60596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0673405238607914, 0.218884615384618, 0.0856261732092508, 0.314807692307694, 0.326207704007501, 0.490884615384616, 0.311023929329216, 0.785269230769231, 1.46226444204239, 3.84353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0721232705431876, 0.221615384615385, 0.0898965217090417, 0.294230769230768, 0.292443301539608, 0.471730769230769, 0.310349631619171, 0.766423076923078, 1.48228010225412, 3.8773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0860746098541166, 0.203961538461535, 0.300906806426586, 0.356115384615385, 0.29200781865191, 0.459615384615386, 0.511601353218873, 1.22276923076923, 1.51261328882781, 3.88019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.267981354116002, 0.266615384615383, 0.26094621019548, 0.343269230769233, 0.252480265793952, 0.446269230769231, 0.547575457392368, 1.34280769230769, 1.53276752464795, 3.89573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0742925609693478, 0.213769230769235, 0.0956391374667518, 0.280730769230774, 0.151429196453198, 0.375807692307693, 0.594500634663564, 1.40826923076923, 1.54941095904218, 3.911 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106174928229858, 0.208653846153847, 0.130287049949773, 0.282653846153846, 0.19794320863862, 0.392076923076924, 0.635219840806194, 1.45238461538461, 1.55116837205429, 3.91196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0767094819131524, 0.188230769230767, 0.104322554534557, 0.257346153846154, 0.162406294876106, 0.373730769230772, 0.710267283384325, 1.49957692307692, 1.56403287246588, 3.89811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0537645007273514, 0.180307692307695, 0.0985193147794652, 0.26315384615385, 0.133928712380878, 0.360500000000004, 0.706399452260437, 1.52788461538462, 1.55638069102152, 3.90284615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0651048385298676, 0.185, 0.0877812315668065, 0.245230769230771, 0.111790793621216, 0.35369230769231, 0.721439724013459, 1.60365384615385, 1.5378422525884, 3.91707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0554761764530199, 0.176384615384614, 0.0642121603628292, 0.242807692307692, 0.111545347798038, 0.340269230769228, 0.748615214913509, 1.6385, 1.53204695901118, 3.92173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0523704702465621, 0.176115384615385, 0.0982373342785406, 0.256423076923077, 0.130066113366068, 0.342076923076923, 0.77059116567437, 1.67623076923077, 1.53647626029872, 3.93446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0809901133567459, 0.18396153846154, 0.0839236282855782, 0.25384615384615, 0.118593682540273, 0.344692307692307, 0.770298655367864, 1.69653846153846, 1.54454590040618, 3.93096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.049928132966678, 0.17253846153846, 0.0991420503814916, 0.249115384615385, 0.156311055763327, 0.362884615384614, 0.81153643171456, 1.7165, 1.56193951079567, 3.92565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.088135245721907, 0.189307692307692, 0.104420753905315, 0.254423076923077, 0.222980775301026, 0.460884615384616, 0.798845871338048, 1.71861538461539, 1.55456456084853, 3.92142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0584795559280224, 0.171538461538463, 0.114120644663714, 0.282807692307692, 0.451886861265753, 1.05515384615385, 0.796420689952625, 1.72065384615385, 1.56051274265865, 3.9145 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0913456411321625, 0.238884615384618, 0.161380315261332, 0.401615384615388, 0.468376574333745, 1.20984615384616, 0.782426993399385, 1.715, 1.55364957587462, 3.90673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.13213547826146, 0.294769230769231, 0.387086094577657, 1.02926923076923, 0.52891458667728, 1.286, 0.782957569338606, 1.72234615384616, 1.56050449485465, 3.89203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:19 Duration: 2s703ms Database: acaweb_fx User: pgperfstats
9 2m13s 47 88ms 28s747ms 2s833ms 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 #9
Day Hour Count Duration Avg duration Oct 24 14 47 2m13s 2s833ms [ User: postgres - Total duration: 2m13s - Times executed: 47 ]
-
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 = '529' 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 ('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-10-24 14:06:24 Duration: 28s747ms 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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:07:02 Duration: 26s863ms 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 = '660' 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 ('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 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-10-24 14:07:41 Duration: 14s270ms Database: acaweb_fx User: postgres Bind query: yes
10 2m2s 60 62ms 36s850ms 2s42ms (( 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 #10
Day Hour Count Duration Avg duration Oct 24 14 60 2m2s 2s42ms [ User: postgres - Total duration: 2m2s - Times executed: 60 ]
-
(( 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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-10-24 14:06:15 Duration: 36s850ms 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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-10-24 14:06:30 Duration: 35s517ms 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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-10-24 14:07:39 Duration: 14s833ms Database: acaweb_fx User: postgres Bind query: yes
11 1m55s 4 4s628ms 1m17s 28s957ms select updateageforrelevantresults ();Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Oct 24 14 4 1m55s 28s957ms [ User: postgres - Total duration: 1m55s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-10-24 14:03:20 Duration: 1m17s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-10-24 14:17:30 Duration: 27s574ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-10-24 14:32:08 Duration: 5s647ms Database: acaweb_fx User: postgres
12 1m13s 119 50ms 18s983ms 621ms 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 #12
Day Hour Count Duration Avg duration Oct 24 14 119 1m13s 621ms [ User: postgres - Total duration: 1m13s - Times executed: 119 ]
-
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 = 5123 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 > 61894233 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:06:57 Duration: 18s983ms 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 = 5123 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 > 61894233 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:11:06 Duration: 7s762ms 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 = 5147 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 > 61888625 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:10:55 Duration: 5s266ms Database: acaweb_fx User: postgres Bind query: yes
13 1m2s 171 51ms 4s46ms 365ms 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 #13
Day Hour Count Duration Avg duration Oct 24 14 171 1m2s 365ms [ User: postgres - Total duration: 1m2s - Times executed: 171 ]
-
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 > '69297654' 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-10-24 14:07:10 Duration: 4s46ms 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 > '69297654' 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-10-24 14:07:10 Duration: 4s38ms 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 > '69297654' 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-10-24 14:03:06 Duration: 3s841ms Database: acaweb_fx User: postgres Bind query: yes
14 57s234ms 18 50ms 20s615ms 3s179ms 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 <= ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((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 #14
Day Hour Count Duration Avg duration Oct 24 14 18 57s234ms 3s179ms [ User: postgres - Total duration: 57s234ms - Times executed: 18 ]
-
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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.6 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.6 AND initialtrend >= 0.6 AND symmetry >= 0.6 AND noise <= 0.4 AND volumeincrease >= 0.6 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520945589 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:03:41 Duration: 20s615ms 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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:03:38 Duration: 17s815ms 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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:11:47 Duration: 8s356ms Database: acaweb_fx User: postgres Bind query: yes
15 40s101ms 8 166ms 19s179ms 5s12ms select fixcandlegaps (?, false);Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Oct 24 14 8 40s101ms 5s12ms [ User: postgres - Total duration: 40s101ms - Times executed: 8 ]
-
select fixcandlegaps ('EVERESTMT5', false);
Date: 2021-10-24 14:06:41 Duration: 19s179ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('XM', false);
Date: 2021-10-24 14:06:22 Duration: 9s41ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-10-24 14:06:11 Duration: 4s562ms Database: acaweb_fx User: postgres
16 37s97ms 1 37s97ms 37s97ms 37s97ms 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 #16
Day Hour Count Duration Avg duration Oct 24 14 1 37s97ms 37s97ms [ User: pgperfstats - Total duration: 37s97ms - 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-10-24 14:15:02 Duration: 37s97ms Database: acaweb_fx User: pgperfstats
17 32s952ms 4 4s876ms 15s618ms 8s238ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Oct 24 14 4 32s952ms 8s238ms [ User: postgres - Total duration: 32s952ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-10-24 14:16:17 Duration: 15s618ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-10-24 14:01:09 Duration: 7s474ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-10-24 14:31:06 Duration: 4s983ms Database: acaweb_fx User: postgres
18 31s530ms 55 51ms 3s846ms 573ms 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 #18
Day Hour Count Duration Avg duration Oct 24 14 55 31s530ms 573ms [ User: postgres - Total duration: 31s530ms - Times executed: 55 ]
-
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-10-24 14:06:25 Duration: 3s846ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986812' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-10-24 14:10:54 Duration: 2s306ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986757' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-10-24 14:10:54 Duration: 2s301ms Database: acaweb_fx User: postgres Bind query: yes
19 29s319ms 13 59ms 24s694ms 2s255ms 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 #19
Day Hour Count Duration Avg duration Oct 24 14 13 29s319ms 2s255ms [ User: postgres - Total duration: 29s319ms - Times executed: 13 ]
-
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 = 558 AND (((s.symbol ilike '%cadjpy%' AND timegranularity = 30))) 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 > 521345069 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:06:26 Duration: 24s694ms 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 = 558 AND (((s.symbol ilike '%audusd%' AND timegranularity = 60))) 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 > 521436201 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:00:40 Duration: 1s955ms 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 = 558 AND (((s.symbol ilike '%cadjpy%' AND timegranularity = 15))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.0 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-10-24 14:05:54 Duration: 716ms Database: acaweb_fx User: postgres Bind query: yes
20 28s339ms 7 85ms 17s807ms 4s48ms 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 <= ?)) or ((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 #20
Day Hour Count Duration Avg duration Oct 24 14 7 28s339ms 4s48ms [ User: postgres - Total duration: 28s339ms - Times executed: 7 ]
-
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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:03:38 Duration: 17s807ms 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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:11:47 Duration: 8s356ms 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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:19:48 Duration: 1s69ms 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 8m21s 101ms 25s290ms 2s769ms 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 Oct 24 14 181 8m21s 2s769ms [ User: postgres - Total duration: 8m21s - 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 = '529' 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 ('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 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-10-24 14:05:55 Duration: 25s290ms 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 = '643' 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 ('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-10-24 14:06:57 Duration: 18s803ms 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 = '700' 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-10-24 14:02:52 Duration: 17s497ms Database: acaweb_fx User: postgres Bind query: yes
2 174 5m5s 92ms 28s744ms 1s755ms 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 Oct 24 14 174 5m5s 1s755ms [ User: postgres - Total duration: 5m5s - Times executed: 174 ]
-
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-10-24 14:06:24 Duration: 28s744ms 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 = '641' 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-10-24 14:06:10 Duration: 25s338ms 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 = '660' 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 ('36' = 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', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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-10-24 14:07:34 Duration: 14s908ms Database: acaweb_fx User: postgres Bind query: yes
3 171 1m2s 51ms 4s46ms 365ms 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 #3
Day Hour Count Duration Avg duration Oct 24 14 171 1m2s 365ms [ User: postgres - Total duration: 1m2s - Times executed: 171 ]
-
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 > '69297654' 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-10-24 14:07:10 Duration: 4s46ms 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 > '69297654' 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-10-24 14:07:10 Duration: 4s38ms 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 > '69297654' 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-10-24 14:03:06 Duration: 3s841ms Database: acaweb_fx User: postgres Bind query: yes
4 149 6m55s 2s119ms 3s547ms 2s791ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Oct 24 14 149 6m55s 2s791ms [ User: pgperfstats - Total duration: 6m55s - Times executed: 149 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970100, 1, 600, '2021-10-24 00:00:00', 23.2212246503251, 33.4795217391305, 22.7215406064299, 40.4515652173913, 24.1543766051169, 53.346, 24.4989309014945, 69.3189565217391, 54.619334708363, 162.515565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 615, '2021-10-24 00:00:00', 9.1938158907176, 19.1162173913044, 12.4500363278674, 29.6682608695653, 17.4305576186545, 39.0225217391305, 18.4573919270041, 57.2277391304348, 52.9995529444939, 156.277043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 630, '2021-10-24 00:00:00', 8.99856639065111, 18.3462173913044, 14.7754777012587, 26.4838695652174, 15.112035740081, 34.2968695652174, 17.3357751700648, 51.7252608695652, 52.5175929338467, 153.400739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 645, '2021-10-24 00:00:00', 11.9012515298302, 16.9836086956522, 11.8511589335049, 23.8113913043479, 15.6380929767225, 31.8103043478262, 17.7506460413523, 49.3583913043478, 52.6822566786479, 152.498130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 660, '2021-10-24 00:00:00', 9.26130677314197, 15.5846521739131, 10.7423830472385, 22.6145217391305, 17.9036253022797, 30.0996521739131, 17.0654646554127, 48.7032173913043, 53.263019094743, 152.494782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 675, '2021-10-24 00:00:00', 6.18240414881534, 15.3241739130435, 11.5663973734946, 20.9882608695653, 12.5715255379679, 27.5004782608696, 14.6247578549597, 45.7799565217391, 54.2949692758365, 152.970869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 690, '2021-10-24 00:00:00', 7.85682104598403, 13.8183043478261, 9.627357636202, 19.6026521739131, 10.8168705577922, 25.8048695652174, 15.7823387787762, 46.5653478260869, 54.840897880973, 153.360130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 705, '2021-10-24 00:00:00', 5.55272356026833, 13.2478695652174, 7.2707120992947, 19.5433913043478, 9.08428132923978, 24.6237826086956, 17.4129153181617, 47.1338260869565, 57.3225086328956, 177.129826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 720, '2021-10-24 00:00:00', 4.81370774568523, 14.4295217391304, 6.44461330539907, 17.1542608695652, 8.77630383340757, 24.5873913043478, 16.9575134285614, 47.0889565217391, 59.9993582740716, 179.344869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 735, '2021-10-24 00:00:00', 4.17619380484806, 10.9398260869565, 8.25141754140989, 16.3755217391304, 9.49836819436532, 24.2189130434783, 15.6302157607396, 47.389, 60.2035792649595, 179.210695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 750, '2021-10-24 00:00:00', 5.85545589338415, 12.8450869565217, 6.18346486359925, 17.5890869565217, 9.08328968958824, 24.6266956521739, 22.4338786003521, 49.955652173913, 60.2962876407571, 181.150434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 765, '2021-10-24 00:00:00', 4.66263944275364, 11.8231304347825, 6.15420318529135, 16.8718695652174, 11.1706570965355, 24.3051739130434, 22.9089495650479, 50.8539130434782, 60.2335772326458, 181.166173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 780, '2021-10-24 00:00:00', 3.81481153964445, 11.8959130434783, 5.5722007428463, 16.6961304347826, 8.59045425529126, 23.5093043478261, 22.9496902790678, 51.8657826086957, 61.1526088058948, 182.039695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 795, '2021-10-24 00:00:00', 5.77418347084162, 11.8948695652173, 9.02231664443284, 17.3347826086955, 9.13342592732647, 23.1915217391304, 22.4655773396007, 52.0457391304347, 60.9054067692132, 181.945782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 810, '2021-10-24 00:00:00', 5.40122379230348, 12.006, 5.75738069390463, 15.776, 7.34425634148789, 23.6568695652174, 22.6390015378861, 50.7837826086957, 60.8676956249512, 181.905652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 825, '2021-10-24 00:00:00', 3.2609494416304, 10.7564782608696, 5.95124485399923, 16.1073043478261, 9.93583963343525, 23.9333043478261, 23.0939860264297, 50.0250434782609, 60.5422430604166, 182.145826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 840, '2021-10-24 00:00:00', 5.51715833441064, 11.8802173913043, 6.77272854678082, 17.1218260869565, 9.38175870038517, 22.5286956521739, 23.2268357342384, 50.6139565217392, 60.0862668676538, 182.634 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 855, '2021-10-24 00:00:00', 5.5451060233576, 11.1239130434783, 7.87622881961741, 16.1863478260869, 8.4793487510012, 20.3238260869565, 23.7649309291484, 50.3093913043479, 59.6286342905465, 182.807913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 870, '2021-10-24 00:00:00', 4.44554224563296, 11.1863043478261, 5.64670786594458, 14.7672173913044, 10.9402725643655, 20.885347826087, 24.6761318477669, 52.2568260869566, 59.2491368043057, 183.718652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 885, '2021-10-24 00:00:00', 4.14183466059804, 9.68191304347829, 7.25029841691959, 14.4480434782609, 13.0301903180007, 21.5492173913044, 34.8561292625272, 75.0984347826087, 59.6813735187039, 184.63147826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 900, '2021-10-24 00:00:00', 6.84685539545879, 10.5604782608696, 11.1746168975192, 14.8974782608696, 11.1531096089214, 21.9943043478261, 35.3034788512406, 80.205, 59.4982402373374, 185.372608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 915, '2021-10-24 00:00:00', 5.93847009549588, 10.4835652173914, 8.03936807758901, 15.7487826086957, 10.9535074616063, 22.6695652173914, 34.3853962691282, 82.8233043478261, 58.2879225482612, 185.099086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 930, '2021-10-24 00:00:00', 6.80319458150608, 11.8961739130435, 7.1631278749279, 16.1449565217392, 21.7580039705532, 27.096347826087, 36.5452907093057, 83.7478695652174, 57.937248430996, 184.797869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 945, '2021-10-24 00:00:00', 5.3946749912177, 10.8315217391305, 9.05401968424457, 16.7665217391305, 21.2540035678935, 32.4158695652174, 36.7577271470879, 84.7557391304348, 57.9007768366927, 184.359739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 960, '2021-10-24 00:00:00', 8.2888176424078, 12.587, 19.5909895657674, 21.4835652173913, 20.8303597095311, 36.8920869565218, 35.497713180979, 86.1545217391304, 57.2442831757058, 184.545869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 975, '2021-10-24 00:00:00', 12.3063477138969, 15.704347826087, 12.9066690335463, 26.9832173913044, 14.9393648636629, 34.9015652173914, 34.1539519473304, 85.2645652173913, 57.6062939708443, 182.914347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 990, '2021-10-24 00:00:00', 7.2389178590968, 21.2710434782609, 10.5399290188938, 28.7677826086957, 12.1071172714443, 34.3145217391304, 33.7448469826932, 84.8623913043478, 58.0303002386048, 182.417652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1005, '2021-10-24 00:00:00', 7.39293110692768, 19.5525217391304, 9.11832395861374, 23.7982173913044, 12.5359873914052, 30.9318260869565, 32.0575652125935, 83.4467826086956, 57.5514329974097, 180.785347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1020, '2021-10-24 00:00:00', 5.86798836422567, 15.4745217391305, 9.32833992280595, 21.5294782608696, 12.2154869621854, 28.2687826086957, 30.4848634660786, 83.621, 55.9242480996735, 180.739826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1035, '2021-10-24 00:00:00', 7.42693547310996, 15.9566086956522, 10.4566818798679, 21.2638695652174, 11.4371357741095, 27.4095217391304, 31.2545192866239, 82.0282608695652, 56.1086231269453, 179.746260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1050, '2021-10-24 00:00:00', 7.726236479065, 14.5556956521739, 8.25739119862406, 19.0460434782609, 11.1004653381432, 25.1017826086956, 32.618186506129, 81.5046956521738, 56.3545724444016, 179.594130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1065, '2021-10-24 00:00:00', 5.76644724745722, 13.3163043478261, 6.78203596292227, 17.2034347826087, 28.5542731552201, 54.8698260869565, 32.9014618282947, 80.3235652173912, 57.2187752371227, 178.872 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1080, '2021-10-24 00:00:00', 6.52409262541389, 12.0893043478261, 7.55782855680586, 17.5743043478261, 28.1662941979566, 61.3021304347827, 32.7855341491135, 79.7905217391304, 57.9440256704795, 178.338913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1095, '2021-10-24 00:00:00', 6.41246966754258, 12.940347826087, 28.5337096445424, 53.3014782608696, 28.896702279951, 64.3352608695652, 32.9090553466713, 79.4000869565217, 58.7402448627983, 178.527782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 600, '2021-10-24 00:00:00', 22.8440706596161, 38.9566923076923, 22.3033518760331, 46.6631153846154, 23.3488233809625, 54.4526538461539, 26.1236843973786, 68.877423076923, 56.3873363977982, 169.370961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 615, '2021-10-24 00:00:00', 8.45998022228996, 23.6128076923077, 10.9148958719442, 31.6101538461539, 12.491818000657, 39.8828076923077, 17.8685182983928, 57.3664999999999, 56.7078042431551, 162.855 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 630, '2021-10-24 00:00:00', 6.55513064259884, 18.4833076923077, 7.9392924772929, 26.7150000000001, 10.0925496722163, 37.0276153846154, 14.3139236328183, 53.4933846153846, 57.0365179913576, 162.561461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 645, '2021-10-24 00:00:00', 7.19340843272506, 19.193, 7.48279212059241, 26.227, 11.0794582956305, 34.5307307692308, 14.506069706214, 51.9868076923077, 57.7009148368084, 161.776269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 660, '2021-10-24 00:00:00', 5.90671036703179, 16.116, 8.39968471166533, 23.8101538461538, 10.6942056032515, 29.6252692307692, 14.4325611365945, 47.4288076923077, 58.4534331295894, 159.999346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 675, '2021-10-24 00:00:00', 8.90975789993105, 17.9103461538462, 11.020831944305, 22.5412307692308, 11.2011308011564, 27.0562307692308, 15.7042295950926, 45.1688461538462, 58.5231455848552, 159.771884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 690, '2021-10-24 00:00:00', 6.08169261624273, 15.7200384615384, 9.95352413794308, 20.6697307692307, 8.80865125343348, 27.0437692307692, 18.2934056512597, 45.7998076923077, 59.0498733050422, 161.261307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 705, '2021-10-24 00:00:00', 7.03484973673657, 14.4155384615384, 6.79789559971438, 18.0492307692307, 8.78062057286479, 25.5422692307693, 16.7251981919958, 45.8208076923077, 61.9212653352626, 172.186 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 720, '2021-10-24 00:00:00', 3.74821403624959, 12.7703076923077, 7.08436477278281, 20.400076923077, 9.47896909681963, 27.0995384615385, 16.2602039823046, 46.1821153846155, 61.8102968388451, 173.386884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 735, '2021-10-24 00:00:00', 6.83409350794859, 15.3126538461539, 8.82959347334951, 18.1302307692308, 10.1686691144152, 25.9429615384615, 17.9747774719081, 47.7492692307693, 61.5451940496137, 173.159269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 750, '2021-10-24 00:00:00', 6.29354934870747, 12.0562692307693, 8.93494463475596, 18.7551153846154, 9.15065065093106, 23.9171538461539, 19.6513048162202, 47.3155, 60.7462537278194, 172.422269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 765, '2021-10-24 00:00:00', 5.79575403430424, 14.0178846153846, 6.67285380443666, 17.9198461538462, 7.54461710747879, 23.9625384615385, 21.513536342999, 50.7556923076923, 60.327500654141, 172.659153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 780, '2021-10-24 00:00:00', 5.10047158739724, 11.4825769230769, 5.86004123705632, 16.4675, 8.637118158631, 23.7506153846154, 25.0669010279416, 53.5572307692308, 59.475697127133, 173.210038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 795, '2021-10-24 00:00:00', 4.90561107696704, 13.0089615384615, 6.73381198887666, 16.9753076923077, 8.71717671382192, 22.9025, 23.489875894914, 54.6909615384616, 59.2771193856838, 173.479230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 810, '2021-10-24 00:00:00', 4.25723276626424, 11.6788846153846, 6.17046492363785, 17.3865769230769, 7.67456860907397, 21.0291538461538, 22.2159336822436, 54.5344230769231, 59.2403482589488, 173.184192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 825, '2021-10-24 00:00:00', 6.07211529040744, 12.5195, 7.19161282092922, 15.7233846153846, 11.160170408404, 21.1367692307693, 21.3665387684, 55.0096923076923, 58.659274483908, 173.565538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 840, '2021-10-24 00:00:00', 4.85951576758264, 10.9231538461538, 4.99673117963516, 14.0578076923076, 10.0519639630962, 19.8086538461539, 21.6195644645876, 55.8299615384615, 58.659274483908, 173.565538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 855, '2021-10-24 00:00:00', 4.36787105050573, 10.0440769230769, 8.29268814957822, 15.0928846153846, 8.12376234966576, 19.994076923077, 21.6999952109176, 55.7419230769231, 59.0356052095291, 173.109153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 870, '2021-10-24 00:00:00', 7.87432737024866, 11.4544230769231, 7.46243557560136, 14.3, 9.09024457722936, 22.000076923077, 21.4681838436468, 55.9122307692308, 58.947427205043, 173.075576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 885, '2021-10-24 00:00:00', 4.43341318416618, 9.6476923076923, 6.56801395810384, 14.7800769230769, 10.3981328984509, 23.7555769230769, 30.366189429997, 71.2574615384616, 58.1716814747651, 173.610807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 900, '2021-10-24 00:00:00', 4.7675720858574, 10.8979230769231, 7.19938788551877, 16.8266153846154, 10.4575999332837, 25.2102692307693, 33.8349756236627, 74.6494230769231, 57.5179400562989, 174.38 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 915, '2021-10-24 00:00:00', 6.60112986051516, 12.4336538461539, 10.6745433736242, 19.4653461538462, 12.1393180171515, 27.2841923076923, 38.5213969665412, 79.299576923077, 57.2310817774344, 174.722846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 930, '2021-10-24 00:00:00', 5.76462612304228, 13.3285384615385, 7.49454614267039, 17.7927307692308, 12.4173028408563, 27.0101923076923, 41.1024346159876, 81.3411923076924, 57.2310817774344, 174.722846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 945, '2021-10-24 00:00:00', 5.33156262849248, 12.8903076923077, 8.47731473277133, 19.0480384615385, 13.2757335389975, 32.3209615384616, 41.4184098464031, 81.1972692307693, 57.5796862398938, 174.190730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 960, '2021-10-24 00:00:00', 8.66337687545418, 13.6076153846154, 12.1314202070491, 19.757, 19.6509447857819, 36.7565769230769, 44.2440637030725, 82.0921923076923, 57.7259071270297, 173.883038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 975, '2021-10-24 00:00:00', 7.5219227305666, 14.2347307692308, 10.3751969886767, 25.9270769230769, 17.6894888297673, 39.3665384615385, 44.6731395260663, 82.9453461538462, 57.6913471553977, 173.767730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 990, '2021-10-24 00:00:00', 8.3391228271416, 21.3246153846154, 18.5468943060972, 31.5541923076923, 16.6637245198619, 39.824076923077, 44.0860209029853, 83.8865384615385, 57.6913471553977, 173.767730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1005, '2021-10-24 00:00:00', 12.7622811997518, 21.0026923076923, 11.7388845435226, 27.7113846153846, 12.4670705309874, 35.0492307692308, 42.8502449900186, 84.3412307692308, 56.6632375671862, 173.030653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1020, '2021-10-24 00:00:00', 6.66830852880886, 18.6576538461539, 9.20227587711112, 24.4060384615385, 11.0322766025596, 31.0206538461539, 39.6987735102929, 83.5833076923077, 52.9955238413004, 171.492423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1035, '2021-10-24 00:00:00', 5.88519053387397, 15.7785, 7.63322498806777, 22.1169615384615, 10.2018439772124, 28.3828461538462, 40.7875854716189, 80.9167307692308, 53.1553974208278, 171.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1050, '2021-10-24 00:00:00', 5.72922207472697, 15.5443076923077, 8.71203286009553, 21.4296538461538, 10.4705141791311, 26.6948461538461, 41.1271115086649, 80.7176153846154, 53.1553974208278, 171.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1065, '2021-10-24 00:00:00', 5.76704662237222, 15.9622307692308, 7.45619962148173, 20.4693461538462, 25.6909113147941, 53.7452307692308, 40.0381229106038, 80.4797307692308, 52.0730748732822, 170.804038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1080, '2021-10-24 00:00:00', 5.70766488154301, 12.436, 7.71246140336931, 17.2444615384616, 28.8039666584576, 57.2003076923077, 36.8545666021917, 80.0783461538462, 50.6554333681833, 169.555961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1095, '2021-10-24 00:00:00', 5.31850916010813, 12.1946153846154, 23.9418745630715, 48.7389230769231, 31.856599688677, 62.7242692307693, 36.8734665020589, 79.3710384615385, 52.0015005147558, 168.665115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 600, '2021-10-24 00:00:00', 22.4938028025157, 34.4470384615385, 25.6723442325364, 43.5260769230769, 27.6158950577659, 55.0081923076923, 29.8852274855758, 70.4437692307692, 50.4374177110757, 163.446807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 615, '2021-10-24 00:00:00', 8.21984392711652, 22.7671153846155, 13.0886108910939, 32.2965384615386, 16.013468347757, 38.2082692307693, 20.1295300138493, 57.1805384615385, 52.8456552423696, 157.792653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 630, '2021-10-24 00:00:00', 7.85738916395554, 19.8809230769231, 9.68008035734283, 26.3077307692308, 12.411648636106, 32.8698846153846, 17.0402622724941, 51.9026538461539, 51.9682306670586, 154.765769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 645, '2021-10-24 00:00:00', 7.32834581576122, 18.3573461538462, 8.34731068695877, 23.6227692307692, 11.111474437923, 29.8002307692308, 17.2133243302524, 50.4574615384616, 51.8084287538828, 155.108884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 660, '2021-10-24 00:00:00', 8.00051731298582, 17.7776538461538, 9.96510840359431, 22.9788461538461, 10.7414576782598, 29.5074230769231, 18.643941341193, 50.797576923077, 51.3441739707482, 155.496538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 675, '2021-10-24 00:00:00', 5.26407689401988, 14.2931153846154, 7.49663579655263, 19.6488846153846, 10.6358759234236, 27.8154615384616, 20.5576578847434, 50.4151153846154, 51.854258333926, 156.022807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 690, '2021-10-24 00:00:00', 5.93311944880988, 15.0229230769231, 8.49285505967312, 21.0382307692308, 11.6125464875777, 28.8283846153846, 19.4800813997667, 50.5403076923077, 52.6913449775782, 156.188884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 705, '2021-10-24 00:00:00', 8.95446530740607, 14.8196923076923, 10.5761495669048, 19.9423076923077, 13.5343718178797, 30.2462307692308, 17.5459622179533, 49.5920769230769, 55.5766289368251, 160.206692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 720, '2021-10-24 00:00:00', 5.65970992896278, 15.161, 8.70525880576704, 20.9873461538462, 11.5701667954868, 29.1496538461539, 16.9688076238092, 50.351576923077, 54.4829281258324, 162.659730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 735, '2021-10-24 00:00:00', 5.22644671704913, 12.9113846153846, 9.50901477643511, 21.0144615384615, 9.88453421127398, 27.6824230769231, 15.1614589316261, 49.2388461538462, 53.7761388128458, 163.863538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 750, '2021-10-24 00:00:00', 7.37638654627047, 14.6220000000001, 7.13744948595897, 19.0612692307693, 12.7621852273998, 26.2135384615385, 14.5641026140935, 47.378076923077, 53.7768449419808, 163.883923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 765, '2021-10-24 00:00:00', 3.99042760943657, 12.6828846153846, 6.89661021260553, 18.4977692307692, 9.34427368276753, 24.8725384615385, 12.8524701781408, 47.273, 54.2399112730157, 162.959230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 780, '2021-10-24 00:00:00', 5.67174658501378, 13.1362692307693, 7.70020921523964, 17.9929615384616, 6.97368215066196, 24.6844615384616, 11.2670613115604, 46.8649615384616, 54.9049415385705, 162.536076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 795, '2021-10-24 00:00:00', 4.64962514551946, 11.803076923077, 6.43913581110434, 18.192076923077, 7.04208617571193, 23.8361153846155, 11.7402538646383, 48.4313846153846, 55.1599901962952, 162.756846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 810, '2021-10-24 00:00:00', 5.08055804036706, 13.0728076923078, 5.02878283132364, 17.3642692307693, 6.89934414854052, 22.463, 13.2592295109714, 48.0927692307693, 54.614598114832, 162.828730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 825, '2021-10-24 00:00:00', 4.70939256968288, 11.3748461538462, 6.19516422232197, 16.7733076923078, 6.83469000467469, 22.0885, 14.6384996068586, 49.1795, 54.5319397545921, 163.097961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 840, '2021-10-24 00:00:00', 4.69443178719374, 12.2957307692309, 5.01058548720758, 15.2277307692308, 9.41639804628896, 22.6613846153847, 16.6149977524941, 50.0606538461539, 54.5319397545921, 163.097961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 855, '2021-10-24 00:00:00', 4.65824353972444, 10.3033461538462, 6.33744583894319, 15.6228076923078, 9.02249355742892, 22.262076923077, 17.9296543983596, 51.5592692307693, 54.6904561480337, 163.248 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 870, '2021-10-24 00:00:00', 5.2367735416145, 10.9253846153846, 6.75969847711703, 16.3163076923078, 7.58389491092801, 22.1535, 19.3306274765043, 51.8033461538462, 55.962727086201, 162.779730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 885, '2021-10-24 00:00:00', 5.56086332547528, 11.6252692307693, 5.09208398640635, 14.9477307692308, 7.79123538115852, 22.1512692307693, 42.5053180669829, 82.8901538461539, 55.4794653345237, 163.184269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 900, '2021-10-24 00:00:00', 4.85674701278066, 11.1968846153846, 6.74369044058678, 16.6430384615385, 9.25785753758149, 23.7101153846155, 43.6141645051767, 87.5532692307692, 55.5731248471223, 163.308076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 915, '2021-10-24 00:00:00', 5.9819546283288, 12.7311538461539, 6.78698071446074, 17.3134615384616, 9.03034678880903, 24.7013846153847, 42.71341696032, 88.0631153846154, 55.6478620200135, 163.079038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 930, '2021-10-24 00:00:00', 4.76080990782676, 12.6825384615385, 8.01253640202936, 17.276076923077, 8.97663937973705, 25.392076923077, 42.1600312285864, 89.9383461538462, 55.5340416428865, 163.312923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 945, '2021-10-24 00:00:00', 4.82915079539, 12.1922692307693, 5.38066247236702, 16.6381923076924, 8.09356736560203, 28.6416923076923, 41.3745976906306, 91.2056923076923, 54.6828657869946, 163.429961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 960, '2021-10-24 00:00:00', 4.28029499702278, 12.0273076923077, 6.92753566584383, 19.0731923076923, 7.09668583592696, 30.4214230769231, 41.9694205317853, 92.4364230769231, 53.8318849946329, 163.907653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 975, '2021-10-24 00:00:00', 5.647439318978, 15.2716923076923, 7.53847724023478, 25.0063076923077, 10.9178994234943, 33.6233076923077, 41.6761608524401, 92.4689615384615, 53.7479820401302, 163.771115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 990, '2021-10-24 00:00:00', 7.39935745453612, 20.0225, 6.48775487680744, 24.3933076923077, 10.5992736087831, 35.156076923077, 40.663362281732, 92.0718461538462, 53.601451810763, 163.220307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1005, '2021-10-24 00:00:00', 4.84393739288135, 15.5688846153846, 10.5825734733316, 23.7870384615385, 12.2956780912895, 32.2547307692308, 38.555761230397, 89.8841538461539, 53.7913564530013, 161.532576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1020, '2021-10-24 00:00:00', 10.4341534260553, 18.6339615384616, 10.1569595457424, 25.0985769230769, 12.6821035795147, 31.4808076923077, 36.4103833736392, 90.1441538461538, 53.3389709512805, 161.029307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1035, '2021-10-24 00:00:00', 7.91475146264148, 17.5376538461539, 10.3192546767979, 23.6272692307693, 11.7106559293399, 30.8478461538462, 35.3546365834265, 89.9148846153846, 53.3241910190863, 160.571 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1050, '2021-10-24 00:00:00', 6.53862009954349, 17.0503846153846, 7.43915911252994, 22.4586923076923, 9.96382862164626, 29.2608076923077, 33.9480491130877, 88.4477692307693, 53.197692631296, 159.250423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1065, '2021-10-24 00:00:00', 5.20367349475348, 13.9090000000001, 6.29319732568427, 18.5205, 30.1284075932436, 68.1837692307693, 33.8249871511944, 87.9435384615385, 53.7389460982943, 158.452653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1080, '2021-10-24 00:00:00', 5.977778551757, 12.5234230769231, 8.26610355943987, 18.2068461538462, 30.4881698879065, 73.3640769230769, 33.6214278831224, 88.5465, 53.8688094649899, 158.181153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1095, '2021-10-24 00:00:00', 7.74672462647682, 13.1959615384616, 29.4565311048984, 63.422576923077, 30.0594976864986, 71.9992692307693, 33.0775648208873, 87.138, 54.3633089390827, 157.571384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 600, '2021-10-24 00:00:00', 26.3936919710869, 42.8402307692308, 28.024298399809, 51.7688076923077, 27.8885228148675, 57.5136538461539, 28.6693235261342, 77.2996153846154, 54.5073223846541, 155.845230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 615, '2021-10-24 00:00:00', 11.9121510909594, 28.3794230769231, 13.2088048306365, 33.019576923077, 14.7433901184434, 40.1737692307692, 20.0391193129454, 64.5920384615385, 52.517901798515, 149.502038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 630, '2021-10-24 00:00:00', 6.9412920810067, 19.8710769230769, 11.3161290617215, 28.3373076923077, 13.0635896942021, 35.0505384615385, 20.0987779189528, 61.2873461538462, 50.5759551674053, 146.765153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 645, '2021-10-24 00:00:00', 8.10879689567973, 19.5681538461539, 9.68637485575247, 24.8636153846154, 10.2722803700804, 32.1471923076924, 19.7286002727006, 59.291, 51.3734179629295, 145.123923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 660, '2021-10-24 00:00:00', 6.08248494070035, 17.238576923077, 7.16376293309174, 23.0621923076924, 12.1971166756738, 30.8930000000001, 18.3686157400229, 57.8387307692308, 50.052573599013, 143.371269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 675, '2021-10-24 00:00:00', 5.94055308497321, 16.3076538461539, 7.84181986060339, 20.7086153846155, 11.6787762028127, 29.2496538461539, 16.9704302218708, 56.6206538461539, 49.7538419069786, 143.684769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 690, '2021-10-24 00:00:00', 5.08539286433364, 14.7197692307693, 8.95432528858793, 20.458576923077, 8.96686331916657, 28.3752307692308, 18.38896810373, 55.355, 48.597783954605, 143.457461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 705, '2021-10-24 00:00:00', 6.78038893245696, 14.7716538461539, 8.02919720184739, 20.9541153846154, 10.3243653603428, 28.710576923077, 19.0285664748071, 56.0106153846154, 46.6486693553154, 151.358692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 720, '2021-10-24 00:00:00', 5.1238453001628, 15.1515000000001, 7.62689908718829, 20.4266153846154, 10.3954768262266, 28.8592692307693, 18.675992457657, 54.7529615384616, 46.0814784720082, 152.149384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 735, '2021-10-24 00:00:00', 6.9898196182294, 13.8128461538462, 9.14713103883065, 20.3608076923077, 12.0726860504962, 30.916076923077, 18.4992825964851, 53.9772307692308, 45.4198854215268, 152.017769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 750, '2021-10-24 00:00:00', 5.73824701615935, 13.6414615384616, 7.62403669294588, 20.0288461538462, 12.8368067939272, 30.0847692307693, 17.6867796044216, 51.8931538461538, 45.5979192698696, 151.706307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 765, '2021-10-24 00:00:00', 4.32874664059489, 12.6449615384616, 7.84162877713946, 19.2579615384616, 10.4330259117566, 29.3596538461539, 17.884901185766, 52.5292307692307, 45.904438841794, 151.2915 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 780, '2021-10-24 00:00:00', 6.0455919814484, 14.4833846153846, 8.692220031995, 21.8502692307692, 12.092745560618, 29.4650769230769, 16.4461265984986, 53.2035769230769, 45.1710224201994, 151.870384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 795, '2021-10-24 00:00:00', 6.63625839773719, 15.8141923076923, 8.59705248782744, 21.2479615384616, 12.9984619291905, 29.3082692307692, 15.3946550021553, 53.1026538461538, 45.1408783061855, 152.165423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 810, '2021-10-24 00:00:00', 6.13079500278336, 14.1373846153846, 11.2957615079558, 19.9287307692308, 13.4232855588855, 28.4943461538461, 17.2008731506908, 53.9491153846154, 45.0136733235752, 152.082192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 825, '2021-10-24 00:00:00', 7.81712388276287, 13.4679615384616, 9.31718537335918, 19.7498076923077, 11.3160209598877, 27.3242692307692, 18.5605745665376, 55.037, 44.3414784501444, 153.176230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 840, '2021-10-24 00:00:00', 6.33975923638939, 13.8701538461538, 9.22094885256061, 20.9863076923077, 10.8829698826265, 26.2938846153846, 18.4586152167074, 53.7589615384615, 43.9469176059552, 153.593230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 855, '2021-10-24 00:00:00', 4.37535563336988, 12.6189615384616, 6.8260325128258, 17.2178846153846, 8.80403532486888, 23.6181923076923, 18.8971499720094, 51.8287692307692, 45.1398470223542, 152.022192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 870, '2021-10-24 00:00:00', 6.24210054056026, 11.9859615384616, 6.69452883675576, 16.5288846153846, 7.91444886929065, 22.3022307692308, 20.2917170099981, 52.6854230769231, 45.6560690819287, 151.022423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 885, '2021-10-24 00:00:00', 4.42211259989542, 11.3636153846154, 6.42079351494332, 15.1121923076923, 9.24074504896658, 23.6685, 32.6821906283012, 75.9412307692308, 41.3962218733323, 154.043115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 900, '2021-10-24 00:00:00', 4.97968757515508, 10.7481153846153, 6.56321877552354, 16.6521538461539, 8.78005775519819, 24.1637692307692, 32.6038989478017, 78.8020384615385, 41.2843705665772, 154.120038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 915, '2021-10-24 00:00:00', 7.4708578796857, 13.2354615384616, 9.02119239133826, 19.3821923076923, 9.76684565259118, 25.2301923076923, 32.9138033851126, 79.3839230769231, 41.0710446029242, 154.273846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 930, '2021-10-24 00:00:00', 7.84255281485861, 13.7334230769231, 7.46511145539963, 18.2091923076922, 8.02989165795293, 23.9219615384615, 32.6212489263576, 79.9493461538462, 41.2242188813996, 154.384307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 945, '2021-10-24 00:00:00', 3.80384037054861, 11.8562692307692, 5.44786306687172, 16.7496538461538, 7.95381007229575, 28.2808846153846, 31.5007725696713, 80.7093846153846, 41.031707654522, 154.555615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 960, '2021-10-24 00:00:00', 5.23422504807024, 12.7825769230769, 5.64439265125471, 17.1018076923077, 8.15597065185041, 31.6760769230769, 30.8352243140611, 81.4645384615385, 41.0199003876824, 154.749846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 975, '2021-10-24 00:00:00', 4.34232365445043, 11.535, 7.29951797860648, 24.213, 9.27720742539717, 33.509576923077, 32.0144236169599, 82.2613846153846, 41.439591672049, 155.178884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 990, '2021-10-24 00:00:00', 6.456880654, 21.7405, 6.95388166809345, 27.8785769230769, 10.6417136615953, 35.1228461538462, 31.2492475458949, 81.6697692307693, 42.5093228997883, 154.961961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1005, '2021-10-24 00:00:00', 5.6375068495268, 19.6940384615385, 7.04453456900069, 24.7455769230769, 11.4448132171471, 31.4058461538462, 31.800086941947, 80.5983461538462, 43.4868831097201, 154.117038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1020, '2021-10-24 00:00:00', 4.26922919452498, 16.4743461538462, 6.34015622726709, 21.9741153846154, 7.68370782209893, 29.4681538461538, 31.6550394220865, 80.0255769230769, 44.1686355436316, 154.910884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1035, '2021-10-24 00:00:00', 6.88738131189099, 16.7658461538462, 7.9751650080832, 22.3391153846155, 6.82838394452496, 28.9255769230769, 32.643277954557, 79.0715384615385, 44.0461346860487, 155.145692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1050, '2021-10-24 00:00:00', 6.13882840438321, 15.6705384615385, 5.88244295627646, 20.561423076923, 10.5325306230087, 30.7137307692308, 32.7965390503328, 78.221, 43.454839774361, 154.913846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1065, '2021-10-24 00:00:00', 4.67414514520697, 16.0310384615384, 7.30116566046399, 20.9351923076923, 30.6271171853411, 61.1677307692307, 33.635841125822, 78.0238076923076, 43.4593291851836, 155.988884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1080, '2021-10-24 00:00:00', 5.77498886219372, 14.5740384615385, 10.7407508704717, 22.8213076923077, 30.7224136734079, 63.237, 32.6902906230816, 77.6206923076923, 44.0141744017154, 155.983769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1095, '2021-10-24 00:00:00', 11.398001853024, 16.0968076923077, 30.1663568884534, 55.7258076923077, 31.2110258056594, 62.0948076923076, 32.2403735645469, 76.4503076923076, 45.2899484712074, 157.330730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 600, '2021-10-24 00:00:00', 26.461925998978, 40.3071538461538, 28.0549161224086, 47.4266538461538, 28.4037260639136, 52.1329230769231, 29.8673970592582, 69.3911538461538, 46.6809567896144, 155.084076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 615, '2021-10-24 00:00:00', 10.1562283074892, 23.1809230769231, 11.287277542505, 28.1021923076923, 12.7686630747069, 35.4093461538462, 17.1676190855387, 54.0301153846154, 48.1550699750456, 151.826307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 630, '2021-10-24 00:00:00', 7.30958618390945, 17.4285, 9.25530241977741, 23.5528076923077, 11.7768532051387, 32.0391538461538, 17.0152437257347, 52.7796153846154, 48.3423563445302, 150.282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 645, '2021-10-24 00:00:00', 6.69841533360973, 15.8943076923077, 9.17607532369661, 22.8928846153846, 12.3986542687255, 31.3283461538462, 16.1848968722268, 51.3262692307692, 48.2059684108163, 149.635769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 660, '2021-10-24 00:00:00', 5.95595844809085, 15.9693461538462, 6.77216516223691, 21.2847692307692, 10.0524130564985, 29.7935384615385, 17.1793133845511, 50.2207307692308, 48.8228380529503, 149.786769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 675, '2021-10-24 00:00:00', 6.38848675858495, 13.9627692307692, 9.6537157654449, 20.903, 9.04345783527862, 29.0325384615384, 21.2491778877715, 50.9361153846154, 48.9696493289309, 149.425038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 690, '2021-10-24 00:00:00', 7.13066472950561, 15.3617307692308, 7.67692039066557, 21.5557307692308, 8.51436414175846, 28.1645384615384, 20.7902904001993, 50.4072692307693, 49.1682032058712, 148.646423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 705, '2021-10-24 00:00:00', 5.56091196519195, 14.5742692307692, 6.39735977223297, 20.6971538461538, 9.96022460821803, 27.1406153846154, 21.3290527015654, 48.6781153846154, 52.3174992411202, 152.748730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 720, '2021-10-24 00:00:00', 5.71141652818822, 14.4020384615384, 5.99034279191221, 18.9472692307692, 11.9559237813793, 27.2558846153846, 21.2607923049412, 46.9339230769231, 54.3139963552107, 153.323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 735, '2021-10-24 00:00:00', 5.65122264633601, 13.1570384615385, 8.98337802465447, 19.414576923077, 11.665275249481, 27.9953846153846, 21.0846474185512, 45.7337307692308, 54.8014620461478, 155.282653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 750, '2021-10-24 00:00:00', 6.97495456627048, 13.6378076923077, 9.41401409103223, 19.2791153846154, 11.1941726217088, 27.2887307692308, 20.922073505897, 44.8468846153847, 53.9546953026475, 155.256192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 765, '2021-10-24 00:00:00', 6.31610271461276, 12.3966923076923, 7.40025189311409, 18.4611923076923, 9.93263314108522, 25.7676538461538, 22.0155014964806, 45.1776923076923, 53.4759025828816, 155.108576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 780, '2021-10-24 00:00:00', 5.31593024958579, 13.4955384615384, 8.08964819963426, 19.3359230769231, 8.72159100517436, 24.8563076923077, 22.4035345514944, 48.341, 53.5206583502684, 155.000384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 795, '2021-10-24 00:00:00', 5.29753245911572, 13.4013461538462, 6.97378763039469, 17.9789230769231, 6.48943589879852, 23.5342692307693, 25.6595803700025, 50.3912692307693, 53.6548149775811, 154.412038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 810, '2021-10-24 00:00:00', 4.70945550927559, 11.4330769230769, 5.22130576020384, 16.0471923076923, 10.0365364504663, 24.0348076923077, 24.613817062655, 51.714076923077, 53.0161475201514, 154.562961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 825, '2021-10-24 00:00:00', 4.60550883599862, 11.0510384615385, 6.22825020259733, 15.8311153846154, 9.16762536831902, 22.9614230769231, 22.6078817393064, 53.4054615384616, 52.3244633325119, 154.670346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 840, '2021-10-24 00:00:00', 4.05355758885376, 10.6866153846154, 7.50038445178751, 16.0577307692308, 9.54490349453568, 21.869, 21.3597162320895, 53.6026538461539, 52.3438581728995, 155.410230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 855, '2021-10-24 00:00:00', 4.95941590124671, 11.8038076923077, 5.45168527465095, 15.204423076923, 11.503146209892, 22.9483846153846, 19.8888419133404, 53.7964230769231, 52.4779769132215, 155.523769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 870, '2021-10-24 00:00:00', 3.77163009932764, 10.2733846153846, 5.40061630058587, 15.1548846153846, 10.9664956529492, 23.8378846153847, 18.8498160568867, 54.2874615384616, 52.5445873633197, 155.805307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 885, '2021-10-24 00:00:00', 5.04278293069937, 10.5503846153846, 7.78270258704912, 16.0909615384615, 9.10472578829258, 22.134, 33.480711537173, 76.3406538461539, 55.6888934642751, 154.602346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 900, '2021-10-24 00:00:00', 6.40070586780504, 11.8453846153846, 8.18675567984893, 16.8858076923077, 7.79145123442749, 20.4595384615385, 34.2624992073528, 78.5545769230769, 55.685192387702, 154.952153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 915, '2021-10-24 00:00:00', 4.38463925101471, 11.5718076923077, 5.70800150679189, 15.5331923076923, 7.1766372292321, 19.229, 34.3113452918329, 81.4031538461539, 55.4344189161738, 154.998576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 930, '2021-10-24 00:00:00', 5.83366158995823, 12.1278846153846, 6.36949413955661, 14.9720769230769, 7.50869603562326, 20.3786538461538, 33.1732541303057, 83.3159230769231, 54.6656736514015, 155.193807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 945, '2021-10-24 00:00:00', 2.87649436560973, 9.47265384615385, 3.8314409093106, 12.9468076923077, 7.46517356395688, 24.9195, 32.615771572378, 83.7213076923077, 55.2834090462952, 155.4985 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 960, '2021-10-24 00:00:00', 3.58253826132346, 9.93307692307688, 5.21893871218453, 15.4641923076923, 10.1562411954423, 30.1385, 34.4373538067872, 84.6724230769231, 55.3591367055298, 155.608307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 975, '2021-10-24 00:00:00', 4.40962274332645, 12.8534615384616, 6.21775279168141, 22.3025384615385, 12.6995971495768, 34.4818076923077, 33.4101411540545, 85.7785769230769, 54.8669192726714, 156.025923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 990, '2021-10-24 00:00:00', 6.8270487332488, 18.6943846153845, 9.74974295684841, 26.5942692307692, 11.5847069693029, 36.2287307692308, 33.2003202550819, 86.636, 55.5648756536136, 156.915192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1005, '2021-10-24 00:00:00', 7.85339281036205, 18.2159230769231, 9.66944843896726, 24.6019230769231, 9.39246482698525, 34.0486153846154, 31.5815382638947, 84.1009230769231, 55.5613712200648, 156.294423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1020, '2021-10-24 00:00:00', 7.23505705266967, 16.4293461538461, 6.23532794918175, 23.1320769230769, 8.75478775325913, 31.6987307692308, 29.3770176171782, 82.149, 54.9029140707345, 156.296461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1035, '2021-10-24 00:00:00', 4.56252880977209, 15.5135, 6.97876435095454, 22.7108846153846, 8.4269198089311, 30.1588846153846, 29.5197931727432, 80.6698076923077, 55.2443902544517, 155.916884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1050, '2021-10-24 00:00:00', 4.41401886022944, 15.2724615384616, 6.5666915684677, 20.5466538461539, 8.86651266707407, 26.7823461538462, 29.1806066561338, 80.0715, 55.215845236448, 155.682846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1065, '2021-10-24 00:00:00', 4.41532067256035, 13.4608076923077, 7.6857421271219, 18.5572692307693, 28.1686879613627, 56.3212307692308, 30.6646058389046, 78.2408461538461, 57.769435696915, 154.9175 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1080, '2021-10-24 00:00:00', 7.01867686544539, 13.4996923076923, 8.24348899593816, 17.9668846153847, 28.4925252846319, 58.9218461538462, 31.3739151287278, 78.1337692307692, 57.5751757872729, 154.806153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1095, '2021-10-24 00:00:00', 5.30339646134003, 12.0298846153847, 27.9524935797259, 52.4712692307692, 28.3134922656754, 63.1910384615384, 30.5608728466016, 78.1198846153846, 57.3033734651473, 154.907615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:29 Duration: 3s547ms 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 970115, 1, 600, '2021-10-24 00:00:00', 10.2386254303767, 8.49539130434784, 10.7413551341801, 10.5851304347826, 10.4952787057168, 12.7417391304348, 9.88514856870125, 15.8819565217391, 13.4188872040295, 33.7363913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 615, '2021-10-24 00:00:00', 2.43669350172399, 4.56469565217393, 2.50986097437127, 6.1837391304348, 3.33545756471401, 8.06756521739132, 3.07528153729003, 11.5014782608696, 13.1438487231449, 31.5275652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 630, '2021-10-24 00:00:00', 1.66568177711371, 3.36665217391305, 2.97014382279094, 5.23765217391303, 2.74832911006546, 6.56552173913042, 2.69905420998886, 10.4449130434783, 13.1194067058024, 31.5233043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 645, '2021-10-24 00:00:00', 1.65695659869547, 3.52752173913043, 1.73052260378575, 4.57413043478261, 2.17344456307834, 6.24121739130435, 2.4995277814889, 10.0103043478261, 13.0910099833206, 31.5472608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 660, '2021-10-24 00:00:00', 1.65595071507308, 3.19204347826088, 1.57785887594902, 4.41121739130435, 2.40212523245795, 6.02621739130435, 2.38983724866336, 9.7884347826087, 13.0085912206301, 31.569 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 675, '2021-10-24 00:00:00', 1.39099249123493, 3.26826086956521, 2.23339805266776, 4.58504347826087, 2.55117513029869, 5.935, 2.98032578464313, 9.71465217391305, 13.0446618226458, 31.5863913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 690, '2021-10-24 00:00:00', 1.31747126780889, 3.28121739130435, 1.56978590972513, 4.1174347826087, 1.98021020363821, 5.59821739130437, 2.67163352940013, 9.22547826086958, 13.0618264218412, 31.4167391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 705, '2021-10-24 00:00:00', 0.934824330900873, 2.74856521739131, 1.57317718347073, 3.84621739130436, 2.12173768462822, 5.37656521739132, 2.84637707525643, 9.071, 14.8592011251968, 35.0185217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 720, '2021-10-24 00:00:00', 1.03616175275176, 2.66678260869565, 1.11422651347029, 3.94278260869566, 1.40787260248294, 4.79891304347826, 2.62572269893443, 9.00834782608695, 14.8424465940502, 35.2515217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 735, '2021-10-24 00:00:00', 0.880920772325533, 2.92595652173914, 1.09327183822366, 3.5213043478261, 1.37237775973492, 4.79747826086958, 2.69006496755082, 8.91456521739129, 14.8988698787536, 35.4058695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 750, '2021-10-24 00:00:00', 0.807672503876282, 2.34265217391304, 1.04482364001546, 3.12956521739131, 1.425389561896, 4.46269565217393, 3.01019327180111, 9.23447826086957, 15.091718888185, 35.545 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 765, '2021-10-24 00:00:00', 0.850867987419782, 2.42582608695654, 1.40314331909219, 3.58908695652176, 1.43122086003443, 4.65217391304349, 2.74608990148457, 9.92726086956521, 15.484869006556, 35.8641739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 780, '2021-10-24 00:00:00', 1.1031783403389, 2.74778260869567, 1.04482380646752, 3.48517391304348, 1.0838792685418, 4.49721739130436, 3.00688287574667, 10.2470869565217, 15.495693735355, 36.0903913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 795, '2021-10-24 00:00:00', 0.832122853121902, 2.35647826086957, 1.1305528991195, 3.22730434782609, 1.3037775065406, 4.73517391304348, 3.34893733897714, 10.8858695652174, 15.3881178317285, 36.1903043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 810, '2021-10-24 00:00:00', 1.13632620191307, 2.57065217391306, 1.22225594086519, 3.47430434782611, 1.74952107054603, 5.45639130434783, 3.42660230486867, 11.1400869565217, 15.366767052836, 36.3837391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 825, '2021-10-24 00:00:00', 0.726394986139994, 2.42069565217394, 1.10438722121697, 3.61404347826088, 1.71002915630553, 5.07852173913044, 3.51592919141602, 11.1164782608696, 15.3310409902867, 36.5248695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 840, '2021-10-24 00:00:00', 0.888475385073434, 2.87434782608696, 1.6447652955575, 4.14782608695651, 1.74773447142542, 4.96965217391304, 3.62447970860684, 10.9076086956522, 15.3148993139376, 36.5832173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 855, '2021-10-24 00:00:00', 1.30075896209496, 2.87182608695652, 1.37421556639594, 3.51182608695652, 2.04339872269729, 4.69660869565218, 3.51404506451112, 10.6534782608696, 15.3675024463553, 36.5074347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 870, '2021-10-24 00:00:00', 0.537026257813357, 2.15373913043479, 0.838704987069913, 2.96034782608697, 1.58744456813994, 4.24943478260871, 3.46401088209958, 10.5648695652174, 15.3288631197964, 36.593 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 885, '2021-10-24 00:00:00', 0.59522468272484, 2.27517391304349, 1.35693930180192, 3.27321739130438, 1.85877542139808, 4.45339130434784, 5.886544548321, 15.3840869565217, 15.3106706516198, 36.9205652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 900, '2021-10-24 00:00:00', 1.28168459581991, 2.34069565217394, 1.38639017715798, 3.17478260869566, 2.04209141031032, 4.64165217391305, 6.48125510889375, 16.2608260869565, 15.2229287244149, 37.1313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 915, '2021-10-24 00:00:00', 0.806401921679597, 2.34417391304349, 1.18041458349716, 3.39404347826087, 1.67571745356719, 4.6024347826087, 7.28302492371993, 17.0643043478261, 15.2050965123085, 37.2616956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 930, '2021-10-24 00:00:00', 0.698688933142949, 2.46204347826087, 1.2899648139945, 3.45730434782609, 2.21190108438751, 4.95604347826087, 7.39306645664782, 17.4312173913043, 15.2050965123085, 37.2616956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 945, '2021-10-24 00:00:00', 0.929067050852754, 2.39630434782608, 1.15643559807286, 3.14926086956523, 2.27682409346203, 6.23595652173914, 7.35245929091117, 17.8894782608696, 15.0691451903152, 37.2073043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 960, '2021-10-24 00:00:00', 1.09853705628515, 2.54113043478261, 1.93785129060667, 4.01652173913044, 2.58133809097549, 7.0686086956522, 7.53973259478017, 18.100347826087, 14.9987282748125, 37.3860434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 975, '2021-10-24 00:00:00', 1.20465283241286, 3.04191304347826, 1.60239207057016, 5.40456521739131, 2.20380113052992, 7.85882608695653, 7.01517824198348, 17.9153043478261, 14.7107020859529, 37.4379565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 990, '2021-10-24 00:00:00', 1.51084070254231, 4.53291304347827, 1.76506620597146, 5.89443478260871, 2.31858711492283, 7.62413043478263, 6.92639430434685, 17.9198260869565, 14.6199487746679, 37.4119130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1005, '2021-10-24 00:00:00', 1.16323738311928, 3.72186956521739, 1.82746528167602, 5.28791304347826, 2.33803086297113, 6.70995652173913, 7.08719650861881, 17.4915217391304, 14.5375438332463, 37.4293913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1020, '2021-10-24 00:00:00', 1.53325813930309, 3.81860869565217, 1.99332798369785, 5.23778260869567, 2.59768123799461, 6.36821739130436, 7.25338906831039, 17.3376086956522, 14.5391410075408, 37.420652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1035, '2021-10-24 00:00:00', 1.56682782929086, 3.57491304347827, 2.40301522055054, 4.53017391304349, 1.98335899453068, 5.75508695652175, 7.00123819399197, 17.0373913043478, 14.386617380612, 37.1682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1050, '2021-10-24 00:00:00', 1.58698795047117, 2.99013043478262, 1.65896634325812, 3.81065217391305, 1.44483378969413, 5.40104347826088, 6.97864336652576, 16.750652173913, 14.1522203582051, 36.9186086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1065, '2021-10-24 00:00:00', 1.38173476630897, 2.99465217391305, 1.45301222353397, 4.22660869565218, 5.52339164757398, 12.3712608695652, 6.84202412177887, 16.6089130434783, 14.0624599861354, 36.8530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1080, '2021-10-24 00:00:00', 1.56147514500183, 3.19008695652174, 1.48670797561025, 4.29817391304349, 5.84980647935039, 13.4891304347826, 6.86498852314589, 16.4828260869565, 13.9662208093547, 36.8001739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1095, '2021-10-24 00:00:00', 1.11502073395708, 2.85965217391305, 5.7969338198277, 11.3235652173913, 6.58831541862834, 14.0123478260869, 6.99814393518377, 16.1980869565217, 13.8199619784917, 36.8327826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 600, '2021-10-24 00:00:00', 4.21613432733752, 8.61088461538463, 4.19221606625348, 10.6168846153846, 4.49456809869939, 12.4190769230769, 5.8171051960179, 15.0836923076923, 11.5705751645483, 35.0169615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 615, '2021-10-24 00:00:00', 1.74068851850684, 5.26696153846154, 2.28914179148832, 7.19269230769229, 3.27129162470211, 8.55942307692307, 5.0994960609245, 12.2473461538461, 11.9469210677254, 33.6249615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 630, '2021-10-24 00:00:00', 1.78755733463722, 4.47023076923075, 2.096955132127, 5.46011538461538, 2.91985094377199, 7.18857692307692, 4.51793348062856, 11.0168461538461, 12.1827152245113, 33.4921923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 645, '2021-10-24 00:00:00', 1.1894419635339, 3.55476923076925, 1.82275009131385, 5.03515384615387, 2.54191286209058, 6.20796153846156, 4.11613533230457, 10.3319230769231, 12.135805851852, 33.4690769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 660, '2021-10-24 00:00:00', 1.43927118362039, 3.83850000000001, 1.89304959218231, 4.93396153846155, 2.48516721740441, 6.19546153846155, 4.08105818404226, 9.93130769230768, 12.0578725597078, 33.5231153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 675, '2021-10-24 00:00:00', 1.42745784364535, 3.26615384615385, 1.88582324035052, 3.99257692307694, 2.4378048309588, 5.83692307692309, 4.18590198348988, 9.74515384615383, 11.8598683430881, 33.7133461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 690, '2021-10-24 00:00:00', 1.29357891912322, 2.8025, 1.85538543580157, 4.40834615384617, 2.06025461495939, 5.88296153846155, 4.26362978711078, 9.6991923076923, 11.619447249133, 34.1531538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 705, '2021-10-24 00:00:00', 1.17335526327117, 3.30857692307694, 1.27837819371021, 4.21438461538463, 1.75521141571209, 5.55992307692308, 4.21864304322536, 9.57038461538461, 10.6747840596426, 36.209 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 720, '2021-10-24 00:00:00', 0.804164147040009, 2.91315384615385, 1.37965468868119, 4.0795, 2.30892324288585, 5.6466923076923, 4.35166685818381, 9.53773076923076, 10.6487878868912, 36.5665 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 735, '2021-10-24 00:00:00', 0.972582943269353, 3.04230769230768, 1.26008246616578, 3.84230769230768, 2.30604696729806, 5.53984615384615, 4.30071540542518, 9.44296153846153, 10.3769322062855, 36.6755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 750, '2021-10-24 00:00:00', 0.788411922791626, 2.69399999999999, 1.81189242676099, 4.1823846153846, 2.19411655429836, 5.15457692307691, 4.27130790219864, 9.27965384615384, 10.1911447818493, 36.9202692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 765, '2021-10-24 00:00:00', 1.47691817178674, 3.11838461538461, 1.8237629708507, 3.89057692307694, 2.51398703625566, 4.86146153846155, 4.47638183426679, 9.60838461538462, 10.1911447818493, 36.9202692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 780, '2021-10-24 00:00:00', 1.28790387123358, 2.8926923076923, 1.26113348832889, 3.45165384615385, 3.69624840677886, 5.03626923076924, 5.33659931186374, 10.3021538461538, 10.1341143158223, 37.0813846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 795, '2021-10-24 00:00:00', 0.876184241250306, 2.41023076923076, 2.0604401456597, 3.59407692307693, 3.2632173875581, 4.91696153846153, 5.49812845598041, 10.7829615384615, 10.1598072471116, 37.1025384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 810, '2021-10-24 00:00:00', 1.3750132088876, 2.61226923076924, 2.67109253965199, 3.52965384615385, 2.89347873674578, 4.75199999999999, 5.61669140166508, 10.9836923076923, 10.1550018900123, 37.0838846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 825, '2021-10-24 00:00:00', 2.12263708590552, 2.54096153846154, 2.95541858027172, 3.52123076923077, 3.13266465096163, 4.93984615384615, 5.59798607591639, 11.2868846153846, 9.99737073065481, 37.2063846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 840, '2021-10-24 00:00:00', 1.62138706668087, 2.5425, 1.51264443124768, 3.47484615384614, 2.08253053315876, 4.7696923076923, 5.26586932102894, 11.2511153846154, 10.0169221736942, 37.2140769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 855, '2021-10-24 00:00:00', 0.843695848404732, 2.49426923076923, 1.78505574142657, 3.519, 1.92956105331278, 4.45753846153846, 5.09805192598113, 11.428, 10.0269273192048, 37.1872307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 870, '2021-10-24 00:00:00', 1.59256592376532, 2.64630769230768, 1.65677740392422, 3.54138461538461, 2.05829724436337, 4.73711538461538, 4.84578116350866, 11.9492692307692, 10.065693621711, 37.1163846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 885, '2021-10-24 00:00:00', 0.926132816525883, 2.51607692307691, 1.34510111715984, 3.39215384615385, 1.6949911313587, 4.89015384615385, 9.21775769271132, 17.5261923076923, 10.065693621711, 37.1163846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 900, '2021-10-24 00:00:00', 1.06339816408748, 2.47484615384616, 1.2859264125375, 3.52346153846154, 1.76746112219239, 4.49046153846154, 9.13294330179741, 18.0950769230769, 10.0577317082623, 37.1606538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 915, '2021-10-24 00:00:00', 1.01289949155877, 2.71650000000001, 1.70293579444442, 3.69800000000001, 1.70956563444097, 4.53853846153846, 9.20768022334533, 18.5788461538462, 10.0472615539681, 37.1644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 930, '2021-10-24 00:00:00', 1.38529134786208, 2.75203846153847, 1.46407595904247, 3.34442307692307, 1.96176767894515, 4.9578846153846, 9.15014026256513, 19.0402307692308, 10.0222150513439, 37.2548461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 945, '2021-10-24 00:00:00', 0.763979302981842, 2.40284615384615, 1.23245245937331, 3.27376923076923, 2.31025639735905, 6.04869230769232, 9.411372825552, 19.7266923076923, 9.99121897645049, 37.3086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 960, '2021-10-24 00:00:00', 1.01082560620208, 2.62561538461538, 1.5840274065228, 4.12176923076922, 3.33782536391585, 7.289, 9.51645440729655, 19.9763846153846, 9.9885104537471, 37.3682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 975, '2021-10-24 00:00:00', 1.31047436684348, 3.2928846153846, 2.15611318705317, 5.50465384615385, 3.70308824880822, 8.30746153846152, 9.53973885152968, 20.2126538461538, 10.0744262101926, 37.3182307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 990, '2021-10-24 00:00:00', 1.63889250457083, 4.6068076923077, 3.47338267045033, 6.44515384615384, 4.23246450500815, 8.56511538461537, 9.58423630768454, 20.5048076923077, 10.055284814235, 37.2951538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1005, '2021-10-24 00:00:00', 2.79220712257967, 4.55884615384617, 3.0704249289985, 6.22526923076923, 4.14183593331043, 7.80546153846155, 9.53601664331279, 20.4316923076923, 9.78985889652378, 37.2584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1020, '2021-10-24 00:00:00', 1.75755494497764, 4.31476923076922, 2.81649155893257, 5.57969230769231, 3.43765962448962, 7.18357692307692, 9.73143161007355, 19.8633076923077, 9.80636755990717, 36.813 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1035, '2021-10-24 00:00:00', 1.82489004600276, 3.65600000000001, 2.14880862483231, 5.01511538461539, 2.47919201726317, 6.56953846153846, 9.66862718566523, 19.4321538461539, 9.60763571468827, 36.6701153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1050, '2021-10-24 00:00:00', 1.24721843130407, 3.59284615384617, 1.77447531920326, 4.71046153846155, 2.94356475043441, 6.537, 9.58404833588686, 19.2822307692308, 9.53588141486991, 36.6009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1065, '2021-10-24 00:00:00', 1.35022339804024, 3.18976923076924, 1.73357536456173, 4.19923076923077, 9.54735635104537, 14.1174230769231, 9.38689200632785, 18.9975384615385, 9.51616975056341, 36.4551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1080, '2021-10-24 00:00:00', 1.14330861907953, 3.01803846153846, 2.77680327105718, 4.6513846153846, 9.57720907603848, 14.5883846153846, 9.41133658103559, 18.7668076923077, 9.57829951994851, 36.4285769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1095, '2021-10-24 00:00:00', 2.87773849375887, 3.59603846153846, 9.74163943618401, 13.4562307692308, 9.40281204190452, 15.2588461538462, 9.49411048306346, 18.5592307692308, 9.67386208804225, 36.3305384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 600, '2021-10-24 00:00:00', 4.92477726353028, 8.26915384615386, 5.07384852219239, 9.18011538461539, 4.97497005866523, 10.8732692307692, 5.57629523125829, 14.4081153846154, 8.09774951614051, 33.6021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 615, '2021-10-24 00:00:00', 1.23200100461996, 4.88934615384615, 1.98349712027868, 6.63488461538461, 2.6228983674847, 8.57861538461538, 4.20630896703438, 12.0136153846154, 8.32334261848059, 32.9287692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 630, '2021-10-24 00:00:00', 1.53999438760217, 4.33992307692308, 1.59291320976573, 5.56057692307691, 2.23505679604311, 7.21480769230769, 3.79671809796099, 11.0906538461538, 8.20517578080117, 32.4869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 645, '2021-10-24 00:00:00', 1.4686773180707, 4.01423076923077, 1.6936334123371, 5.63884615384616, 2.52901561177771, 6.95526923076924, 3.75249038311686, 10.8176538461538, 8.22032821738514, 32.2521923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 660, '2021-10-24 00:00:00', 1.57210933266302, 3.97807692307693, 1.81386137880999, 4.8566923076923, 2.39050452125777, 6.33311538461539, 3.74095521758815, 10.2295, 8.07166275587721, 32.1097307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 675, '2021-10-24 00:00:00', 0.684239113625778, 3.09273076923077, 1.18499742031527, 4.10938461538463, 1.86211619442462, 5.7788076923077, 3.50359850702982, 9.85853846153847, 8.21932010111636, 32.1097307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 690, '2021-10-24 00:00:00', 1.03773751238712, 3.05023076923078, 1.49172034758012, 4.34465384615385, 2.19445414975675, 5.56715384615385, 3.45228581867815, 10.1915769230769, 8.22357320624444, 32.1330384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 705, '2021-10-24 00:00:00', 0.92387151620857, 3.13353846153846, 1.2640858350846, 4.04696153846153, 1.6888569844265, 5.11807692307692, 3.1038268924767, 9.94546153846154, 12.0262442117869, 33.1921923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 720, '2021-10-24 00:00:00', 0.76428943369744, 2.96046153846154, 1.26583211974758, 3.76165384615386, 1.55459683074226, 4.82188461538462, 3.02108702316543, 9.69219230769231, 12.7286387244851, 33.6465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 735, '2021-10-24 00:00:00', 0.969805710121696, 2.71565384615386, 1.17363111554894, 3.48334615384617, 1.91922189080728, 5.13288461538464, 3.10175717841456, 9.56907692307693, 12.541395689537, 33.8918076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 750, '2021-10-24 00:00:00', 0.9250328892282, 2.68338461538463, 1.31355626274044, 3.71815384615385, 1.73876510909766, 5.10023076923078, 2.96440928581838, 9.45742307692307, 12.2173354298151, 34.2762692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 765, '2021-10-24 00:00:00', 0.965006821817263, 2.57461538461539, 1.35505915227116, 3.55088461538463, 1.58238255220994, 4.55669230769231, 3.39623165378245, 10.2203846153846, 12.0270011140958, 34.3719615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 780, '2021-10-24 00:00:00', 1.0171836805612, 2.68000000000002, 1.12072148190352, 3.58, 1.50422052035137, 4.74657692307693, 3.6292725833995, 10.7702692307692, 11.8520519052447, 34.5487307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 795, '2021-10-24 00:00:00', 0.981401152199476, 2.55730769230768, 0.978443781648267, 3.46807692307692, 1.75857762847837, 4.88865384615385, 3.56641909289329, 11.2218846153846, 12.165640302729, 34.7448461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 810, '2021-10-24 00:00:00', 0.775456248827844, 2.33292307692308, 1.32731005942324, 3.38192307692308, 1.41626224212239, 5.01053846153847, 3.52317229780208, 11.297, 12.3676673328233, 34.8488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 825, '2021-10-24 00:00:00', 1.03955540496886, 2.52600000000001, 1.25450543181826, 3.59296153846154, 2.01107088044003, 5.19638461538461, 3.50293717306799, 11.7660384615385, 12.3657753569464, 34.8565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 840, '2021-10-24 00:00:00', 1.08295923355335, 2.7416923076923, 1.23036574174574, 3.88753846153846, 2.03534313455609, 5.16165384615385, 3.32603093398817, 12.0525769230769, 12.4059848153406, 35.0950384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 855, '2021-10-24 00:00:00', 1.31131849150153, 2.66488461538462, 2.17657377227464, 3.88911538461539, 2.03857535209122, 5.10211538461541, 3.58995483515623, 12.3259615384615, 12.4123167678783, 35.2431153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 870, '2021-10-24 00:00:00', 1.18483075844352, 2.70661538461539, 1.11673421188751, 3.35850000000002, 2.53689896224017, 5.64623076923078, 3.60255251389687, 12.1781538461538, 12.4644502493476, 35.3315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 885, '2021-10-24 00:00:00', 0.527065783370543, 2.25650000000001, 1.05894252041292, 3.4313076923077, 2.37662431191804, 5.84800000000001, 7.87629242180901, 19.3910769230769, 12.4245401265151, 35.5276538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 900, '2021-10-24 00:00:00', 1.06814381342301, 2.7556153846154, 2.4975357923053, 4.60907692307692, 2.54064467409355, 5.83600000000001, 7.75313793078945, 19.7434230769231, 12.478009412316, 35.5084230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 915, '2021-10-24 00:00:00', 2.21796432932402, 3.27261538461538, 2.15902771600123, 4.32003846153846, 2.42455383492746, 5.46846153846154, 7.78031511098065, 19.8258846153846, 12.4747154724451, 35.5180384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 930, '2021-10-24 00:00:00', 1.79803169647767, 2.9683076923077, 1.74699003607742, 3.77611538461539, 2.00188263238535, 5.13692307692308, 7.73634467661469, 19.7876538461538, 12.5037983989482, 35.5141923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 945, '2021-10-24 00:00:00', 0.942420690807218, 2.35596153846155, 1.72348933227379, 3.47403846153847, 1.91194362324351, 6.39053846153848, 7.89776170939979, 19.9835384615384, 12.4874658319699, 35.5507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 960, '2021-10-24 00:00:00', 0.991374089914515, 2.61988461538461, 0.996237191404964, 3.6866923076923, 2.01383189925611, 6.92496153846154, 8.0160169126952, 20.0357692307692, 12.671981923064, 35.5294615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 975, '2021-10-24 00:00:00', 0.668539243425541, 3.06400000000001, 1.68751284439555, 5.55800000000001, 2.00707873940057, 7.59211538461539, 8.00186851688645, 20.0451923076923, 12.8979647477959, 35.5756538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 990, '2021-10-24 00:00:00', 1.51017124653006, 4.63892307692309, 1.76615687472937, 5.80011538461539, 1.98838269958275, 7.34600000000002, 8.21923183421756, 20.1337692307692, 12.8979647477959, 35.5756538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1005, '2021-10-24 00:00:00', 1.28299075360897, 3.92207692307693, 1.64032969856671, 5.495, 2.57226218815567, 7.35226923076924, 8.67774941223463, 20.0426923076923, 13.0974124322326, 35.6525 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1020, '2021-10-24 00:00:00', 1.1286721762932, 4.0841923076923, 1.62568803138383, 5.26215384615385, 2.78497911275141, 7.21753846153847, 8.4884712231446, 19.8791153846154, 13.105530148523, 35.5679230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1035, '2021-10-24 00:00:00', 1.53244160134684, 3.8143076923077, 2.24987968088553, 5.40446153846155, 2.89196401509689, 6.85623076923076, 8.25673627055743, 19.6271923076923, 13.3750992858428, 35.4891153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1050, '2021-10-24 00:00:00', 1.27206705737613, 3.61496153846155, 1.49026400965116, 4.67953846153848, 1.81296376814744, 5.65476923076923, 8.09346598806717, 19.0295, 13.2011294064619, 35.1083846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1065, '2021-10-24 00:00:00', 1.10227850173384, 3.06084615384616, 1.49004203141542, 3.93015384615384, 7.87550164585381, 15.8305769230769, 8.12950096651791, 18.8947307692308, 13.0208012078307, 34.7565769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1080, '2021-10-24 00:00:00', 0.984685506217007, 2.8578846153846, 1.16446365071914, 4.14192307692307, 7.78541842924717, 16.1349615384615, 8.21418238264679, 18.8698461538461, 13.1335066320989, 34.5818461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1095, '2021-10-24 00:00:00', 1.17535471830684, 3.04992307692309, 7.62420888052301, 15.3485769230769, 7.71235507451417, 16.3123461538461, 7.90778815336259, 18.8989615384615, 12.9267316509389, 34.6108461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 600, '2021-10-24 00:00:00', 6.44120107385619, 9.98407692307692, 6.38191042098982, 11.1113076923077, 6.73331484497335, 11.9728076923077, 6.43470213487893, 15.1187307692308, 12.788012333973, 33.3114230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 615, '2021-10-24 00:00:00', 1.6548485206066, 4.84311538461537, 1.66528355127703, 6.08111538461538, 4.61259998765922, 7.79561538461538, 4.95779111252022, 12.5643461538461, 13.5679272358921, 33.1020384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 630, '2021-10-24 00:00:00', 1.23281496022469, 4.07538461538463, 1.93029131320796, 5.37807692307693, 4.40121356288851, 7.27788461538462, 4.71456253374746, 12.9667307692308, 13.4980383954342, 33.2117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 645, '2021-10-24 00:00:00', 1.53285873301639, 4.12715384615386, 3.97162219231154, 5.73096153846154, 3.86065348075446, 6.75946153846155, 4.78979169500495, 13.1501923076923, 13.5646521582327, 33.1904230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 660, '2021-10-24 00:00:00', 3.03050169215492, 3.98911538461537, 2.91517769164183, 5.02742307692307, 2.87158887458066, 6.35823076923077, 4.31656051682177, 13.1228461538461, 13.5973370598805, 33.056 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 675, '2021-10-24 00:00:00', 2.16302617218064, 3.7173076923077, 2.20327485907123, 4.69776923076924, 2.90923938486703, 6.51496153846155, 4.1093587012312, 12.8398461538461, 13.4589715831257, 32.8116538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 690, '2021-10-24 00:00:00', 1.09264332487075, 3.25365384615385, 1.64183404811157, 4.40980769230769, 1.91491757484796, 5.96896153846153, 3.94029742044156, 12.3978076923077, 13.5234869267679, 32.5445384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 705, '2021-10-24 00:00:00', 1.41754663903738, 3.29092307692308, 1.63513135299232, 4.6173076923077, 2.01484170632299, 5.92230769230769, 3.92778558399592, 12.4269230769231, 12.917753302931, 33.1403461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 720, '2021-10-24 00:00:00', 1.14528564189832, 3.16919230769233, 1.6427059870835, 4.21100000000001, 2.51199454311018, 5.98376923076923, 3.91666473438032, 12.0638076923077, 12.3988653717247, 33.1271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 735, '2021-10-24 00:00:00', 1.14128534623838, 3.13180769230769, 1.66203155991511, 4.20888461538461, 2.85816562043666, 6.09107692307692, 3.96849528643559, 11.6810384615385, 12.1500745593787, 32.9519615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 750, '2021-10-24 00:00:00', 0.874333505283616, 2.80603846153846, 1.56288946998326, 4.08584615384614, 2.80712981065111, 5.92742307692308, 3.85736841203349, 11.1458846153846, 11.8201874200942, 32.8593846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 765, '2021-10-24 00:00:00', 1.45661101718495, 2.97484615384616, 2.43308691456884, 4.28442307692308, 3.25395365883507, 6.02157692307693, 4.29696788194439, 11.6494615384615, 11.5915781892916, 33.0710384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 780, '2021-10-24 00:00:00', 1.65996727863951, 3.19038461538463, 2.21934105431875, 4.23565384615385, 2.75164458796218, 5.70053846153847, 4.37892360447704, 11.8685769230769, 11.5469406474349, 33.0576538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 795, '2021-10-24 00:00:00', 1.27672710233869, 2.78757692307693, 2.15977521658014, 3.9541153846154, 2.25853998074317, 5.53473076923077, 4.83711036944101, 11.7646153846154, 11.0927924885417, 32.8190769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 810, '2021-10-24 00:00:00', 1.69665721301078, 2.97153846153848, 1.83565376197314, 3.97157692307693, 2.60200549192348, 5.92749999999999, 4.51311533473445, 11.8492307692308, 11.0043649541723, 32.9712692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 825, '2021-10-24 00:00:00', 1.04706823008891, 2.81796153846153, 1.23626904278715, 3.8578846153846, 2.92967943638888, 6.14299999999999, 4.31390335614437, 12.0913846153846, 10.9964320866081, 32.9116538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 840, '2021-10-24 00:00:00', 1.02900855419934, 2.97726923076923, 2.2801187043998, 4.49688461538461, 2.72310068092634, 6.24296153846153, 4.43301562995039, 12.1181538461539, 10.8395959558534, 32.7096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 855, '2021-10-24 00:00:00', 1.24183152393799, 3.19342307692308, 1.74310591760798, 4.27600000000001, 2.03858981764733, 5.58326923076923, 4.60048306644153, 12.0067307692308, 10.9528144474377, 32.466 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 870, '2021-10-24 00:00:00', 1.25299252376675, 2.76876923076923, 1.78576562722676, 3.97034615384615, 1.80152829991221, 5.01584615384616, 4.62643841033415, 12.4252692307692, 10.7318449250529, 32.5061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 885, '2021-10-24 00:00:00', 1.22346383430247, 2.71392307692308, 1.30181964779481, 3.52334615384616, 1.62718645709514, 4.93738461538461, 5.84847832845959, 17.6970384615385, 10.7738323995617, 32.4274230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 900, '2021-10-24 00:00:00', 0.816930119410462, 2.5025, 1.15995756752628, 3.70403846153846, 2.57808297294416, 5.33515384615386, 6.04307279465823, 18.1948076923077, 10.7694852013241, 32.4293076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 915, '2021-10-24 00:00:00', 1.20770362449375, 2.70073076923077, 1.59237042317903, 3.77973076923077, 2.63831915722579, 5.24884615384615, 6.03483808271733, 18.5162692307692, 10.7414393892926, 32.4390769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 930, '2021-10-24 00:00:00', 1.57042743813954, 3.02846153846155, 2.56844697164528, 4.24738461538462, 2.50616973211189, 5.59338461538463, 5.95183725545185, 18.6896538461538, 10.7949881160728, 32.4698846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 945, '2021-10-24 00:00:00', 2.40011654204219, 3.20884615384616, 2.3800193095532, 4.22992307692308, 2.45519177537033, 6.81057692307693, 5.69047646457185, 18.6130769230769, 10.8365799336535, 32.4855384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 960, '2021-10-24 00:00:00', 0.861782361424024, 2.68903846153846, 0.736565030812198, 3.76426923076923, 2.28591532550631, 6.83865384615384, 5.51074877615068, 18.3060769230769, 11.1989732541048, 32.2101153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 975, '2021-10-24 00:00:00', 0.736606770160407, 2.85457692307692, 1.75480814292092, 5.22946153846153, 2.70276293078028, 7.2965, 5.1932286427024, 18.6021538461538, 11.2762301963705, 32.1428076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 990, '2021-10-24 00:00:00', 1.68311901494267, 4.72753846153846, 2.09673726207025, 5.93688461538461, 2.61284122865394, 7.61338461538461, 5.07292695924613, 18.5314230769231, 11.3383770208154, 31.9721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1005, '2021-10-24 00:00:00', 1.50012236629088, 4.00292307692306, 1.81756985010204, 5.37199999999999, 2.43801388397637, 7.12153846153846, 5.61646573074344, 18.7832307692308, 11.4491561871809, 31.8390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1020, '2021-10-24 00:00:00', 1.2323065359161, 3.70296153846155, 1.75338599725919, 4.98484615384615, 3.02007049561123, 6.75803846153847, 5.61338946941905, 18.5278461538462, 11.8325000407288, 31.6794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1035, '2021-10-24 00:00:00', 1.36945843535092, 3.46961538461539, 1.90345748411834, 4.75807692307694, 3.07146492961357, 6.54257692307694, 5.70657544255208, 18.0048076923077, 12.0036988525012, 31.7216923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1050, '2021-10-24 00:00:00', 1.14606960521601, 3.25550000000002, 1.85389119919738, 4.37846153846155, 2.75365443449523, 6.81776923076923, 5.51875809050718, 17.3226923076923, 11.9147684355948, 31.5739230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1065, '2021-10-24 00:00:00', 1.09260449104244, 3.12442307692309, 1.70652064559622, 4.42192307692309, 4.98665663299416, 13.1828461538461, 5.46537189444739, 16.9247692307692, 11.9233914301001, 31.6026538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1080, '2021-10-24 00:00:00', 1.43845737671139, 3.52523076923078, 2.1213851516258, 5.33980769230769, 4.96828161486598, 13.3052692307692, 5.40912872850503, 16.5861923076923, 11.8697982423395, 31.3680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1095, '2021-10-24 00:00:00', 1.70363317467293, 3.86307692307692, 5.31928787960887, 11.9401153846154, 4.95165702506202, 13.2384230769231, 5.29440806947801, 16.0803846153846, 11.7093263292392, 31.0797307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 600, '2021-10-24 00:00:00', 3.78978855346837, 7.99299999999999, 3.61370195207925, 9.11103846153846, 3.35497761175609, 10.6438461538461, 5.03499435016107, 13.9448846153846, 11.5336418925747, 30.5798846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 615, '2021-10-24 00:00:00', 1.48686830465399, 5.13565384615385, 2.03083220418095, 6.43180769230769, 2.59881399458708, 7.93746153846154, 5.06051844592416, 11.9346923076923, 11.1948894395887, 30.2527307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 630, '2021-10-24 00:00:00', 1.41606917040963, 4.33515384615384, 1.98715839986496, 5.73111538461539, 2.54234899256575, 7.29800000000001, 4.46361198823761, 11.3593076923077, 10.7631182514105, 30.4314230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 645, '2021-10-24 00:00:00', 1.44758002409326, 4.00661538461539, 1.66914641105522, 4.96230769230769, 2.38231822359264, 6.72496153846155, 3.98890276642589, 10.688, 10.6205148798844, 30.4450769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 660, '2021-10-24 00:00:00', 1.60172163191794, 3.44311538461538, 1.87802737958251, 4.71996153846153, 2.1034639420215, 6.34165384615385, 3.77818244947732, 10.1883076923077, 10.5215073702174, 30.6106923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 675, '2021-10-24 00:00:00', 0.961628577746351, 3.13519230769232, 1.56717192223642, 4.35807692307693, 3.87680925683044, 6.76757692307694, 3.90073454956293, 9.99788461538462, 10.5853831648247, 30.7991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 690, '2021-10-24 00:00:00', 1.10822461830415, 2.90226923076924, 1.14755327478142, 3.88803846153847, 3.70794868440138, 6.2316153846154, 3.61119268365198, 9.74796153846154, 10.7741370562173, 30.5641153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 705, '2021-10-24 00:00:00', 0.751416279179123, 2.65176923076923, 3.44049321978472, 4.79165384615386, 3.53144182474221, 5.99319230769232, 3.2384790513687, 9.85938461538462, 10.8797339391253, 32.0258846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 720, '2021-10-24 00:00:00', 3.53732136292639, 3.82476923076924, 3.5048268371578, 4.66296153846155, 3.44397427132355, 6.04730769230769, 3.25010573650483, 9.92646153846155, 10.8158974007992, 32.0947692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 735, '2021-10-24 00:00:00', 1.54469688338472, 3.04930769230769, 2.17472883260986, 4.06415384615384, 2.34180859626455, 5.3453076923077, 2.64022318753547, 9.70900000000001, 10.8033854981454, 32.0923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 750, '2021-10-24 00:00:00', 1.01259109903561, 2.78942307692307, 1.2333108018039, 3.93357692307692, 1.66821221118251, 5.10469230769231, 2.92657221099254, 9.63788461538462, 10.4899442360474, 31.8593461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 765, '2021-10-24 00:00:00', 1.05854077571257, 2.65457692307693, 1.39576361013769, 3.37415384615385, 1.40085557647954, 4.61011538461537, 2.97097185886265, 9.87811538461539, 10.4096877042493, 32.0805 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 780, '2021-10-24 00:00:00', 0.998901603685849, 2.46842307692307, 1.26649500408986, 3.56434615384615, 1.18270741879026, 4.68296153846153, 2.61111997308553, 10.1490769230769, 10.4396616187425, 32.2169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 795, '2021-10-24 00:00:00', 0.747650757629925, 2.74084615384615, 0.848830138847221, 3.32573076923076, 1.47106986081036, 4.88915384615385, 2.76538658307408, 10.4950769230769, 10.3986795286709, 32.3495 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 810, '2021-10-24 00:00:00', 0.675667315724577, 2.24719230769231, 1.06605253226024, 3.4178076923077, 1.71898986482895, 4.62165384615386, 2.87445755150161, 10.4298461538462, 10.5273685551226, 32.3091538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 825, '2021-10-24 00:00:00', 0.888927489471713, 2.43680769230769, 1.35352283888549, 3.51634615384616, 1.77432115599612, 4.55373076923077, 2.72950210196208, 10.4547307692308, 10.5367865812335, 32.2765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 840, '2021-10-24 00:00:00', 0.989649541698795, 2.55115384615386, 1.27631410891497, 3.16823076923079, 1.54497875564185, 4.21534615384618, 2.78780296180455, 10.5799230769231, 10.4800423701434, 32.388 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 855, '2021-10-24 00:00:00', 0.722282322811624, 2.19907692307694, 0.822903161888527, 3.00957692307693, 1.57956297558728, 4.38807692307692, 3.07682799399242, 10.6642307692308, 10.5897622573009, 32.3378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 870, '2021-10-24 00:00:00', 0.839429957677337, 2.36757692307692, 0.882279624260163, 3.14084615384617, 2.02256083373378, 5.17538461538462, 3.36676455437791, 10.7912692307692, 10.5525538386905, 32.3360384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 885, '2021-10-24 00:00:00', 0.679846925078336, 2.33719230769232, 1.47684850949582, 3.554, 1.84746570198204, 5.404, 9.97714755729313, 16.6945, 10.9727378567906, 32.1360769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 900, '2021-10-24 00:00:00', 1.14373407950248, 2.50226923076923, 1.6999282686224, 3.91196153846153, 1.6643846689254, 4.9753846153846, 10.470297686239, 17.5100384615385, 10.9732078524854, 31.9804230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 915, '2021-10-24 00:00:00', 1.50308555516772, 2.93688461538461, 1.64024471157391, 3.85007692307693, 1.88007863665326, 5.167, 10.459892442821, 18.0093461538462, 11.0769799033852, 31.9475 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 930, '2021-10-24 00:00:00', 1.31681359933159, 2.90584615384616, 1.38231056512695, 3.79046153846154, 2.12489131848775, 5.56934615384617, 10.4423073377192, 18.2191538461539, 10.9803360251931, 31.8421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 945, '2021-10-24 00:00:00', 0.969190685373833, 2.62123076923078, 1.54158539821833, 3.75950000000001, 2.38256092504231, 6.2848076923077, 10.4818470968402, 18.2118076923077, 11.0069532751592, 31.7461923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 960, '2021-10-24 00:00:00', 1.1455320275548, 2.83488461538462, 1.73796297561697, 4.46423076923078, 2.12259377033058, 6.81707692307693, 10.4522236833199, 18.5116153846154, 11.0108848845132, 31.7385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 975, '2021-10-24 00:00:00', 1.69408856729693, 3.67192307692309, 2.33574402575414, 5.45807692307694, 2.33413620985448, 7.1766153846154, 10.6623342822364, 18.6768846153846, 11.0158412526968, 31.6732307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 990, '2021-10-24 00:00:00', 1.238120188027, 3.964, 1.6338271752121, 5.30796153846154, 2.53008571487517, 6.78473076923079, 10.9558237290282, 18.4886923076923, 11.2193254527109, 31.4905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1005, '2021-10-24 00:00:00', 1.44554555046238, 3.83853846153845, 1.73091980350155, 5.13038461538462, 2.20690466595532, 6.24373076923078, 10.8132069942982, 17.9366923076923, 11.0892690193996, 31.3872307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1020, '2021-10-24 00:00:00', 1.2171080155592, 3.56519230769231, 1.57258958262625, 4.64965384615386, 1.86612960057811, 5.80138461538463, 10.9368904229957, 17.9402692307692, 11.0344481971408, 31.3791538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1035, '2021-10-24 00:00:00', 1.02582697596397, 3.09623076923078, 1.3562285670763, 4.10361538461539, 2.01306190817715, 5.55238461538464, 11.063945663488, 18.0387307692308, 11.2125158692624, 31.3640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1050, '2021-10-24 00:00:00', 0.859386178976232, 2.82326923076923, 1.18006643098533, 3.74430769230769, 1.75226540358915, 5.65173076923077, 10.7781580515696, 18.0537692307692, 11.0406333082008, 31.4256153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1065, '2021-10-24 00:00:00', 0.791639754900204, 2.56930769230768, 1.08556210253562, 3.87803846153846, 9.51064407460642, 13.1880769230769, 10.9356275903756, 17.9823461538462, 11.4782815191929, 31.2430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1080, '2021-10-24 00:00:00', 1.03877165699908, 2.94965384615385, 1.54788637825909, 4.448, 10.1731078120398, 14.2536538461539, 10.7941238869189, 18.0016153846154, 11.336852259098, 31.3487692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1095, '2021-10-24 00:00:00', 1.70503271522867, 3.42699999999999, 9.52892165244639, 12.6784615384616, 10.2314852883711, 14.7046153846154, 10.7198518776362, 18.0669615384616, 12.0484366764387, 31.8521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:33 Duration: 3s536ms 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 970080, 1, 600, '2021-10-24 00:00:00', 0.858406774204398, 1.76024, 0.880867719921672, 2.19476, 0.967025451233491, 2.59584, 1.46652677211612, 3.51224, 4.27604497832596, 9.61064 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 615, '2021-10-24 00:00:00', 0.657805505703112, 1.1052, 0.843909793757601, 1.55136, 0.909229756442233, 1.9814, 1.42451892815317, 3.36752, 4.29713978052068, 9.56528 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 630, '2021-10-24 00:00:00', 0.496748148797089, 0.87684, 0.689057165020921, 1.36488, 0.717555282423129, 1.739, 1.2987362601134, 3.16596, 4.23338327188393, 9.45352 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 645, '2021-10-24 00:00:00', 0.532698811086841, 0.848239999999998, 0.584429066126366, 1.2362, 0.724042298488146, 1.6634, 1.27807052752708, 3.01024, 4.22536417444304, 9.41564 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 660, '2021-10-24 00:00:00', 0.407750025546699, 0.752400000000001, 0.356159692647367, 1.01968, 0.533450366325985, 1.52028, 1.25389870404272, 2.89872, 4.20510618890891, 9.34132 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 675, '2021-10-24 00:00:00', 0.264191060913625, 0.7324, 0.485186905566642, 1.1458, 0.524878319232182, 1.3994, 1.23329079836563, 2.84188, 4.19975159900361, 9.32908 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 690, '2021-10-24 00:00:00', 0.414284914038635, 0.777359999999998, 0.45124448288409, 0.991, 0.490497390411, 1.28224, 1.23097953949961, 2.74828, 4.15440336189607, 9.27928 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 705, '2021-10-24 00:00:00', 0.242590793999545, 0.65828, 0.300458494083065, 0.874159999999999, 0.43283224232952, 1.209, 1.22847470195089, 2.65552, 4.47804956128596, 10.65704 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 720, '2021-10-24 00:00:00', 0.265166538864413, 0.60672, 0.37085621652243, 0.904400000000002, 0.493666682421785, 1.27772, 1.29100441775645, 2.67364, 4.4896573191429, 10.75548 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 735, '2021-10-24 00:00:00', 0.267856037204066, 0.626240000000002, 0.326333929178888, 0.845800000000002, 0.493977647942358, 1.2418, 1.45589920667607, 2.6632, 4.52304920453743, 10.80976 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 750, '2021-10-24 00:00:00', 0.267557732087863, 0.596840000000003, 0.370189712624937, 0.918440000000003, 0.493099999999999, 1.17988, 1.58283561475389, 2.6454, 4.52065503808169, 10.86416 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 765, '2021-10-24 00:00:00', 0.263926334419283, 0.583120000000001, 0.334830643758903, 0.821679999999997, 0.550642512585678, 1.17652, 1.62237420467659, 2.72432, 4.54616405042024, 10.81536 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 780, '2021-10-24 00:00:00', 0.259186978839601, 0.612839999999998, 0.341619661807298, 0.841079999999999, 0.985658705299827, 1.3992, 1.63410849598999, 2.79708, 4.57129755758691, 10.80512 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 795, '2021-10-24 00:00:00', 0.23245868450114, 0.616040000000002, 0.361170435297981, 0.866799999999997, 1.11876617306746, 1.6826, 1.66960028849223, 2.82304, 4.56343089060559, 10.79008 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 810, '2021-10-24 00:00:00', 0.291290679562528, 0.572479999999997, 0.875011348497833, 1.04312, 1.14320748772915, 1.65212, 1.6552625139234, 3.00436, 4.55884737515965, 10.77484 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 825, '2021-10-24 00:00:00', 0.802462372949657, 0.794880000000005, 1.05858454708792, 1.37392000000001, 1.09753101702564, 1.6064, 1.67555021609818, 2.99688, 4.55335387306251, 10.76008 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 840, '2021-10-24 00:00:00', 1.00316843550822, 1.16808, 1.09043313565451, 1.38344, 1.17604513518827, 1.58892, 1.64919035994434, 2.95248, 4.53854000680102, 10.73268 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 855, '2021-10-24 00:00:00', 0.334308051553258, 0.627039999999999, 0.424512202415906, 0.867880000000001, 0.535285058014261, 1.21348, 1.13704202941961, 2.62508, 4.20354041136754, 10.54836 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 870, '2021-10-24 00:00:00', 0.248996566241388, 0.553960000000001, 0.416688432764818, 0.832200000000004, 0.382691921350147, 1.03076, 1.10315924809915, 2.57492, 4.17715140656086, 10.53896 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 885, '2021-10-24 00:00:00', 0.405465378711098, 0.629440000000004, 0.38248238303657, 0.794760000000003, 0.465786879019437, 1.0366, 2.1642411202698, 4.12228, 4.17815225827558, 10.57672 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 900, '2021-10-24 00:00:00', 0.201397823556598, 0.516600000000003, 0.222701197422318, 0.661640000000001, 0.409522066967502, 1.05536, 2.17186471877663, 4.22376, 4.09973704725885, 10.55924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 915, '2021-10-24 00:00:00', 0.148488910921548, 0.43096, 0.301038962040912, 0.683959999999998, 0.524582093988479, 1.08104, 2.44626147553091, 4.63704, 4.0863045358857, 10.54048 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 930, '2021-10-24 00:00:00', 0.257239013370836, 0.571919999999997, 0.335487207903172, 0.835399999999998, 0.636545232747313, 1.2388, 2.46633016308307, 4.73516, 3.9686813103767, 10.60148 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 945, '2021-10-24 00:00:00', 0.188902020458575, 0.545840000000003, 0.324045403197353, 0.785559999999998, 0.596805501538543, 1.38884, 2.34946440846987, 4.69456, 3.87580476890499, 10.54724 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 960, '2021-10-24 00:00:00', 0.310255797689588, 0.588919999999998, 0.45488780668058, 0.9202, 0.540057117349641, 1.50524, 2.27949630181758, 4.68184, 3.81638692570167, 10.5544 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 975, '2021-10-24 00:00:00', 0.270071286885521, 0.634400000000001, 0.478879323699267, 1.10936, 0.619930875178838, 1.57304, 2.25137910845775, 4.67584, 3.78548604893304, 10.52628 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 990, '2021-10-24 00:00:00', 0.486787725810746, 0.952959999999998, 0.51422968927643, 1.31856, 0.634604333423586, 1.88092, 2.23630251158768, 4.70956, 3.78838036105141, 10.53248 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1005, '2021-10-24 00:00:00', 0.354846224910644, 0.91048, 0.492392120164406, 1.2252, 0.702075428046494, 1.74736, 2.25028216971414, 4.67848, 3.81735990705618, 10.51408 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1020, '2021-10-24 00:00:00', 0.431109711481118, 0.849000000000002, 0.630248408698244, 1.35116, 0.653651543255271, 1.60344, 2.20362813862352, 4.66616, 3.82110513595216, 10.49572 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1035, '2021-10-24 00:00:00', 0.463354910768557, 0.945240000000001, 0.559703677553282, 1.17696, 0.540315978540951, 1.43024, 2.16468292520329, 4.5872, 3.75277329095875, 10.43704 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1050, '2021-10-24 00:00:00', 0.353171384269263, 0.764880000000001, 0.381661420633522, 0.965760000000003, 0.420503963516794, 1.1892, 2.14567314767806, 4.43044, 3.6560765591911, 10.27984 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1065, '2021-10-24 00:00:00', 0.291400909401464, 0.643640000000001, 0.29327965607363, 0.870040000000001, 1.90599286200133, 3.05396, 2.14569730856895, 4.36576, 3.59597747629209, 10.26852 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1080, '2021-10-24 00:00:00', 0.257308945303762, 0.63032, 0.338793816354432, 0.845400000000001, 1.98987572225001, 3.24516, 2.12963091716226, 4.38052, 3.5906637185902, 10.23824 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1095, '2021-10-24 00:00:00', 0.327976411753448, 0.593120000000002, 1.89613743963881, 2.97124, 2.325558225459, 3.70332, 2.10134437126966, 4.3768, 3.57349038662948, 10.22972 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 600, '2021-10-24 00:00:00', 1.26555568093169, 1.93630769230769, 1.26394357225557, 2.28407692307692, 1.60593649266138, 2.99953846153846, 1.50070288403596, 3.67288461538462, 3.19656450800639, 9.76257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 615, '2021-10-24 00:00:00', 0.407871767178774, 1.21353846153846, 1.12139668202717, 1.96196153846154, 1.20474855659402, 2.31126923076923, 1.26489215107303, 3.27307692307692, 3.19208855863271, 9.43561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 630, '2021-10-24 00:00:00', 1.1561975343606, 1.37246153846154, 1.17022728627325, 1.69869230769231, 1.32893599544899, 2.021, 1.31366141580874, 3.07565384615385, 3.18616524753745, 9.40276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 645, '2021-10-24 00:00:00', 0.569843438687668, 1.13076923076923, 0.800615267250037, 1.39938461538462, 0.833931468315087, 1.71157692307693, 0.916188563896856, 2.83773076923077, 3.13909813506021, 9.41330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 660, '2021-10-24 00:00:00', 0.32649453052316, 0.847038461538465, 0.464330942987201, 1.10876923076923, 0.573747883522158, 1.52492307692307, 0.807986584047037, 2.616, 3.11122835796163, 9.42684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 675, '2021-10-24 00:00:00', 0.335664770956883, 0.832038461538462, 0.360814738314022, 1.11065384615384, 0.520766743886803, 1.49980769230769, 0.782801332493657, 2.57061538461538, 3.07943936755727, 9.43746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 690, '2021-10-24 00:00:00', 0.210787669322617, 0.730807692307697, 0.379152652431912, 1.08042307692307, 0.431939840896678, 1.43811538461538, 0.857619026948803, 2.56165384615385, 3.0810391905729, 9.38942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 705, '2021-10-24 00:00:00', 0.244174968792084, 0.796153846153845, 0.259401192097377, 1.03053846153846, 0.421134855068838, 1.34061538461538, 0.87910598030919, 2.57973076923077, 2.99312312039551, 9.60242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 720, '2021-10-24 00:00:00', 0.243588230737543, 0.674115384615384, 0.283991346021995, 0.935730769230768, 0.586268330531863, 1.34034615384616, 0.886006230226402, 2.557, 3.0753868989871, 9.64146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 735, '2021-10-24 00:00:00', 0.208498101817594, 0.640461538461538, 0.247945989776311, 0.906423076923077, 0.593586030314573, 1.28115384615385, 0.878450279666499, 2.56042307692307, 3.11824219935625, 9.67257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 750, '2021-10-24 00:00:00', 0.262447544942133, 0.615923076923079, 0.469943309183304, 0.914076923076928, 0.579351356126962, 1.28292307692308, 1.00533743359362, 2.58965384615385, 3.18665991065156, 9.69111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 765, '2021-10-24 00:00:00', 0.325833022361975, 0.695961538461538, 0.438512024218966, 0.916346153846154, 0.492963709071508, 1.23446153846154, 1.06768946508156, 2.70492307692308, 3.20296946670045, 9.65126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 780, '2021-10-24 00:00:00', 0.373942383468161, 0.685115384615384, 0.422393329274252, 0.949730769230767, 0.638216813895138, 1.32269230769231, 1.3478745051148, 2.95980769230769, 3.18725700660518, 9.64688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 795, '2021-10-24 00:00:00', 0.298637748142098, 0.65976923076923, 0.419022598986661, 0.910461538461542, 0.638083564578038, 1.46465384615385, 1.59149449115748, 3.13265384615384, 3.17729371926196, 9.63353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 810, '2021-10-24 00:00:00', 0.27826448127359, 0.642807692307693, 0.626993810544839, 1.02003846153846, 0.717284396982007, 1.53011538461539, 1.60094575365746, 3.18911538461538, 3.14552043779966, 9.63123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 825, '2021-10-24 00:00:00', 0.584887430326424, 0.694884615384618, 0.630300226387882, 1.11115384615385, 0.791803242848002, 1.52015384615385, 1.63303430318674, 3.24134615384615, 3.10769867487923, 9.66042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 840, '2021-10-24 00:00:00', 0.434722930329017, 0.822884615384617, 0.623860493527691, 1.11934615384615, 0.701345389508348, 1.34365384615385, 1.72289462376994, 3.39426923076923, 3.12127881509141, 9.67719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 855, '2021-10-24 00:00:00', 0.530614117356913, 0.712307692307689, 0.682335942525041, 0.95053846153846, 0.700095993418042, 1.15, 1.72339672694987, 3.27796153846154, 3.11213191533738, 9.68246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 870, '2021-10-24 00:00:00', 0.419682834457716, 0.646807692307695, 0.407303984002879, 0.770846153846154, 0.659142959864143, 1.17619230769231, 1.62035776486363, 3.18238461538462, 3.1114751517568, 9.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 885, '2021-10-24 00:00:00', 0.204566111186957, 0.513576923076922, 0.28224362635033, 0.728230769230768, 0.522088918156227, 1.22896153846154, 1.50003725338355, 4.04219230769231, 3.10560189731642, 9.65876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 900, '2021-10-24 00:00:00', 0.261725798969365, 0.570923076923076, 0.495811417313542, 0.90980769230769, 0.494587363364653, 1.3275, 1.52154756694016, 4.24296153846154, 3.04971091719552, 9.67796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 915, '2021-10-24 00:00:00', 0.362416252394949, 0.662500000000001, 0.399581388647978, 0.941615384615386, 0.504006343061426, 1.27592307692308, 1.36553924654187, 4.35607692307692, 3.06186846851094, 9.68303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 930, '2021-10-24 00:00:00', 0.273941883224556, 0.629346153846155, 0.36480810761908, 0.863346153846155, 0.545164061403682, 1.32242307692308, 1.49465817033656, 4.56038461538462, 3.00668438317027, 9.7685 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 945, '2021-10-24 00:00:00', 0.23533107611324, 0.529653846153843, 0.34053593959206, 0.78861538461538, 0.474357307717098, 1.46515384615385, 1.67018579021801, 4.80942307692308, 2.99334289485081, 9.75738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 960, '2021-10-24 00:00:00', 0.224988946737051, 0.529115384615377, 0.359132238340398, 0.922730769230768, 0.861018481888657, 1.81088461538461, 1.82629991007459, 4.95019230769231, 2.98381176582005, 9.74657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 975, '2021-10-24 00:00:00', 0.369659837397323, 0.721346153846156, 0.429801752153067, 1.22311538461538, 1.16041595194933, 1.99769230769231, 1.89031323737221, 5.04284615384616, 2.97544634221231, 9.74215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 990, '2021-10-24 00:00:00', 0.464633095943622, 1.07992307692307, 0.881684736957956, 1.61484615384615, 1.23163154580231, 2.14823076923077, 1.93590728640048, 5.10730769230769, 2.97153050438011, 9.70753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1005, '2021-10-24 00:00:00', 0.525970266781744, 1.07719230769231, 0.778393873009325, 1.44869230769231, 0.914383488813844, 1.89626923076923, 1.84906159859119, 5.00065384615384, 2.9227869408389, 9.62769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1020, '2021-10-24 00:00:00', 0.483615303250897, 1.04719230769231, 0.60364639165147, 1.38561538461538, 0.775247097084831, 1.91369230769231, 1.96486990448184, 4.99630769230769, 2.92616706736882, 9.64288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1035, '2021-10-24 00:00:00', 0.512564526519498, 0.908923076923076, 0.512744638797313, 1.15323076923077, 0.610265350861035, 1.65896153846154, 1.92508960990231, 4.91138461538462, 2.91567252698505, 9.62173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1050, '2021-10-24 00:00:00', 0.288164226680656, 0.721307692307693, 0.530564813701836, 1.16169230769231, 0.588405031877244, 1.50519230769231, 1.93617594718598, 4.89053846153846, 2.93442578002265, 9.76246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1065, '2021-10-24 00:00:00', 0.397838127112793, 0.86315384615385, 0.35184442584756, 1.0985, 1.26476923526054, 3.00053846153846, 2.04150472559222, 4.92823076923077, 3.02916600758995, 9.85269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1080, '2021-10-24 00:00:00', 0.187763681259183, 0.697000000000004, 0.310452119434767, 0.970038461538463, 1.23772911476561, 3.15980769230769, 2.02607846495486, 4.83188461538462, 3.06026067165226, 9.79446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1095, '2021-10-24 00:00:00', 0.256991388661471, 0.600576923076923, 1.34157120055323, 2.68738461538461, 1.13880965924952, 3.272, 1.98362939040072, 4.80396153846154, 3.0494863327856, 9.78257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 600, '2021-10-24 00:00:00', 0.782411652422275, 1.72592307692308, 0.884217214002569, 2.19980769230769, 1.05305331956466, 2.81042307692308, 1.92352433309277, 4.3475, 3.16969651956679, 9.65911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 615, '2021-10-24 00:00:00', 0.478847695394487, 1.29565384615385, 0.592051958478696, 1.7681923076923, 1.12207869804902, 2.54273076923077, 1.79191250172718, 4.20857692307692, 3.19706062886136, 9.58476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 630, '2021-10-24 00:00:00', 0.380980631447927, 1.08180769230769, 0.643785989285255, 1.683, 1.06689444651287, 2.42, 1.65904906961326, 3.96884615384615, 3.17756925870171, 9.48307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 645, '2021-10-24 00:00:00', 0.529957455476748, 1.14276923076923, 0.836961541254119, 1.6563076923077, 0.955152322125401, 2.19803846153847, 1.55345240723315, 3.71969230769231, 3.10391105641799, 9.35861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 660, '2021-10-24 00:00:00', 0.474838630079093, 1.00526923076923, 0.673243670597806, 1.428, 0.871220714771038, 1.93642307692308, 1.46099092399645, 3.53000000000001, 3.11977602179288, 9.25688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 675, '2021-10-24 00:00:00', 0.400720942609882, 0.914923076923077, 0.599591328771907, 1.27819230769231, 0.682482677154066, 1.75973076923077, 1.29399110447542, 3.39253846153847, 3.13217802519883, 9.18269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 690, '2021-10-24 00:00:00', 0.400580809095222, 0.813230769230772, 0.470238880373991, 1.13273076923077, 0.593247464255982, 1.64592307692308, 1.3205157529716, 3.30342307692308, 3.157627327599, 9.1545 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 705, '2021-10-24 00:00:00', 0.317362876506715, 0.789653846153849, 0.484407388941931, 1.18103846153846, 0.648060648871221, 1.67226923076924, 1.36087947807517, 3.24492307692308, 3.66646936963362, 9.54503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 720, '2021-10-24 00:00:00', 0.351580352999686, 0.806230769230766, 0.358069275635099, 1.12038461538461, 0.562720622033293, 1.61346153846154, 1.47780532078953, 3.24261538461539, 3.75745175372066, 9.56219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 735, '2021-10-24 00:00:00', 0.199755589119842, 0.71115384615385, 0.341639351003141, 1.01838461538462, 0.820680025719759, 1.63323076923078, 1.44831717308266, 3.23792307692308, 3.80402191047641, 9.55815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 750, '2021-10-24 00:00:00', 0.307978763004109, 0.720961538461544, 0.436179680689227, 1.15807692307693, 0.821619095725957, 1.65053846153847, 1.48596879561398, 3.1923076923077, 3.81128360529625, 9.53 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 765, '2021-10-24 00:00:00', 0.357327834821835, 0.844692307692311, 0.70127957444835, 1.2128076923077, 0.809654543617215, 1.526, 1.64469199548122, 3.193, 3.82274612871629, 9.53073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 780, '2021-10-24 00:00:00', 0.373850025462698, 0.695192307692309, 0.768094185931347, 1.02396153846154, 0.793800998119418, 1.31976923076923, 1.73489549940224, 3.09592307692308, 3.89445541329642, 9.49538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 795, '2021-10-24 00:00:00', 0.792871355362173, 0.833884615384617, 0.784243177553024, 1.02919230769231, 1.22239609594624, 1.73615384615385, 1.68698472246969, 3.25057692307692, 3.951495954504, 9.57703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 810, '2021-10-24 00:00:00', 0.309801862238032, 0.580923076923079, 0.34231976279496, 0.850500000000002, 1.08427123841848, 1.65703846153846, 1.53463903297761, 3.15980769230769, 4.03006868599608, 9.49842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 825, '2021-10-24 00:00:00', 0.183361723209788, 0.590807692307691, 0.947753310973662, 1.34853846153846, 1.03947468685649, 1.69376923076923, 1.50610811186162, 3.18026923076923, 4.09550801958213, 9.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 840, '2021-10-24 00:00:00', 1.00312133555525, 1.16857692307692, 1.04842014258818, 1.35434615384615, 1.16411886057158, 1.74380769230769, 1.54500754491561, 3.22807692307692, 4.1076920821233, 9.48080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 855, '2021-10-24 00:00:00', 0.31944778314123, 0.647615384615383, 0.390204790413371, 0.926461538461537, 0.726358992615807, 1.36211538461539, 1.09932540153566, 2.99553846153846, 4.12939148525076, 9.49103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 870, '2021-10-24 00:00:00', 0.257241508793106, 0.632076923076923, 0.549802504401496, 0.941076923076924, 0.616184424190831, 1.46073076923077, 1.07822470684989, 3.00196153846154, 4.11040127182062, 9.48515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 885, '2021-10-24 00:00:00', 0.405588296371882, 0.665115384615386, 0.480276164145332, 0.973076923076922, 0.533310077217314, 1.40396153846154, 2.6456084392529, 4.96042307692308, 4.11368157419192, 9.48242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 900, '2021-10-24 00:00:00', 0.297246629016278, 0.651961538461537, 0.403533807562827, 0.979423076923075, 0.649584749015742, 1.43988461538462, 2.60898644982771, 5.08284615384616, 4.1067742205363, 9.49753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 915, '2021-10-24 00:00:00', 0.389089147388339, 0.742730769230766, 0.406968689024293, 1.00492307692308, 0.692855888001581, 1.58880769230769, 2.6028846045523, 5.10376923076923, 4.12734556082496, 9.49046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 930, '2021-10-24 00:00:00', 0.299089520943915, 0.713692307692309, 0.531588470095488, 1.05669230769231, 0.633600841345593, 1.52288461538462, 2.59415029515372, 5.17792307692308, 4.39404662066931, 9.62423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 945, '2021-10-24 00:00:00', 0.392459863699955, 0.747230769230771, 0.552798643268958, 1.0915, 0.644544557151673, 1.52661538461538, 2.58311705592592, 5.19926923076924, 4.538885357069, 9.71373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 960, '2021-10-24 00:00:00', 0.349712030984616, 0.730769230769231, 0.351102045214557, 1.03161538461538, 0.528889396609683, 1.54307692307692, 2.52060730289044, 5.12915384615385, 4.53977709313845, 9.71384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 975, '2021-10-24 00:00:00', 0.25615831943426, 0.725730769230767, 0.401400841285389, 1.17334615384615, 0.628657558734362, 1.83261538461539, 2.52175775967113, 5.07196153846154, 4.52821617043111, 9.71038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 990, '2021-10-24 00:00:00', 0.367287353444143, 0.938999999999998, 0.463580428670317, 1.26842307692308, 0.638994691202215, 1.79115384615385, 2.52746892334239, 5.05403846153847, 4.5431051666657, 9.71865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1005, '2021-10-24 00:00:00', 0.288510765030457, 0.88569230769231, 0.559854878174142, 1.40473076923077, 0.661066713728652, 1.73100000000001, 2.50458001668943, 5.0355, 4.53304401190261, 9.71342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1020, '2021-10-24 00:00:00', 0.453905127328812, 0.941769230769234, 0.457614511940412, 1.1398076923077, 0.553988786334719, 1.61715384615385, 2.87437038242893, 5.08084615384616, 4.56146719800346, 9.70696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1035, '2021-10-24 00:00:00', 0.264114567215415, 0.782769230769234, 0.408569310568555, 1.1648076923077, 0.573892168911949, 1.5913076923077, 2.86186620904289, 5.04803846153846, 4.58826286501346, 9.75503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1050, '2021-10-24 00:00:00', 0.291687219202613, 0.838923076923078, 0.363548327122879, 1.10888461538462, 0.661247740144457, 1.56957692307692, 2.80030395822695, 5.05653846153846, 4.56882005975958, 9.77946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1065, '2021-10-24 00:00:00', 0.30596326828308, 0.814807692307695, 0.500218198543238, 1.17461538461539, 2.57991697898625, 3.86446153846154, 2.78502505802841, 5.07057692307692, 4.59101558414324, 9.79842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1080, '2021-10-24 00:00:00', 0.350590789294956, 0.773692307692309, 0.445006200475386, 1.01596153846154, 2.50782087601046, 3.92111538461539, 2.81097937271801, 5.02707692307692, 4.65035218467789, 9.82580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1095, '2021-10-24 00:00:00', 0.270954029595149, 0.645615384615386, 2.5170915918056, 3.53119230769231, 2.41784310364551, 3.88792307692308, 2.8456911895274, 5.05911538461539, 4.55931583396524, 9.96392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 600, '2021-10-24 00:00:00', 2.04040683575228, 2.34015384615385, 1.95331079452298, 2.6875, 1.8534272951647, 3.07846153846154, 2.5146983425147, 4.37007692307692, 4.62781791627046, 9.80711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 615, '2021-10-24 00:00:00', 1.09360222905068, 1.54065384615385, 1.0671065291785, 1.80823076923077, 1.1164489667623, 2.16315384615384, 2.19802915778238, 3.82553846153846, 4.81671590593233, 9.37203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 630, '2021-10-24 00:00:00', 0.626917470951809, 1.07834615384616, 0.655057001630096, 1.46965384615385, 0.674511675214002, 1.727, 1.98849227189461, 3.71465384615385, 4.76390903823901, 9.32773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 645, '2021-10-24 00:00:00', 0.395209609428486, 1.03134615384616, 0.455163801453769, 1.26961538461538, 0.746993061444451, 1.65607692307692, 1.83126576821775, 3.61892307692308, 4.74315105340159, 9.22365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 660, '2021-10-24 00:00:00', 0.383650291481505, 0.903115384615383, 0.468281534319487, 1.16565384615385, 0.862522976282591, 1.64373076923077, 1.87343554466119, 3.6795, 4.74829627826169, 9.21888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 675, '2021-10-24 00:00:00', 0.415512532440823, 0.856230769230771, 0.739297892494056, 1.19857692307692, 0.930957370750049, 1.71611538461539, 1.84741859860226, 3.70096153846154, 4.73544387343589, 9.19996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 690, '2021-10-24 00:00:00', 0.501731882122776, 0.771192307692311, 0.59806232245349, 1.09769230769231, 1.41550856096099, 1.68461538461539, 1.71086866105631, 3.57515384615385, 4.7057443392256, 9.11111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 705, '2021-10-24 00:00:00', 0.295042599271049, 0.76315384615385, 0.435594633363846, 1.13473076923077, 1.04193798206109, 1.56696153846154, 1.49917073128395, 3.45819230769231, 4.93967326107242, 9.77461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 720, '2021-10-24 00:00:00', 0.408656651067294, 0.805538461538461, 1.08287860602406, 1.18965384615385, 1.05569870410366, 1.63707692307692, 1.56998702052449, 3.48626923076923, 4.97939252967823, 9.83226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 735, '2021-10-24 00:00:00', 0.729407527750061, 0.819307692307692, 0.736548382660633, 1.069, 0.789588547185274, 1.69507692307692, 2.13165244244567, 3.67884615384615, 4.89326616421446, 10.2860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 750, '2021-10-24 00:00:00', 0.379712741626936, 0.720384615384616, 0.496237376510629, 1.11257692307692, 0.897961346606854, 1.7285, 2.20121042645596, 3.63569230769231, 4.88394547062106, 10.245 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 765, '2021-10-24 00:00:00', 0.340230856014876, 0.707346153846158, 0.648727830805444, 1.10703846153846, 1.30496879597236, 1.72803846153846, 2.16749034635415, 3.49119230769231, 4.84839868267388, 10.1598846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 780, '2021-10-24 00:00:00', 0.486357146391572, 0.819923076923077, 0.627667458501346, 1.19896153846154, 1.16071739686481, 1.78165384615385, 2.15581850706051, 3.43765384615385, 4.82149668113065, 10.1173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 795, '2021-10-24 00:00:00', 0.421183504681016, 0.819230769230769, 0.962786321848447, 1.17369230769231, 1.06997517728217, 1.899, 1.93792114787589, 3.37184615384615, 4.79283892553817, 10.0556153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 810, '2021-10-24 00:00:00', 0.715145219249478, 0.839269230769227, 0.830513673300123, 1.25719230769231, 1.06861684649615, 1.89373076923077, 1.81692958586732, 3.39, 4.78242322114572, 10.0048846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 825, '2021-10-24 00:00:00', 0.512417588120651, 0.845769230769232, 0.905988610048969, 1.43080769230769, 0.984916090139348, 1.89323076923077, 1.8095552368979, 3.47565384615384, 4.77670288733203, 10.0100769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 840, '2021-10-24 00:00:00', 0.929945511224265, 1.17757692307692, 0.989475296072854, 1.44619230769231, 1.04200449430597, 1.92938461538461, 1.83661896931877, 3.51996153846153, 4.7518037015918, 10.0215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 855, '2021-10-24 00:00:00', 0.355526642948391, 0.727923076923083, 0.547898762406116, 1.09542307692308, 0.669242696003362, 1.53588461538462, 1.535607163808, 3.40219230769231, 4.54289193559142, 9.84453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 870, '2021-10-24 00:00:00', 0.44932647887186, 0.759730769230771, 0.529948281946891, 1.0976923076923, 0.648408694717007, 1.44865384615384, 1.51862312588132, 3.33696153846154, 4.50657117756522, 9.80053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 885, '2021-10-24 00:00:00', 0.382231899002927, 0.731230769230764, 0.504267256674321, 1.01088461538461, 0.662041309424579, 1.46515384615384, 1.64817589660626, 4.33611538461538, 4.50511221818742, 9.76453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 900, '2021-10-24 00:00:00', 0.296715859937518, 0.655307692307693, 0.470236963177565, 0.99380769230769, 0.792129054170802, 1.50303846153846, 1.62265683940306, 4.40753846153846, 4.44590051447571, 9.78576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 915, '2021-10-24 00:00:00', 0.369744828850303, 0.738961538461536, 0.506028640113763, 1.04776923076923, 1.2115818344373, 1.70269230769231, 1.71137324841328, 4.46965384615385, 4.40928229935265, 9.78665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 930, '2021-10-24 00:00:00', 0.350510408053519, 0.724884615384615, 0.634373203673088, 1.03580769230769, 1.15634213994621, 1.73376923076923, 1.8168511864889, 4.47307692307692, 4.38362685736541, 9.79723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 945, '2021-10-24 00:00:00', 0.454064978406595, 0.669730769230769, 0.986577771116671, 1.19446153846154, 0.932675820504555, 1.88711538461539, 1.64832635724847, 4.3665, 4.28860778503306, 9.69957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 960, '2021-10-24 00:00:00', 0.828952207029123, 0.845807692307693, 0.801772694624947, 1.22642307692308, 0.956621556070351, 1.9088076923077, 1.64061929020251, 4.24915384615385, 4.21624251747381, 9.62538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 975, '2021-10-24 00:00:00', 0.409658108858898, 0.907615384615384, 0.599053783382274, 1.43634615384615, 0.770475321823132, 1.83969230769231, 1.56341265973363, 4.13576923076923, 4.2397986722884, 9.48430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 990, '2021-10-24 00:00:00', 0.510829906961363, 1.14792307692308, 0.679125981288845, 1.40646153846154, 0.74323902356768, 1.76238461538461, 1.58190257650035, 4.09780769230769, 4.24915338336764, 9.44634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1005, '2021-10-24 00:00:00', 0.47845459072373, 0.994653846153848, 0.593596905444971, 1.27538461538462, 0.652016177241495, 1.68584615384615, 1.60311914668297, 4.10996153846154, 4.23026002055884, 9.40219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1020, '2021-10-24 00:00:00', 0.451412599940028, 0.918153846153846, 0.426154072896356, 1.25657692307692, 0.628459307782503, 1.60930769230769, 1.57157297439417, 4.12557692307692, 4.20449904690019, 9.42665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1035, '2021-10-24 00:00:00', 0.396848252339118, 0.917153846153845, 0.469338237882298, 1.17669230769231, 0.551578630980065, 1.59411538461539, 1.57124747744733, 4.11265384615385, 4.20345685285886, 9.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1050, '2021-10-24 00:00:00', 0.356064929256106, 0.78407692307692, 0.463127907236803, 1.13953846153846, 0.53207966002788, 1.51026923076923, 1.49953003919946, 4.08046153846154, 4.12605650899071, 9.38065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1065, '2021-10-24 00:00:00', 0.338498923984201, 0.816807692307693, 0.599130268357004, 1.21496153846154, 1.42024483750568, 2.96896153846154, 1.51233811644802, 4.04446153846154, 4.13707223510317, 9.36596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1080, '2021-10-24 00:00:00', 0.323671345657904, 0.719499999999999, 0.381483662317775, 0.958230769230771, 1.40222590356026, 3.07126923076924, 1.42387940554615, 4.00380769230769, 4.05061387028606, 9.36461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1095, '2021-10-24 00:00:00', 0.26580258724214, 0.663153846153851, 1.28989305996809, 2.65911538461539, 1.45297961656516, 3.05861538461539, 1.38424587911474, 3.93642307692308, 4.02204438888407, 9.32688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 600, '2021-10-24 00:00:00', 0.742578775929892, 1.75396153846154, 1.02475819586866, 2.20800000000001, 1.38949658011592, 2.55288461538462, 1.3803026892121, 3.72507692307693, 3.89207708280059, 9.25946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 615, '2021-10-24 00:00:00', 0.484942737301571, 1.30846153846154, 0.658721826430083, 1.55073076923077, 0.843794965981304, 1.93076923076923, 1.38715996970013, 3.3843076923077, 4.0323588532692, 9.23919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 630, '2021-10-24 00:00:00', 0.483616403933786, 1.00688461538461, 0.673666204722052, 1.35465384615385, 0.745397145564283, 1.71323076923077, 1.39268445815985, 3.302, 4.00650808867465, 9.21876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 645, '2021-10-24 00:00:00', 0.396129551458184, 0.934307692307692, 0.608183323829763, 1.29365384615385, 0.728985154433625, 1.63134615384615, 1.37134681749226, 3.28942307692308, 3.94524723608624, 9.16407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 660, '2021-10-24 00:00:00', 0.341624319076696, 0.871846153846157, 0.384815898040369, 1.05034615384615, 0.799432465036194, 1.54188461538462, 1.30608799856671, 3.1905, 3.8304252899043, 9.11669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 675, '2021-10-24 00:00:00', 0.341096007238205, 0.697384615384619, 0.606585526977411, 1.0588076923077, 0.780607996766229, 1.57673076923077, 1.27791431095901, 3.17411538461539, 3.80280027611233, 9.0935 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 690, '2021-10-24 00:00:00', 0.300729482323336, 0.72869230769231, 0.46466650572046, 1.02519230769231, 0.592316403232652, 1.56680769230769, 1.05745609110515, 3.00476923076923, 3.7903419819325, 9.0315 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 705, '2021-10-24 00:00:00', 0.333854341799628, 0.719807692307696, 0.417246779957158, 1.03634615384616, 0.726844780805791, 1.61884615384616, 1.10445434421778, 2.97503846153846, 3.79941379770009, 9.43261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 720, '2021-10-24 00:00:00', 0.304397172229866, 0.689961538461542, 0.417375927211171, 1.10176923076923, 0.673482788312995, 1.55911538461539, 1.34435635671728, 3.07457692307693, 3.76273033049141, 9.4915 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 735, '2021-10-24 00:00:00', 0.426484332835154, 0.804615384615386, 0.617414150992797, 1.17507692307692, 0.649252820259865, 1.51323076923077, 1.53624230460613, 3.06953846153846, 3.72572994376218, 9.53742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 750, '2021-10-24 00:00:00', 0.377054815439553, 0.767423076923076, 0.425213309365474, 1.04203846153846, 0.550779961648795, 1.44938461538462, 1.51902924719906, 2.96842307692308, 3.7193956092975, 9.69746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 765, '2021-10-24 00:00:00', 0.300485617216277, 0.685615384615384, 0.425714698613269, 0.980269230769231, 0.587098378599234, 1.34311538461538, 1.45708866104772, 2.98861538461539, 3.70274201348967, 9.88153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 780, '2021-10-24 00:00:00', 0.384839786844428, 0.727307692307693, 0.569912819243842, 1.02530769230769, 0.796537043418862, 1.56769230769231, 1.51095071446374, 3.0683076923077, 3.66016609459189, 9.989 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 795, '2021-10-24 00:00:00', 0.324642657986617, 0.627153846153847, 0.354533071040683, 0.880538461538465, 0.734571675300544, 1.47611538461539, 1.48500850295416, 2.96457692307692, 3.60236193137439, 9.97573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 810, '2021-10-24 00:00:00', 0.236259091807151, 0.594038461538466, 0.75036172200223, 1.06892307692308, 0.726413081252935, 1.39826923076923, 1.52270216543334, 2.92426923076923, 3.71015060963216, 10.0248846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 825, '2021-10-24 00:00:00', 0.75780650666147, 0.835692307692309, 0.699298475946816, 1.15303846153846, 0.789054561826026, 1.4323076923077, 1.54457119814978, 2.97688461538462, 3.71282355689244, 10.0612692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 840, '2021-10-24 00:00:00', 0.622382925660598, 0.955884615384615, 0.64440207825669, 1.12303846153846, 0.853263602519533, 1.44684615384615, 1.55014401961187, 2.90119230769231, 3.88150093887166, 10.0505384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 855, '2021-10-24 00:00:00', 0.228575861838877, 0.513269230769231, 0.342517655917742, 0.753230769230773, 0.656121326725943, 1.09134615384615, 1.55397552153773, 2.69919230769231, 3.95975807905173, 10.0387307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 870, '2021-10-24 00:00:00', 0.274032162626664, 0.521115384615387, 0.496973727830601, 0.751384615384617, 0.776896663755127, 1.16111538461538, 1.51181321444966, 2.69434615384616, 4.05453611422299, 10.0736923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 885, '2021-10-24 00:00:00', 0.342368629493911, 0.525961538461541, 0.407315572234372, 0.747153846153847, 0.687846396091008, 1.15723076923077, 2.34333278932773, 4.19919230769231, 4.31225805992459, 10.0968461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 900, '2021-10-24 00:00:00', 0.248268393849508, 0.575346153846155, 0.471845765217669, 0.888884615384614, 1.16625424131474, 1.36034615384615, 2.41493483014473, 4.29907692307693, 4.35383890447888, 10.1176153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 915, '2021-10-24 00:00:00', 0.372364098079371, 0.650307692307693, 0.407370222845927, 0.862538461538462, 1.34816470860888, 1.48480769230769, 2.41817309554134, 4.383, 4.368413890119, 10.0946538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 930, '2021-10-24 00:00:00', 0.429059967119536, 0.701153846153846, 1.17796258592799, 1.09057692307692, 1.32900798400102, 1.56130769230769, 2.42801482697285, 4.39600000000001, 4.37528695357846, 10.0876153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 945, '2021-10-24 00:00:00', 1.19350237794227, 0.793615384615385, 1.36467482066383, 1.16661538461539, 1.31899862249885, 1.57538461538462, 2.45700283366043, 4.41773076923077, 4.38497375345184, 10.0745384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 960, '2021-10-24 00:00:00', 0.596313211453384, 0.727384615384616, 0.614834737019757, 1.01007692307693, 0.743545697731746, 1.57626923076923, 2.18221672511797, 4.28265384615385, 4.25598892566518, 9.91215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 975, '2021-10-24 00:00:00', 0.319239847136914, 0.752000000000001, 0.467964811300364, 1.13623076923077, 0.663255504775791, 1.62376923076923, 2.21385936215122, 4.42865384615385, 4.287691380972, 9.96353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 990, '2021-10-24 00:00:00', 0.408108237905283, 0.879423076923078, 0.625435544240973, 1.2615, 0.707817303677025, 1.59484615384615, 2.17639611248999, 4.44703846153846, 4.34563136742389, 10.0166923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1005, '2021-10-24 00:00:00', 0.497786695127697, 0.916076923076925, 0.564178336507719, 1.22634615384616, 0.792281670969262, 1.65038461538462, 1.9939302499181, 4.35780769230769, 4.32366397630528, 9.9515 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1020, '2021-10-24 00:00:00', 0.367082543641288, 0.789076923076924, 0.406367525958764, 1.07238461538462, 0.786869619734769, 1.43296153846154, 1.96564583906038, 4.24826923076923, 4.32841336803862, 9.88626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1035, '2021-10-24 00:00:00', 0.224222924786916, 0.715999999999998, 0.692129658817902, 1.13276923076923, 0.705387152834965, 1.36934615384616, 1.87509173232015, 4.22826923076923, 4.31541428210014, 9.85611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1050, '2021-10-24 00:00:00', 0.618769072122538, 0.848269230769233, 0.639877960720158, 0.980730769230771, 0.659915989991272, 1.26692307692308, 1.73098884011867, 4.24173076923077, 4.27857123833862, 9.87380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1065, '2021-10-24 00:00:00', 0.306314672292298, 0.585038461538465, 0.408320969148234, 0.882576923076926, 1.38769093045301, 3.13403846153846, 1.609146084586, 4.13719230769231, 4.30645505705813, 9.82703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1080, '2021-10-24 00:00:00', 0.278643320393649, 0.626500000000003, 0.438781214098957, 0.839076923076925, 1.39474430852176, 3.26538461538462, 1.61277528455192, 4.09096153846154, 4.28050431123034, 9.81203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1095, '2021-10-24 00:00:00', 0.3453731538273, 0.596846153846156, 1.41566604982085, 2.87926923076923, 1.43629703002601, 3.32096153846154, 1.69820713650059, 4.03896153846154, 4.37913107309939, 9.81034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:16 Duration: 3s500ms Database: acaweb_fx User: pgperfstats
5 139 8m7s 58ms 36s968ms 3s505ms with rar_max as ( ;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Oct 24 14 139 8m7s 3s505ms [ User: postgres - Total duration: 8m7s - Times executed: 139 ]
-
WITH rar_max as ( ;
Date: 2021-10-24 14:01:37 Duration: 36s968ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-10-24 14:08:26 Duration: 29s858ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-10-24 14:07:02 Duration: 26s212ms Database: acaweb_fx User: postgres Bind query: yes
6 119 1m13s 50ms 18s983ms 621ms 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 Oct 24 14 119 1m13s 621ms [ User: postgres - Total duration: 1m13s - Times executed: 119 ]
-
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 = 5123 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 > 61894233 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:06:57 Duration: 18s983ms 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 = 5123 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 > 61894233 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:11:06 Duration: 7s762ms 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 = 5147 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 > 61888625 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:10:55 Duration: 5s266ms Database: acaweb_fx User: postgres Bind query: yes
7 94 24s678ms 50ms 1s946ms 262ms 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 #7
Day Hour Count Duration Avg duration Oct 24 14 94 24s678ms 262ms [ User: postgres - Total duration: 24s678ms - Times executed: 94 ]
-
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 = 495 AND sg.groupid = 3176 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-10-24 14:06:33 Duration: 1s946ms 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 = 566 AND sg.groupid = 5376 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 > 521568288 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:07:40 Duration: 1s852ms 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 = 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 > 521568161 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:06:55 Duration: 1s169ms Database: acaweb_fx User: postgres Bind query: yes
8 83 2m20s 1s57ms 2s846ms 1s694ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #8
Day Hour Count Duration Avg duration Oct 24 14 83 2m20s 1s694ms [ User: pgperfstats - Total duration: 2m20s - Times executed: 83 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, 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-10-24 00:00:00', 0.643053120827148, 1.78995652173913, 0.839916253118704, 2.28569565217392, 1.33829178329436, 2.77147826086957, 1.65590598537811, 4.02978260869565, 2.68984181544098, 8.45308695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.451372785294317, 1.19086956521739, 0.718224196228049, 1.67321739130435, 1.220679830673, 2.11560869565217, 1.42990533421697, 3.47008695652174, 2.5416708285674, 8.09934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.400555962446426, 0.958478260869563, 0.648044467927214, 1.25878260869565, 0.942855252765758, 1.76286956521739, 1.3866514419074, 3.08969565217391, 2.54455263468295, 7.90973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.37694021920426, 0.847260869565217, 0.620252106718976, 1.26430434782608, 0.882239218990909, 1.80869565217391, 1.3381974041561, 2.94726086956522, 2.53181162778297, 7.88786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.352713053378687, 0.863043478260864, 0.505254250558576, 1.12230434782609, 0.754150680575081, 1.67760869565217, 1.30778859903382, 2.78673913043479, 2.49689859325129, 7.82869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.249623471393127, 0.678826086956525, 0.452350925370769, 1.08421739130435, 0.652023875626769, 1.48195652173913, 1.29743472346784, 2.59195652173913, 2.42592765598953, 7.72608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.32222520541378, 0.782913043478259, 0.410796305659002, 1.03382608695652, 0.546681136332816, 1.30608695652174, 1.34363792059471, 2.47295652173913, 2.45096260512061, 7.65134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.208660976615307, 0.616304347826089, 0.39422853066128, 0.90204347826087, 0.431315943002052, 1.13547826086956, 1.4391338125535, 2.29430434782608, 2.45844705232611, 7.612 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.228769426700524, 0.557217391304349, 0.332724666289283, 0.735391304347821, 0.508445215878181, 1.07708695652174, 1.46173171300021, 2.25865217391304, 2.45215687667533, 7.62643478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.262411686631205, 0.570565217391299, 0.391545877149851, 0.769913043478261, 0.616427585673648, 1.08617391304348, 1.4193563716986, 2.24665217391304, 2.81112850688357, 8.04813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.181655093852416, 0.449130434782607, 0.292108628069911, 0.710782608695649, 0.474867046090218, 0.926434782608694, 1.34046006201811, 2.28678260869565, 2.88520854768531, 8.108 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.199942659764434, 0.503391304347824, 0.339333792783594, 0.704173913043477, 0.566677770564693, 0.971826086956522, 1.41776585784395, 3.00786956521739, 2.85129693671913, 8.13869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.25534087887935, 0.479347826086956, 0.25609405695546, 0.5854347826087, 0.655020851733386, 1.08295652173913, 1.61582478847045, 3.29026086956522, 2.82189309372469, 8.14478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.15023488855499, 0.395391304347828, 0.533205390203711, 0.680478260869567, 0.634094602111449, 1.08265217391305, 1.60189222594946, 3.33560869565218, 2.77776990128879, 8.16647826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.504948054307972, 0.517086956521738, 0.585646077476184, 0.840652173913044, 0.63633660021619, 1.12478260869565, 1.66019472166189, 3.42482608695652, 2.75137142088308, 8.16017391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.387067565672011, 0.554869565217395, 0.407464860629996, 0.728608695652178, 0.54178973650031, 1.01513043478261, 1.60416947962726, 3.41891304347826, 2.73848791476036, 8.13582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.172089472546311, 0.416826086956524, 0.299143844204913, 0.605695652173915, 0.461482162776924, 0.874826086956525, 1.48460246605394, 3.28786956521739, 2.74980107077835, 8.08526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.200202219902163, 0.420260869565215, 0.228322435138009, 0.595043478260869, 0.393744379469263, 0.843000000000003, 1.48278845849576, 3.27739130434783, 2.76129621134684, 8.06730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.164815563465573, 0.425478260869564, 0.301683858032924, 0.587826086956523, 0.378269436775454, 0.81530434782609, 1.52961171414429, 3.29321739130435, 2.78880009898431, 8.05491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211206032447685, 0.390521739130435, 0.245168490905353, 0.541043478260868, 0.353071357375825, 0.798739130434782, 1.49528959612664, 3.27739130434783, 2.80545208323086, 8.04113043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.174009301918465, 0.370652173913045, 0.24766105870726, 0.517000000000002, 0.351086495429158, 0.808000000000004, 1.44114203039765, 3.25647826086957, 2.8162067569736, 8.03504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.190423368546348, 0.387826086956521, 0.249885910726166, 0.571173913043478, 0.407763508729488, 0.865521739130437, 1.45599078500103, 3.2844347826087, 2.81854213570615, 8.03295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.194670970001345, 0.425173913043478, 0.231902596426283, 0.614217391304351, 0.571925608087076, 1.09091304347826, 1.44248499214694, 3.27704347826087, 2.80982659994156, 8.04860869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.199783291684679, 0.431000000000003, 0.378321391278389, 0.651434782608697, 0.873004527558903, 2.20078260869565, 1.43030889308718, 3.3034347826087, 2.79009032466027, 8.03826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211613059513166, 0.480782608695652, 0.401173259564647, 0.829434782608694, 0.969649038011691, 2.5495652173913, 1.37728546961846, 3.27808695652174, 2.69384477942813, 7.98182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.341625242515993, 0.686478260869566, 0.758527606903524, 2.06030434782609, 1.01654896897499, 2.63552173913044, 1.38918034097911, 3.26426086956522, 2.64973620135268, 7.93786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.488873719733592, 1.61492307692308, 0.791825520796481, 2.06284615384616, 0.909414953946516, 2.36596153846154, 1.28929574335998, 3.08192307692308, 2.5172298547289, 7.67530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.541086337487267, 1.23376923076923, 0.588121075969907, 1.551, 0.746392600342576, 1.86107692307692, 1.02218023775729, 2.64696153846154, 2.41242467526888, 7.45557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.290542455523353, 1.00603846153846, 0.425752503041559, 1.24492307692308, 0.615069228123643, 1.59065384615384, 0.810360280748865, 2.38423076923077, 2.3915180129269, 7.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.257874960755429, 0.784153846153847, 0.412639593163519, 1.11107692307692, 0.536021440443746, 1.43123076923077, 0.732052604246862, 2.23215384615384, 2.3817825312471, 7.33111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.382740249335682, 0.835461538461538, 0.432043217211498, 1.05969230769231, 0.640316782177744, 1.3953076923077, 0.814428415893859, 2.22173076923077, 2.37080361351297, 7.34257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.342711111803871, 0.654115384615382, 0.368641616666459, 0.921807692307693, 0.632754408549208, 1.30930769230769, 0.795220015999441, 2.15907692307692, 2.37005822713283, 7.352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.21647281939879, 0.696807692307693, 0.366367686264031, 0.972192307692307, 0.544778210340261, 1.26253846153846, 0.758510536410767, 2.11192307692308, 2.36572032029278, 7.35507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.256790666017765, 0.640615384615385, 0.481333832658311, 0.921461538461537, 0.472467304526096, 1.19307692307692, 0.741231620604932, 2.06065384615385, 2.32995296915228, 7.31696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.303534636219024, 0.602346153846152, 0.320261462894595, 0.790269230769231, 0.354296661874461, 1.12026923076923, 0.610569308105149, 2.025, 2.36767016153985, 7.29307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.151296657139339, 0.52303846153846, 0.290163394287797, 0.778653846153843, 0.307968981954602, 1.07157692307692, 0.609056330601821, 1.95757692307692, 2.65878293614549, 7.25730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.196707737128346, 0.519576923076924, 0.221460526088475, 0.71526923076923, 0.307163369210287, 1.06215384615385, 0.661051628380579, 2.07915384615385, 2.69461010509155, 7.33546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.187729072376615, 0.488269230769231, 0.244827289202944, 0.735192307692307, 0.321967174628815, 1.03830769230769, 1.5541901279593, 3.34807692307692, 2.69880283202642, 7.42061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.215070124521136, 0.493038461538462, 0.280435159103735, 0.713961538461539, 0.445269496614562, 1.05573076923077, 1.62669101978407, 3.48692307692307, 2.7099985174563, 7.41073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.163813144020394, 0.500115384615388, 0.187072001769782, 0.678576923076925, 0.450665690523903, 1.00926923076923, 1.70598681075251, 3.52496153846154, 2.71309268547906, 7.477 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.105811334277278, 0.442038461538462, 0.364136432588753, 0.697307692307693, 0.412538184712826, 0.903923076923081, 1.69681334679043, 3.52642307692308, 2.69332403260643, 7.50376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.313514678836821, 0.515576923076924, 0.341692486579114, 0.688346153846151, 0.359647417084269, 0.92676923076923, 1.67240289956145, 3.60153846153846, 2.66025182729293, 7.54423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.203128394409513, 0.483230769230765, 0.216938644285929, 0.662846153846153, 0.402027310591631, 0.952961538461539, 1.69484203212162, 3.66292307692308, 2.69970609226549, 7.58076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155036338172207, 0.458884615384618, 0.227684778721675, 0.676961538461541, 0.464626726937458, 0.981653846153848, 1.6434363080027, 3.70346153846154, 2.67970108665988, 7.61607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.20853344686534, 0.474038461538459, 0.365522647935594, 0.696615384615383, 0.483470810510195, 0.96523076923077, 1.60670822060318, 3.70888461538461, 2.66567642562893, 7.63861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.238090406229358, 0.462807692307692, 0.312917467614801, 0.649692307692306, 0.443320743410975, 0.877807692307693, 1.56368946553188, 3.66776923076923, 2.65333900556667, 7.65303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.186274784618359, 0.453846153846153, 0.243628948639904, 0.60923076923077, 0.273804905277181, 0.851384615384615, 1.54870636835541, 3.61384615384615, 2.64557801652842, 7.66580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.180756517065188, 0.436961538461538, 0.182544966009429, 0.601769230769231, 0.18929264279254, 0.828230769230767, 1.56949593672128, 3.64215384615385, 2.65365787951997, 7.69469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.122083634636891, 0.411576923076922, 0.162881722070384, 0.581846153846152, 0.397505036252563, 1.04857692307692, 1.65309129767885, 3.71003846153846, 2.65637855735962, 7.715 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.170602682817751, 0.452346153846153, 0.194987368427173, 0.604923076923074, 1.49036127783217, 2.70446153846154, 1.61225557479623, 3.72303846153846, 2.68889189415669, 7.73346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.145360924809724, 0.452038461538461, 0.378670534694946, 0.888576923076923, 1.51807354438243, 2.94861538461539, 1.6187464024314, 3.69334615384616, 2.74865435188818, 7.78211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.314079482835891, 0.732192307692308, 1.49837598701445, 2.58303846153846, 1.51362308335382, 3.03803846153846, 1.60662633681695, 3.64488461538462, 2.76028769849477, 7.81253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 1.01374929156762, 1.86511538461538, 1.06977806181397, 2.21930769230769, 1.15161335458631, 2.49803846153846, 1.32665520707588, 3.12603846153846, 2.70317736035548, 7.73619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.599293933276099, 1.29853846153846, 0.643608404592058, 1.59246153846154, 0.876770006680993, 1.98526923076923, 1.04191147121344, 2.67992307692308, 2.80394653548282, 7.58542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.339851859129599, 0.893615384615385, 0.640722203094648, 1.21769230769231, 0.686654750332251, 1.63788461538461, 1.03235389355514, 2.40519230769231, 2.83233544867943, 7.51157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.406491055819855, 0.811461538461539, 0.478443265666413, 1.16103846153846, 0.53219412305604, 1.45723076923077, 1.09356734870507, 2.34388461538462, 2.84850281646071, 7.51015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.305233711214111, 0.766461538461542, 0.396137147967723, 0.960000000000005, 0.564938173608406, 1.2705, 1.06254208170058, 2.19434615384616, 2.85224546278892, 7.4535 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.215420622539681, 0.637269230769232, 0.358620821824603, 0.829576923076923, 0.521149151838063, 1.15596153846154, 1.02189178186643, 2.08357692307692, 2.83044014516905, 7.40015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.276918660648548, 0.599769230769232, 0.38037951291592, 0.875576923076925, 0.564148443367383, 1.16411538461539, 0.953477225737456, 2.0475, 2.84466331548419, 7.42046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.223287066007311, 0.587076923076923, 0.359187863851856, 0.782807692307696, 0.507101490372939, 1.07380769230769, 0.903514457761808, 1.97384615384615, 2.84864819438705, 7.41684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.209560481447755, 0.544653846153848, 0.333011371947196, 0.801423076923078, 0.578382503193172, 1.106, 0.873485538606019, 1.97711538461538, 2.91487253923735, 7.468 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.300036807998362, 0.555615384615383, 0.360145611577401, 0.720307692307689, 0.554427356689904, 1.07357692307692, 0.848236008522303, 1.92338461538461, 2.86596889456522, 7.76476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.234001485859842, 0.512846153846147, 0.456085708881734, 0.75757692307692, 0.440963769661234, 0.982384615384617, 0.868545681895007, 1.98180769230769, 3.00078746588035, 7.97784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.295004743117019, 0.549961538461533, 0.315108323255062, 0.752846153846152, 0.348952280184774, 0.898576923076923, 1.58568035385931, 3.37723076923077, 2.71657549499365, 8.2155 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.184141905981398, 0.455807692307696, 0.166861453353928, 0.547230769230771, 0.391038388829613, 0.821307692307695, 1.49086502561948, 3.54973076923077, 2.72599636914934, 8.22726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0948982937351694, 0.370384615384613, 0.286506815598885, 0.545653846153847, 0.486296701138781, 0.936807692307691, 1.52951073725705, 3.56815384615385, 2.73255837998019, 8.2455 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.225163793373075, 0.426423076923077, 0.332542089875043, 0.610192307692308, 0.506648700929794, 0.982115384615383, 1.51160035011293, 3.66746153846154, 2.72941948885726, 8.23288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.159895547636094, 0.441884615384616, 0.312085284201908, 0.728230769230766, 0.654964797644768, 1.11461538461538, 1.4975408128508, 3.67761538461538, 2.74521463165381, 8.20642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206672096289306, 0.499653846153843, 0.252771213063999, 0.630384615384614, 0.60502669871159, 1.00411538461539, 1.59122663521429, 3.78226923076923, 2.78353632550118, 8.23565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.147272202191932, 0.411307692307694, 0.553095686533117, 0.781961538461541, 0.589391075602609, 1.009, 1.56909636366335, 3.78503846153846, 2.76902015993994, 8.23238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.534640464381297, 0.684884615384616, 0.535310464913733, 0.806576923076924, 0.543067492618059, 1.02369230769231, 1.65346570711804, 3.82473076923077, 2.76245707269118, 8.23496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.265280858423963, 0.488576923076923, 0.37516353972429, 0.712192307692308, 0.455762598458724, 0.941115384615385, 1.63363044168502, 3.8385, 2.74140738953272, 8.22765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.297502548146809, 0.509615384615383, 0.320680679900643, 0.674461538461536, 0.485121372600557, 0.928115384615384, 1.64939061940603, 3.88384615384615, 2.7426402060788, 8.2355 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.241683254249475, 0.457346153846154, 0.413219554232375, 0.666999999999999, 0.47876684706249, 0.908423076923076, 1.68068579638011, 3.91511538461538, 2.71826293062315, 8.256 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.288310604410219, 0.514730769230769, 0.406254084949877, 0.697307692307693, 0.505906353450461, 1.04796153846154, 1.6472928341793, 3.86619230769231, 2.70852550207388, 8.22634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.201283775952107, 0.433961538461542, 0.261811547021609, 0.628615384615383, 1.26156201835417, 2.72361538461539, 1.61825870186254, 3.80311538461538, 2.68846819325687, 8.19811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.182510598217032, 0.469961538461537, 0.356490793925801, 0.839615384615385, 1.19113006265221, 2.92888461538462, 1.61170610033162, 3.77592307692308, 2.66576920260146, 8.19980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.325833709357776, 0.702384615384613, 1.1765226160826, 2.62488461538462, 1.15414565205343, 2.97588461538462, 1.58259163545603, 3.73573076923077, 2.66869144453866, 8.18811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.652309633886809, 1.64546153846154, 0.80858315970211, 1.97861538461539, 0.818098452792536, 2.29996153846154, 1.37645545458672, 3.07746153846154, 2.71676506274537, 7.91538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.55284885679681, 1.15753846153846, 0.618744292902972, 1.4385, 0.83803537009989, 1.9311923076923, 1.16759587120782, 2.76203846153846, 2.74377012857519, 7.86596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.265097268070534, 0.905192307692307, 0.414352529208569, 1.28146153846154, 0.721134452416144, 1.87046153846154, 0.803167077167729, 2.48707692307692, 2.82729699155598, 7.78403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.292816298411452, 0.844769230769226, 0.400909268461656, 1.22180769230769, 0.570328646146571, 1.63126923076923, 0.696091010848878, 2.28284615384615, 2.86342075255346, 7.73861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.259573650434705, 0.806000000000002, 0.487756553399962, 1.20884615384616, 0.584276183376949, 1.47153846153846, 0.624294946319443, 2.1695, 2.92287820215201, 7.72376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.421335568802899, 0.864307692307694, 0.46200605557137, 1.06065384615385, 0.513107576065081, 1.44276923076923, 0.620659605704968, 2.08711538461538, 2.92681669158727, 7.74588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.219052884376915, 0.688615384615387, 0.339341398322376, 0.983769230769232, 0.607146411185461, 1.34126923076923, 0.643512161142629, 1.95730769230769, 2.95145966834143, 7.69057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.295677901674205, 0.677307692307694, 0.452042543947428, 0.991307692307692, 0.615490118648422, 1.30338461538462, 0.683255380794482, 1.88034615384615, 2.87085505274058, 7.62957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.241782750545894, 0.662461538461534, 0.379039344416097, 0.872230769230768, 0.447687012921373, 1.10330769230769, 0.617028232741421, 1.708, 2.79591753372388, 7.60384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.221029399367178, 0.565346153846153, 0.32586378466139, 0.785615384615384, 0.37212465446613, 0.99503846153846, 0.616737676438257, 1.6951923076923, 2.82478105809173, 7.73611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.233214077949523, 0.514384615384615, 0.264017263421567, 0.684653846153849, 0.382602633792048, 0.935153846153846, 0.644671791271758, 1.72596153846154, 2.82573315551094, 7.77588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.18049840399891, 0.488923076923079, 0.227361903987043, 0.641346153846156, 0.334633402167434, 0.850923076923077, 1.16798221535459, 2.89615384615385, 2.63532019978305, 7.85965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.218821346167284, 0.420307692307694, 0.311047124799693, 0.591076923076925, 0.336037745132664, 0.785384615384615, 1.25983538363001, 3.14307692307693, 2.63953126258315, 7.86061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185686667430754, 0.406461538461537, 0.214640106654405, 0.567153846153844, 0.319355545772079, 0.829730769230769, 1.2652393194114, 3.23715384615385, 2.69248400066669, 7.91157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.17361848979875, 0.429499999999998, 0.250188129214794, 0.598499999999999, 0.265818066758796, 0.792269230769232, 1.25117833999056, 3.31096153846154, 2.75914770257327, 7.95873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.219342166839499, 0.425115384615383, 0.247636135054264, 0.620153846153846, 0.363410723350528, 0.871076923076922, 1.28796263204274, 3.35069230769231, 2.74681799822715, 7.99334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.158691321075273, 0.454153846153848, 0.210515806093951, 0.576769230769232, 0.432821919322667, 0.869576923076922, 1.27374223210435, 3.39492307692308, 2.77940760622447, 8.01019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.156509090421664, 0.410153846153847, 0.301796253226479, 0.655461538461537, 0.416223216740549, 0.848384615384611, 1.22256635245448, 3.46138461538462, 2.76918728538509, 7.99730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211412727948111, 0.493692307692307, 0.294723528856348, 0.63103846153846, 0.342644889061546, 0.808999999999999, 1.21833133613783, 3.46973076923077, 2.75316481051283, 8.00792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.163897646296517, 0.410961538461539, 0.227352291863056, 0.549230769230766, 0.35377006874305, 0.826692307692306, 1.1894986849671, 3.45319230769231, 2.7709536009218, 8.04753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132104737002355, 0.395307692307688, 0.251170368169006, 0.572076923076923, 0.330737862734455, 0.832576923076923, 1.2032112468787, 3.45323076923077, 2.85000738676505, 8.08976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.257800805632213, 0.439846153846154, 0.270062910049894, 0.647846153846153, 0.320447446789405, 0.924615384615385, 1.20843131372868, 3.468, 2.84945948882617, 8.08153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.141816414369474, 0.452153846153843, 0.201724823993938, 0.598230769230769, 0.394078166787331, 1.02880769230769, 1.24847265273029, 3.47373076923077, 2.85038505388037, 8.05634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175333181729486, 0.428730769230772, 0.25884054194397, 0.702115384615384, 1.04482400137352, 2.52307692307693, 1.27160609527419, 3.48569230769231, 2.85305143338469, 8.05280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.196738451914055, 0.52453846153846, 0.29296884843588, 0.845115384615386, 1.18941025916855, 2.78273076923077, 1.29260477153097, 3.47615384615385, 2.84615477172542, 8.03923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.198056949851846, 0.685346153846157, 1.09024522012252, 2.42200000000001, 1.23867814469856, 2.83211538461539, 1.35583609401954, 3.44907692307692, 2.84358422796625, 8.06769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.581286488350158, 1.58269230769231, 0.797481332311054, 1.95265384615385, 0.84419527452981, 2.15530769230769, 1.04637122181669, 2.81042307692307, 2.85888724479674, 7.73603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.39392351463782, 1.10915384615384, 0.4710982846988, 1.36992307692307, 0.55876129484368, 1.67576923076923, 1.00174308390617, 2.37961538461538, 2.82534475391261, 7.63946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.25538911789358, 0.859807692307689, 0.30757338086282, 1.17276923076923, 0.456310334682946, 1.46880769230769, 0.947428949233744, 2.16142307692307, 2.8477120222274, 7.54680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.263158168291353, 0.726692307692306, 0.277439892312105, 0.968423076923074, 0.44718542703653, 1.33161538461538, 0.965779520148603, 1.98419230769231, 2.83449501051164, 7.50526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.21479553067976, 0.680999999999998, 0.304205479645182, 0.954576923076923, 0.44939927253373, 1.27911538461538, 0.970274803262537, 1.95092307692307, 2.83763341807651, 7.49315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175513400759468, 0.635076923076922, 0.355524230484419, 0.933961538461535, 0.407229273921291, 1.1461923076923, 0.979945468655508, 1.92080769230769, 2.8200206832302, 7.49742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.271790258499795, 0.662769230769231, 0.294830185804538, 0.826038461538458, 0.369253902640699, 1.01326923076923, 1.0402763124064, 1.88161538461538, 2.80051469555151, 7.527 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.263107687809793, 0.518153846153845, 0.319723912149217, 0.721499999999999, 0.409154903899022, 1.03415384615385, 1.06655490536299, 1.85638461538462, 2.80288623661122, 7.51784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.19635965432378, 0.517076923076923, 0.234286034909996, 0.688115384615385, 0.452180256773098, 1.10323076923077, 1.08256957921704, 1.82142307692308, 2.80029264212483, 7.50919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.178210195685192, 0.498923076923076, 0.305654274278331, 0.750846153846156, 0.405527288278431, 1.04969230769231, 0.928242034087092, 1.77292307692307, 2.8816987340536, 7.92707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.217266613952677, 0.506307692307695, 0.29905012700472, 0.725461538461538, 0.421106544164847, 0.967807692307692, 0.912559151296716, 1.83726923076923, 2.84547789064575, 8.04011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.198346022433989, 0.488230769230769, 0.289369843200437, 0.665115384615384, 0.377356799125378, 0.933076923076921, 1.63764616493871, 2.99280769230769, 2.99857202245438, 7.97957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.138782779911629, 0.420500000000001, 0.233434886325602, 0.594615384615383, 0.288744616999438, 0.848576923076925, 1.72531154154391, 3.25265384615385, 2.97000061978755, 8.00719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.121796981142329, 0.377230769230769, 0.239418889428933, 0.573730769230767, 0.293208468762152, 0.785615384615384, 1.79193020511402, 3.4615, 2.96299984397309, 8.02934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206908337193064, 0.424500000000002, 0.247923378362066, 0.592192307692311, 0.321055636204164, 0.805807692307694, 1.94423516027808, 3.54503846153846, 2.98996126962309, 8.08192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.146563575073962, 0.398192307692309, 0.184203148724445, 0.528999999999999, 0.245041836302419, 0.745692307692307, 2.10996208350912, 3.64592307692308, 3.00268116496932, 8.07653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0968405827199454, 0.353461538461538, 0.199591371017422, 0.502653846153847, 0.227169377676317, 0.715384615384615, 2.12134020482698, 3.66276923076923, 3.05347881200846, 8.10415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155448274850017, 0.378384615384615, 0.163586006548423, 0.518692307692309, 0.264005177688153, 0.774423076923081, 2.09148843318672, 3.74188461538462, 3.03190690566438, 8.14126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.130955265409455, 0.379192307692306, 0.148412009673693, 0.511730769230767, 0.33047528710119, 0.772653846153846, 2.03754939723037, 3.83188461538462, 3.03385500287366, 8.12546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.123431525707423, 0.340307692307694, 0.205495502477457, 0.505192307692314, 0.355426506522041, 0.725807692307698, 2.03098091533661, 3.91203846153846, 3.06554269282593, 8.1291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132609107472359, 0.355846153846155, 0.242154664498666, 0.526807692307694, 0.332296132989837, 0.745000000000001, 2.03100991665192, 3.95319230769231, 3.07684655450999, 8.125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.171476878907914, 0.352999999999999, 0.26646803531785, 0.542576923076925, 0.317606452172404, 0.77846153846154, 2.01901728609204, 4.01380769230769, 3.07922130715892, 8.10946153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.122563867181406, 0.399692307692309, 0.237071521178413, 0.551115384615382, 0.354289279891666, 0.987576923076922, 1.98906518592181, 4.06707692307692, 3.06549776306958, 8.12884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.216213103566471, 0.368884615384612, 0.265745039753985, 0.604884615384616, 1.51401740869983, 2.62807692307692, 2.06183223222602, 4.08692307692308, 3.09584502096699, 8.11092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185776656644064, 0.466615384615386, 0.36739987228338, 0.821884615384615, 1.61539581479634, 3.00796153846154, 2.05975008080704, 4.10865384615385, 3.07143809890165, 8.10834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.390361711946552, 0.679884615384615, 1.5197216911203, 2.58946153846154, 1.73955433903673, 3.24946153846154, 2.07415844658465, 4.13169230769231, 3.06303765666598, 8.09661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:05 Duration: 2s846ms 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 970095, 1, 990, '2021-10-24 00:00:00', 0.226135291275985, 0.568478260869566, 0.254144811043305, 0.689695652173913, 0.292340669756495, 0.784391304347826, 0.47988287437929, 1.00613043478261, 1.04437278300491, 2.77665217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0867836572290858, 0.343695652173912, 0.139800097259179, 0.454391304347826, 0.184173734356659, 0.581652173913043, 0.475249150383997, 0.821130434782608, 0.96311899658403, 2.67326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137358622970485, 0.316130434782609, 0.164319497422557, 0.419478260869566, 0.180290104384934, 0.525391304347827, 0.40976062133692, 0.752695652173914, 0.942794098126654, 2.6515652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117666642406325, 0.284434782608696, 0.150263654979855, 0.382434782608696, 0.144307587610275, 0.45304347826087, 0.366074049184268, 0.676869565217391, 0.945747030997358, 2.61691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107913209893717, 0.255478260869565, 0.138379126347494, 0.320652173913044, 0.148218765247661, 0.401434782608696, 0.366708616596564, 0.638869565217391, 0.949604972998291, 2.59917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.108126152350549, 0.21408695652174, 0.116731914748917, 0.299608695652174, 0.141545143569053, 0.373869565217391, 0.366321760766498, 0.611217391304348, 0.950060472383612, 2.60108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.070922465040569, 0.209217391304348, 0.0908392577633043, 0.278956521739131, 0.148982398090215, 0.349130434782609, 0.361627546259184, 0.589130434782609, 0.945972433979872, 2.60286956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.062293770426841, 0.186826086956522, 0.0981046871676813, 0.245565217391305, 0.124762113561117, 0.319695652173913, 0.362022349887657, 0.547, 0.931244082666826, 2.59021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0598604107461977, 0.153217391304348, 0.0826491704464968, 0.199391304347826, 0.096389587452016, 0.28995652173913, 0.364598013519616, 0.525565217391304, 0.929145512500174, 2.61126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0589289449537294, 0.149434782608696, 0.0679008228162985, 0.216608695652174, 0.101128142402453, 0.292913043478261, 0.366803870006006, 0.535521739130435, 0.969114554509861, 2.75173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0501338524557534, 0.150304347826087, 0.0665411697577319, 0.206, 0.246986357658809, 0.318521739130435, 0.377566788584347, 0.577956521739131, 0.977115218486351, 2.78182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0343483664339352, 0.120086956521739, 0.0820318553760841, 0.18804347826087, 0.386717753087907, 0.306434782608696, 0.375889117238712, 0.905913043478261, 0.976815720885558, 2.80095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0601935941334586, 0.137217391304348, 0.25305631393766, 0.21504347826087, 0.385112257131457, 0.294217391304347, 0.414811538711523, 0.979608695652174, 0.978664000204587, 2.80795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.259133574602301, 0.162869565217392, 0.395383558209958, 0.233608695652174, 0.383503332872233, 0.294478260869565, 0.434107047689569, 1.04073913043478, 0.978200202598444, 2.807 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.2978858576531, 0.178434782608697, 0.291426151161881, 0.219739130434783, 0.283041792190627, 0.281739130434783, 0.461462360200073, 1.09265217391304, 0.979081415905915, 2.79134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0655268402902126, 0.135304347826086, 0.0880624553792978, 0.180782608695652, 0.116880635709908, 0.257086956521738, 0.477498148911006, 1.11086956521739, 0.986065535908603, 2.79917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0466173134472962, 0.12808695652174, 0.057139901815164, 0.179173913043478, 0.0986065363546331, 0.255608695652173, 0.492062718936913, 1.14491304347826, 0.992678526073009, 2.80873913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.043810362085777, 0.122434782608695, 0.0808362175707529, 0.187695652173911, 0.099770527225061, 0.241391304347825, 0.504031878344367, 1.15804347826087, 1.01051236563771, 2.82917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0642444380945683, 0.138434782608696, 0.0707290940355032, 0.182173913043478, 0.0866732312300498, 0.230608695652174, 0.496285196280758, 1.15821739130435, 1.01214962414659, 2.83004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0473134781789636, 0.125260869565218, 0.054643978871212, 0.155652173913044, 0.0636515029986879, 0.211173913043479, 0.492964036722736, 1.16821739130435, 1.01133904504455, 2.82786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0397005590307211, 0.107956521739131, 0.0569874127978388, 0.159260869565217, 0.0585180287073516, 0.207782608695652, 0.496477851386136, 1.16256521739131, 1.00944730308596, 2.82469565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0423848358295791, 0.117739130434782, 0.0372863081398999, 0.155782608695652, 0.120078992446128, 0.228652173913043, 0.494774923875939, 1.16404347826087, 1.01101039938667, 2.81813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0378879145790076, 0.118695652173913, 0.0671412881107446, 0.16095652173913, 0.159230995353992, 0.310652173913044, 0.50113513045119, 1.17965217391304, 1.01101039938667, 2.81813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0587368688546283, 0.119260869565217, 0.121279769989456, 0.182347826086956, 0.280562499642296, 0.797956521739131, 0.497001089540005, 1.19108695652174, 1.01693096566719, 2.81204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0687066571962493, 0.138826086956521, 0.103352862704664, 0.258782608695652, 0.306918440067967, 0.870260869565218, 0.494016406090087, 1.20086956521739, 1.01107923593746, 2.79369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0642662446205512, 0.210826086956522, 0.24271602170783, 0.757391304347826, 0.322390404823917, 0.92313043478261, 0.520088682009279, 1.22665217391304, 1.00770353724314, 2.77934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.207112960631484, 0.595461538461539, 0.256752475832569, 0.700076923076924, 0.3246776223603, 0.859038461538463, 0.524375971989564, 1.131, 1.04961736911051, 2.60130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150517977459377, 0.344307692307693, 0.166174963401645, 0.50596153846154, 0.296510902640384, 0.691653846153847, 0.534948003224469, 0.997384615384616, 1.0690875332947, 2.50392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.111587461385505, 0.348192307692308, 0.200357618733641, 0.488846153846154, 0.244856444598745, 0.624961538461538, 0.52864729117015, 0.892961538461538, 1.07768007526139, 2.47176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118974625607571, 0.273192307692307, 0.145287158625733, 0.367038461538461, 0.171018599978078, 0.483807692307692, 0.522801466951035, 0.759576923076924, 1.06715332616193, 2.39969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.105712884012092, 0.240423076923076, 0.121204391898085, 0.32776923076923, 0.150694208964329, 0.40176923076923, 0.556875420400427, 0.723923076923077, 1.07000823576989, 2.37823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0806578814881333, 0.222423076923077, 0.102609821092406, 0.298153846153846, 0.135407033109011, 0.358230769230769, 0.557853993856401, 0.699961538461539, 1.06637168653624, 2.34457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0694482873466625, 0.18776923076923, 0.0905767842559771, 0.235076923076922, 0.128113387278614, 0.305999999999999, 0.588190441425747, 0.687653846153846, 1.06847124722842, 2.33238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0576945938008594, 0.166115384615383, 0.0959053780476437, 0.241192307692306, 0.105124658601842, 0.313923076923076, 0.672929412231441, 0.701076923076923, 1.06041713417953, 2.32046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.053049642933621, 0.167769230769229, 0.0591375059956427, 0.214730769230768, 0.0868115997212003, 0.300423076923077, 0.666655566702464, 0.67826923076923, 1.06117029808531, 2.30819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0582051544109282, 0.149, 0.0690069896125359, 0.214269230769231, 0.105124980563431, 0.309692307692308, 0.664502057645711, 0.680769230769231, 1.09418675666521, 2.40053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0700355514116826, 0.162461538461539, 0.097211901772128, 0.221076923076924, 0.186216073833185, 0.349115384615385, 0.66322455183282, 0.694384615384616, 1.11736483746357, 2.4355 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0611318373555194, 0.135307692307692, 0.0816051374702509, 0.195038461538461, 0.335310996860205, 0.353230769230769, 0.708039320941994, 1.109, 1.10449161852167, 2.43184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0504795465053391, 0.126769230769231, 0.165673357962171, 0.234692307692308, 0.467692977858833, 0.354807692307692, 0.786103380361251, 1.19326923076923, 1.11433886849834, 2.44507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.157114975048896, 0.173653846153846, 0.333053770202581, 0.256576923076922, 0.515951006916801, 0.355192307692307, 0.895126954468127, 1.23023076923077, 1.11358162907592, 2.44326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.283588423328869, 0.185923076923076, 0.416845636435581, 0.257269230769231, 0.460141349520407, 0.342307692307692, 0.841630711087799, 1.22057692307692, 1.08560667760545, 2.44253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.15564627055751, 0.156807692307693, 0.202835954937443, 0.20976923076923, 0.206142669042583, 0.287000000000001, 0.608852903796589, 1.18246153846154, 0.970825429130364, 2.39342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0982169341501053, 0.139384615384615, 0.114181960046234, 0.206, 0.140376285527369, 0.283307692307692, 0.536945980666442, 1.17388461538462, 0.945953604326588, 2.37230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0803528851619287, 0.153115384615384, 0.114555488737991, 0.213, 0.160596220857921, 0.296884615384615, 0.55339439406685, 1.18934615384615, 0.940430572418008, 2.38169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0611383802407415, 0.132692307692308, 0.0924445779913568, 0.189999999999999, 0.17795038634406, 0.276499999999999, 0.507781965626374, 1.17273076923077, 0.932362894024557, 2.36061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0637829010122501, 0.142461538461538, 0.0935696860839348, 0.195615384615384, 0.210940549408158, 0.287346153846153, 0.486206042110354, 1.17065384615385, 0.924793210149416, 2.35219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0696682247402747, 0.127692307692308, 0.119268417381197, 0.190653846153846, 0.169151293225916, 0.269, 0.469859908745313, 1.16257692307692, 0.929643332764694, 2.33838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0835384020399272, 0.136769230769231, 0.141321760532481, 0.206999999999999, 0.134394808736738, 0.269269230769231, 0.459923313005716, 1.15557692307692, 0.933280900083967, 2.32796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.109680543117097, 0.150692307692308, 0.112397597839099, 0.1915, 0.128857512243324, 0.303461538461538, 0.45756590277753, 1.15465384615385, 0.935498998067137, 2.32515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0721548761612553, 0.134615384615385, 0.0847069972588772, 0.196653846153846, 0.3415837142578, 0.835076923076923, 0.454198596007721, 1.15026923076923, 0.93812600760977, 2.32361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0531712472908209, 0.140307692307692, 0.10094278653696, 0.243615384615384, 0.378274660083832, 0.936961538461539, 0.473960653998263, 1.15869230769231, 0.939589389860519, 2.32130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0933657242329246, 0.202038461538461, 0.342622968380024, 0.812538461538461, 0.442305964411341, 0.983384615384615, 0.46458548770341, 1.15534615384615, 0.941247260901113, 2.31861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.228217848017736, 0.583884615384615, 0.294228338853713, 0.714653846153846, 0.376913736304986, 0.824730769230769, 0.442783046371297, 1.01188461538462, 0.958907189701662, 2.25896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.129398971580743, 0.371576923076923, 0.202591867100792, 0.494769230769231, 0.234145651580051, 0.592884615384616, 0.380729486037608, 0.829307692307693, 0.979959986624258, 2.20415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.14061080492458, 0.313961538461539, 0.139235611050533, 0.389653846153846, 0.153644389619468, 0.489038461538462, 0.388956143464095, 0.743807692307693, 0.982659296931624, 2.19342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0846041733831496, 0.244884615384615, 0.122408804359063, 0.349653846153846, 0.152343018824675, 0.443653846153847, 0.433223822059683, 0.746000000000001, 0.992645103518101, 2.17769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0890021261630216, 0.237538461538461, 0.0845974358585777, 0.318384615384616, 0.13183510096387, 0.418576923076924, 0.427869471469261, 0.72873076923077, 0.991363396850713, 2.17876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0733351526580836, 0.206269230769231, 0.112405344794904, 0.285807692307693, 0.134820496045096, 0.372384615384616, 0.441616486941398, 0.697192307692308, 0.99785570099088, 2.17 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0691217432116358, 0.208153846153846, 0.0823091452064417, 0.272653846153847, 0.217722010477015, 0.397923076923078, 0.445052800670455, 0.668346153846154, 0.997874972899141, 2.15769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0516776994010427, 0.169230769230769, 0.066803638776987, 0.241384615384615, 0.284129266356002, 0.368, 0.449165710383836, 0.637346153846154, 0.999809258731961, 2.15192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0561631140929294, 0.171153846153847, 0.225527416037641, 0.275846153846155, 0.282705739921593, 0.348153846153847, 0.467969551935231, 0.633307692307692, 1.00019252377499, 2.15873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.22733945138019, 0.206884615384616, 0.290633305836647, 0.260961538461539, 0.279952842182667, 0.324076923076924, 0.474352613082779, 0.611807692307692, 1.00472440078783, 2.24819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.142173204226395, 0.1565, 0.137193748455914, 0.208730769230769, 0.152116943879979, 0.27473076923077, 0.37023772820259, 0.590846153846154, 1.00357808174244, 2.28961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0484879842371758, 0.13126923076923, 0.0501296933348506, 0.173884615384616, 0.0981484276295544, 0.258923076923078, 0.389814371996961, 0.938730769230769, 1.01054385053107, 2.31907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0545484541133284, 0.131423076923077, 0.0830185150803958, 0.186923076923077, 0.153452473223671, 0.262307692307693, 0.381206314016641, 0.958576923076923, 1.03813035790309, 2.36 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0716110004441733, 0.133153846153846, 0.0975935685144502, 0.190769230769231, 0.157689061129806, 0.267000000000001, 0.381686121550963, 0.986153846153845, 1.04188562785867, 2.37069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0679716230383065, 0.138307692307693, 0.095151215684057, 0.181076923076924, 0.132152708869469, 0.247538461538462, 0.375698940437892, 0.997423076923076, 1.05487335951544, 2.37526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0674642241374014, 0.132692307692307, 0.098890211073461, 0.193923076923077, 0.272289653465965, 0.336846153846154, 0.381554423983708, 1.01453846153846, 1.06380328791775, 2.37834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0475594526720144, 0.124692307692308, 0.0704506810580183, 0.171538461538462, 0.255986913728026, 0.3335, 0.385566901308471, 1.03734615384615, 1.06567287014067, 2.37988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668060913850975, 0.128576923076923, 0.266811627586551, 0.26626923076923, 0.263480689702592, 0.331923076923076, 0.405551848150717, 1.06530769230769, 1.07477102606161, 2.37796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.272095605369763, 0.229538461538461, 0.264586949500827, 0.284576923076923, 0.272048242328168, 0.317384615384615, 0.427768156113351, 1.08934615384615, 1.08129271992086, 2.37911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0743961951053537, 0.154076923076923, 0.103130663947024, 0.201423076923077, 0.141592155367233, 0.270461538461538, 0.40893991471383, 1.10942307692308, 1.08502828605454, 2.38530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0740402904869006, 0.138730769230769, 0.110744640432914, 0.194846153846155, 0.161693370778909, 0.277115384615384, 0.443757440674347, 1.12688461538462, 1.08564266751932, 2.38680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0617033598387039, 0.129230769230769, 0.0967151249009964, 0.187153846153846, 0.163980791558035, 0.2805, 0.426852064087062, 1.14073076923077, 1.09481819565554, 2.38819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.085665718841409, 0.151846153846154, 0.128466361954583, 0.217615384615384, 0.159821727607308, 0.338769230769231, 0.435209000189741, 1.14607692307692, 1.10189212999905, 2.40311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0717095959676674, 0.140884615384615, 0.0978027921577199, 0.196884615384615, 0.329931202618878, 0.779961538461537, 0.445325783944917, 1.13842307692308, 1.10106882898112, 2.43861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0601336460279546, 0.147153846153846, 0.117803930977901, 0.253384615384615, 0.323504721163981, 0.822230769230768, 0.440262474160411, 1.14861538461538, 1.1197103526565, 2.46707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.088863603348053, 0.2105, 0.328580059322863, 0.766153846153846, 0.341934066968834, 0.875115384615384, 0.442252098312195, 1.14703846153846, 1.132094157541, 2.47630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.316259000480011, 0.602653846153846, 0.311637215117441, 0.680923076923077, 0.352946736012021, 0.776961538461538, 0.448234253659676, 1.05911538461538, 1.1307254988927, 2.45692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10680470315199, 0.337730769230769, 0.153938689094068, 0.438999999999999, 0.178837481013866, 0.57573076923077, 0.322421627925061, 0.904115384615385, 1.09869696248994, 2.34884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.112520391314368, 0.274038461538461, 0.126678272072936, 0.37623076923077, 0.192965269892318, 0.545653846153847, 0.3069231249277, 0.823269230769231, 1.10404444726581, 2.30969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0673337611055205, 0.236346153846154, 0.105303079069601, 0.327538461538462, 0.169467854905152, 0.470923076923077, 0.270600804478877, 0.739346153846154, 1.1115804244408, 2.27 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0666542860298874, 0.219923076923078, 0.115611398160455, 0.318346153846155, 0.170414029758296, 0.424692307692309, 0.308773823123259, 0.705076923076924, 1.12165885462285, 2.25911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0772147554651209, 0.205961538461539, 0.121162598951224, 0.279846153846155, 0.160567014526166, 0.387384615384616, 0.335768720767962, 0.684923076923077, 1.15654882965857, 2.27065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0927405728155367, 0.200576923076923, 0.117810016552074, 0.276, 0.257705066963112, 0.395307692307692, 0.308786261651349, 0.667346153846154, 1.15365419162163, 2.25907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0710925723697897, 0.176923076923077, 0.0938430850696241, 0.251269230769231, 0.225922246665666, 0.382692307692307, 0.277795312027787, 0.634653846153846, 1.14828346607514, 2.25296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0816962573288307, 0.186038461538462, 0.204358553678427, 0.284538461538461, 0.212010130382054, 0.356846153846154, 0.251406814056115, 0.630115384615385, 1.13700884510462, 2.25292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175848746195308, 0.176692307692308, 0.173252026295178, 0.246769230769231, 0.192366945025547, 0.331807692307693, 0.227075805709155, 0.607307692307692, 1.16491099164766, 2.43753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0767789334087467, 0.16573076923077, 0.0794954957601627, 0.208576923076923, 0.141368715938689, 0.318923076923077, 0.210194810738845, 0.597461538461539, 1.21136874650125, 2.515 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0524271362500818, 0.144730769230769, 0.117225259814007, 0.218807692307693, 0.153169333142716, 0.325269230769231, 0.420891529969421, 0.901000000000001, 1.25736640825791, 2.57973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106175073128518, 0.159115384615385, 0.142324682977393, 0.220653846153847, 0.158396547165164, 0.309115384615385, 0.428943826338422, 0.957384615384616, 1.2518613126676, 2.58511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0908826800796589, 0.154692307692307, 0.0982877486692083, 0.223192307692307, 0.131684266918437, 0.297115384615385, 0.480273524631056, 1.04253846153846, 1.25141503968047, 2.58680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0707717892514105, 0.155615384615383, 0.094951493689389, 0.210115384615384, 0.129728384889945, 0.268423076923078, 0.527855430382803, 1.07365384615385, 1.2544468716714, 2.58907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.080404448786217, 0.146346153846154, 0.111265261701658, 0.192038461538462, 0.110319563785606, 0.259615384615385, 0.53480433373769, 1.08634615384615, 1.25263699204764, 2.58907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.057563236130764, 0.126384615384615, 0.0602255248723805, 0.167076923076924, 0.106627698811547, 0.251115384615384, 0.552489125545609, 1.09092307692308, 1.25727218275855, 2.59830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0382715801366218, 0.117076923076924, 0.0793241839154123, 0.177615384615384, 0.136697352402473, 0.272384615384616, 0.567558079711806, 1.09157692307692, 1.26071469352171, 2.60253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0538468626326982, 0.130730769230769, 0.0731934843674373, 0.179615384615384, 0.130299040671833, 0.257, 0.586328725073361, 1.08942307692308, 1.26046172309381, 2.61134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0547522110547565, 0.135269230769231, 0.11534715494474, 0.195384615384616, 0.126614745769021, 0.259576923076923, 0.644811027773611, 1.10230769230769, 1.26281307953559, 2.61207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0687018642676171, 0.124115384615386, 0.0877642646744458, 0.170615384615385, 0.120416584597611, 0.271076923076923, 0.648750320586847, 1.09846153846154, 1.26377969599135, 2.614 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0542343632196986, 0.124384615384615, 0.0755443832866072, 0.177076923076922, 0.116122355894382, 0.286192307692307, 0.641429091950153, 1.092, 1.2622099989853, 2.61080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.050997511251493, 0.129884615384615, 0.0871640098629278, 0.201730769230769, 0.102025223125687, 0.336115384615384, 0.639917890165484, 1.09211538461538, 1.28897386558217, 2.61711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0506837100214497, 0.142961538461538, 0.0637388542292807, 0.214192307692307, 0.376337091121572, 0.774384615384615, 0.640723587348409, 1.08434615384615, 1.29324678173253, 2.61796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0550243163030252, 0.156346153846154, 0.0955427894473703, 0.269230769230769, 0.384095647142539, 0.830884615384616, 0.636553107337901, 1.07653846153846, 1.29132336949944, 2.62326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.086580722672322, 0.221307692307692, 0.363174643303275, 0.741307692307693, 0.447651670902207, 0.915461538461539, 0.629600175935855, 1.07230769230769, 1.29232229190471, 2.62788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.207114505676301, 0.515461538461539, 0.23573784983781, 0.640576923076923, 0.345033003995492, 0.779576923076923, 0.469377487906957, 0.904115384615384, 1.2409196769394, 2.54873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107960477098727, 0.34823076923077, 0.149256042269137, 0.480384615384616, 0.184363457917736, 0.59173076923077, 0.304629351078424, 0.730807692307692, 1.17320650421759, 2.49730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0926463914362235, 0.291076923076923, 0.140278492238174, 0.395846153846154, 0.165879975144217, 0.481615384615384, 0.268705663963665, 0.655576923076922, 1.16107846219996, 2.47034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0983741132302912, 0.251884615384616, 0.1084657833321, 0.344884615384615, 0.130395451784769, 0.411423076923077, 0.206541424416508, 0.598999999999999, 1.18602985823097, 2.45676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.078073072280938, 0.246730769230769, 0.0841190731138803, 0.295461538461537, 0.133243634571585, 0.379884615384615, 0.205213123736876, 0.575115384615384, 1.1898153832229, 2.44438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0644749683091152, 0.179307692307692, 0.118970927282516, 0.262807692307692, 0.169268998479207, 0.363923076923076, 0.176230076888142, 0.549, 1.18824298214439, 2.43576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0920118387031713, 0.188538461538461, 0.117198871089339, 0.261846153846153, 0.169241679718225, 0.348115384615384, 0.173794135512283, 0.528807692307693, 1.18879303497287, 2.429 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.079225763098007, 0.176807692307691, 0.126268578221797, 0.246923076923076, 0.145891788138174, 0.318576923076923, 0.170740743639184, 0.502192307692308, 1.18433653741078, 2.41392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0889148685325118, 0.167576923076922, 0.101669093707894, 0.22426923076923, 0.108523886062718, 0.288923076923077, 0.157888904467179, 0.479115384615385, 1.18669446589449, 2.41634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0612586446018977, 0.152692307692308, 0.0701999013806013, 0.214884615384615, 0.0998814374068648, 0.275307692307692, 0.155210368408616, 0.464461538461538, 1.19364970573448, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0511675528195211, 0.137961538461538, 0.0617467906360014, 0.184884615384615, 0.0738483268911041, 0.246846153846154, 0.139972838024436, 0.458653846153847, 1.19318199849749, 2.55880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0386033079491303, 0.121153846153845, 0.060301396845665, 0.163461538461538, 0.0644006688928474, 0.227384615384615, 0.422543893031792, 0.954692307692308, 1.20695640925684, 2.55342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0482676034049913, 0.119192307692308, 0.0548614057981918, 0.169423076923077, 0.0592508097964784, 0.224461538461539, 0.439368658943191, 1.02546153846154, 1.20872022658424, 2.55788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0415591700516823, 0.121269230769231, 0.048198180623179, 0.164230769230769, 0.0571126417367818, 0.216423076923077, 0.449661433319987, 1.03473076923077, 1.20419691975128, 2.55869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0387260198753321, 0.118769230769231, 0.051342125454192, 0.161423076923078, 0.0684814292625841, 0.220884615384616, 0.472744609862287, 1.05788461538462, 1.20578228485143, 2.57296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.042382380228654, 0.109115384615385, 0.0494030986259584, 0.148884615384615, 0.056719620808106, 0.211346153846154, 0.467618603630713, 1.06403846153846, 1.20582050010005, 2.59096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0333485324322463, 0.10626923076923, 0.0507819016822086, 0.159192307692308, 0.0871433566910559, 0.222730769230769, 0.471332959235335, 1.08203846153846, 1.20265349699993, 2.61507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0450735638023679, 0.113115384615386, 0.0443455140390169, 0.15573076923077, 0.07824483271216, 0.219423076923077, 0.467689839694904, 1.08688461538462, 1.18942042770677, 2.63607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0401739486962168, 0.117884615384616, 0.0531286971564192, 0.163538461538462, 0.065527551457383, 0.213500000000001, 0.45904954148595, 1.08719230769231, 1.18115394684768, 2.64761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0354821081673571, 0.1095, 0.045308667875092, 0.150346153846153, 0.0712345313842838, 0.211038461538461, 0.4622796972197, 1.09296153846154, 1.18045506218837, 2.65607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.039556464024908, 0.111923076923077, 0.0637628297798843, 0.152461538461539, 0.0785493573395827, 0.208807692307693, 0.45602798159762, 1.091, 1.17772720688883, 2.66257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0435317744253018, 0.112846153846154, 0.0597648340131159, 0.154346153846154, 0.0834165174567684, 0.216346153846154, 0.454500225945615, 1.10115384615385, 1.17563150493027, 2.67065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.043400531723081, 0.112384615384615, 0.0615924196135047, 0.155115384615385, 0.0927286612401167, 0.250730769230769, 0.456365824918832, 1.10338461538462, 1.18147862248312, 2.67815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0439174925723921, 0.116115384615385, 0.0568296915894659, 0.167423076923076, 0.407241383721479, 0.866769230769231, 0.454637378746893, 1.10588461538462, 1.18239394515469, 2.67819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0480663643790053, 0.131846153846153, 0.0848214867553303, 0.21126923076923, 0.40680809310458, 0.941230769230769, 0.486114518005155, 1.13673076923077, 1.18495927096511, 2.67107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0704417817448188, 0.172730769230769, 0.40153279586336, 0.840884615384615, 0.421795117964235, 0.944807692307692, 0.558083776451584, 1.15869230769231, 1.19147757266087, 2.66661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:25 Duration: 2s724ms 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-10-24 00:00:00', 0.355990762415122, 0.959826086956523, 0.482232821437057, 1.17069565217391, 0.587443493203821, 1.34830434782609, 0.767486985379734, 1.801, 1.44222393320794, 4.05565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.249668325438512, 0.619999999999998, 0.372017329274629, 0.812434782608694, 0.562446157282537, 1.02795652173913, 0.742791048345339, 1.46121739130435, 1.47187318607594, 3.92830434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.184836162897369, 0.51695652173913, 0.282297862202234, 0.65891304347826, 0.415644387568265, 0.868434782608695, 0.614992968885543, 1.30747826086957, 1.4950872038231, 3.87673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.221553855014838, 0.404739130434779, 0.319613353369618, 0.598173913043477, 0.390888174824196, 0.810739130434782, 0.568527263208944, 1.18760869565217, 1.52685690873862, 3.83673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168213773270162, 0.423347826086954, 0.213745166138162, 0.535217391304344, 0.339462583873104, 0.713869565217391, 0.492176179131363, 1.07113043478261, 1.55524825998862, 3.80482608695653 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0919563395283155, 0.298826086956519, 0.175727286018374, 0.447521739130431, 0.21892940187182, 0.59091304347826, 0.395238318060435, 0.906652173913041, 1.56373827834522, 3.72369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.131956409738772, 0.334304347826089, 0.193391133288947, 0.407304347826092, 0.199212272825419, 0.572565217391309, 0.387238413555275, 0.858956521739129, 1.55811851802279, 3.69795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0920100956825362, 0.280695652173916, 0.143646607429784, 0.395565217391307, 0.196183103953114, 0.557086956521746, 0.472933286289547, 0.853434782608695, 1.54782655854458, 3.68634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.114255780594287, 0.282260869565216, 0.173706239690778, 0.403695652173915, 0.177397969339252, 0.515304347826091, 0.482362413568587, 0.82995652173913, 1.54291541961796, 3.68591304347827 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.139203976364087, 0.284260869565219, 0.152980274633292, 0.380652173913047, 0.182068147342361, 0.469913043478263, 0.470060558708933, 0.803260869565217, 1.68910092322921, 3.91926086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0980861724872644, 0.240478260869565, 0.108159101810009, 0.315869565217392, 0.118128823630528, 0.411347826086958, 0.390030823754047, 0.816956521739131, 1.80104775829737, 4.01013043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0771102337066366, 0.220478260869564, 0.0987134632463419, 0.304565217391304, 0.148557876559093, 0.414478260869566, 1.22406082413652, 1.69808695652174, 1.79340360601599, 4.02269565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.077450762122523, 0.207565217391309, 0.0960313889724862, 0.275130434782615, 0.13880033716399, 0.392521739130441, 1.26209904367583, 1.89021739130435, 1.8657323552278, 4.07330434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0701277490425211, 0.199086956521739, 0.118257757602624, 0.292478260869565, 0.121514422768291, 0.365130434782609, 1.26405885250992, 1.93065217391305, 1.86031262301151, 4.09265217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0725176821833784, 0.206782608695648, 0.0794537178528, 0.269434782608695, 0.121623195078193, 0.368260869565215, 1.23904968365965, 1.96613043478261, 1.83443079991691, 4.11678260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668083507596602, 0.198913043478263, 0.0734442597385089, 0.258826086956524, 0.140828393314827, 0.377000000000001, 1.22075383954297, 1.97313043478261, 1.8304616655617, 4.10600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0513357159414887, 0.185913043478261, 0.108905078878507, 0.28195652173913, 0.175968354143805, 0.392043478260867, 1.22415424058535, 1.97917391304348, 1.81720115223054, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0691261949628311, 0.19560869565217, 0.114214900421355, 0.273043478260866, 0.166447905178589, 0.369782608695651, 1.20223109292287, 2.00265217391304, 1.80369681531599, 4.08626086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0927409584568412, 0.200608695652169, 0.125772694775093, 0.278043478260866, 0.184765752776886, 0.343260869565215, 1.15985369801131, 2.03834782608696, 1.77907659576445, 4.08252173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0756146356370889, 0.17513043478261, 0.0899863406411028, 0.223782608695652, 0.18923854072689, 0.339956521739129, 1.15862856779158, 2.06160869565218, 1.77526882671742, 4.08095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0538707646923385, 0.162173913043478, 0.0735963244485239, 0.227652173913041, 0.180298676224265, 0.349608695652171, 1.14933996353501, 2.07747826086957, 1.77526882671742, 4.08095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0508203065448486, 0.178608695652174, 0.13597620984668, 0.267434782608699, 0.175051500044944, 0.393130434782606, 1.15386317956426, 2.09065217391305, 1.76284666256916, 4.09491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117811096868904, 0.198000000000001, 0.151209850778094, 0.281347826086955, 0.276321267165142, 0.498521739130434, 1.16732073383975, 2.10017391304348, 1.76022671240138, 4.09752173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.08764284782402, 0.204782608695649, 0.137727763210232, 0.311869565217388, 1.21627930827225, 1.56991304347826, 1.18050058551915, 2.14378260869566, 1.75726300613405, 4.098 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106946294379109, 0.24365217391304, 0.245507347563186, 0.41469565217391, 1.2385455354884, 1.74395652173913, 1.17614217634278, 2.13934782608696, 1.76662660605386, 4.07773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.20088098456667, 0.331521739130434, 1.21266437946911, 1.47747826086956, 1.22133482992929, 1.75730434782609, 1.17651598276756, 2.10230434782609, 1.78757254420359, 4.02834782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.456394911655043, 1.03465384615385, 0.563892210103475, 1.26976923076923, 0.632987412683208, 1.41776923076923, 0.648078651447136, 1.70753846153846, 1.38028179062772, 3.6483076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.30074061658103, 0.649038461538466, 0.452568607633567, 0.841769230769234, 0.483960271732488, 0.981230769230769, 0.587142300927523, 1.34319230769231, 1.3093918494418, 3.48315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.314769542070679, 0.546769230769232, 0.32546854509484, 0.689576923076921, 0.441539079200855, 0.85403846153846, 0.524380771812007, 1.18192307692308, 1.31330746356143, 3.41457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.239484603648363, 0.433346153846153, 0.368595331578599, 0.604038461538459, 0.429475193158419, 0.782307692307692, 0.492141205502902, 1.07461538461538, 1.33100416285542, 3.39119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.254333590751629, 0.409153846153841, 0.29429915967365, 0.525653846153842, 0.338983060616036, 0.689346153846152, 0.429825869930533, 0.985038461538459, 1.33312142675059, 3.36853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185885328588933, 0.369346153846151, 0.209108499624919, 0.487269230769233, 0.304311823881109, 0.642615384615386, 0.415705687309591, 0.944461538461539, 1.33296886743032, 3.3708076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.148571583368476, 0.339346153846152, 0.244559799199738, 0.479153846153847, 0.264671340461222, 0.583961538461539, 0.392773499027697, 0.916307692307693, 1.3280279584638, 3.34853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168716334533625, 0.366807692307694, 0.203684718659465, 0.450230769230771, 0.286386734222205, 0.558192307692307, 0.385852432932589, 0.9055, 1.32837294404152, 3.33403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118375081837353, 0.301499999999999, 0.164323339790793, 0.397, 0.237437667933811, 0.511384615384614, 0.338108412290405, 0.861461538461538, 1.32346439840524, 3.32957692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.156534985030382, 0.28019230769231, 0.215708139713043, 0.364192307692304, 0.26037740951284, 0.552653846153846, 0.307624536382609, 0.848846153846156, 1.25244515863355, 3.24265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.092107228481056, 0.227692307692304, 0.130343829336701, 0.320076923076922, 0.212801735099926, 0.49546153846154, 0.268351411399304, 0.846000000000003, 1.26251726873186, 3.27457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104638873494294, 0.237423076923078, 0.172815726670393, 0.37765384615385, 0.211281339960214, 0.484269230769235, 0.895133620450899, 1.55096153846154, 1.18809995435505, 3.31569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.11818882545122, 0.257961538461542, 0.141567706008873, 0.33315384615385, 0.168582127896626, 0.433423076923077, 0.995440417410999, 1.66476923076923, 1.21823082314541, 3.32846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0765952900741189, 0.209961538461537, 0.101563901824645, 0.288115384615385, 0.13459146161054, 0.390692307692307, 0.995900971289507, 1.72423076923077, 1.27574858627576, 3.35484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.07224969523492, 0.213461538461537, 0.0923227782544262, 0.283153846153843, 0.143453664457046, 0.363076923076922, 0.978622460400333, 1.776, 1.28774756006817, 3.37346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0885392220778633, 0.20907692307692, 0.125206143864979, 0.291461538461536, 0.141759861955132, 0.365538461538459, 0.96689708942496, 1.79469230769231, 1.30350502698863, 3.39534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0683619327268763, 0.196923076923074, 0.105246348374439, 0.244923076923072, 0.137655852930972, 0.34457692307692, 0.962919010892641, 1.81869230769231, 1.31187838613189, 3.4275 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0916547787163239, 0.188961538461538, 0.129222503398655, 0.266153846153847, 0.151063145227928, 0.362923076923079, 0.953927373465169, 1.83307692307693, 1.35185049696845, 3.44061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0685699193973125, 0.191076923076924, 0.10454146766493, 0.267038461538463, 0.160557610077646, 0.388884615384616, 0.953541070875375, 1.83057692307693, 1.3495749239611, 3.44865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0917823512446684, 0.200000000000005, 0.116229322395922, 0.274846153846157, 0.195872548828606, 0.413846153846155, 0.950622290113975, 1.83553846153846, 1.34517525766948, 3.45792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0842405803910203, 0.203653846153848, 0.119994672958683, 0.295192307692309, 0.170239636530843, 0.410423076923077, 0.949822422269634, 1.83292307692308, 1.33836411281143, 3.46346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10125238078872, 0.200269230769233, 0.127118944905336, 0.289884615384617, 0.159065758051862, 0.436653846153848, 0.95531767813322, 1.83488461538462, 1.31811771623257, 3.47807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0887318172056416, 0.212846153846154, 0.116461608068263, 0.303115384615384, 0.16638053233014, 0.520192307692307, 0.956250479738443, 1.8315, 1.31803486822093, 3.47807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0962259520407746, 0.222923076923079, 0.123805007976248, 0.322000000000002, 0.928092386813692, 1.38403846153847, 0.964043134208934, 1.82726923076923, 1.31432909120966, 3.485 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0982803212167159, 0.239307692307692, 0.151991558470047, 0.439923076923076, 1.03491726982625, 1.51565384615385, 0.973987445820216, 1.82123076923077, 1.31351942739871, 3.48761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132961880020033, 0.36269230769231, 0.943842252954134, 1.34303846153847, 1.04158909069083, 1.57207692307692, 0.9857326997643, 1.81034615384616, 1.3067244904134, 3.49457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.628127185797957, 1.08019230769231, 0.777208555319314, 1.23846153846154, 0.750007598935863, 1.41596153846154, 0.702437699400068, 1.60419230769231, 1.27438784580616, 3.38969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.266420130909521, 0.597384615384614, 0.284574254200629, 0.764115384615382, 0.377172584451124, 0.985038461538461, 0.476144536879296, 1.3085, 1.29210015865644, 3.3615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.200624578600079, 0.505692307692306, 0.271548267419368, 0.69030769230769, 0.336033725413661, 0.858230769230769, 0.401842135095936, 1.17830769230769, 1.28172686698004, 3.29919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168446531119385, 0.454923076923076, 0.196653029079529, 0.58642307692308, 0.248328086332453, 0.77803846153846, 0.440704917847967, 1.12776923076923, 1.28358642332873, 3.23588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155516667422351, 0.380076923076927, 0.184300895277261, 0.521500000000002, 0.246352592842044, 0.679000000000002, 0.486223487709099, 1.06, 1.27823859335355, 3.24330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.102289521231873, 0.332884615384615, 0.178714783513156, 0.481423076923076, 0.231174952063451, 0.609461538461539, 0.457934237804783, 0.991615384615385, 1.29794708734157, 3.24080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.157233647798429, 0.353499999999998, 0.181177774999709, 0.440884615384614, 0.208740121829846, 0.607038461538458, 0.427497859643767, 0.9745, 1.29992526175694, 3.23261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0850440700234519, 0.283576923076923, 0.186823388422165, 0.427461538461536, 0.221449240580875, 0.567384615384614, 0.436898157469222, 0.932999999999999, 1.29567382232033, 3.21257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150791251531586, 0.306192307692307, 0.155936851123983, 0.39230769230769, 0.230527355293171, 0.504692307692306, 0.429798120767628, 0.905769230769231, 1.29124888621592, 3.20638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.102464162590563, 0.264769230769229, 0.157473929466242, 0.380038461538459, 0.224538336627369, 0.467769230769231, 0.415494567214322, 0.880153846153845, 1.81571223067297, 3.60423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0960500830897013, 0.257538461538458, 0.14855757754539, 0.319923076923077, 0.163087027263171, 0.43953846153846, 0.400456931324896, 0.898923076923077, 1.79498483387637, 3.66792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104914470659902, 0.222615384615381, 0.129334390690896, 0.298230769230767, 0.122578081865586, 0.390115384615382, 0.638728221968045, 1.49169230769231, 1.76939924789787, 3.69553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0817571638827667, 0.202923076923075, 0.106238570425968, 0.286923076923074, 0.108658427405117, 0.368576923076922, 0.67311815056154, 1.54626923076923, 1.76511774285849, 3.70761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0786724563275832, 0.197653846153845, 0.0754932192574002, 0.254115384615386, 0.162944577647171, 0.388846153846154, 0.680380424129372, 1.56219230769231, 1.76111577263262, 3.71073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0598909393429825, 0.195269230769232, 0.0920880849220773, 0.271153846153848, 0.175193383261074, 0.408807692307692, 0.700012998780408, 1.61903846153846, 1.76064399057233, 3.72530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0674078744544091, 0.180307692307695, 0.154576145039863, 0.275230769230769, 0.270460396645878, 0.459115384615383, 0.708543404023082, 1.65265384615385, 1.75452752000689, 3.73853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106537627877882, 0.208884615384619, 0.126712108582956, 0.279961538461542, 0.269557189593488, 0.47196153846154, 0.663814547781347, 1.69207692307693, 1.73373718352536, 3.75969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0663337482270268, 0.191615384615386, 0.217957045874075, 0.349076923076922, 0.261833429140328, 0.441230769230772, 0.6241718316174, 1.68734615384616, 1.74215657028426, 3.75965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206797723540511, 0.287461538461538, 0.24401991406756, 0.356961538461539, 0.265085077779831, 0.440538461538464, 0.607897774807071, 1.70576923076923, 1.74155299219271, 3.75723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.086986471096641, 0.199615384615387, 0.159161746467113, 0.307307692307697, 0.259369878448046, 0.413576923076927, 0.582940493070727, 1.70846153846154, 1.74409394286502, 3.75419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.145244202850023, 0.242038461538463, 0.185356537931216, 0.320384615384619, 0.262986413805264, 0.43242307692308, 0.595279596879937, 1.73796153846154, 1.75421987043989, 3.76307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0938196961443368, 0.206153846153847, 0.168238169089124, 0.302192307692309, 0.177795946133586, 0.439038461538462, 0.615135648579928, 1.76288461538462, 1.76232846017377, 3.79180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107673552212946, 0.228076923076923, 0.142779334854658, 0.315461538461543, 0.200198566812668, 0.513115384615385, 0.616142901756255, 1.76334615384616, 1.76018078092521, 3.80669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.101225414868919, 0.205769230769229, 0.102717603914062, 0.316115384615385, 0.48604973629645, 1.22988461538461, 0.625843573476267, 1.77846153846154, 1.75961491766282, 3.81553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0826409937389043, 0.258423076923078, 0.182141470798431, 0.430653846153846, 0.55380135288887, 1.32653846153846, 0.633852976158209, 1.78134615384615, 1.75961491766282, 3.81553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150187211378127, 0.336961538461536, 0.470360051940571, 1.18153846153846, 0.548940159271972, 1.35946153846154, 0.637319208753473, 1.76342307692308, 1.76478426312811, 3.80315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.296034686117379, 0.876153846153847, 0.391538425268249, 1.02253846153846, 0.382171095392951, 1.22711538461539, 0.506397733619914, 1.60323076923077, 1.7562488053103, 3.65588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.154367154736813, 0.524461538461537, 0.168908536925031, 0.734423076923076, 0.27400670682415, 1.01734615384615, 0.421684192804922, 1.33796153846154, 1.6870887865925, 3.45942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.160553681413365, 0.498269230769229, 0.204529057555678, 0.711153846153845, 0.282102381851256, 0.928076923076921, 0.362641564930695, 1.20776923076923, 1.63171654448267, 3.41819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137805956106627, 0.413192307692309, 0.154260882922404, 0.566499999999999, 0.202390563021103, 0.7615, 0.291464052408102, 1.05657692307692, 1.5393058520495, 3.35311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.134097949275893, 0.407499999999998, 0.18109885103488, 0.559923076923074, 0.187669349163321, 0.697769230769231, 0.297615634928418, 1.00088461538462, 1.52478065459114, 3.32926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.128096844373546, 0.360807692307693, 0.140291284887497, 0.475730769230768, 0.181603761397849, 0.613384615384616, 0.283975776323368, 0.913807692307692, 1.47339342283775, 3.27453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0702089628291053, 0.293461538461538, 0.0794751630288476, 0.381307692307692, 0.205594406538698, 0.533499999999998, 0.274822418187565, 0.84519230769231, 1.45039422174164, 3.25496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0647668124891162, 0.251499999999998, 0.154164387786345, 0.374461538461539, 0.250113577277325, 0.533807692307691, 0.270927447000965, 0.822807692307692, 1.44423191404236, 3.24630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137043917722077, 0.274653846153848, 0.178534482771424, 0.367192307692309, 0.225420891803613, 0.489538461538464, 0.276968734697616, 0.796000000000002, 1.42498892465332, 3.23434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0940948130672078, 0.245076923076925, 0.139945995078319, 0.356192307692312, 0.150943881573965, 0.461153846153848, 0.256705796883992, 0.775884615384621, 1.56732766983021, 3.56676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.126499230766893, 0.254153846153852, 0.118261041117325, 0.311076923076928, 0.126297164838147, 0.425576923076926, 0.230741790419842, 0.815576923076927, 1.5881379091444, 3.59653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.067303823185495, 0.229730769230769, 0.0911716302028567, 0.322884615384612, 0.116612369049706, 0.413269230769231, 0.576040826544569, 1.26007692307692, 1.49963537568304, 3.7005 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0696517159764329, 0.212807692307689, 0.0859821179977837, 0.280730769230768, 0.112026892375828, 0.38323076923077, 0.740150089768699, 1.40734615384616, 1.48249502995665, 3.74307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0817921662602157, 0.210038461538462, 0.0931128099920507, 0.276346153846153, 0.129633352783325, 0.361615384615382, 0.773935747680943, 1.47030769230769, 1.47399734943922, 3.74811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0619084684153831, 0.204461538461536, 0.082393698414758, 0.276807692307691, 0.118104862141822, 0.371038461538462, 0.924192434174083, 1.53615384615385, 1.46416955932759, 3.76453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0859335431956222, 0.198423076923077, 0.101086870485812, 0.257653846153844, 0.157765985414619, 0.389115384615385, 0.918811601179229, 1.58303846153847, 1.45093724669476, 3.77257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668620623718373, 0.185153846153846, 0.113828758026464, 0.272884615384615, 0.179316810314979, 0.38703846153846, 0.902729956214012, 1.62557692307693, 1.45018371886515, 3.77446153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0891746514517343, 0.203038461538459, 0.138913946799393, 0.309730769230767, 0.194523105212565, 0.392961538461538, 0.874961482229141, 1.62534615384616, 1.43627524681566, 3.76223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117249825323798, 0.222192307692309, 0.126072122215815, 0.2795, 0.183550324266838, 0.389807692307695, 0.872240654865389, 1.642, 1.43694349763122, 3.77015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0565967653329567, 0.183923076923077, 0.104007662439616, 0.264923076923079, 0.160401189329944, 0.378307692307695, 0.859171437177437, 1.65403846153847, 1.44690138731546, 3.77723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0746758018679106, 0.189346153846154, 0.140750821831186, 0.278076923076924, 0.177519819045215, 0.396384615384618, 0.857096491291744, 1.66565384615385, 1.44562354765633, 3.77619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10563487186458, 0.215384615384616, 0.124490327087936, 0.307807692307694, 0.176318749821068, 0.444692307692312, 0.849010446615083, 1.67046153846154, 1.44835630815923, 3.77965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0843083716985549, 0.214307692307692, 0.125185628322353, 0.289192307692309, 0.263731693495201, 0.518384615384618, 0.852014486153486, 1.66826923076923, 1.44635299287553, 3.7835 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0921779883619788, 0.20369230769231, 0.149390824556058, 0.320461538461542, 0.536657204726271, 1.13765384615385, 0.852576612393282, 1.739, 1.44793578108764, 3.78388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118113954103004, 0.263115384615383, 0.233760864000931, 0.437307692307691, 0.686642790349146, 1.29880769230769, 0.832451571240958, 1.73253846153846, 1.4425794402869, 3.78080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.177976839461254, 0.321653846153843, 0.51020120917747, 1.08707692307692, 0.679279600300654, 1.35015384615385, 0.782472043245981, 1.71053846153846, 1.42986122887718, 3.77342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.373456956638298, 0.864538461538461, 0.542604749192406, 1.06907692307692, 0.707006849058327, 1.23126923076923, 0.658071176884502, 1.56392307692308, 1.38830379738952, 3.72207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.178712510861609, 0.52080769230769, 0.250315370313896, 0.67623076923077, 0.412327377400346, 0.860884615384617, 0.445440499350406, 1.20803846153846, 1.3795880611478, 3.63546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.115616348324971, 0.418500000000003, 0.254442606495062, 0.553000000000001, 0.253712787343364, 0.725461538461541, 0.327971989892196, 1.04088461538462, 1.43068351658058, 3.60526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.19248152758522, 0.409461538461539, 0.212018721959971, 0.534538461538466, 0.212979103344767, 0.660461538461541, 0.323369519518844, 1.00061538461538, 1.42495767710429, 3.60669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.103007938454353, 0.342653846153847, 0.153895334062326, 0.475576923076923, 0.196891133526978, 0.599038461538462, 0.333223925634681, 0.947230769230769, 1.42636578812676, 3.60180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107223110310308, 0.311653846153844, 0.140888876014454, 0.421346153846155, 0.178627506711164, 0.560884615384614, 0.33380737190551, 0.917192307692309, 1.42521425811647, 3.60280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104993626180172, 0.30569230769231, 0.155115842567371, 0.412269230769229, 0.178644692487199, 0.524384615384614, 0.327840233134281, 0.880538461538462, 1.43225700368872, 3.60673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.130212825789168, 0.274500000000002, 0.16444745712186, 0.391615384615384, 0.194548301299347, 0.489192307692307, 0.33894054845152, 0.837846153846155, 1.43758670213447, 3.60838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0820191816214123, 0.257884615384614, 0.0919438624713649, 0.331076923076924, 0.136025857270424, 0.451076923076922, 0.322152625080341, 0.815923076923078, 1.46214041680734, 3.60596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0673405238607914, 0.218884615384618, 0.0856261732092508, 0.314807692307694, 0.326207704007501, 0.490884615384616, 0.311023929329216, 0.785269230769231, 1.46226444204239, 3.84353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0721232705431876, 0.221615384615385, 0.0898965217090417, 0.294230769230768, 0.292443301539608, 0.471730769230769, 0.310349631619171, 0.766423076923078, 1.48228010225412, 3.8773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0860746098541166, 0.203961538461535, 0.300906806426586, 0.356115384615385, 0.29200781865191, 0.459615384615386, 0.511601353218873, 1.22276923076923, 1.51261328882781, 3.88019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.267981354116002, 0.266615384615383, 0.26094621019548, 0.343269230769233, 0.252480265793952, 0.446269230769231, 0.547575457392368, 1.34280769230769, 1.53276752464795, 3.89573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0742925609693478, 0.213769230769235, 0.0956391374667518, 0.280730769230774, 0.151429196453198, 0.375807692307693, 0.594500634663564, 1.40826923076923, 1.54941095904218, 3.911 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106174928229858, 0.208653846153847, 0.130287049949773, 0.282653846153846, 0.19794320863862, 0.392076923076924, 0.635219840806194, 1.45238461538461, 1.55116837205429, 3.91196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0767094819131524, 0.188230769230767, 0.104322554534557, 0.257346153846154, 0.162406294876106, 0.373730769230772, 0.710267283384325, 1.49957692307692, 1.56403287246588, 3.89811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0537645007273514, 0.180307692307695, 0.0985193147794652, 0.26315384615385, 0.133928712380878, 0.360500000000004, 0.706399452260437, 1.52788461538462, 1.55638069102152, 3.90284615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0651048385298676, 0.185, 0.0877812315668065, 0.245230769230771, 0.111790793621216, 0.35369230769231, 0.721439724013459, 1.60365384615385, 1.5378422525884, 3.91707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0554761764530199, 0.176384615384614, 0.0642121603628292, 0.242807692307692, 0.111545347798038, 0.340269230769228, 0.748615214913509, 1.6385, 1.53204695901118, 3.92173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0523704702465621, 0.176115384615385, 0.0982373342785406, 0.256423076923077, 0.130066113366068, 0.342076923076923, 0.77059116567437, 1.67623076923077, 1.53647626029872, 3.93446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0809901133567459, 0.18396153846154, 0.0839236282855782, 0.25384615384615, 0.118593682540273, 0.344692307692307, 0.770298655367864, 1.69653846153846, 1.54454590040618, 3.93096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.049928132966678, 0.17253846153846, 0.0991420503814916, 0.249115384615385, 0.156311055763327, 0.362884615384614, 0.81153643171456, 1.7165, 1.56193951079567, 3.92565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.088135245721907, 0.189307692307692, 0.104420753905315, 0.254423076923077, 0.222980775301026, 0.460884615384616, 0.798845871338048, 1.71861538461539, 1.55456456084853, 3.92142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0584795559280224, 0.171538461538463, 0.114120644663714, 0.282807692307692, 0.451886861265753, 1.05515384615385, 0.796420689952625, 1.72065384615385, 1.56051274265865, 3.9145 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0913456411321625, 0.238884615384618, 0.161380315261332, 0.401615384615388, 0.468376574333745, 1.20984615384616, 0.782426993399385, 1.715, 1.55364957587462, 3.90673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.13213547826146, 0.294769230769231, 0.387086094577657, 1.02926923076923, 0.52891458667728, 1.286, 0.782957569338606, 1.72234615384616, 1.56050449485465, 3.89203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:19 Duration: 2s703ms Database: acaweb_fx User: pgperfstats
9 81 6m24s 243ms 53s260ms 4s742ms 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 #9
Day Hour Count Duration Avg duration Oct 24 14 81 6m24s 4s742ms [ User: postgres - Total duration: 6m24s - Times executed: 81 ]
-
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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:06:35 Duration: 53s260ms 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 = '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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:11:08 Duration: 25s430ms 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 = '529' 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 ('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 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-10-24 14:05:55 Duration: 25s289ms Database: acaweb_fx User: postgres Bind query: yes
10 76 8s33ms 50ms 614ms 105ms 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 #10
Day Hour Count Duration Avg duration Oct 24 14 76 8s33ms 105ms [ User: pgperfstats - Total duration: 8s33ms - Times executed: 76 ]
-
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-10-24 14:15:04 Duration: 614ms 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 = 954096order by pricedatetime asc;
Date: 2021-10-24 14:16:29 Duration: 483ms 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-10-24 14:15:03 Duration: 421ms Database: acaweb_fx User: pgperfstats
11 67 5s517ms 50ms 241ms 82ms select open as _open, high as _high, low as _low, close "..." _close, volume as _volume, pricedatetime as _pricedatetime from ( select open, high, low, close, volume, pricedatetime from t15 where pricedatetime >= current_timestamp - interval ? and symbolid = ? union all select open, high, low, close, volume, pricedatetime from t15_ps where pricedatetime >= current_timestamp - interval ? and symbolid = ? order by pricedatetime desc limit ?) a order by _pricedatetime asc;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Oct 24 14 67 5s517ms 82ms [ User: postgres - Total duration: 5s517ms - Times executed: 67 ]
-
select open as _open, high as _high, low as _low, close as _close, volume as _volume, pricedatetime as _pricedatetime FROM ( select open, high, low, close, volume, pricedatetime FROM T15 WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 1002031 union all select open, high, low, close, volume, pricedatetime FROM T15_ps WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 1002031 order by pricedatetime desc limit 672) a order by _pricedatetime asc;
Date: 2021-10-24 14:30:32 Duration: 241ms Database: acaweb_fx User: postgres
-
select open as _open, high as _high, low as _low, close as _close, volume as _volume, pricedatetime as _pricedatetime FROM ( select open, high, low, close, volume, pricedatetime FROM T15 WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 1023464 union all select open, high, low, close, volume, pricedatetime FROM T15_ps WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 1023464 order by pricedatetime desc limit 672) a order by _pricedatetime asc;
Date: 2021-10-24 14:06:22 Duration: 214ms Database: acaweb_fx User: postgres
-
select open as _open, high as _high, low as _low, close as _close, volume as _volume, pricedatetime as _pricedatetime FROM ( select open, high, low, close, volume, pricedatetime FROM T15 WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 919648 union all select open, high, low, close, volume, pricedatetime FROM T15_ps WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 919648 order by pricedatetime desc limit 672) a order by _pricedatetime asc;
Date: 2021-10-24 14:07:32 Duration: 179ms Database: acaweb_fx User: postgres
12 61 17s315ms 51ms 3s548ms 283ms 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 #12
Day Hour Count Duration Avg duration Oct 24 14 61 17s315ms 283ms [ User: postgres - Total duration: 17s315ms - Times executed: 61 ]
-
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-10-24 14:01:11 Duration: 3s548ms 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-10-24 14:01:22 Duration: 1s617ms 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 = '641' 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-10-24 14:06:12 Duration: 1s612ms Database: acaweb_fx User: postgres Bind query: yes
13 60 2m2s 62ms 36s850ms 2s42ms (( 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 Oct 24 14 60 2m2s 2s42ms [ User: postgres - Total duration: 2m2s - Times executed: 60 ]
-
(( 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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-10-24 14:06:15 Duration: 36s850ms 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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-10-24 14:06:30 Duration: 35s517ms 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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-10-24 14:07:39 Duration: 14s833ms Database: acaweb_fx User: postgres Bind query: yes
14 59 9s167ms 50ms 492ms 155ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Oct 24 14 59 9s167ms 155ms [ User: postgres - Total duration: 9s167ms - Times executed: 59 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-10-24 14:50:13 Duration: 492ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-10-24 14:16:18 Duration: 294ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-10-24 14:01:17 Duration: 293ms Database: acaweb_fx User: postgres
15 55 31s530ms 51ms 3s846ms 573ms 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 #15
Day Hour Count Duration Avg duration Oct 24 14 55 31s530ms 573ms [ User: postgres - Total duration: 31s530ms - Times executed: 55 ]
-
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-10-24 14:06:25 Duration: 3s846ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986812' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-10-24 14:10:54 Duration: 2s306ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986757' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-10-24 14:10:54 Duration: 2s301ms Database: acaweb_fx User: postgres Bind query: yes
16 50 11s899ms 51ms 1s927ms 237ms 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 #16
Day Hour Count Duration Avg duration Oct 24 14 50 11s899ms 237ms [ User: postgres - Total duration: 11s899ms - Times executed: 50 ]
-
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 = 495 AND sg.groupid = 3176 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-10-24 14:06:33 Duration: 1s927ms 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 = 558 AND sg.groupid = 3522 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 0 AND patternquality >= 0.0 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-10-24 14:06:39 Duration: 1s181ms 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 = 49 AND sg.groupid = 3904 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-10-24 14:09:16 Duration: 851ms Database: acaweb_fx User: postgres Bind query: yes
17 47 2m13s 88ms 28s747ms 2s833ms 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 #17
Day Hour Count Duration Avg duration Oct 24 14 47 2m13s 2s833ms [ User: postgres - Total duration: 2m13s - Times executed: 47 ]
-
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 = '529' 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 ('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-10-24 14:06:24 Duration: 28s747ms 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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:07:02 Duration: 26s863ms 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 = '660' 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 ('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 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-10-24 14:07:41 Duration: 14s270ms Database: acaweb_fx User: postgres Bind query: yes
18 40 11s4ms 54ms 3s947ms 275ms 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 #18
Day Hour Count Duration Avg duration Oct 24 14 40 11s4ms 275ms [ User: postgres - Total duration: 11s4ms - Times executed: 40 ]
-
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 = '660' 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 ('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 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-10-24 14:01:10 Duration: 3s947ms 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 = '572' 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) 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-10-24 14:01:31 Duration: 2s544ms 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 = '529' 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 ('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 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-10-24 14:06:24 Duration: 468ms Database: acaweb_fx User: postgres Bind query: yes
19 32 3s106ms 51ms 261ms 97ms 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 #19
Day Hour Count Duration Avg duration Oct 24 14 32 3s106ms 97ms [ User: postgres - Total duration: 3s106ms - Times executed: 32 ]
-
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 = '489' 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 ('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 bmr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, interval DESC;
Date: 2021-10-24 14:08:05 Duration: 261ms 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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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-10-24 14:16:10 Duration: 247ms 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-10-24 14:07:42 Duration: 202ms Database: acaweb_fx User: postgres Bind query: yes
20 29 7s619ms 51ms 1s869ms 262ms 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 Oct 24 14 29 7s619ms 262ms [ User: postgres - Total duration: 7s619ms - Times executed: 29 ]
-
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 = 660 AND sg.groupid = 4858 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 > 61892063 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:05:43 Duration: 1s869ms 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 = 660 AND sg.groupid = 4876 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 > 61893336 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:05:32 Duration: 1s819ms 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 = 558 AND sg.groupid = 3528 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 & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 61877929 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:06:01 Duration: 488ms 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 12m11s 12m11s 12m11s 1 12m11s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Oct 24 14 1 12m11s 12m11s [ User: postgres - Total duration: 12m11s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2021-10-24 14:12:35 Duration: 12m11s Database: acaweb_fx User: postgres
2 37s97ms 37s97ms 37s97ms 1 37s97ms 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 #2
Day Hour Count Duration Avg duration Oct 24 14 1 37s97ms 37s97ms [ User: pgperfstats - Total duration: 37s97ms - 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-10-24 14:15:02 Duration: 37s97ms Database: acaweb_fx User: pgperfstats
3 4s628ms 1m17s 28s957ms 4 1m55s select updateageforrelevantresults ();Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Oct 24 14 4 1m55s 28s957ms [ User: postgres - Total duration: 1m55s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-10-24 14:03:20 Duration: 1m17s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-10-24 14:17:30 Duration: 27s574ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-10-24 14:32:08 Duration: 5s647ms Database: acaweb_fx User: postgres
4 957ms 2m25s 19s60ms 24 7m37s 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.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 #4
Day Hour Count Duration Avg duration Oct 24 14 24 7m37s 19s60ms [ User: postgres - Total duration: 7m37s - Times executed: 24 ]
-
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.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 ('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-10-24 14:07:55 Duration: 2m25s 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.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 ('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-10-24 14:11:59 Duration: 1m29s 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.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 ('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-10-24 14:16:40 Duration: 1m10s Database: acaweb_fx User: postgres Bind query: yes
5 4s876ms 15s618ms 8s238ms 4 32s952ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Oct 24 14 4 32s952ms 8s238ms [ User: postgres - Total duration: 32s952ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-10-24 14:16:17 Duration: 15s618ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-10-24 14:01:09 Duration: 7s474ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-10-24 14:31:06 Duration: 4s983ms Database: acaweb_fx User: postgres
6 166ms 19s179ms 5s12ms 8 40s101ms select fixcandlegaps (?, false);Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Oct 24 14 8 40s101ms 5s12ms [ User: postgres - Total duration: 40s101ms - Times executed: 8 ]
-
select fixcandlegaps ('EVERESTMT5', false);
Date: 2021-10-24 14:06:41 Duration: 19s179ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('XM', false);
Date: 2021-10-24 14:06:22 Duration: 9s41ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-10-24 14:06:11 Duration: 4s562ms Database: acaweb_fx User: postgres
7 243ms 53s260ms 4s742ms 81 6m24s 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 Oct 24 14 81 6m24s 4s742ms [ User: postgres - Total duration: 6m24s - Times executed: 81 ]
-
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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:06:35 Duration: 53s260ms 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 = '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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:11:08 Duration: 25s430ms 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 = '529' 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 ('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 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-10-24 14:05:55 Duration: 25s289ms Database: acaweb_fx User: postgres Bind query: yes
8 85ms 17s807ms 4s48ms 7 28s339ms 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 <= ?)) or ((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 #8
Day Hour Count Duration Avg duration Oct 24 14 7 28s339ms 4s48ms [ User: postgres - Total duration: 28s339ms - Times executed: 7 ]
-
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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:03:38 Duration: 17s807ms 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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:11:47 Duration: 8s356ms 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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:19:48 Duration: 1s69ms Database: acaweb_fx User: postgres Bind query: yes
9 58ms 36s968ms 3s505ms 139 8m7s with rar_max as ( ;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Oct 24 14 139 8m7s 3s505ms [ User: postgres - Total duration: 8m7s - Times executed: 139 ]
-
WITH rar_max as ( ;
Date: 2021-10-24 14:01:37 Duration: 36s968ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-10-24 14:08:26 Duration: 29s858ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-10-24 14:07:02 Duration: 26s212ms Database: acaweb_fx User: postgres Bind query: yes
10 50ms 20s615ms 3s179ms 18 57s234ms 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 <= ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((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 #10
Day Hour Count Duration Avg duration Oct 24 14 18 57s234ms 3s179ms [ User: postgres - Total duration: 57s234ms - Times executed: 18 ]
-
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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.6 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.6 AND initialtrend >= 0.6 AND symmetry >= 0.6 AND noise <= 0.4 AND volumeincrease >= 0.6 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520945589 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:03:41 Duration: 20s615ms 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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:03:38 Duration: 17s815ms 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 '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 AND volumeincrease >= 0.8 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520928241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:11:47 Duration: 8s356ms Database: acaweb_fx User: postgres Bind query: yes
11 88ms 28s747ms 2s833ms 47 2m13s 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 #11
Day Hour Count Duration Avg duration Oct 24 14 47 2m13s 2s833ms [ User: postgres - Total duration: 2m13s - Times executed: 47 ]
-
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 = '529' 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 ('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-10-24 14:06:24 Duration: 28s747ms 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 ('240' = 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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-10-24 14:07:02 Duration: 26s863ms 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 = '660' 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 ('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 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-10-24 14:07:41 Duration: 14s270ms Database: acaweb_fx User: postgres Bind query: yes
12 2s119ms 3s547ms 2s791ms 149 6m55s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Oct 24 14 149 6m55s 2s791ms [ User: pgperfstats - Total duration: 6m55s - Times executed: 149 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970100, 1, 600, '2021-10-24 00:00:00', 23.2212246503251, 33.4795217391305, 22.7215406064299, 40.4515652173913, 24.1543766051169, 53.346, 24.4989309014945, 69.3189565217391, 54.619334708363, 162.515565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 615, '2021-10-24 00:00:00', 9.1938158907176, 19.1162173913044, 12.4500363278674, 29.6682608695653, 17.4305576186545, 39.0225217391305, 18.4573919270041, 57.2277391304348, 52.9995529444939, 156.277043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 630, '2021-10-24 00:00:00', 8.99856639065111, 18.3462173913044, 14.7754777012587, 26.4838695652174, 15.112035740081, 34.2968695652174, 17.3357751700648, 51.7252608695652, 52.5175929338467, 153.400739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 645, '2021-10-24 00:00:00', 11.9012515298302, 16.9836086956522, 11.8511589335049, 23.8113913043479, 15.6380929767225, 31.8103043478262, 17.7506460413523, 49.3583913043478, 52.6822566786479, 152.498130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 660, '2021-10-24 00:00:00', 9.26130677314197, 15.5846521739131, 10.7423830472385, 22.6145217391305, 17.9036253022797, 30.0996521739131, 17.0654646554127, 48.7032173913043, 53.263019094743, 152.494782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 675, '2021-10-24 00:00:00', 6.18240414881534, 15.3241739130435, 11.5663973734946, 20.9882608695653, 12.5715255379679, 27.5004782608696, 14.6247578549597, 45.7799565217391, 54.2949692758365, 152.970869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 690, '2021-10-24 00:00:00', 7.85682104598403, 13.8183043478261, 9.627357636202, 19.6026521739131, 10.8168705577922, 25.8048695652174, 15.7823387787762, 46.5653478260869, 54.840897880973, 153.360130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 705, '2021-10-24 00:00:00', 5.55272356026833, 13.2478695652174, 7.2707120992947, 19.5433913043478, 9.08428132923978, 24.6237826086956, 17.4129153181617, 47.1338260869565, 57.3225086328956, 177.129826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 720, '2021-10-24 00:00:00', 4.81370774568523, 14.4295217391304, 6.44461330539907, 17.1542608695652, 8.77630383340757, 24.5873913043478, 16.9575134285614, 47.0889565217391, 59.9993582740716, 179.344869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 735, '2021-10-24 00:00:00', 4.17619380484806, 10.9398260869565, 8.25141754140989, 16.3755217391304, 9.49836819436532, 24.2189130434783, 15.6302157607396, 47.389, 60.2035792649595, 179.210695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 750, '2021-10-24 00:00:00', 5.85545589338415, 12.8450869565217, 6.18346486359925, 17.5890869565217, 9.08328968958824, 24.6266956521739, 22.4338786003521, 49.955652173913, 60.2962876407571, 181.150434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 765, '2021-10-24 00:00:00', 4.66263944275364, 11.8231304347825, 6.15420318529135, 16.8718695652174, 11.1706570965355, 24.3051739130434, 22.9089495650479, 50.8539130434782, 60.2335772326458, 181.166173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 780, '2021-10-24 00:00:00', 3.81481153964445, 11.8959130434783, 5.5722007428463, 16.6961304347826, 8.59045425529126, 23.5093043478261, 22.9496902790678, 51.8657826086957, 61.1526088058948, 182.039695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 795, '2021-10-24 00:00:00', 5.77418347084162, 11.8948695652173, 9.02231664443284, 17.3347826086955, 9.13342592732647, 23.1915217391304, 22.4655773396007, 52.0457391304347, 60.9054067692132, 181.945782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 810, '2021-10-24 00:00:00', 5.40122379230348, 12.006, 5.75738069390463, 15.776, 7.34425634148789, 23.6568695652174, 22.6390015378861, 50.7837826086957, 60.8676956249512, 181.905652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 825, '2021-10-24 00:00:00', 3.2609494416304, 10.7564782608696, 5.95124485399923, 16.1073043478261, 9.93583963343525, 23.9333043478261, 23.0939860264297, 50.0250434782609, 60.5422430604166, 182.145826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 840, '2021-10-24 00:00:00', 5.51715833441064, 11.8802173913043, 6.77272854678082, 17.1218260869565, 9.38175870038517, 22.5286956521739, 23.2268357342384, 50.6139565217392, 60.0862668676538, 182.634 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 855, '2021-10-24 00:00:00', 5.5451060233576, 11.1239130434783, 7.87622881961741, 16.1863478260869, 8.4793487510012, 20.3238260869565, 23.7649309291484, 50.3093913043479, 59.6286342905465, 182.807913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 870, '2021-10-24 00:00:00', 4.44554224563296, 11.1863043478261, 5.64670786594458, 14.7672173913044, 10.9402725643655, 20.885347826087, 24.6761318477669, 52.2568260869566, 59.2491368043057, 183.718652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 885, '2021-10-24 00:00:00', 4.14183466059804, 9.68191304347829, 7.25029841691959, 14.4480434782609, 13.0301903180007, 21.5492173913044, 34.8561292625272, 75.0984347826087, 59.6813735187039, 184.63147826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 900, '2021-10-24 00:00:00', 6.84685539545879, 10.5604782608696, 11.1746168975192, 14.8974782608696, 11.1531096089214, 21.9943043478261, 35.3034788512406, 80.205, 59.4982402373374, 185.372608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 915, '2021-10-24 00:00:00', 5.93847009549588, 10.4835652173914, 8.03936807758901, 15.7487826086957, 10.9535074616063, 22.6695652173914, 34.3853962691282, 82.8233043478261, 58.2879225482612, 185.099086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 930, '2021-10-24 00:00:00', 6.80319458150608, 11.8961739130435, 7.1631278749279, 16.1449565217392, 21.7580039705532, 27.096347826087, 36.5452907093057, 83.7478695652174, 57.937248430996, 184.797869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 945, '2021-10-24 00:00:00', 5.3946749912177, 10.8315217391305, 9.05401968424457, 16.7665217391305, 21.2540035678935, 32.4158695652174, 36.7577271470879, 84.7557391304348, 57.9007768366927, 184.359739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 960, '2021-10-24 00:00:00', 8.2888176424078, 12.587, 19.5909895657674, 21.4835652173913, 20.8303597095311, 36.8920869565218, 35.497713180979, 86.1545217391304, 57.2442831757058, 184.545869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 975, '2021-10-24 00:00:00', 12.3063477138969, 15.704347826087, 12.9066690335463, 26.9832173913044, 14.9393648636629, 34.9015652173914, 34.1539519473304, 85.2645652173913, 57.6062939708443, 182.914347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 990, '2021-10-24 00:00:00', 7.2389178590968, 21.2710434782609, 10.5399290188938, 28.7677826086957, 12.1071172714443, 34.3145217391304, 33.7448469826932, 84.8623913043478, 58.0303002386048, 182.417652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1005, '2021-10-24 00:00:00', 7.39293110692768, 19.5525217391304, 9.11832395861374, 23.7982173913044, 12.5359873914052, 30.9318260869565, 32.0575652125935, 83.4467826086956, 57.5514329974097, 180.785347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1020, '2021-10-24 00:00:00', 5.86798836422567, 15.4745217391305, 9.32833992280595, 21.5294782608696, 12.2154869621854, 28.2687826086957, 30.4848634660786, 83.621, 55.9242480996735, 180.739826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1035, '2021-10-24 00:00:00', 7.42693547310996, 15.9566086956522, 10.4566818798679, 21.2638695652174, 11.4371357741095, 27.4095217391304, 31.2545192866239, 82.0282608695652, 56.1086231269453, 179.746260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1050, '2021-10-24 00:00:00', 7.726236479065, 14.5556956521739, 8.25739119862406, 19.0460434782609, 11.1004653381432, 25.1017826086956, 32.618186506129, 81.5046956521738, 56.3545724444016, 179.594130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1065, '2021-10-24 00:00:00', 5.76644724745722, 13.3163043478261, 6.78203596292227, 17.2034347826087, 28.5542731552201, 54.8698260869565, 32.9014618282947, 80.3235652173912, 57.2187752371227, 178.872 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1080, '2021-10-24 00:00:00', 6.52409262541389, 12.0893043478261, 7.55782855680586, 17.5743043478261, 28.1662941979566, 61.3021304347827, 32.7855341491135, 79.7905217391304, 57.9440256704795, 178.338913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 1, 1095, '2021-10-24 00:00:00', 6.41246966754258, 12.940347826087, 28.5337096445424, 53.3014782608696, 28.896702279951, 64.3352608695652, 32.9090553466713, 79.4000869565217, 58.7402448627983, 178.527782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 600, '2021-10-24 00:00:00', 22.8440706596161, 38.9566923076923, 22.3033518760331, 46.6631153846154, 23.3488233809625, 54.4526538461539, 26.1236843973786, 68.877423076923, 56.3873363977982, 169.370961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 615, '2021-10-24 00:00:00', 8.45998022228996, 23.6128076923077, 10.9148958719442, 31.6101538461539, 12.491818000657, 39.8828076923077, 17.8685182983928, 57.3664999999999, 56.7078042431551, 162.855 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 630, '2021-10-24 00:00:00', 6.55513064259884, 18.4833076923077, 7.9392924772929, 26.7150000000001, 10.0925496722163, 37.0276153846154, 14.3139236328183, 53.4933846153846, 57.0365179913576, 162.561461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 645, '2021-10-24 00:00:00', 7.19340843272506, 19.193, 7.48279212059241, 26.227, 11.0794582956305, 34.5307307692308, 14.506069706214, 51.9868076923077, 57.7009148368084, 161.776269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 660, '2021-10-24 00:00:00', 5.90671036703179, 16.116, 8.39968471166533, 23.8101538461538, 10.6942056032515, 29.6252692307692, 14.4325611365945, 47.4288076923077, 58.4534331295894, 159.999346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 675, '2021-10-24 00:00:00', 8.90975789993105, 17.9103461538462, 11.020831944305, 22.5412307692308, 11.2011308011564, 27.0562307692308, 15.7042295950926, 45.1688461538462, 58.5231455848552, 159.771884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 690, '2021-10-24 00:00:00', 6.08169261624273, 15.7200384615384, 9.95352413794308, 20.6697307692307, 8.80865125343348, 27.0437692307692, 18.2934056512597, 45.7998076923077, 59.0498733050422, 161.261307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 705, '2021-10-24 00:00:00', 7.03484973673657, 14.4155384615384, 6.79789559971438, 18.0492307692307, 8.78062057286479, 25.5422692307693, 16.7251981919958, 45.8208076923077, 61.9212653352626, 172.186 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 720, '2021-10-24 00:00:00', 3.74821403624959, 12.7703076923077, 7.08436477278281, 20.400076923077, 9.47896909681963, 27.0995384615385, 16.2602039823046, 46.1821153846155, 61.8102968388451, 173.386884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 735, '2021-10-24 00:00:00', 6.83409350794859, 15.3126538461539, 8.82959347334951, 18.1302307692308, 10.1686691144152, 25.9429615384615, 17.9747774719081, 47.7492692307693, 61.5451940496137, 173.159269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 750, '2021-10-24 00:00:00', 6.29354934870747, 12.0562692307693, 8.93494463475596, 18.7551153846154, 9.15065065093106, 23.9171538461539, 19.6513048162202, 47.3155, 60.7462537278194, 172.422269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 765, '2021-10-24 00:00:00', 5.79575403430424, 14.0178846153846, 6.67285380443666, 17.9198461538462, 7.54461710747879, 23.9625384615385, 21.513536342999, 50.7556923076923, 60.327500654141, 172.659153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 780, '2021-10-24 00:00:00', 5.10047158739724, 11.4825769230769, 5.86004123705632, 16.4675, 8.637118158631, 23.7506153846154, 25.0669010279416, 53.5572307692308, 59.475697127133, 173.210038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 795, '2021-10-24 00:00:00', 4.90561107696704, 13.0089615384615, 6.73381198887666, 16.9753076923077, 8.71717671382192, 22.9025, 23.489875894914, 54.6909615384616, 59.2771193856838, 173.479230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 810, '2021-10-24 00:00:00', 4.25723276626424, 11.6788846153846, 6.17046492363785, 17.3865769230769, 7.67456860907397, 21.0291538461538, 22.2159336822436, 54.5344230769231, 59.2403482589488, 173.184192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 825, '2021-10-24 00:00:00', 6.07211529040744, 12.5195, 7.19161282092922, 15.7233846153846, 11.160170408404, 21.1367692307693, 21.3665387684, 55.0096923076923, 58.659274483908, 173.565538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 840, '2021-10-24 00:00:00', 4.85951576758264, 10.9231538461538, 4.99673117963516, 14.0578076923076, 10.0519639630962, 19.8086538461539, 21.6195644645876, 55.8299615384615, 58.659274483908, 173.565538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 855, '2021-10-24 00:00:00', 4.36787105050573, 10.0440769230769, 8.29268814957822, 15.0928846153846, 8.12376234966576, 19.994076923077, 21.6999952109176, 55.7419230769231, 59.0356052095291, 173.109153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 870, '2021-10-24 00:00:00', 7.87432737024866, 11.4544230769231, 7.46243557560136, 14.3, 9.09024457722936, 22.000076923077, 21.4681838436468, 55.9122307692308, 58.947427205043, 173.075576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 885, '2021-10-24 00:00:00', 4.43341318416618, 9.6476923076923, 6.56801395810384, 14.7800769230769, 10.3981328984509, 23.7555769230769, 30.366189429997, 71.2574615384616, 58.1716814747651, 173.610807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 900, '2021-10-24 00:00:00', 4.7675720858574, 10.8979230769231, 7.19938788551877, 16.8266153846154, 10.4575999332837, 25.2102692307693, 33.8349756236627, 74.6494230769231, 57.5179400562989, 174.38 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 915, '2021-10-24 00:00:00', 6.60112986051516, 12.4336538461539, 10.6745433736242, 19.4653461538462, 12.1393180171515, 27.2841923076923, 38.5213969665412, 79.299576923077, 57.2310817774344, 174.722846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 930, '2021-10-24 00:00:00', 5.76462612304228, 13.3285384615385, 7.49454614267039, 17.7927307692308, 12.4173028408563, 27.0101923076923, 41.1024346159876, 81.3411923076924, 57.2310817774344, 174.722846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 945, '2021-10-24 00:00:00', 5.33156262849248, 12.8903076923077, 8.47731473277133, 19.0480384615385, 13.2757335389975, 32.3209615384616, 41.4184098464031, 81.1972692307693, 57.5796862398938, 174.190730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 960, '2021-10-24 00:00:00', 8.66337687545418, 13.6076153846154, 12.1314202070491, 19.757, 19.6509447857819, 36.7565769230769, 44.2440637030725, 82.0921923076923, 57.7259071270297, 173.883038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 975, '2021-10-24 00:00:00', 7.5219227305666, 14.2347307692308, 10.3751969886767, 25.9270769230769, 17.6894888297673, 39.3665384615385, 44.6731395260663, 82.9453461538462, 57.6913471553977, 173.767730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 990, '2021-10-24 00:00:00', 8.3391228271416, 21.3246153846154, 18.5468943060972, 31.5541923076923, 16.6637245198619, 39.824076923077, 44.0860209029853, 83.8865384615385, 57.6913471553977, 173.767730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1005, '2021-10-24 00:00:00', 12.7622811997518, 21.0026923076923, 11.7388845435226, 27.7113846153846, 12.4670705309874, 35.0492307692308, 42.8502449900186, 84.3412307692308, 56.6632375671862, 173.030653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1020, '2021-10-24 00:00:00', 6.66830852880886, 18.6576538461539, 9.20227587711112, 24.4060384615385, 11.0322766025596, 31.0206538461539, 39.6987735102929, 83.5833076923077, 52.9955238413004, 171.492423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1035, '2021-10-24 00:00:00', 5.88519053387397, 15.7785, 7.63322498806777, 22.1169615384615, 10.2018439772124, 28.3828461538462, 40.7875854716189, 80.9167307692308, 53.1553974208278, 171.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1050, '2021-10-24 00:00:00', 5.72922207472697, 15.5443076923077, 8.71203286009553, 21.4296538461538, 10.4705141791311, 26.6948461538461, 41.1271115086649, 80.7176153846154, 53.1553974208278, 171.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1065, '2021-10-24 00:00:00', 5.76704662237222, 15.9622307692308, 7.45619962148173, 20.4693461538462, 25.6909113147941, 53.7452307692308, 40.0381229106038, 80.4797307692308, 52.0730748732822, 170.804038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1080, '2021-10-24 00:00:00', 5.70766488154301, 12.436, 7.71246140336931, 17.2444615384616, 28.8039666584576, 57.2003076923077, 36.8545666021917, 80.0783461538462, 50.6554333681833, 169.555961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 2, 1095, '2021-10-24 00:00:00', 5.31850916010813, 12.1946153846154, 23.9418745630715, 48.7389230769231, 31.856599688677, 62.7242692307693, 36.8734665020589, 79.3710384615385, 52.0015005147558, 168.665115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 600, '2021-10-24 00:00:00', 22.4938028025157, 34.4470384615385, 25.6723442325364, 43.5260769230769, 27.6158950577659, 55.0081923076923, 29.8852274855758, 70.4437692307692, 50.4374177110757, 163.446807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 615, '2021-10-24 00:00:00', 8.21984392711652, 22.7671153846155, 13.0886108910939, 32.2965384615386, 16.013468347757, 38.2082692307693, 20.1295300138493, 57.1805384615385, 52.8456552423696, 157.792653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 630, '2021-10-24 00:00:00', 7.85738916395554, 19.8809230769231, 9.68008035734283, 26.3077307692308, 12.411648636106, 32.8698846153846, 17.0402622724941, 51.9026538461539, 51.9682306670586, 154.765769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 645, '2021-10-24 00:00:00', 7.32834581576122, 18.3573461538462, 8.34731068695877, 23.6227692307692, 11.111474437923, 29.8002307692308, 17.2133243302524, 50.4574615384616, 51.8084287538828, 155.108884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 660, '2021-10-24 00:00:00', 8.00051731298582, 17.7776538461538, 9.96510840359431, 22.9788461538461, 10.7414576782598, 29.5074230769231, 18.643941341193, 50.797576923077, 51.3441739707482, 155.496538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 675, '2021-10-24 00:00:00', 5.26407689401988, 14.2931153846154, 7.49663579655263, 19.6488846153846, 10.6358759234236, 27.8154615384616, 20.5576578847434, 50.4151153846154, 51.854258333926, 156.022807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 690, '2021-10-24 00:00:00', 5.93311944880988, 15.0229230769231, 8.49285505967312, 21.0382307692308, 11.6125464875777, 28.8283846153846, 19.4800813997667, 50.5403076923077, 52.6913449775782, 156.188884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 705, '2021-10-24 00:00:00', 8.95446530740607, 14.8196923076923, 10.5761495669048, 19.9423076923077, 13.5343718178797, 30.2462307692308, 17.5459622179533, 49.5920769230769, 55.5766289368251, 160.206692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 720, '2021-10-24 00:00:00', 5.65970992896278, 15.161, 8.70525880576704, 20.9873461538462, 11.5701667954868, 29.1496538461539, 16.9688076238092, 50.351576923077, 54.4829281258324, 162.659730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 735, '2021-10-24 00:00:00', 5.22644671704913, 12.9113846153846, 9.50901477643511, 21.0144615384615, 9.88453421127398, 27.6824230769231, 15.1614589316261, 49.2388461538462, 53.7761388128458, 163.863538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 750, '2021-10-24 00:00:00', 7.37638654627047, 14.6220000000001, 7.13744948595897, 19.0612692307693, 12.7621852273998, 26.2135384615385, 14.5641026140935, 47.378076923077, 53.7768449419808, 163.883923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 765, '2021-10-24 00:00:00', 3.99042760943657, 12.6828846153846, 6.89661021260553, 18.4977692307692, 9.34427368276753, 24.8725384615385, 12.8524701781408, 47.273, 54.2399112730157, 162.959230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 780, '2021-10-24 00:00:00', 5.67174658501378, 13.1362692307693, 7.70020921523964, 17.9929615384616, 6.97368215066196, 24.6844615384616, 11.2670613115604, 46.8649615384616, 54.9049415385705, 162.536076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 795, '2021-10-24 00:00:00', 4.64962514551946, 11.803076923077, 6.43913581110434, 18.192076923077, 7.04208617571193, 23.8361153846155, 11.7402538646383, 48.4313846153846, 55.1599901962952, 162.756846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 810, '2021-10-24 00:00:00', 5.08055804036706, 13.0728076923078, 5.02878283132364, 17.3642692307693, 6.89934414854052, 22.463, 13.2592295109714, 48.0927692307693, 54.614598114832, 162.828730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 825, '2021-10-24 00:00:00', 4.70939256968288, 11.3748461538462, 6.19516422232197, 16.7733076923078, 6.83469000467469, 22.0885, 14.6384996068586, 49.1795, 54.5319397545921, 163.097961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 840, '2021-10-24 00:00:00', 4.69443178719374, 12.2957307692309, 5.01058548720758, 15.2277307692308, 9.41639804628896, 22.6613846153847, 16.6149977524941, 50.0606538461539, 54.5319397545921, 163.097961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 855, '2021-10-24 00:00:00', 4.65824353972444, 10.3033461538462, 6.33744583894319, 15.6228076923078, 9.02249355742892, 22.262076923077, 17.9296543983596, 51.5592692307693, 54.6904561480337, 163.248 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 870, '2021-10-24 00:00:00', 5.2367735416145, 10.9253846153846, 6.75969847711703, 16.3163076923078, 7.58389491092801, 22.1535, 19.3306274765043, 51.8033461538462, 55.962727086201, 162.779730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 885, '2021-10-24 00:00:00', 5.56086332547528, 11.6252692307693, 5.09208398640635, 14.9477307692308, 7.79123538115852, 22.1512692307693, 42.5053180669829, 82.8901538461539, 55.4794653345237, 163.184269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 900, '2021-10-24 00:00:00', 4.85674701278066, 11.1968846153846, 6.74369044058678, 16.6430384615385, 9.25785753758149, 23.7101153846155, 43.6141645051767, 87.5532692307692, 55.5731248471223, 163.308076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 915, '2021-10-24 00:00:00', 5.9819546283288, 12.7311538461539, 6.78698071446074, 17.3134615384616, 9.03034678880903, 24.7013846153847, 42.71341696032, 88.0631153846154, 55.6478620200135, 163.079038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 930, '2021-10-24 00:00:00', 4.76080990782676, 12.6825384615385, 8.01253640202936, 17.276076923077, 8.97663937973705, 25.392076923077, 42.1600312285864, 89.9383461538462, 55.5340416428865, 163.312923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 945, '2021-10-24 00:00:00', 4.82915079539, 12.1922692307693, 5.38066247236702, 16.6381923076924, 8.09356736560203, 28.6416923076923, 41.3745976906306, 91.2056923076923, 54.6828657869946, 163.429961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 960, '2021-10-24 00:00:00', 4.28029499702278, 12.0273076923077, 6.92753566584383, 19.0731923076923, 7.09668583592696, 30.4214230769231, 41.9694205317853, 92.4364230769231, 53.8318849946329, 163.907653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 975, '2021-10-24 00:00:00', 5.647439318978, 15.2716923076923, 7.53847724023478, 25.0063076923077, 10.9178994234943, 33.6233076923077, 41.6761608524401, 92.4689615384615, 53.7479820401302, 163.771115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 990, '2021-10-24 00:00:00', 7.39935745453612, 20.0225, 6.48775487680744, 24.3933076923077, 10.5992736087831, 35.156076923077, 40.663362281732, 92.0718461538462, 53.601451810763, 163.220307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1005, '2021-10-24 00:00:00', 4.84393739288135, 15.5688846153846, 10.5825734733316, 23.7870384615385, 12.2956780912895, 32.2547307692308, 38.555761230397, 89.8841538461539, 53.7913564530013, 161.532576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1020, '2021-10-24 00:00:00', 10.4341534260553, 18.6339615384616, 10.1569595457424, 25.0985769230769, 12.6821035795147, 31.4808076923077, 36.4103833736392, 90.1441538461538, 53.3389709512805, 161.029307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1035, '2021-10-24 00:00:00', 7.91475146264148, 17.5376538461539, 10.3192546767979, 23.6272692307693, 11.7106559293399, 30.8478461538462, 35.3546365834265, 89.9148846153846, 53.3241910190863, 160.571 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1050, '2021-10-24 00:00:00', 6.53862009954349, 17.0503846153846, 7.43915911252994, 22.4586923076923, 9.96382862164626, 29.2608076923077, 33.9480491130877, 88.4477692307693, 53.197692631296, 159.250423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1065, '2021-10-24 00:00:00', 5.20367349475348, 13.9090000000001, 6.29319732568427, 18.5205, 30.1284075932436, 68.1837692307693, 33.8249871511944, 87.9435384615385, 53.7389460982943, 158.452653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1080, '2021-10-24 00:00:00', 5.977778551757, 12.5234230769231, 8.26610355943987, 18.2068461538462, 30.4881698879065, 73.3640769230769, 33.6214278831224, 88.5465, 53.8688094649899, 158.181153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 3, 1095, '2021-10-24 00:00:00', 7.74672462647682, 13.1959615384616, 29.4565311048984, 63.422576923077, 30.0594976864986, 71.9992692307693, 33.0775648208873, 87.138, 54.3633089390827, 157.571384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 600, '2021-10-24 00:00:00', 26.3936919710869, 42.8402307692308, 28.024298399809, 51.7688076923077, 27.8885228148675, 57.5136538461539, 28.6693235261342, 77.2996153846154, 54.5073223846541, 155.845230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 615, '2021-10-24 00:00:00', 11.9121510909594, 28.3794230769231, 13.2088048306365, 33.019576923077, 14.7433901184434, 40.1737692307692, 20.0391193129454, 64.5920384615385, 52.517901798515, 149.502038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 630, '2021-10-24 00:00:00', 6.9412920810067, 19.8710769230769, 11.3161290617215, 28.3373076923077, 13.0635896942021, 35.0505384615385, 20.0987779189528, 61.2873461538462, 50.5759551674053, 146.765153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 645, '2021-10-24 00:00:00', 8.10879689567973, 19.5681538461539, 9.68637485575247, 24.8636153846154, 10.2722803700804, 32.1471923076924, 19.7286002727006, 59.291, 51.3734179629295, 145.123923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 660, '2021-10-24 00:00:00', 6.08248494070035, 17.238576923077, 7.16376293309174, 23.0621923076924, 12.1971166756738, 30.8930000000001, 18.3686157400229, 57.8387307692308, 50.052573599013, 143.371269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 675, '2021-10-24 00:00:00', 5.94055308497321, 16.3076538461539, 7.84181986060339, 20.7086153846155, 11.6787762028127, 29.2496538461539, 16.9704302218708, 56.6206538461539, 49.7538419069786, 143.684769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 690, '2021-10-24 00:00:00', 5.08539286433364, 14.7197692307693, 8.95432528858793, 20.458576923077, 8.96686331916657, 28.3752307692308, 18.38896810373, 55.355, 48.597783954605, 143.457461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 705, '2021-10-24 00:00:00', 6.78038893245696, 14.7716538461539, 8.02919720184739, 20.9541153846154, 10.3243653603428, 28.710576923077, 19.0285664748071, 56.0106153846154, 46.6486693553154, 151.358692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 720, '2021-10-24 00:00:00', 5.1238453001628, 15.1515000000001, 7.62689908718829, 20.4266153846154, 10.3954768262266, 28.8592692307693, 18.675992457657, 54.7529615384616, 46.0814784720082, 152.149384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 735, '2021-10-24 00:00:00', 6.9898196182294, 13.8128461538462, 9.14713103883065, 20.3608076923077, 12.0726860504962, 30.916076923077, 18.4992825964851, 53.9772307692308, 45.4198854215268, 152.017769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 750, '2021-10-24 00:00:00', 5.73824701615935, 13.6414615384616, 7.62403669294588, 20.0288461538462, 12.8368067939272, 30.0847692307693, 17.6867796044216, 51.8931538461538, 45.5979192698696, 151.706307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 765, '2021-10-24 00:00:00', 4.32874664059489, 12.6449615384616, 7.84162877713946, 19.2579615384616, 10.4330259117566, 29.3596538461539, 17.884901185766, 52.5292307692307, 45.904438841794, 151.2915 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 780, '2021-10-24 00:00:00', 6.0455919814484, 14.4833846153846, 8.692220031995, 21.8502692307692, 12.092745560618, 29.4650769230769, 16.4461265984986, 53.2035769230769, 45.1710224201994, 151.870384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 795, '2021-10-24 00:00:00', 6.63625839773719, 15.8141923076923, 8.59705248782744, 21.2479615384616, 12.9984619291905, 29.3082692307692, 15.3946550021553, 53.1026538461538, 45.1408783061855, 152.165423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 810, '2021-10-24 00:00:00', 6.13079500278336, 14.1373846153846, 11.2957615079558, 19.9287307692308, 13.4232855588855, 28.4943461538461, 17.2008731506908, 53.9491153846154, 45.0136733235752, 152.082192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 825, '2021-10-24 00:00:00', 7.81712388276287, 13.4679615384616, 9.31718537335918, 19.7498076923077, 11.3160209598877, 27.3242692307692, 18.5605745665376, 55.037, 44.3414784501444, 153.176230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 840, '2021-10-24 00:00:00', 6.33975923638939, 13.8701538461538, 9.22094885256061, 20.9863076923077, 10.8829698826265, 26.2938846153846, 18.4586152167074, 53.7589615384615, 43.9469176059552, 153.593230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 855, '2021-10-24 00:00:00', 4.37535563336988, 12.6189615384616, 6.8260325128258, 17.2178846153846, 8.80403532486888, 23.6181923076923, 18.8971499720094, 51.8287692307692, 45.1398470223542, 152.022192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 870, '2021-10-24 00:00:00', 6.24210054056026, 11.9859615384616, 6.69452883675576, 16.5288846153846, 7.91444886929065, 22.3022307692308, 20.2917170099981, 52.6854230769231, 45.6560690819287, 151.022423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 885, '2021-10-24 00:00:00', 4.42211259989542, 11.3636153846154, 6.42079351494332, 15.1121923076923, 9.24074504896658, 23.6685, 32.6821906283012, 75.9412307692308, 41.3962218733323, 154.043115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 900, '2021-10-24 00:00:00', 4.97968757515508, 10.7481153846153, 6.56321877552354, 16.6521538461539, 8.78005775519819, 24.1637692307692, 32.6038989478017, 78.8020384615385, 41.2843705665772, 154.120038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 915, '2021-10-24 00:00:00', 7.4708578796857, 13.2354615384616, 9.02119239133826, 19.3821923076923, 9.76684565259118, 25.2301923076923, 32.9138033851126, 79.3839230769231, 41.0710446029242, 154.273846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 930, '2021-10-24 00:00:00', 7.84255281485861, 13.7334230769231, 7.46511145539963, 18.2091923076922, 8.02989165795293, 23.9219615384615, 32.6212489263576, 79.9493461538462, 41.2242188813996, 154.384307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 945, '2021-10-24 00:00:00', 3.80384037054861, 11.8562692307692, 5.44786306687172, 16.7496538461538, 7.95381007229575, 28.2808846153846, 31.5007725696713, 80.7093846153846, 41.031707654522, 154.555615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 960, '2021-10-24 00:00:00', 5.23422504807024, 12.7825769230769, 5.64439265125471, 17.1018076923077, 8.15597065185041, 31.6760769230769, 30.8352243140611, 81.4645384615385, 41.0199003876824, 154.749846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 975, '2021-10-24 00:00:00', 4.34232365445043, 11.535, 7.29951797860648, 24.213, 9.27720742539717, 33.509576923077, 32.0144236169599, 82.2613846153846, 41.439591672049, 155.178884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 990, '2021-10-24 00:00:00', 6.456880654, 21.7405, 6.95388166809345, 27.8785769230769, 10.6417136615953, 35.1228461538462, 31.2492475458949, 81.6697692307693, 42.5093228997883, 154.961961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1005, '2021-10-24 00:00:00', 5.6375068495268, 19.6940384615385, 7.04453456900069, 24.7455769230769, 11.4448132171471, 31.4058461538462, 31.800086941947, 80.5983461538462, 43.4868831097201, 154.117038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1020, '2021-10-24 00:00:00', 4.26922919452498, 16.4743461538462, 6.34015622726709, 21.9741153846154, 7.68370782209893, 29.4681538461538, 31.6550394220865, 80.0255769230769, 44.1686355436316, 154.910884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1035, '2021-10-24 00:00:00', 6.88738131189099, 16.7658461538462, 7.9751650080832, 22.3391153846155, 6.82838394452496, 28.9255769230769, 32.643277954557, 79.0715384615385, 44.0461346860487, 155.145692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1050, '2021-10-24 00:00:00', 6.13882840438321, 15.6705384615385, 5.88244295627646, 20.561423076923, 10.5325306230087, 30.7137307692308, 32.7965390503328, 78.221, 43.454839774361, 154.913846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1065, '2021-10-24 00:00:00', 4.67414514520697, 16.0310384615384, 7.30116566046399, 20.9351923076923, 30.6271171853411, 61.1677307692307, 33.635841125822, 78.0238076923076, 43.4593291851836, 155.988884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1080, '2021-10-24 00:00:00', 5.77498886219372, 14.5740384615385, 10.7407508704717, 22.8213076923077, 30.7224136734079, 63.237, 32.6902906230816, 77.6206923076923, 44.0141744017154, 155.983769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 4, 1095, '2021-10-24 00:00:00', 11.398001853024, 16.0968076923077, 30.1663568884534, 55.7258076923077, 31.2110258056594, 62.0948076923076, 32.2403735645469, 76.4503076923076, 45.2899484712074, 157.330730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 600, '2021-10-24 00:00:00', 26.461925998978, 40.3071538461538, 28.0549161224086, 47.4266538461538, 28.4037260639136, 52.1329230769231, 29.8673970592582, 69.3911538461538, 46.6809567896144, 155.084076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 615, '2021-10-24 00:00:00', 10.1562283074892, 23.1809230769231, 11.287277542505, 28.1021923076923, 12.7686630747069, 35.4093461538462, 17.1676190855387, 54.0301153846154, 48.1550699750456, 151.826307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 630, '2021-10-24 00:00:00', 7.30958618390945, 17.4285, 9.25530241977741, 23.5528076923077, 11.7768532051387, 32.0391538461538, 17.0152437257347, 52.7796153846154, 48.3423563445302, 150.282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 645, '2021-10-24 00:00:00', 6.69841533360973, 15.8943076923077, 9.17607532369661, 22.8928846153846, 12.3986542687255, 31.3283461538462, 16.1848968722268, 51.3262692307692, 48.2059684108163, 149.635769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 660, '2021-10-24 00:00:00', 5.95595844809085, 15.9693461538462, 6.77216516223691, 21.2847692307692, 10.0524130564985, 29.7935384615385, 17.1793133845511, 50.2207307692308, 48.8228380529503, 149.786769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 675, '2021-10-24 00:00:00', 6.38848675858495, 13.9627692307692, 9.6537157654449, 20.903, 9.04345783527862, 29.0325384615384, 21.2491778877715, 50.9361153846154, 48.9696493289309, 149.425038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 690, '2021-10-24 00:00:00', 7.13066472950561, 15.3617307692308, 7.67692039066557, 21.5557307692308, 8.51436414175846, 28.1645384615384, 20.7902904001993, 50.4072692307693, 49.1682032058712, 148.646423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 705, '2021-10-24 00:00:00', 5.56091196519195, 14.5742692307692, 6.39735977223297, 20.6971538461538, 9.96022460821803, 27.1406153846154, 21.3290527015654, 48.6781153846154, 52.3174992411202, 152.748730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 720, '2021-10-24 00:00:00', 5.71141652818822, 14.4020384615384, 5.99034279191221, 18.9472692307692, 11.9559237813793, 27.2558846153846, 21.2607923049412, 46.9339230769231, 54.3139963552107, 153.323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 735, '2021-10-24 00:00:00', 5.65122264633601, 13.1570384615385, 8.98337802465447, 19.414576923077, 11.665275249481, 27.9953846153846, 21.0846474185512, 45.7337307692308, 54.8014620461478, 155.282653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 750, '2021-10-24 00:00:00', 6.97495456627048, 13.6378076923077, 9.41401409103223, 19.2791153846154, 11.1941726217088, 27.2887307692308, 20.922073505897, 44.8468846153847, 53.9546953026475, 155.256192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 765, '2021-10-24 00:00:00', 6.31610271461276, 12.3966923076923, 7.40025189311409, 18.4611923076923, 9.93263314108522, 25.7676538461538, 22.0155014964806, 45.1776923076923, 53.4759025828816, 155.108576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 780, '2021-10-24 00:00:00', 5.31593024958579, 13.4955384615384, 8.08964819963426, 19.3359230769231, 8.72159100517436, 24.8563076923077, 22.4035345514944, 48.341, 53.5206583502684, 155.000384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 795, '2021-10-24 00:00:00', 5.29753245911572, 13.4013461538462, 6.97378763039469, 17.9789230769231, 6.48943589879852, 23.5342692307693, 25.6595803700025, 50.3912692307693, 53.6548149775811, 154.412038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 810, '2021-10-24 00:00:00', 4.70945550927559, 11.4330769230769, 5.22130576020384, 16.0471923076923, 10.0365364504663, 24.0348076923077, 24.613817062655, 51.714076923077, 53.0161475201514, 154.562961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 825, '2021-10-24 00:00:00', 4.60550883599862, 11.0510384615385, 6.22825020259733, 15.8311153846154, 9.16762536831902, 22.9614230769231, 22.6078817393064, 53.4054615384616, 52.3244633325119, 154.670346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 840, '2021-10-24 00:00:00', 4.05355758885376, 10.6866153846154, 7.50038445178751, 16.0577307692308, 9.54490349453568, 21.869, 21.3597162320895, 53.6026538461539, 52.3438581728995, 155.410230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 855, '2021-10-24 00:00:00', 4.95941590124671, 11.8038076923077, 5.45168527465095, 15.204423076923, 11.503146209892, 22.9483846153846, 19.8888419133404, 53.7964230769231, 52.4779769132215, 155.523769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 870, '2021-10-24 00:00:00', 3.77163009932764, 10.2733846153846, 5.40061630058587, 15.1548846153846, 10.9664956529492, 23.8378846153847, 18.8498160568867, 54.2874615384616, 52.5445873633197, 155.805307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 885, '2021-10-24 00:00:00', 5.04278293069937, 10.5503846153846, 7.78270258704912, 16.0909615384615, 9.10472578829258, 22.134, 33.480711537173, 76.3406538461539, 55.6888934642751, 154.602346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 900, '2021-10-24 00:00:00', 6.40070586780504, 11.8453846153846, 8.18675567984893, 16.8858076923077, 7.79145123442749, 20.4595384615385, 34.2624992073528, 78.5545769230769, 55.685192387702, 154.952153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 915, '2021-10-24 00:00:00', 4.38463925101471, 11.5718076923077, 5.70800150679189, 15.5331923076923, 7.1766372292321, 19.229, 34.3113452918329, 81.4031538461539, 55.4344189161738, 154.998576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 930, '2021-10-24 00:00:00', 5.83366158995823, 12.1278846153846, 6.36949413955661, 14.9720769230769, 7.50869603562326, 20.3786538461538, 33.1732541303057, 83.3159230769231, 54.6656736514015, 155.193807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 945, '2021-10-24 00:00:00', 2.87649436560973, 9.47265384615385, 3.8314409093106, 12.9468076923077, 7.46517356395688, 24.9195, 32.615771572378, 83.7213076923077, 55.2834090462952, 155.4985 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 960, '2021-10-24 00:00:00', 3.58253826132346, 9.93307692307688, 5.21893871218453, 15.4641923076923, 10.1562411954423, 30.1385, 34.4373538067872, 84.6724230769231, 55.3591367055298, 155.608307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 975, '2021-10-24 00:00:00', 4.40962274332645, 12.8534615384616, 6.21775279168141, 22.3025384615385, 12.6995971495768, 34.4818076923077, 33.4101411540545, 85.7785769230769, 54.8669192726714, 156.025923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 990, '2021-10-24 00:00:00', 6.8270487332488, 18.6943846153845, 9.74974295684841, 26.5942692307692, 11.5847069693029, 36.2287307692308, 33.2003202550819, 86.636, 55.5648756536136, 156.915192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1005, '2021-10-24 00:00:00', 7.85339281036205, 18.2159230769231, 9.66944843896726, 24.6019230769231, 9.39246482698525, 34.0486153846154, 31.5815382638947, 84.1009230769231, 55.5613712200648, 156.294423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1020, '2021-10-24 00:00:00', 7.23505705266967, 16.4293461538461, 6.23532794918175, 23.1320769230769, 8.75478775325913, 31.6987307692308, 29.3770176171782, 82.149, 54.9029140707345, 156.296461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1035, '2021-10-24 00:00:00', 4.56252880977209, 15.5135, 6.97876435095454, 22.7108846153846, 8.4269198089311, 30.1588846153846, 29.5197931727432, 80.6698076923077, 55.2443902544517, 155.916884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1050, '2021-10-24 00:00:00', 4.41401886022944, 15.2724615384616, 6.5666915684677, 20.5466538461539, 8.86651266707407, 26.7823461538462, 29.1806066561338, 80.0715, 55.215845236448, 155.682846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1065, '2021-10-24 00:00:00', 4.41532067256035, 13.4608076923077, 7.6857421271219, 18.5572692307693, 28.1686879613627, 56.3212307692308, 30.6646058389046, 78.2408461538461, 57.769435696915, 154.9175 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1080, '2021-10-24 00:00:00', 7.01867686544539, 13.4996923076923, 8.24348899593816, 17.9668846153847, 28.4925252846319, 58.9218461538462, 31.3739151287278, 78.1337692307692, 57.5751757872729, 154.806153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 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 970100, 5, 1095, '2021-10-24 00:00:00', 5.30339646134003, 12.0298846153847, 27.9524935797259, 52.4712692307692, 28.3134922656754, 63.1910384615384, 30.5608728466016, 78.1198846153846, 57.3033734651473, 154.907615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:29 Duration: 3s547ms 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 970115, 1, 600, '2021-10-24 00:00:00', 10.2386254303767, 8.49539130434784, 10.7413551341801, 10.5851304347826, 10.4952787057168, 12.7417391304348, 9.88514856870125, 15.8819565217391, 13.4188872040295, 33.7363913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 615, '2021-10-24 00:00:00', 2.43669350172399, 4.56469565217393, 2.50986097437127, 6.1837391304348, 3.33545756471401, 8.06756521739132, 3.07528153729003, 11.5014782608696, 13.1438487231449, 31.5275652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 630, '2021-10-24 00:00:00', 1.66568177711371, 3.36665217391305, 2.97014382279094, 5.23765217391303, 2.74832911006546, 6.56552173913042, 2.69905420998886, 10.4449130434783, 13.1194067058024, 31.5233043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 645, '2021-10-24 00:00:00', 1.65695659869547, 3.52752173913043, 1.73052260378575, 4.57413043478261, 2.17344456307834, 6.24121739130435, 2.4995277814889, 10.0103043478261, 13.0910099833206, 31.5472608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 660, '2021-10-24 00:00:00', 1.65595071507308, 3.19204347826088, 1.57785887594902, 4.41121739130435, 2.40212523245795, 6.02621739130435, 2.38983724866336, 9.7884347826087, 13.0085912206301, 31.569 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 675, '2021-10-24 00:00:00', 1.39099249123493, 3.26826086956521, 2.23339805266776, 4.58504347826087, 2.55117513029869, 5.935, 2.98032578464313, 9.71465217391305, 13.0446618226458, 31.5863913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 690, '2021-10-24 00:00:00', 1.31747126780889, 3.28121739130435, 1.56978590972513, 4.1174347826087, 1.98021020363821, 5.59821739130437, 2.67163352940013, 9.22547826086958, 13.0618264218412, 31.4167391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 705, '2021-10-24 00:00:00', 0.934824330900873, 2.74856521739131, 1.57317718347073, 3.84621739130436, 2.12173768462822, 5.37656521739132, 2.84637707525643, 9.071, 14.8592011251968, 35.0185217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 720, '2021-10-24 00:00:00', 1.03616175275176, 2.66678260869565, 1.11422651347029, 3.94278260869566, 1.40787260248294, 4.79891304347826, 2.62572269893443, 9.00834782608695, 14.8424465940502, 35.2515217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 735, '2021-10-24 00:00:00', 0.880920772325533, 2.92595652173914, 1.09327183822366, 3.5213043478261, 1.37237775973492, 4.79747826086958, 2.69006496755082, 8.91456521739129, 14.8988698787536, 35.4058695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 750, '2021-10-24 00:00:00', 0.807672503876282, 2.34265217391304, 1.04482364001546, 3.12956521739131, 1.425389561896, 4.46269565217393, 3.01019327180111, 9.23447826086957, 15.091718888185, 35.545 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 765, '2021-10-24 00:00:00', 0.850867987419782, 2.42582608695654, 1.40314331909219, 3.58908695652176, 1.43122086003443, 4.65217391304349, 2.74608990148457, 9.92726086956521, 15.484869006556, 35.8641739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 780, '2021-10-24 00:00:00', 1.1031783403389, 2.74778260869567, 1.04482380646752, 3.48517391304348, 1.0838792685418, 4.49721739130436, 3.00688287574667, 10.2470869565217, 15.495693735355, 36.0903913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 795, '2021-10-24 00:00:00', 0.832122853121902, 2.35647826086957, 1.1305528991195, 3.22730434782609, 1.3037775065406, 4.73517391304348, 3.34893733897714, 10.8858695652174, 15.3881178317285, 36.1903043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 810, '2021-10-24 00:00:00', 1.13632620191307, 2.57065217391306, 1.22225594086519, 3.47430434782611, 1.74952107054603, 5.45639130434783, 3.42660230486867, 11.1400869565217, 15.366767052836, 36.3837391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 825, '2021-10-24 00:00:00', 0.726394986139994, 2.42069565217394, 1.10438722121697, 3.61404347826088, 1.71002915630553, 5.07852173913044, 3.51592919141602, 11.1164782608696, 15.3310409902867, 36.5248695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 840, '2021-10-24 00:00:00', 0.888475385073434, 2.87434782608696, 1.6447652955575, 4.14782608695651, 1.74773447142542, 4.96965217391304, 3.62447970860684, 10.9076086956522, 15.3148993139376, 36.5832173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 855, '2021-10-24 00:00:00', 1.30075896209496, 2.87182608695652, 1.37421556639594, 3.51182608695652, 2.04339872269729, 4.69660869565218, 3.51404506451112, 10.6534782608696, 15.3675024463553, 36.5074347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 870, '2021-10-24 00:00:00', 0.537026257813357, 2.15373913043479, 0.838704987069913, 2.96034782608697, 1.58744456813994, 4.24943478260871, 3.46401088209958, 10.5648695652174, 15.3288631197964, 36.593 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 885, '2021-10-24 00:00:00', 0.59522468272484, 2.27517391304349, 1.35693930180192, 3.27321739130438, 1.85877542139808, 4.45339130434784, 5.886544548321, 15.3840869565217, 15.3106706516198, 36.9205652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 900, '2021-10-24 00:00:00', 1.28168459581991, 2.34069565217394, 1.38639017715798, 3.17478260869566, 2.04209141031032, 4.64165217391305, 6.48125510889375, 16.2608260869565, 15.2229287244149, 37.1313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 915, '2021-10-24 00:00:00', 0.806401921679597, 2.34417391304349, 1.18041458349716, 3.39404347826087, 1.67571745356719, 4.6024347826087, 7.28302492371993, 17.0643043478261, 15.2050965123085, 37.2616956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 930, '2021-10-24 00:00:00', 0.698688933142949, 2.46204347826087, 1.2899648139945, 3.45730434782609, 2.21190108438751, 4.95604347826087, 7.39306645664782, 17.4312173913043, 15.2050965123085, 37.2616956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 945, '2021-10-24 00:00:00', 0.929067050852754, 2.39630434782608, 1.15643559807286, 3.14926086956523, 2.27682409346203, 6.23595652173914, 7.35245929091117, 17.8894782608696, 15.0691451903152, 37.2073043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 960, '2021-10-24 00:00:00', 1.09853705628515, 2.54113043478261, 1.93785129060667, 4.01652173913044, 2.58133809097549, 7.0686086956522, 7.53973259478017, 18.100347826087, 14.9987282748125, 37.3860434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 975, '2021-10-24 00:00:00', 1.20465283241286, 3.04191304347826, 1.60239207057016, 5.40456521739131, 2.20380113052992, 7.85882608695653, 7.01517824198348, 17.9153043478261, 14.7107020859529, 37.4379565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 990, '2021-10-24 00:00:00', 1.51084070254231, 4.53291304347827, 1.76506620597146, 5.89443478260871, 2.31858711492283, 7.62413043478263, 6.92639430434685, 17.9198260869565, 14.6199487746679, 37.4119130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1005, '2021-10-24 00:00:00', 1.16323738311928, 3.72186956521739, 1.82746528167602, 5.28791304347826, 2.33803086297113, 6.70995652173913, 7.08719650861881, 17.4915217391304, 14.5375438332463, 37.4293913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1020, '2021-10-24 00:00:00', 1.53325813930309, 3.81860869565217, 1.99332798369785, 5.23778260869567, 2.59768123799461, 6.36821739130436, 7.25338906831039, 17.3376086956522, 14.5391410075408, 37.420652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1035, '2021-10-24 00:00:00', 1.56682782929086, 3.57491304347827, 2.40301522055054, 4.53017391304349, 1.98335899453068, 5.75508695652175, 7.00123819399197, 17.0373913043478, 14.386617380612, 37.1682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1050, '2021-10-24 00:00:00', 1.58698795047117, 2.99013043478262, 1.65896634325812, 3.81065217391305, 1.44483378969413, 5.40104347826088, 6.97864336652576, 16.750652173913, 14.1522203582051, 36.9186086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1065, '2021-10-24 00:00:00', 1.38173476630897, 2.99465217391305, 1.45301222353397, 4.22660869565218, 5.52339164757398, 12.3712608695652, 6.84202412177887, 16.6089130434783, 14.0624599861354, 36.8530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1080, '2021-10-24 00:00:00', 1.56147514500183, 3.19008695652174, 1.48670797561025, 4.29817391304349, 5.84980647935039, 13.4891304347826, 6.86498852314589, 16.4828260869565, 13.9662208093547, 36.8001739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 1, 1095, '2021-10-24 00:00:00', 1.11502073395708, 2.85965217391305, 5.7969338198277, 11.3235652173913, 6.58831541862834, 14.0123478260869, 6.99814393518377, 16.1980869565217, 13.8199619784917, 36.8327826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 600, '2021-10-24 00:00:00', 4.21613432733752, 8.61088461538463, 4.19221606625348, 10.6168846153846, 4.49456809869939, 12.4190769230769, 5.8171051960179, 15.0836923076923, 11.5705751645483, 35.0169615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 615, '2021-10-24 00:00:00', 1.74068851850684, 5.26696153846154, 2.28914179148832, 7.19269230769229, 3.27129162470211, 8.55942307692307, 5.0994960609245, 12.2473461538461, 11.9469210677254, 33.6249615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 630, '2021-10-24 00:00:00', 1.78755733463722, 4.47023076923075, 2.096955132127, 5.46011538461538, 2.91985094377199, 7.18857692307692, 4.51793348062856, 11.0168461538461, 12.1827152245113, 33.4921923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 645, '2021-10-24 00:00:00', 1.1894419635339, 3.55476923076925, 1.82275009131385, 5.03515384615387, 2.54191286209058, 6.20796153846156, 4.11613533230457, 10.3319230769231, 12.135805851852, 33.4690769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 660, '2021-10-24 00:00:00', 1.43927118362039, 3.83850000000001, 1.89304959218231, 4.93396153846155, 2.48516721740441, 6.19546153846155, 4.08105818404226, 9.93130769230768, 12.0578725597078, 33.5231153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 675, '2021-10-24 00:00:00', 1.42745784364535, 3.26615384615385, 1.88582324035052, 3.99257692307694, 2.4378048309588, 5.83692307692309, 4.18590198348988, 9.74515384615383, 11.8598683430881, 33.7133461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 690, '2021-10-24 00:00:00', 1.29357891912322, 2.8025, 1.85538543580157, 4.40834615384617, 2.06025461495939, 5.88296153846155, 4.26362978711078, 9.6991923076923, 11.619447249133, 34.1531538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 705, '2021-10-24 00:00:00', 1.17335526327117, 3.30857692307694, 1.27837819371021, 4.21438461538463, 1.75521141571209, 5.55992307692308, 4.21864304322536, 9.57038461538461, 10.6747840596426, 36.209 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 720, '2021-10-24 00:00:00', 0.804164147040009, 2.91315384615385, 1.37965468868119, 4.0795, 2.30892324288585, 5.6466923076923, 4.35166685818381, 9.53773076923076, 10.6487878868912, 36.5665 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 735, '2021-10-24 00:00:00', 0.972582943269353, 3.04230769230768, 1.26008246616578, 3.84230769230768, 2.30604696729806, 5.53984615384615, 4.30071540542518, 9.44296153846153, 10.3769322062855, 36.6755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 750, '2021-10-24 00:00:00', 0.788411922791626, 2.69399999999999, 1.81189242676099, 4.1823846153846, 2.19411655429836, 5.15457692307691, 4.27130790219864, 9.27965384615384, 10.1911447818493, 36.9202692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 765, '2021-10-24 00:00:00', 1.47691817178674, 3.11838461538461, 1.8237629708507, 3.89057692307694, 2.51398703625566, 4.86146153846155, 4.47638183426679, 9.60838461538462, 10.1911447818493, 36.9202692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 780, '2021-10-24 00:00:00', 1.28790387123358, 2.8926923076923, 1.26113348832889, 3.45165384615385, 3.69624840677886, 5.03626923076924, 5.33659931186374, 10.3021538461538, 10.1341143158223, 37.0813846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 795, '2021-10-24 00:00:00', 0.876184241250306, 2.41023076923076, 2.0604401456597, 3.59407692307693, 3.2632173875581, 4.91696153846153, 5.49812845598041, 10.7829615384615, 10.1598072471116, 37.1025384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 810, '2021-10-24 00:00:00', 1.3750132088876, 2.61226923076924, 2.67109253965199, 3.52965384615385, 2.89347873674578, 4.75199999999999, 5.61669140166508, 10.9836923076923, 10.1550018900123, 37.0838846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 825, '2021-10-24 00:00:00', 2.12263708590552, 2.54096153846154, 2.95541858027172, 3.52123076923077, 3.13266465096163, 4.93984615384615, 5.59798607591639, 11.2868846153846, 9.99737073065481, 37.2063846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 840, '2021-10-24 00:00:00', 1.62138706668087, 2.5425, 1.51264443124768, 3.47484615384614, 2.08253053315876, 4.7696923076923, 5.26586932102894, 11.2511153846154, 10.0169221736942, 37.2140769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 855, '2021-10-24 00:00:00', 0.843695848404732, 2.49426923076923, 1.78505574142657, 3.519, 1.92956105331278, 4.45753846153846, 5.09805192598113, 11.428, 10.0269273192048, 37.1872307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 870, '2021-10-24 00:00:00', 1.59256592376532, 2.64630769230768, 1.65677740392422, 3.54138461538461, 2.05829724436337, 4.73711538461538, 4.84578116350866, 11.9492692307692, 10.065693621711, 37.1163846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 885, '2021-10-24 00:00:00', 0.926132816525883, 2.51607692307691, 1.34510111715984, 3.39215384615385, 1.6949911313587, 4.89015384615385, 9.21775769271132, 17.5261923076923, 10.065693621711, 37.1163846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 900, '2021-10-24 00:00:00', 1.06339816408748, 2.47484615384616, 1.2859264125375, 3.52346153846154, 1.76746112219239, 4.49046153846154, 9.13294330179741, 18.0950769230769, 10.0577317082623, 37.1606538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 915, '2021-10-24 00:00:00', 1.01289949155877, 2.71650000000001, 1.70293579444442, 3.69800000000001, 1.70956563444097, 4.53853846153846, 9.20768022334533, 18.5788461538462, 10.0472615539681, 37.1644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 930, '2021-10-24 00:00:00', 1.38529134786208, 2.75203846153847, 1.46407595904247, 3.34442307692307, 1.96176767894515, 4.9578846153846, 9.15014026256513, 19.0402307692308, 10.0222150513439, 37.2548461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 945, '2021-10-24 00:00:00', 0.763979302981842, 2.40284615384615, 1.23245245937331, 3.27376923076923, 2.31025639735905, 6.04869230769232, 9.411372825552, 19.7266923076923, 9.99121897645049, 37.3086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 960, '2021-10-24 00:00:00', 1.01082560620208, 2.62561538461538, 1.5840274065228, 4.12176923076922, 3.33782536391585, 7.289, 9.51645440729655, 19.9763846153846, 9.9885104537471, 37.3682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 975, '2021-10-24 00:00:00', 1.31047436684348, 3.2928846153846, 2.15611318705317, 5.50465384615385, 3.70308824880822, 8.30746153846152, 9.53973885152968, 20.2126538461538, 10.0744262101926, 37.3182307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 990, '2021-10-24 00:00:00', 1.63889250457083, 4.6068076923077, 3.47338267045033, 6.44515384615384, 4.23246450500815, 8.56511538461537, 9.58423630768454, 20.5048076923077, 10.055284814235, 37.2951538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1005, '2021-10-24 00:00:00', 2.79220712257967, 4.55884615384617, 3.0704249289985, 6.22526923076923, 4.14183593331043, 7.80546153846155, 9.53601664331279, 20.4316923076923, 9.78985889652378, 37.2584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1020, '2021-10-24 00:00:00', 1.75755494497764, 4.31476923076922, 2.81649155893257, 5.57969230769231, 3.43765962448962, 7.18357692307692, 9.73143161007355, 19.8633076923077, 9.80636755990717, 36.813 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1035, '2021-10-24 00:00:00', 1.82489004600276, 3.65600000000001, 2.14880862483231, 5.01511538461539, 2.47919201726317, 6.56953846153846, 9.66862718566523, 19.4321538461539, 9.60763571468827, 36.6701153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1050, '2021-10-24 00:00:00', 1.24721843130407, 3.59284615384617, 1.77447531920326, 4.71046153846155, 2.94356475043441, 6.537, 9.58404833588686, 19.2822307692308, 9.53588141486991, 36.6009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1065, '2021-10-24 00:00:00', 1.35022339804024, 3.18976923076924, 1.73357536456173, 4.19923076923077, 9.54735635104537, 14.1174230769231, 9.38689200632785, 18.9975384615385, 9.51616975056341, 36.4551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1080, '2021-10-24 00:00:00', 1.14330861907953, 3.01803846153846, 2.77680327105718, 4.6513846153846, 9.57720907603848, 14.5883846153846, 9.41133658103559, 18.7668076923077, 9.57829951994851, 36.4285769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 2, 1095, '2021-10-24 00:00:00', 2.87773849375887, 3.59603846153846, 9.74163943618401, 13.4562307692308, 9.40281204190452, 15.2588461538462, 9.49411048306346, 18.5592307692308, 9.67386208804225, 36.3305384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 600, '2021-10-24 00:00:00', 4.92477726353028, 8.26915384615386, 5.07384852219239, 9.18011538461539, 4.97497005866523, 10.8732692307692, 5.57629523125829, 14.4081153846154, 8.09774951614051, 33.6021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 615, '2021-10-24 00:00:00', 1.23200100461996, 4.88934615384615, 1.98349712027868, 6.63488461538461, 2.6228983674847, 8.57861538461538, 4.20630896703438, 12.0136153846154, 8.32334261848059, 32.9287692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 630, '2021-10-24 00:00:00', 1.53999438760217, 4.33992307692308, 1.59291320976573, 5.56057692307691, 2.23505679604311, 7.21480769230769, 3.79671809796099, 11.0906538461538, 8.20517578080117, 32.4869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 645, '2021-10-24 00:00:00', 1.4686773180707, 4.01423076923077, 1.6936334123371, 5.63884615384616, 2.52901561177771, 6.95526923076924, 3.75249038311686, 10.8176538461538, 8.22032821738514, 32.2521923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 660, '2021-10-24 00:00:00', 1.57210933266302, 3.97807692307693, 1.81386137880999, 4.8566923076923, 2.39050452125777, 6.33311538461539, 3.74095521758815, 10.2295, 8.07166275587721, 32.1097307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 675, '2021-10-24 00:00:00', 0.684239113625778, 3.09273076923077, 1.18499742031527, 4.10938461538463, 1.86211619442462, 5.7788076923077, 3.50359850702982, 9.85853846153847, 8.21932010111636, 32.1097307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 690, '2021-10-24 00:00:00', 1.03773751238712, 3.05023076923078, 1.49172034758012, 4.34465384615385, 2.19445414975675, 5.56715384615385, 3.45228581867815, 10.1915769230769, 8.22357320624444, 32.1330384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 705, '2021-10-24 00:00:00', 0.92387151620857, 3.13353846153846, 1.2640858350846, 4.04696153846153, 1.6888569844265, 5.11807692307692, 3.1038268924767, 9.94546153846154, 12.0262442117869, 33.1921923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 720, '2021-10-24 00:00:00', 0.76428943369744, 2.96046153846154, 1.26583211974758, 3.76165384615386, 1.55459683074226, 4.82188461538462, 3.02108702316543, 9.69219230769231, 12.7286387244851, 33.6465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 735, '2021-10-24 00:00:00', 0.969805710121696, 2.71565384615386, 1.17363111554894, 3.48334615384617, 1.91922189080728, 5.13288461538464, 3.10175717841456, 9.56907692307693, 12.541395689537, 33.8918076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 750, '2021-10-24 00:00:00', 0.9250328892282, 2.68338461538463, 1.31355626274044, 3.71815384615385, 1.73876510909766, 5.10023076923078, 2.96440928581838, 9.45742307692307, 12.2173354298151, 34.2762692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 765, '2021-10-24 00:00:00', 0.965006821817263, 2.57461538461539, 1.35505915227116, 3.55088461538463, 1.58238255220994, 4.55669230769231, 3.39623165378245, 10.2203846153846, 12.0270011140958, 34.3719615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 780, '2021-10-24 00:00:00', 1.0171836805612, 2.68000000000002, 1.12072148190352, 3.58, 1.50422052035137, 4.74657692307693, 3.6292725833995, 10.7702692307692, 11.8520519052447, 34.5487307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 795, '2021-10-24 00:00:00', 0.981401152199476, 2.55730769230768, 0.978443781648267, 3.46807692307692, 1.75857762847837, 4.88865384615385, 3.56641909289329, 11.2218846153846, 12.165640302729, 34.7448461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 810, '2021-10-24 00:00:00', 0.775456248827844, 2.33292307692308, 1.32731005942324, 3.38192307692308, 1.41626224212239, 5.01053846153847, 3.52317229780208, 11.297, 12.3676673328233, 34.8488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 825, '2021-10-24 00:00:00', 1.03955540496886, 2.52600000000001, 1.25450543181826, 3.59296153846154, 2.01107088044003, 5.19638461538461, 3.50293717306799, 11.7660384615385, 12.3657753569464, 34.8565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 840, '2021-10-24 00:00:00', 1.08295923355335, 2.7416923076923, 1.23036574174574, 3.88753846153846, 2.03534313455609, 5.16165384615385, 3.32603093398817, 12.0525769230769, 12.4059848153406, 35.0950384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 855, '2021-10-24 00:00:00', 1.31131849150153, 2.66488461538462, 2.17657377227464, 3.88911538461539, 2.03857535209122, 5.10211538461541, 3.58995483515623, 12.3259615384615, 12.4123167678783, 35.2431153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 870, '2021-10-24 00:00:00', 1.18483075844352, 2.70661538461539, 1.11673421188751, 3.35850000000002, 2.53689896224017, 5.64623076923078, 3.60255251389687, 12.1781538461538, 12.4644502493476, 35.3315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 885, '2021-10-24 00:00:00', 0.527065783370543, 2.25650000000001, 1.05894252041292, 3.4313076923077, 2.37662431191804, 5.84800000000001, 7.87629242180901, 19.3910769230769, 12.4245401265151, 35.5276538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 900, '2021-10-24 00:00:00', 1.06814381342301, 2.7556153846154, 2.4975357923053, 4.60907692307692, 2.54064467409355, 5.83600000000001, 7.75313793078945, 19.7434230769231, 12.478009412316, 35.5084230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 915, '2021-10-24 00:00:00', 2.21796432932402, 3.27261538461538, 2.15902771600123, 4.32003846153846, 2.42455383492746, 5.46846153846154, 7.78031511098065, 19.8258846153846, 12.4747154724451, 35.5180384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 930, '2021-10-24 00:00:00', 1.79803169647767, 2.9683076923077, 1.74699003607742, 3.77611538461539, 2.00188263238535, 5.13692307692308, 7.73634467661469, 19.7876538461538, 12.5037983989482, 35.5141923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 945, '2021-10-24 00:00:00', 0.942420690807218, 2.35596153846155, 1.72348933227379, 3.47403846153847, 1.91194362324351, 6.39053846153848, 7.89776170939979, 19.9835384615384, 12.4874658319699, 35.5507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 960, '2021-10-24 00:00:00', 0.991374089914515, 2.61988461538461, 0.996237191404964, 3.6866923076923, 2.01383189925611, 6.92496153846154, 8.0160169126952, 20.0357692307692, 12.671981923064, 35.5294615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 975, '2021-10-24 00:00:00', 0.668539243425541, 3.06400000000001, 1.68751284439555, 5.55800000000001, 2.00707873940057, 7.59211538461539, 8.00186851688645, 20.0451923076923, 12.8979647477959, 35.5756538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 990, '2021-10-24 00:00:00', 1.51017124653006, 4.63892307692309, 1.76615687472937, 5.80011538461539, 1.98838269958275, 7.34600000000002, 8.21923183421756, 20.1337692307692, 12.8979647477959, 35.5756538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1005, '2021-10-24 00:00:00', 1.28299075360897, 3.92207692307693, 1.64032969856671, 5.495, 2.57226218815567, 7.35226923076924, 8.67774941223463, 20.0426923076923, 13.0974124322326, 35.6525 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1020, '2021-10-24 00:00:00', 1.1286721762932, 4.0841923076923, 1.62568803138383, 5.26215384615385, 2.78497911275141, 7.21753846153847, 8.4884712231446, 19.8791153846154, 13.105530148523, 35.5679230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1035, '2021-10-24 00:00:00', 1.53244160134684, 3.8143076923077, 2.24987968088553, 5.40446153846155, 2.89196401509689, 6.85623076923076, 8.25673627055743, 19.6271923076923, 13.3750992858428, 35.4891153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1050, '2021-10-24 00:00:00', 1.27206705737613, 3.61496153846155, 1.49026400965116, 4.67953846153848, 1.81296376814744, 5.65476923076923, 8.09346598806717, 19.0295, 13.2011294064619, 35.1083846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1065, '2021-10-24 00:00:00', 1.10227850173384, 3.06084615384616, 1.49004203141542, 3.93015384615384, 7.87550164585381, 15.8305769230769, 8.12950096651791, 18.8947307692308, 13.0208012078307, 34.7565769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1080, '2021-10-24 00:00:00', 0.984685506217007, 2.8578846153846, 1.16446365071914, 4.14192307692307, 7.78541842924717, 16.1349615384615, 8.21418238264679, 18.8698461538461, 13.1335066320989, 34.5818461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 3, 1095, '2021-10-24 00:00:00', 1.17535471830684, 3.04992307692309, 7.62420888052301, 15.3485769230769, 7.71235507451417, 16.3123461538461, 7.90778815336259, 18.8989615384615, 12.9267316509389, 34.6108461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 600, '2021-10-24 00:00:00', 6.44120107385619, 9.98407692307692, 6.38191042098982, 11.1113076923077, 6.73331484497335, 11.9728076923077, 6.43470213487893, 15.1187307692308, 12.788012333973, 33.3114230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 615, '2021-10-24 00:00:00', 1.6548485206066, 4.84311538461537, 1.66528355127703, 6.08111538461538, 4.61259998765922, 7.79561538461538, 4.95779111252022, 12.5643461538461, 13.5679272358921, 33.1020384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 630, '2021-10-24 00:00:00', 1.23281496022469, 4.07538461538463, 1.93029131320796, 5.37807692307693, 4.40121356288851, 7.27788461538462, 4.71456253374746, 12.9667307692308, 13.4980383954342, 33.2117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 645, '2021-10-24 00:00:00', 1.53285873301639, 4.12715384615386, 3.97162219231154, 5.73096153846154, 3.86065348075446, 6.75946153846155, 4.78979169500495, 13.1501923076923, 13.5646521582327, 33.1904230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 660, '2021-10-24 00:00:00', 3.03050169215492, 3.98911538461537, 2.91517769164183, 5.02742307692307, 2.87158887458066, 6.35823076923077, 4.31656051682177, 13.1228461538461, 13.5973370598805, 33.056 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 675, '2021-10-24 00:00:00', 2.16302617218064, 3.7173076923077, 2.20327485907123, 4.69776923076924, 2.90923938486703, 6.51496153846155, 4.1093587012312, 12.8398461538461, 13.4589715831257, 32.8116538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 690, '2021-10-24 00:00:00', 1.09264332487075, 3.25365384615385, 1.64183404811157, 4.40980769230769, 1.91491757484796, 5.96896153846153, 3.94029742044156, 12.3978076923077, 13.5234869267679, 32.5445384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 705, '2021-10-24 00:00:00', 1.41754663903738, 3.29092307692308, 1.63513135299232, 4.6173076923077, 2.01484170632299, 5.92230769230769, 3.92778558399592, 12.4269230769231, 12.917753302931, 33.1403461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 720, '2021-10-24 00:00:00', 1.14528564189832, 3.16919230769233, 1.6427059870835, 4.21100000000001, 2.51199454311018, 5.98376923076923, 3.91666473438032, 12.0638076923077, 12.3988653717247, 33.1271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 735, '2021-10-24 00:00:00', 1.14128534623838, 3.13180769230769, 1.66203155991511, 4.20888461538461, 2.85816562043666, 6.09107692307692, 3.96849528643559, 11.6810384615385, 12.1500745593787, 32.9519615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 750, '2021-10-24 00:00:00', 0.874333505283616, 2.80603846153846, 1.56288946998326, 4.08584615384614, 2.80712981065111, 5.92742307692308, 3.85736841203349, 11.1458846153846, 11.8201874200942, 32.8593846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 765, '2021-10-24 00:00:00', 1.45661101718495, 2.97484615384616, 2.43308691456884, 4.28442307692308, 3.25395365883507, 6.02157692307693, 4.29696788194439, 11.6494615384615, 11.5915781892916, 33.0710384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 780, '2021-10-24 00:00:00', 1.65996727863951, 3.19038461538463, 2.21934105431875, 4.23565384615385, 2.75164458796218, 5.70053846153847, 4.37892360447704, 11.8685769230769, 11.5469406474349, 33.0576538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 795, '2021-10-24 00:00:00', 1.27672710233869, 2.78757692307693, 2.15977521658014, 3.9541153846154, 2.25853998074317, 5.53473076923077, 4.83711036944101, 11.7646153846154, 11.0927924885417, 32.8190769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 810, '2021-10-24 00:00:00', 1.69665721301078, 2.97153846153848, 1.83565376197314, 3.97157692307693, 2.60200549192348, 5.92749999999999, 4.51311533473445, 11.8492307692308, 11.0043649541723, 32.9712692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 825, '2021-10-24 00:00:00', 1.04706823008891, 2.81796153846153, 1.23626904278715, 3.8578846153846, 2.92967943638888, 6.14299999999999, 4.31390335614437, 12.0913846153846, 10.9964320866081, 32.9116538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 840, '2021-10-24 00:00:00', 1.02900855419934, 2.97726923076923, 2.2801187043998, 4.49688461538461, 2.72310068092634, 6.24296153846153, 4.43301562995039, 12.1181538461539, 10.8395959558534, 32.7096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 855, '2021-10-24 00:00:00', 1.24183152393799, 3.19342307692308, 1.74310591760798, 4.27600000000001, 2.03858981764733, 5.58326923076923, 4.60048306644153, 12.0067307692308, 10.9528144474377, 32.466 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 870, '2021-10-24 00:00:00', 1.25299252376675, 2.76876923076923, 1.78576562722676, 3.97034615384615, 1.80152829991221, 5.01584615384616, 4.62643841033415, 12.4252692307692, 10.7318449250529, 32.5061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 885, '2021-10-24 00:00:00', 1.22346383430247, 2.71392307692308, 1.30181964779481, 3.52334615384616, 1.62718645709514, 4.93738461538461, 5.84847832845959, 17.6970384615385, 10.7738323995617, 32.4274230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 900, '2021-10-24 00:00:00', 0.816930119410462, 2.5025, 1.15995756752628, 3.70403846153846, 2.57808297294416, 5.33515384615386, 6.04307279465823, 18.1948076923077, 10.7694852013241, 32.4293076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 915, '2021-10-24 00:00:00', 1.20770362449375, 2.70073076923077, 1.59237042317903, 3.77973076923077, 2.63831915722579, 5.24884615384615, 6.03483808271733, 18.5162692307692, 10.7414393892926, 32.4390769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 930, '2021-10-24 00:00:00', 1.57042743813954, 3.02846153846155, 2.56844697164528, 4.24738461538462, 2.50616973211189, 5.59338461538463, 5.95183725545185, 18.6896538461538, 10.7949881160728, 32.4698846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 945, '2021-10-24 00:00:00', 2.40011654204219, 3.20884615384616, 2.3800193095532, 4.22992307692308, 2.45519177537033, 6.81057692307693, 5.69047646457185, 18.6130769230769, 10.8365799336535, 32.4855384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 960, '2021-10-24 00:00:00', 0.861782361424024, 2.68903846153846, 0.736565030812198, 3.76426923076923, 2.28591532550631, 6.83865384615384, 5.51074877615068, 18.3060769230769, 11.1989732541048, 32.2101153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 975, '2021-10-24 00:00:00', 0.736606770160407, 2.85457692307692, 1.75480814292092, 5.22946153846153, 2.70276293078028, 7.2965, 5.1932286427024, 18.6021538461538, 11.2762301963705, 32.1428076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 990, '2021-10-24 00:00:00', 1.68311901494267, 4.72753846153846, 2.09673726207025, 5.93688461538461, 2.61284122865394, 7.61338461538461, 5.07292695924613, 18.5314230769231, 11.3383770208154, 31.9721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1005, '2021-10-24 00:00:00', 1.50012236629088, 4.00292307692306, 1.81756985010204, 5.37199999999999, 2.43801388397637, 7.12153846153846, 5.61646573074344, 18.7832307692308, 11.4491561871809, 31.8390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1020, '2021-10-24 00:00:00', 1.2323065359161, 3.70296153846155, 1.75338599725919, 4.98484615384615, 3.02007049561123, 6.75803846153847, 5.61338946941905, 18.5278461538462, 11.8325000407288, 31.6794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1035, '2021-10-24 00:00:00', 1.36945843535092, 3.46961538461539, 1.90345748411834, 4.75807692307694, 3.07146492961357, 6.54257692307694, 5.70657544255208, 18.0048076923077, 12.0036988525012, 31.7216923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1050, '2021-10-24 00:00:00', 1.14606960521601, 3.25550000000002, 1.85389119919738, 4.37846153846155, 2.75365443449523, 6.81776923076923, 5.51875809050718, 17.3226923076923, 11.9147684355948, 31.5739230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1065, '2021-10-24 00:00:00', 1.09260449104244, 3.12442307692309, 1.70652064559622, 4.42192307692309, 4.98665663299416, 13.1828461538461, 5.46537189444739, 16.9247692307692, 11.9233914301001, 31.6026538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1080, '2021-10-24 00:00:00', 1.43845737671139, 3.52523076923078, 2.1213851516258, 5.33980769230769, 4.96828161486598, 13.3052692307692, 5.40912872850503, 16.5861923076923, 11.8697982423395, 31.3680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 4, 1095, '2021-10-24 00:00:00', 1.70363317467293, 3.86307692307692, 5.31928787960887, 11.9401153846154, 4.95165702506202, 13.2384230769231, 5.29440806947801, 16.0803846153846, 11.7093263292392, 31.0797307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 600, '2021-10-24 00:00:00', 3.78978855346837, 7.99299999999999, 3.61370195207925, 9.11103846153846, 3.35497761175609, 10.6438461538461, 5.03499435016107, 13.9448846153846, 11.5336418925747, 30.5798846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 615, '2021-10-24 00:00:00', 1.48686830465399, 5.13565384615385, 2.03083220418095, 6.43180769230769, 2.59881399458708, 7.93746153846154, 5.06051844592416, 11.9346923076923, 11.1948894395887, 30.2527307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 630, '2021-10-24 00:00:00', 1.41606917040963, 4.33515384615384, 1.98715839986496, 5.73111538461539, 2.54234899256575, 7.29800000000001, 4.46361198823761, 11.3593076923077, 10.7631182514105, 30.4314230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 645, '2021-10-24 00:00:00', 1.44758002409326, 4.00661538461539, 1.66914641105522, 4.96230769230769, 2.38231822359264, 6.72496153846155, 3.98890276642589, 10.688, 10.6205148798844, 30.4450769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 660, '2021-10-24 00:00:00', 1.60172163191794, 3.44311538461538, 1.87802737958251, 4.71996153846153, 2.1034639420215, 6.34165384615385, 3.77818244947732, 10.1883076923077, 10.5215073702174, 30.6106923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 675, '2021-10-24 00:00:00', 0.961628577746351, 3.13519230769232, 1.56717192223642, 4.35807692307693, 3.87680925683044, 6.76757692307694, 3.90073454956293, 9.99788461538462, 10.5853831648247, 30.7991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 690, '2021-10-24 00:00:00', 1.10822461830415, 2.90226923076924, 1.14755327478142, 3.88803846153847, 3.70794868440138, 6.2316153846154, 3.61119268365198, 9.74796153846154, 10.7741370562173, 30.5641153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 705, '2021-10-24 00:00:00', 0.751416279179123, 2.65176923076923, 3.44049321978472, 4.79165384615386, 3.53144182474221, 5.99319230769232, 3.2384790513687, 9.85938461538462, 10.8797339391253, 32.0258846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 720, '2021-10-24 00:00:00', 3.53732136292639, 3.82476923076924, 3.5048268371578, 4.66296153846155, 3.44397427132355, 6.04730769230769, 3.25010573650483, 9.92646153846155, 10.8158974007992, 32.0947692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 735, '2021-10-24 00:00:00', 1.54469688338472, 3.04930769230769, 2.17472883260986, 4.06415384615384, 2.34180859626455, 5.3453076923077, 2.64022318753547, 9.70900000000001, 10.8033854981454, 32.0923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 750, '2021-10-24 00:00:00', 1.01259109903561, 2.78942307692307, 1.2333108018039, 3.93357692307692, 1.66821221118251, 5.10469230769231, 2.92657221099254, 9.63788461538462, 10.4899442360474, 31.8593461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 765, '2021-10-24 00:00:00', 1.05854077571257, 2.65457692307693, 1.39576361013769, 3.37415384615385, 1.40085557647954, 4.61011538461537, 2.97097185886265, 9.87811538461539, 10.4096877042493, 32.0805 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 780, '2021-10-24 00:00:00', 0.998901603685849, 2.46842307692307, 1.26649500408986, 3.56434615384615, 1.18270741879026, 4.68296153846153, 2.61111997308553, 10.1490769230769, 10.4396616187425, 32.2169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 795, '2021-10-24 00:00:00', 0.747650757629925, 2.74084615384615, 0.848830138847221, 3.32573076923076, 1.47106986081036, 4.88915384615385, 2.76538658307408, 10.4950769230769, 10.3986795286709, 32.3495 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 810, '2021-10-24 00:00:00', 0.675667315724577, 2.24719230769231, 1.06605253226024, 3.4178076923077, 1.71898986482895, 4.62165384615386, 2.87445755150161, 10.4298461538462, 10.5273685551226, 32.3091538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 825, '2021-10-24 00:00:00', 0.888927489471713, 2.43680769230769, 1.35352283888549, 3.51634615384616, 1.77432115599612, 4.55373076923077, 2.72950210196208, 10.4547307692308, 10.5367865812335, 32.2765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 840, '2021-10-24 00:00:00', 0.989649541698795, 2.55115384615386, 1.27631410891497, 3.16823076923079, 1.54497875564185, 4.21534615384618, 2.78780296180455, 10.5799230769231, 10.4800423701434, 32.388 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 855, '2021-10-24 00:00:00', 0.722282322811624, 2.19907692307694, 0.822903161888527, 3.00957692307693, 1.57956297558728, 4.38807692307692, 3.07682799399242, 10.6642307692308, 10.5897622573009, 32.3378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 870, '2021-10-24 00:00:00', 0.839429957677337, 2.36757692307692, 0.882279624260163, 3.14084615384617, 2.02256083373378, 5.17538461538462, 3.36676455437791, 10.7912692307692, 10.5525538386905, 32.3360384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 885, '2021-10-24 00:00:00', 0.679846925078336, 2.33719230769232, 1.47684850949582, 3.554, 1.84746570198204, 5.404, 9.97714755729313, 16.6945, 10.9727378567906, 32.1360769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 900, '2021-10-24 00:00:00', 1.14373407950248, 2.50226923076923, 1.6999282686224, 3.91196153846153, 1.6643846689254, 4.9753846153846, 10.470297686239, 17.5100384615385, 10.9732078524854, 31.9804230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 915, '2021-10-24 00:00:00', 1.50308555516772, 2.93688461538461, 1.64024471157391, 3.85007692307693, 1.88007863665326, 5.167, 10.459892442821, 18.0093461538462, 11.0769799033852, 31.9475 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 930, '2021-10-24 00:00:00', 1.31681359933159, 2.90584615384616, 1.38231056512695, 3.79046153846154, 2.12489131848775, 5.56934615384617, 10.4423073377192, 18.2191538461539, 10.9803360251931, 31.8421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 945, '2021-10-24 00:00:00', 0.969190685373833, 2.62123076923078, 1.54158539821833, 3.75950000000001, 2.38256092504231, 6.2848076923077, 10.4818470968402, 18.2118076923077, 11.0069532751592, 31.7461923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 960, '2021-10-24 00:00:00', 1.1455320275548, 2.83488461538462, 1.73796297561697, 4.46423076923078, 2.12259377033058, 6.81707692307693, 10.4522236833199, 18.5116153846154, 11.0108848845132, 31.7385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 975, '2021-10-24 00:00:00', 1.69408856729693, 3.67192307692309, 2.33574402575414, 5.45807692307694, 2.33413620985448, 7.1766153846154, 10.6623342822364, 18.6768846153846, 11.0158412526968, 31.6732307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 990, '2021-10-24 00:00:00', 1.238120188027, 3.964, 1.6338271752121, 5.30796153846154, 2.53008571487517, 6.78473076923079, 10.9558237290282, 18.4886923076923, 11.2193254527109, 31.4905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1005, '2021-10-24 00:00:00', 1.44554555046238, 3.83853846153845, 1.73091980350155, 5.13038461538462, 2.20690466595532, 6.24373076923078, 10.8132069942982, 17.9366923076923, 11.0892690193996, 31.3872307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1020, '2021-10-24 00:00:00', 1.2171080155592, 3.56519230769231, 1.57258958262625, 4.64965384615386, 1.86612960057811, 5.80138461538463, 10.9368904229957, 17.9402692307692, 11.0344481971408, 31.3791538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1035, '2021-10-24 00:00:00', 1.02582697596397, 3.09623076923078, 1.3562285670763, 4.10361538461539, 2.01306190817715, 5.55238461538464, 11.063945663488, 18.0387307692308, 11.2125158692624, 31.3640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1050, '2021-10-24 00:00:00', 0.859386178976232, 2.82326923076923, 1.18006643098533, 3.74430769230769, 1.75226540358915, 5.65173076923077, 10.7781580515696, 18.0537692307692, 11.0406333082008, 31.4256153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1065, '2021-10-24 00:00:00', 0.791639754900204, 2.56930769230768, 1.08556210253562, 3.87803846153846, 9.51064407460642, 13.1880769230769, 10.9356275903756, 17.9823461538462, 11.4782815191929, 31.2430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1080, '2021-10-24 00:00:00', 1.03877165699908, 2.94965384615385, 1.54788637825909, 4.448, 10.1731078120398, 14.2536538461539, 10.7941238869189, 18.0016153846154, 11.336852259098, 31.3487692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 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 970115, 5, 1095, '2021-10-24 00:00:00', 1.70503271522867, 3.42699999999999, 9.52892165244639, 12.6784615384616, 10.2314852883711, 14.7046153846154, 10.7198518776362, 18.0669615384616, 12.0484366764387, 31.8521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970115 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:33 Duration: 3s536ms 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 970080, 1, 600, '2021-10-24 00:00:00', 0.858406774204398, 1.76024, 0.880867719921672, 2.19476, 0.967025451233491, 2.59584, 1.46652677211612, 3.51224, 4.27604497832596, 9.61064 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 615, '2021-10-24 00:00:00', 0.657805505703112, 1.1052, 0.843909793757601, 1.55136, 0.909229756442233, 1.9814, 1.42451892815317, 3.36752, 4.29713978052068, 9.56528 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 630, '2021-10-24 00:00:00', 0.496748148797089, 0.87684, 0.689057165020921, 1.36488, 0.717555282423129, 1.739, 1.2987362601134, 3.16596, 4.23338327188393, 9.45352 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 645, '2021-10-24 00:00:00', 0.532698811086841, 0.848239999999998, 0.584429066126366, 1.2362, 0.724042298488146, 1.6634, 1.27807052752708, 3.01024, 4.22536417444304, 9.41564 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 660, '2021-10-24 00:00:00', 0.407750025546699, 0.752400000000001, 0.356159692647367, 1.01968, 0.533450366325985, 1.52028, 1.25389870404272, 2.89872, 4.20510618890891, 9.34132 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 675, '2021-10-24 00:00:00', 0.264191060913625, 0.7324, 0.485186905566642, 1.1458, 0.524878319232182, 1.3994, 1.23329079836563, 2.84188, 4.19975159900361, 9.32908 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 690, '2021-10-24 00:00:00', 0.414284914038635, 0.777359999999998, 0.45124448288409, 0.991, 0.490497390411, 1.28224, 1.23097953949961, 2.74828, 4.15440336189607, 9.27928 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 705, '2021-10-24 00:00:00', 0.242590793999545, 0.65828, 0.300458494083065, 0.874159999999999, 0.43283224232952, 1.209, 1.22847470195089, 2.65552, 4.47804956128596, 10.65704 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 720, '2021-10-24 00:00:00', 0.265166538864413, 0.60672, 0.37085621652243, 0.904400000000002, 0.493666682421785, 1.27772, 1.29100441775645, 2.67364, 4.4896573191429, 10.75548 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 735, '2021-10-24 00:00:00', 0.267856037204066, 0.626240000000002, 0.326333929178888, 0.845800000000002, 0.493977647942358, 1.2418, 1.45589920667607, 2.6632, 4.52304920453743, 10.80976 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 750, '2021-10-24 00:00:00', 0.267557732087863, 0.596840000000003, 0.370189712624937, 0.918440000000003, 0.493099999999999, 1.17988, 1.58283561475389, 2.6454, 4.52065503808169, 10.86416 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 765, '2021-10-24 00:00:00', 0.263926334419283, 0.583120000000001, 0.334830643758903, 0.821679999999997, 0.550642512585678, 1.17652, 1.62237420467659, 2.72432, 4.54616405042024, 10.81536 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 780, '2021-10-24 00:00:00', 0.259186978839601, 0.612839999999998, 0.341619661807298, 0.841079999999999, 0.985658705299827, 1.3992, 1.63410849598999, 2.79708, 4.57129755758691, 10.80512 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 795, '2021-10-24 00:00:00', 0.23245868450114, 0.616040000000002, 0.361170435297981, 0.866799999999997, 1.11876617306746, 1.6826, 1.66960028849223, 2.82304, 4.56343089060559, 10.79008 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 810, '2021-10-24 00:00:00', 0.291290679562528, 0.572479999999997, 0.875011348497833, 1.04312, 1.14320748772915, 1.65212, 1.6552625139234, 3.00436, 4.55884737515965, 10.77484 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 825, '2021-10-24 00:00:00', 0.802462372949657, 0.794880000000005, 1.05858454708792, 1.37392000000001, 1.09753101702564, 1.6064, 1.67555021609818, 2.99688, 4.55335387306251, 10.76008 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 840, '2021-10-24 00:00:00', 1.00316843550822, 1.16808, 1.09043313565451, 1.38344, 1.17604513518827, 1.58892, 1.64919035994434, 2.95248, 4.53854000680102, 10.73268 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 855, '2021-10-24 00:00:00', 0.334308051553258, 0.627039999999999, 0.424512202415906, 0.867880000000001, 0.535285058014261, 1.21348, 1.13704202941961, 2.62508, 4.20354041136754, 10.54836 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 870, '2021-10-24 00:00:00', 0.248996566241388, 0.553960000000001, 0.416688432764818, 0.832200000000004, 0.382691921350147, 1.03076, 1.10315924809915, 2.57492, 4.17715140656086, 10.53896 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 885, '2021-10-24 00:00:00', 0.405465378711098, 0.629440000000004, 0.38248238303657, 0.794760000000003, 0.465786879019437, 1.0366, 2.1642411202698, 4.12228, 4.17815225827558, 10.57672 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 900, '2021-10-24 00:00:00', 0.201397823556598, 0.516600000000003, 0.222701197422318, 0.661640000000001, 0.409522066967502, 1.05536, 2.17186471877663, 4.22376, 4.09973704725885, 10.55924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 915, '2021-10-24 00:00:00', 0.148488910921548, 0.43096, 0.301038962040912, 0.683959999999998, 0.524582093988479, 1.08104, 2.44626147553091, 4.63704, 4.0863045358857, 10.54048 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 930, '2021-10-24 00:00:00', 0.257239013370836, 0.571919999999997, 0.335487207903172, 0.835399999999998, 0.636545232747313, 1.2388, 2.46633016308307, 4.73516, 3.9686813103767, 10.60148 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 945, '2021-10-24 00:00:00', 0.188902020458575, 0.545840000000003, 0.324045403197353, 0.785559999999998, 0.596805501538543, 1.38884, 2.34946440846987, 4.69456, 3.87580476890499, 10.54724 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 960, '2021-10-24 00:00:00', 0.310255797689588, 0.588919999999998, 0.45488780668058, 0.9202, 0.540057117349641, 1.50524, 2.27949630181758, 4.68184, 3.81638692570167, 10.5544 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 975, '2021-10-24 00:00:00', 0.270071286885521, 0.634400000000001, 0.478879323699267, 1.10936, 0.619930875178838, 1.57304, 2.25137910845775, 4.67584, 3.78548604893304, 10.52628 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 990, '2021-10-24 00:00:00', 0.486787725810746, 0.952959999999998, 0.51422968927643, 1.31856, 0.634604333423586, 1.88092, 2.23630251158768, 4.70956, 3.78838036105141, 10.53248 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1005, '2021-10-24 00:00:00', 0.354846224910644, 0.91048, 0.492392120164406, 1.2252, 0.702075428046494, 1.74736, 2.25028216971414, 4.67848, 3.81735990705618, 10.51408 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1020, '2021-10-24 00:00:00', 0.431109711481118, 0.849000000000002, 0.630248408698244, 1.35116, 0.653651543255271, 1.60344, 2.20362813862352, 4.66616, 3.82110513595216, 10.49572 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1035, '2021-10-24 00:00:00', 0.463354910768557, 0.945240000000001, 0.559703677553282, 1.17696, 0.540315978540951, 1.43024, 2.16468292520329, 4.5872, 3.75277329095875, 10.43704 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1050, '2021-10-24 00:00:00', 0.353171384269263, 0.764880000000001, 0.381661420633522, 0.965760000000003, 0.420503963516794, 1.1892, 2.14567314767806, 4.43044, 3.6560765591911, 10.27984 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1065, '2021-10-24 00:00:00', 0.291400909401464, 0.643640000000001, 0.29327965607363, 0.870040000000001, 1.90599286200133, 3.05396, 2.14569730856895, 4.36576, 3.59597747629209, 10.26852 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1080, '2021-10-24 00:00:00', 0.257308945303762, 0.63032, 0.338793816354432, 0.845400000000001, 1.98987572225001, 3.24516, 2.12963091716226, 4.38052, 3.5906637185902, 10.23824 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 1, 1095, '2021-10-24 00:00:00', 0.327976411753448, 0.593120000000002, 1.89613743963881, 2.97124, 2.325558225459, 3.70332, 2.10134437126966, 4.3768, 3.57349038662948, 10.22972 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 600, '2021-10-24 00:00:00', 1.26555568093169, 1.93630769230769, 1.26394357225557, 2.28407692307692, 1.60593649266138, 2.99953846153846, 1.50070288403596, 3.67288461538462, 3.19656450800639, 9.76257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 615, '2021-10-24 00:00:00', 0.407871767178774, 1.21353846153846, 1.12139668202717, 1.96196153846154, 1.20474855659402, 2.31126923076923, 1.26489215107303, 3.27307692307692, 3.19208855863271, 9.43561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 630, '2021-10-24 00:00:00', 1.1561975343606, 1.37246153846154, 1.17022728627325, 1.69869230769231, 1.32893599544899, 2.021, 1.31366141580874, 3.07565384615385, 3.18616524753745, 9.40276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 645, '2021-10-24 00:00:00', 0.569843438687668, 1.13076923076923, 0.800615267250037, 1.39938461538462, 0.833931468315087, 1.71157692307693, 0.916188563896856, 2.83773076923077, 3.13909813506021, 9.41330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 660, '2021-10-24 00:00:00', 0.32649453052316, 0.847038461538465, 0.464330942987201, 1.10876923076923, 0.573747883522158, 1.52492307692307, 0.807986584047037, 2.616, 3.11122835796163, 9.42684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 675, '2021-10-24 00:00:00', 0.335664770956883, 0.832038461538462, 0.360814738314022, 1.11065384615384, 0.520766743886803, 1.49980769230769, 0.782801332493657, 2.57061538461538, 3.07943936755727, 9.43746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 690, '2021-10-24 00:00:00', 0.210787669322617, 0.730807692307697, 0.379152652431912, 1.08042307692307, 0.431939840896678, 1.43811538461538, 0.857619026948803, 2.56165384615385, 3.0810391905729, 9.38942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 705, '2021-10-24 00:00:00', 0.244174968792084, 0.796153846153845, 0.259401192097377, 1.03053846153846, 0.421134855068838, 1.34061538461538, 0.87910598030919, 2.57973076923077, 2.99312312039551, 9.60242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 720, '2021-10-24 00:00:00', 0.243588230737543, 0.674115384615384, 0.283991346021995, 0.935730769230768, 0.586268330531863, 1.34034615384616, 0.886006230226402, 2.557, 3.0753868989871, 9.64146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 735, '2021-10-24 00:00:00', 0.208498101817594, 0.640461538461538, 0.247945989776311, 0.906423076923077, 0.593586030314573, 1.28115384615385, 0.878450279666499, 2.56042307692307, 3.11824219935625, 9.67257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 750, '2021-10-24 00:00:00', 0.262447544942133, 0.615923076923079, 0.469943309183304, 0.914076923076928, 0.579351356126962, 1.28292307692308, 1.00533743359362, 2.58965384615385, 3.18665991065156, 9.69111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 765, '2021-10-24 00:00:00', 0.325833022361975, 0.695961538461538, 0.438512024218966, 0.916346153846154, 0.492963709071508, 1.23446153846154, 1.06768946508156, 2.70492307692308, 3.20296946670045, 9.65126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 780, '2021-10-24 00:00:00', 0.373942383468161, 0.685115384615384, 0.422393329274252, 0.949730769230767, 0.638216813895138, 1.32269230769231, 1.3478745051148, 2.95980769230769, 3.18725700660518, 9.64688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 795, '2021-10-24 00:00:00', 0.298637748142098, 0.65976923076923, 0.419022598986661, 0.910461538461542, 0.638083564578038, 1.46465384615385, 1.59149449115748, 3.13265384615384, 3.17729371926196, 9.63353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 810, '2021-10-24 00:00:00', 0.27826448127359, 0.642807692307693, 0.626993810544839, 1.02003846153846, 0.717284396982007, 1.53011538461539, 1.60094575365746, 3.18911538461538, 3.14552043779966, 9.63123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 825, '2021-10-24 00:00:00', 0.584887430326424, 0.694884615384618, 0.630300226387882, 1.11115384615385, 0.791803242848002, 1.52015384615385, 1.63303430318674, 3.24134615384615, 3.10769867487923, 9.66042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 840, '2021-10-24 00:00:00', 0.434722930329017, 0.822884615384617, 0.623860493527691, 1.11934615384615, 0.701345389508348, 1.34365384615385, 1.72289462376994, 3.39426923076923, 3.12127881509141, 9.67719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 855, '2021-10-24 00:00:00', 0.530614117356913, 0.712307692307689, 0.682335942525041, 0.95053846153846, 0.700095993418042, 1.15, 1.72339672694987, 3.27796153846154, 3.11213191533738, 9.68246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 870, '2021-10-24 00:00:00', 0.419682834457716, 0.646807692307695, 0.407303984002879, 0.770846153846154, 0.659142959864143, 1.17619230769231, 1.62035776486363, 3.18238461538462, 3.1114751517568, 9.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 885, '2021-10-24 00:00:00', 0.204566111186957, 0.513576923076922, 0.28224362635033, 0.728230769230768, 0.522088918156227, 1.22896153846154, 1.50003725338355, 4.04219230769231, 3.10560189731642, 9.65876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 900, '2021-10-24 00:00:00', 0.261725798969365, 0.570923076923076, 0.495811417313542, 0.90980769230769, 0.494587363364653, 1.3275, 1.52154756694016, 4.24296153846154, 3.04971091719552, 9.67796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 915, '2021-10-24 00:00:00', 0.362416252394949, 0.662500000000001, 0.399581388647978, 0.941615384615386, 0.504006343061426, 1.27592307692308, 1.36553924654187, 4.35607692307692, 3.06186846851094, 9.68303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 930, '2021-10-24 00:00:00', 0.273941883224556, 0.629346153846155, 0.36480810761908, 0.863346153846155, 0.545164061403682, 1.32242307692308, 1.49465817033656, 4.56038461538462, 3.00668438317027, 9.7685 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 945, '2021-10-24 00:00:00', 0.23533107611324, 0.529653846153843, 0.34053593959206, 0.78861538461538, 0.474357307717098, 1.46515384615385, 1.67018579021801, 4.80942307692308, 2.99334289485081, 9.75738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 960, '2021-10-24 00:00:00', 0.224988946737051, 0.529115384615377, 0.359132238340398, 0.922730769230768, 0.861018481888657, 1.81088461538461, 1.82629991007459, 4.95019230769231, 2.98381176582005, 9.74657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 975, '2021-10-24 00:00:00', 0.369659837397323, 0.721346153846156, 0.429801752153067, 1.22311538461538, 1.16041595194933, 1.99769230769231, 1.89031323737221, 5.04284615384616, 2.97544634221231, 9.74215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 990, '2021-10-24 00:00:00', 0.464633095943622, 1.07992307692307, 0.881684736957956, 1.61484615384615, 1.23163154580231, 2.14823076923077, 1.93590728640048, 5.10730769230769, 2.97153050438011, 9.70753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1005, '2021-10-24 00:00:00', 0.525970266781744, 1.07719230769231, 0.778393873009325, 1.44869230769231, 0.914383488813844, 1.89626923076923, 1.84906159859119, 5.00065384615384, 2.9227869408389, 9.62769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1020, '2021-10-24 00:00:00', 0.483615303250897, 1.04719230769231, 0.60364639165147, 1.38561538461538, 0.775247097084831, 1.91369230769231, 1.96486990448184, 4.99630769230769, 2.92616706736882, 9.64288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1035, '2021-10-24 00:00:00', 0.512564526519498, 0.908923076923076, 0.512744638797313, 1.15323076923077, 0.610265350861035, 1.65896153846154, 1.92508960990231, 4.91138461538462, 2.91567252698505, 9.62173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1050, '2021-10-24 00:00:00', 0.288164226680656, 0.721307692307693, 0.530564813701836, 1.16169230769231, 0.588405031877244, 1.50519230769231, 1.93617594718598, 4.89053846153846, 2.93442578002265, 9.76246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1065, '2021-10-24 00:00:00', 0.397838127112793, 0.86315384615385, 0.35184442584756, 1.0985, 1.26476923526054, 3.00053846153846, 2.04150472559222, 4.92823076923077, 3.02916600758995, 9.85269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1080, '2021-10-24 00:00:00', 0.187763681259183, 0.697000000000004, 0.310452119434767, 0.970038461538463, 1.23772911476561, 3.15980769230769, 2.02607846495486, 4.83188461538462, 3.06026067165226, 9.79446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 2, 1095, '2021-10-24 00:00:00', 0.256991388661471, 0.600576923076923, 1.34157120055323, 2.68738461538461, 1.13880965924952, 3.272, 1.98362939040072, 4.80396153846154, 3.0494863327856, 9.78257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 600, '2021-10-24 00:00:00', 0.782411652422275, 1.72592307692308, 0.884217214002569, 2.19980769230769, 1.05305331956466, 2.81042307692308, 1.92352433309277, 4.3475, 3.16969651956679, 9.65911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 615, '2021-10-24 00:00:00', 0.478847695394487, 1.29565384615385, 0.592051958478696, 1.7681923076923, 1.12207869804902, 2.54273076923077, 1.79191250172718, 4.20857692307692, 3.19706062886136, 9.58476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 630, '2021-10-24 00:00:00', 0.380980631447927, 1.08180769230769, 0.643785989285255, 1.683, 1.06689444651287, 2.42, 1.65904906961326, 3.96884615384615, 3.17756925870171, 9.48307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 645, '2021-10-24 00:00:00', 0.529957455476748, 1.14276923076923, 0.836961541254119, 1.6563076923077, 0.955152322125401, 2.19803846153847, 1.55345240723315, 3.71969230769231, 3.10391105641799, 9.35861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 660, '2021-10-24 00:00:00', 0.474838630079093, 1.00526923076923, 0.673243670597806, 1.428, 0.871220714771038, 1.93642307692308, 1.46099092399645, 3.53000000000001, 3.11977602179288, 9.25688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 675, '2021-10-24 00:00:00', 0.400720942609882, 0.914923076923077, 0.599591328771907, 1.27819230769231, 0.682482677154066, 1.75973076923077, 1.29399110447542, 3.39253846153847, 3.13217802519883, 9.18269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 690, '2021-10-24 00:00:00', 0.400580809095222, 0.813230769230772, 0.470238880373991, 1.13273076923077, 0.593247464255982, 1.64592307692308, 1.3205157529716, 3.30342307692308, 3.157627327599, 9.1545 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 705, '2021-10-24 00:00:00', 0.317362876506715, 0.789653846153849, 0.484407388941931, 1.18103846153846, 0.648060648871221, 1.67226923076924, 1.36087947807517, 3.24492307692308, 3.66646936963362, 9.54503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 720, '2021-10-24 00:00:00', 0.351580352999686, 0.806230769230766, 0.358069275635099, 1.12038461538461, 0.562720622033293, 1.61346153846154, 1.47780532078953, 3.24261538461539, 3.75745175372066, 9.56219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 735, '2021-10-24 00:00:00', 0.199755589119842, 0.71115384615385, 0.341639351003141, 1.01838461538462, 0.820680025719759, 1.63323076923078, 1.44831717308266, 3.23792307692308, 3.80402191047641, 9.55815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 750, '2021-10-24 00:00:00', 0.307978763004109, 0.720961538461544, 0.436179680689227, 1.15807692307693, 0.821619095725957, 1.65053846153847, 1.48596879561398, 3.1923076923077, 3.81128360529625, 9.53 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 765, '2021-10-24 00:00:00', 0.357327834821835, 0.844692307692311, 0.70127957444835, 1.2128076923077, 0.809654543617215, 1.526, 1.64469199548122, 3.193, 3.82274612871629, 9.53073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 780, '2021-10-24 00:00:00', 0.373850025462698, 0.695192307692309, 0.768094185931347, 1.02396153846154, 0.793800998119418, 1.31976923076923, 1.73489549940224, 3.09592307692308, 3.89445541329642, 9.49538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 795, '2021-10-24 00:00:00', 0.792871355362173, 0.833884615384617, 0.784243177553024, 1.02919230769231, 1.22239609594624, 1.73615384615385, 1.68698472246969, 3.25057692307692, 3.951495954504, 9.57703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 810, '2021-10-24 00:00:00', 0.309801862238032, 0.580923076923079, 0.34231976279496, 0.850500000000002, 1.08427123841848, 1.65703846153846, 1.53463903297761, 3.15980769230769, 4.03006868599608, 9.49842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 825, '2021-10-24 00:00:00', 0.183361723209788, 0.590807692307691, 0.947753310973662, 1.34853846153846, 1.03947468685649, 1.69376923076923, 1.50610811186162, 3.18026923076923, 4.09550801958213, 9.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 840, '2021-10-24 00:00:00', 1.00312133555525, 1.16857692307692, 1.04842014258818, 1.35434615384615, 1.16411886057158, 1.74380769230769, 1.54500754491561, 3.22807692307692, 4.1076920821233, 9.48080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 855, '2021-10-24 00:00:00', 0.31944778314123, 0.647615384615383, 0.390204790413371, 0.926461538461537, 0.726358992615807, 1.36211538461539, 1.09932540153566, 2.99553846153846, 4.12939148525076, 9.49103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 870, '2021-10-24 00:00:00', 0.257241508793106, 0.632076923076923, 0.549802504401496, 0.941076923076924, 0.616184424190831, 1.46073076923077, 1.07822470684989, 3.00196153846154, 4.11040127182062, 9.48515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 885, '2021-10-24 00:00:00', 0.405588296371882, 0.665115384615386, 0.480276164145332, 0.973076923076922, 0.533310077217314, 1.40396153846154, 2.6456084392529, 4.96042307692308, 4.11368157419192, 9.48242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 900, '2021-10-24 00:00:00', 0.297246629016278, 0.651961538461537, 0.403533807562827, 0.979423076923075, 0.649584749015742, 1.43988461538462, 2.60898644982771, 5.08284615384616, 4.1067742205363, 9.49753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 915, '2021-10-24 00:00:00', 0.389089147388339, 0.742730769230766, 0.406968689024293, 1.00492307692308, 0.692855888001581, 1.58880769230769, 2.6028846045523, 5.10376923076923, 4.12734556082496, 9.49046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 930, '2021-10-24 00:00:00', 0.299089520943915, 0.713692307692309, 0.531588470095488, 1.05669230769231, 0.633600841345593, 1.52288461538462, 2.59415029515372, 5.17792307692308, 4.39404662066931, 9.62423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 945, '2021-10-24 00:00:00', 0.392459863699955, 0.747230769230771, 0.552798643268958, 1.0915, 0.644544557151673, 1.52661538461538, 2.58311705592592, 5.19926923076924, 4.538885357069, 9.71373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 960, '2021-10-24 00:00:00', 0.349712030984616, 0.730769230769231, 0.351102045214557, 1.03161538461538, 0.528889396609683, 1.54307692307692, 2.52060730289044, 5.12915384615385, 4.53977709313845, 9.71384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 975, '2021-10-24 00:00:00', 0.25615831943426, 0.725730769230767, 0.401400841285389, 1.17334615384615, 0.628657558734362, 1.83261538461539, 2.52175775967113, 5.07196153846154, 4.52821617043111, 9.71038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 990, '2021-10-24 00:00:00', 0.367287353444143, 0.938999999999998, 0.463580428670317, 1.26842307692308, 0.638994691202215, 1.79115384615385, 2.52746892334239, 5.05403846153847, 4.5431051666657, 9.71865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1005, '2021-10-24 00:00:00', 0.288510765030457, 0.88569230769231, 0.559854878174142, 1.40473076923077, 0.661066713728652, 1.73100000000001, 2.50458001668943, 5.0355, 4.53304401190261, 9.71342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1020, '2021-10-24 00:00:00', 0.453905127328812, 0.941769230769234, 0.457614511940412, 1.1398076923077, 0.553988786334719, 1.61715384615385, 2.87437038242893, 5.08084615384616, 4.56146719800346, 9.70696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1035, '2021-10-24 00:00:00', 0.264114567215415, 0.782769230769234, 0.408569310568555, 1.1648076923077, 0.573892168911949, 1.5913076923077, 2.86186620904289, 5.04803846153846, 4.58826286501346, 9.75503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1050, '2021-10-24 00:00:00', 0.291687219202613, 0.838923076923078, 0.363548327122879, 1.10888461538462, 0.661247740144457, 1.56957692307692, 2.80030395822695, 5.05653846153846, 4.56882005975958, 9.77946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1065, '2021-10-24 00:00:00', 0.30596326828308, 0.814807692307695, 0.500218198543238, 1.17461538461539, 2.57991697898625, 3.86446153846154, 2.78502505802841, 5.07057692307692, 4.59101558414324, 9.79842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1080, '2021-10-24 00:00:00', 0.350590789294956, 0.773692307692309, 0.445006200475386, 1.01596153846154, 2.50782087601046, 3.92111538461539, 2.81097937271801, 5.02707692307692, 4.65035218467789, 9.82580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 3, 1095, '2021-10-24 00:00:00', 0.270954029595149, 0.645615384615386, 2.5170915918056, 3.53119230769231, 2.41784310364551, 3.88792307692308, 2.8456911895274, 5.05911538461539, 4.55931583396524, 9.96392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 600, '2021-10-24 00:00:00', 2.04040683575228, 2.34015384615385, 1.95331079452298, 2.6875, 1.8534272951647, 3.07846153846154, 2.5146983425147, 4.37007692307692, 4.62781791627046, 9.80711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 615, '2021-10-24 00:00:00', 1.09360222905068, 1.54065384615385, 1.0671065291785, 1.80823076923077, 1.1164489667623, 2.16315384615384, 2.19802915778238, 3.82553846153846, 4.81671590593233, 9.37203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 630, '2021-10-24 00:00:00', 0.626917470951809, 1.07834615384616, 0.655057001630096, 1.46965384615385, 0.674511675214002, 1.727, 1.98849227189461, 3.71465384615385, 4.76390903823901, 9.32773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 645, '2021-10-24 00:00:00', 0.395209609428486, 1.03134615384616, 0.455163801453769, 1.26961538461538, 0.746993061444451, 1.65607692307692, 1.83126576821775, 3.61892307692308, 4.74315105340159, 9.22365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 660, '2021-10-24 00:00:00', 0.383650291481505, 0.903115384615383, 0.468281534319487, 1.16565384615385, 0.862522976282591, 1.64373076923077, 1.87343554466119, 3.6795, 4.74829627826169, 9.21888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 675, '2021-10-24 00:00:00', 0.415512532440823, 0.856230769230771, 0.739297892494056, 1.19857692307692, 0.930957370750049, 1.71611538461539, 1.84741859860226, 3.70096153846154, 4.73544387343589, 9.19996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 690, '2021-10-24 00:00:00', 0.501731882122776, 0.771192307692311, 0.59806232245349, 1.09769230769231, 1.41550856096099, 1.68461538461539, 1.71086866105631, 3.57515384615385, 4.7057443392256, 9.11111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 705, '2021-10-24 00:00:00', 0.295042599271049, 0.76315384615385, 0.435594633363846, 1.13473076923077, 1.04193798206109, 1.56696153846154, 1.49917073128395, 3.45819230769231, 4.93967326107242, 9.77461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 720, '2021-10-24 00:00:00', 0.408656651067294, 0.805538461538461, 1.08287860602406, 1.18965384615385, 1.05569870410366, 1.63707692307692, 1.56998702052449, 3.48626923076923, 4.97939252967823, 9.83226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 735, '2021-10-24 00:00:00', 0.729407527750061, 0.819307692307692, 0.736548382660633, 1.069, 0.789588547185274, 1.69507692307692, 2.13165244244567, 3.67884615384615, 4.89326616421446, 10.2860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 750, '2021-10-24 00:00:00', 0.379712741626936, 0.720384615384616, 0.496237376510629, 1.11257692307692, 0.897961346606854, 1.7285, 2.20121042645596, 3.63569230769231, 4.88394547062106, 10.245 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 765, '2021-10-24 00:00:00', 0.340230856014876, 0.707346153846158, 0.648727830805444, 1.10703846153846, 1.30496879597236, 1.72803846153846, 2.16749034635415, 3.49119230769231, 4.84839868267388, 10.1598846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 780, '2021-10-24 00:00:00', 0.486357146391572, 0.819923076923077, 0.627667458501346, 1.19896153846154, 1.16071739686481, 1.78165384615385, 2.15581850706051, 3.43765384615385, 4.82149668113065, 10.1173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 795, '2021-10-24 00:00:00', 0.421183504681016, 0.819230769230769, 0.962786321848447, 1.17369230769231, 1.06997517728217, 1.899, 1.93792114787589, 3.37184615384615, 4.79283892553817, 10.0556153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 810, '2021-10-24 00:00:00', 0.715145219249478, 0.839269230769227, 0.830513673300123, 1.25719230769231, 1.06861684649615, 1.89373076923077, 1.81692958586732, 3.39, 4.78242322114572, 10.0048846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 825, '2021-10-24 00:00:00', 0.512417588120651, 0.845769230769232, 0.905988610048969, 1.43080769230769, 0.984916090139348, 1.89323076923077, 1.8095552368979, 3.47565384615384, 4.77670288733203, 10.0100769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 840, '2021-10-24 00:00:00', 0.929945511224265, 1.17757692307692, 0.989475296072854, 1.44619230769231, 1.04200449430597, 1.92938461538461, 1.83661896931877, 3.51996153846153, 4.7518037015918, 10.0215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 855, '2021-10-24 00:00:00', 0.355526642948391, 0.727923076923083, 0.547898762406116, 1.09542307692308, 0.669242696003362, 1.53588461538462, 1.535607163808, 3.40219230769231, 4.54289193559142, 9.84453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 870, '2021-10-24 00:00:00', 0.44932647887186, 0.759730769230771, 0.529948281946891, 1.0976923076923, 0.648408694717007, 1.44865384615384, 1.51862312588132, 3.33696153846154, 4.50657117756522, 9.80053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 885, '2021-10-24 00:00:00', 0.382231899002927, 0.731230769230764, 0.504267256674321, 1.01088461538461, 0.662041309424579, 1.46515384615384, 1.64817589660626, 4.33611538461538, 4.50511221818742, 9.76453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 900, '2021-10-24 00:00:00', 0.296715859937518, 0.655307692307693, 0.470236963177565, 0.99380769230769, 0.792129054170802, 1.50303846153846, 1.62265683940306, 4.40753846153846, 4.44590051447571, 9.78576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 915, '2021-10-24 00:00:00', 0.369744828850303, 0.738961538461536, 0.506028640113763, 1.04776923076923, 1.2115818344373, 1.70269230769231, 1.71137324841328, 4.46965384615385, 4.40928229935265, 9.78665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 930, '2021-10-24 00:00:00', 0.350510408053519, 0.724884615384615, 0.634373203673088, 1.03580769230769, 1.15634213994621, 1.73376923076923, 1.8168511864889, 4.47307692307692, 4.38362685736541, 9.79723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 945, '2021-10-24 00:00:00', 0.454064978406595, 0.669730769230769, 0.986577771116671, 1.19446153846154, 0.932675820504555, 1.88711538461539, 1.64832635724847, 4.3665, 4.28860778503306, 9.69957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 960, '2021-10-24 00:00:00', 0.828952207029123, 0.845807692307693, 0.801772694624947, 1.22642307692308, 0.956621556070351, 1.9088076923077, 1.64061929020251, 4.24915384615385, 4.21624251747381, 9.62538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 975, '2021-10-24 00:00:00', 0.409658108858898, 0.907615384615384, 0.599053783382274, 1.43634615384615, 0.770475321823132, 1.83969230769231, 1.56341265973363, 4.13576923076923, 4.2397986722884, 9.48430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 990, '2021-10-24 00:00:00', 0.510829906961363, 1.14792307692308, 0.679125981288845, 1.40646153846154, 0.74323902356768, 1.76238461538461, 1.58190257650035, 4.09780769230769, 4.24915338336764, 9.44634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1005, '2021-10-24 00:00:00', 0.47845459072373, 0.994653846153848, 0.593596905444971, 1.27538461538462, 0.652016177241495, 1.68584615384615, 1.60311914668297, 4.10996153846154, 4.23026002055884, 9.40219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1020, '2021-10-24 00:00:00', 0.451412599940028, 0.918153846153846, 0.426154072896356, 1.25657692307692, 0.628459307782503, 1.60930769230769, 1.57157297439417, 4.12557692307692, 4.20449904690019, 9.42665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1035, '2021-10-24 00:00:00', 0.396848252339118, 0.917153846153845, 0.469338237882298, 1.17669230769231, 0.551578630980065, 1.59411538461539, 1.57124747744733, 4.11265384615385, 4.20345685285886, 9.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1050, '2021-10-24 00:00:00', 0.356064929256106, 0.78407692307692, 0.463127907236803, 1.13953846153846, 0.53207966002788, 1.51026923076923, 1.49953003919946, 4.08046153846154, 4.12605650899071, 9.38065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1065, '2021-10-24 00:00:00', 0.338498923984201, 0.816807692307693, 0.599130268357004, 1.21496153846154, 1.42024483750568, 2.96896153846154, 1.51233811644802, 4.04446153846154, 4.13707223510317, 9.36596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1080, '2021-10-24 00:00:00', 0.323671345657904, 0.719499999999999, 0.381483662317775, 0.958230769230771, 1.40222590356026, 3.07126923076924, 1.42387940554615, 4.00380769230769, 4.05061387028606, 9.36461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 4, 1095, '2021-10-24 00:00:00', 0.26580258724214, 0.663153846153851, 1.28989305996809, 2.65911538461539, 1.45297961656516, 3.05861538461539, 1.38424587911474, 3.93642307692308, 4.02204438888407, 9.32688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 600, '2021-10-24 00:00:00', 0.742578775929892, 1.75396153846154, 1.02475819586866, 2.20800000000001, 1.38949658011592, 2.55288461538462, 1.3803026892121, 3.72507692307693, 3.89207708280059, 9.25946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 615, '2021-10-24 00:00:00', 0.484942737301571, 1.30846153846154, 0.658721826430083, 1.55073076923077, 0.843794965981304, 1.93076923076923, 1.38715996970013, 3.3843076923077, 4.0323588532692, 9.23919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 630, '2021-10-24 00:00:00', 0.483616403933786, 1.00688461538461, 0.673666204722052, 1.35465384615385, 0.745397145564283, 1.71323076923077, 1.39268445815985, 3.302, 4.00650808867465, 9.21876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 645, '2021-10-24 00:00:00', 0.396129551458184, 0.934307692307692, 0.608183323829763, 1.29365384615385, 0.728985154433625, 1.63134615384615, 1.37134681749226, 3.28942307692308, 3.94524723608624, 9.16407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 660, '2021-10-24 00:00:00', 0.341624319076696, 0.871846153846157, 0.384815898040369, 1.05034615384615, 0.799432465036194, 1.54188461538462, 1.30608799856671, 3.1905, 3.8304252899043, 9.11669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 675, '2021-10-24 00:00:00', 0.341096007238205, 0.697384615384619, 0.606585526977411, 1.0588076923077, 0.780607996766229, 1.57673076923077, 1.27791431095901, 3.17411538461539, 3.80280027611233, 9.0935 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 690, '2021-10-24 00:00:00', 0.300729482323336, 0.72869230769231, 0.46466650572046, 1.02519230769231, 0.592316403232652, 1.56680769230769, 1.05745609110515, 3.00476923076923, 3.7903419819325, 9.0315 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 705, '2021-10-24 00:00:00', 0.333854341799628, 0.719807692307696, 0.417246779957158, 1.03634615384616, 0.726844780805791, 1.61884615384616, 1.10445434421778, 2.97503846153846, 3.79941379770009, 9.43261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 720, '2021-10-24 00:00:00', 0.304397172229866, 0.689961538461542, 0.417375927211171, 1.10176923076923, 0.673482788312995, 1.55911538461539, 1.34435635671728, 3.07457692307693, 3.76273033049141, 9.4915 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 735, '2021-10-24 00:00:00', 0.426484332835154, 0.804615384615386, 0.617414150992797, 1.17507692307692, 0.649252820259865, 1.51323076923077, 1.53624230460613, 3.06953846153846, 3.72572994376218, 9.53742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 750, '2021-10-24 00:00:00', 0.377054815439553, 0.767423076923076, 0.425213309365474, 1.04203846153846, 0.550779961648795, 1.44938461538462, 1.51902924719906, 2.96842307692308, 3.7193956092975, 9.69746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 765, '2021-10-24 00:00:00', 0.300485617216277, 0.685615384615384, 0.425714698613269, 0.980269230769231, 0.587098378599234, 1.34311538461538, 1.45708866104772, 2.98861538461539, 3.70274201348967, 9.88153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 780, '2021-10-24 00:00:00', 0.384839786844428, 0.727307692307693, 0.569912819243842, 1.02530769230769, 0.796537043418862, 1.56769230769231, 1.51095071446374, 3.0683076923077, 3.66016609459189, 9.989 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 795, '2021-10-24 00:00:00', 0.324642657986617, 0.627153846153847, 0.354533071040683, 0.880538461538465, 0.734571675300544, 1.47611538461539, 1.48500850295416, 2.96457692307692, 3.60236193137439, 9.97573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 810, '2021-10-24 00:00:00', 0.236259091807151, 0.594038461538466, 0.75036172200223, 1.06892307692308, 0.726413081252935, 1.39826923076923, 1.52270216543334, 2.92426923076923, 3.71015060963216, 10.0248846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 825, '2021-10-24 00:00:00', 0.75780650666147, 0.835692307692309, 0.699298475946816, 1.15303846153846, 0.789054561826026, 1.4323076923077, 1.54457119814978, 2.97688461538462, 3.71282355689244, 10.0612692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 840, '2021-10-24 00:00:00', 0.622382925660598, 0.955884615384615, 0.64440207825669, 1.12303846153846, 0.853263602519533, 1.44684615384615, 1.55014401961187, 2.90119230769231, 3.88150093887166, 10.0505384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 855, '2021-10-24 00:00:00', 0.228575861838877, 0.513269230769231, 0.342517655917742, 0.753230769230773, 0.656121326725943, 1.09134615384615, 1.55397552153773, 2.69919230769231, 3.95975807905173, 10.0387307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 870, '2021-10-24 00:00:00', 0.274032162626664, 0.521115384615387, 0.496973727830601, 0.751384615384617, 0.776896663755127, 1.16111538461538, 1.51181321444966, 2.69434615384616, 4.05453611422299, 10.0736923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 885, '2021-10-24 00:00:00', 0.342368629493911, 0.525961538461541, 0.407315572234372, 0.747153846153847, 0.687846396091008, 1.15723076923077, 2.34333278932773, 4.19919230769231, 4.31225805992459, 10.0968461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 900, '2021-10-24 00:00:00', 0.248268393849508, 0.575346153846155, 0.471845765217669, 0.888884615384614, 1.16625424131474, 1.36034615384615, 2.41493483014473, 4.29907692307693, 4.35383890447888, 10.1176153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 915, '2021-10-24 00:00:00', 0.372364098079371, 0.650307692307693, 0.407370222845927, 0.862538461538462, 1.34816470860888, 1.48480769230769, 2.41817309554134, 4.383, 4.368413890119, 10.0946538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 930, '2021-10-24 00:00:00', 0.429059967119536, 0.701153846153846, 1.17796258592799, 1.09057692307692, 1.32900798400102, 1.56130769230769, 2.42801482697285, 4.39600000000001, 4.37528695357846, 10.0876153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 945, '2021-10-24 00:00:00', 1.19350237794227, 0.793615384615385, 1.36467482066383, 1.16661538461539, 1.31899862249885, 1.57538461538462, 2.45700283366043, 4.41773076923077, 4.38497375345184, 10.0745384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 960, '2021-10-24 00:00:00', 0.596313211453384, 0.727384615384616, 0.614834737019757, 1.01007692307693, 0.743545697731746, 1.57626923076923, 2.18221672511797, 4.28265384615385, 4.25598892566518, 9.91215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 975, '2021-10-24 00:00:00', 0.319239847136914, 0.752000000000001, 0.467964811300364, 1.13623076923077, 0.663255504775791, 1.62376923076923, 2.21385936215122, 4.42865384615385, 4.287691380972, 9.96353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 990, '2021-10-24 00:00:00', 0.408108237905283, 0.879423076923078, 0.625435544240973, 1.2615, 0.707817303677025, 1.59484615384615, 2.17639611248999, 4.44703846153846, 4.34563136742389, 10.0166923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1005, '2021-10-24 00:00:00', 0.497786695127697, 0.916076923076925, 0.564178336507719, 1.22634615384616, 0.792281670969262, 1.65038461538462, 1.9939302499181, 4.35780769230769, 4.32366397630528, 9.9515 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1020, '2021-10-24 00:00:00', 0.367082543641288, 0.789076923076924, 0.406367525958764, 1.07238461538462, 0.786869619734769, 1.43296153846154, 1.96564583906038, 4.24826923076923, 4.32841336803862, 9.88626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1035, '2021-10-24 00:00:00', 0.224222924786916, 0.715999999999998, 0.692129658817902, 1.13276923076923, 0.705387152834965, 1.36934615384616, 1.87509173232015, 4.22826923076923, 4.31541428210014, 9.85611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1050, '2021-10-24 00:00:00', 0.618769072122538, 0.848269230769233, 0.639877960720158, 0.980730769230771, 0.659915989991272, 1.26692307692308, 1.73098884011867, 4.24173076923077, 4.27857123833862, 9.87380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1065, '2021-10-24 00:00:00', 0.306314672292298, 0.585038461538465, 0.408320969148234, 0.882576923076926, 1.38769093045301, 3.13403846153846, 1.609146084586, 4.13719230769231, 4.30645505705813, 9.82703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1080, '2021-10-24 00:00:00', 0.278643320393649, 0.626500000000003, 0.438781214098957, 0.839076923076925, 1.39474430852176, 3.26538461538462, 1.61277528455192, 4.09096153846154, 4.28050431123034, 9.81203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 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 970080, 5, 1095, '2021-10-24 00:00:00', 0.3453731538273, 0.596846153846156, 1.41566604982085, 2.87926923076923, 1.43629703002601, 3.32096153846154, 1.69820713650059, 4.03896153846154, 4.37913107309939, 9.81034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-10-24 14:49:16 Duration: 3s500ms Database: acaweb_fx User: pgperfstats
13 101ms 25s290ms 2s769ms 181 8m21s 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 #13
Day Hour Count Duration Avg duration Oct 24 14 181 8m21s 2s769ms [ User: postgres - Total duration: 8m21s - 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 = '529' 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 ('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 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-10-24 14:05:55 Duration: 25s290ms 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 = '643' 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 ('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-10-24 14:06:57 Duration: 18s803ms 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 = '700' 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-10-24 14:02:52 Duration: 17s497ms Database: acaweb_fx User: postgres Bind query: yes
14 59ms 24s694ms 2s255ms 13 29s319ms 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 #14
Day Hour Count Duration Avg duration Oct 24 14 13 29s319ms 2s255ms [ User: postgres - Total duration: 29s319ms - Times executed: 13 ]
-
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 = 558 AND (((s.symbol ilike '%cadjpy%' AND timegranularity = 30))) 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 > 521345069 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:06:26 Duration: 24s694ms 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 = 558 AND (((s.symbol ilike '%audusd%' AND timegranularity = 60))) 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 > 521436201 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-10-24 14:00:40 Duration: 1s955ms 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 = 558 AND (((s.symbol ilike '%cadjpy%' AND timegranularity = 15))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.0 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-10-24 14:05:54 Duration: 716ms Database: acaweb_fx User: postgres Bind query: yes
15 62ms 36s850ms 2s42ms 60 2m2s (( 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 #15
Day Hour Count Duration Avg duration Oct 24 14 60 2m2s 2s42ms [ User: postgres - Total duration: 2m2s - Times executed: 60 ]
-
(( 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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 = '495' 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-10-24 14:06:15 Duration: 36s850ms 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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-10-24 14:06:30 Duration: 35s517ms 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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 = '660' 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-10-24 14:07:39 Duration: 14s833ms Database: acaweb_fx User: postgres Bind query: yes
16 92ms 28s744ms 1s755ms 174 5m5s 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 Oct 24 14 174 5m5s 1s755ms [ User: postgres - Total duration: 5m5s - Times executed: 174 ]
-
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-10-24 14:06:24 Duration: 28s744ms 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 = '641' 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-10-24 14:06:10 Duration: 25s338ms 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 = '660' 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 ('36' = 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', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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-10-24 14:07:34 Duration: 14s908ms Database: acaweb_fx User: postgres Bind query: yes
17 1s57ms 2s846ms 1s694ms 83 2m20s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #17
Day Hour Count Duration Avg duration Oct 24 14 83 2m20s 1s694ms [ User: pgperfstats - Total duration: 2m20s - Times executed: 83 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, 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-10-24 00:00:00', 0.643053120827148, 1.78995652173913, 0.839916253118704, 2.28569565217392, 1.33829178329436, 2.77147826086957, 1.65590598537811, 4.02978260869565, 2.68984181544098, 8.45308695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.451372785294317, 1.19086956521739, 0.718224196228049, 1.67321739130435, 1.220679830673, 2.11560869565217, 1.42990533421697, 3.47008695652174, 2.5416708285674, 8.09934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.400555962446426, 0.958478260869563, 0.648044467927214, 1.25878260869565, 0.942855252765758, 1.76286956521739, 1.3866514419074, 3.08969565217391, 2.54455263468295, 7.90973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.37694021920426, 0.847260869565217, 0.620252106718976, 1.26430434782608, 0.882239218990909, 1.80869565217391, 1.3381974041561, 2.94726086956522, 2.53181162778297, 7.88786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.352713053378687, 0.863043478260864, 0.505254250558576, 1.12230434782609, 0.754150680575081, 1.67760869565217, 1.30778859903382, 2.78673913043479, 2.49689859325129, 7.82869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.249623471393127, 0.678826086956525, 0.452350925370769, 1.08421739130435, 0.652023875626769, 1.48195652173913, 1.29743472346784, 2.59195652173913, 2.42592765598953, 7.72608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.32222520541378, 0.782913043478259, 0.410796305659002, 1.03382608695652, 0.546681136332816, 1.30608695652174, 1.34363792059471, 2.47295652173913, 2.45096260512061, 7.65134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.208660976615307, 0.616304347826089, 0.39422853066128, 0.90204347826087, 0.431315943002052, 1.13547826086956, 1.4391338125535, 2.29430434782608, 2.45844705232611, 7.612 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.228769426700524, 0.557217391304349, 0.332724666289283, 0.735391304347821, 0.508445215878181, 1.07708695652174, 1.46173171300021, 2.25865217391304, 2.45215687667533, 7.62643478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.262411686631205, 0.570565217391299, 0.391545877149851, 0.769913043478261, 0.616427585673648, 1.08617391304348, 1.4193563716986, 2.24665217391304, 2.81112850688357, 8.04813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.181655093852416, 0.449130434782607, 0.292108628069911, 0.710782608695649, 0.474867046090218, 0.926434782608694, 1.34046006201811, 2.28678260869565, 2.88520854768531, 8.108 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.199942659764434, 0.503391304347824, 0.339333792783594, 0.704173913043477, 0.566677770564693, 0.971826086956522, 1.41776585784395, 3.00786956521739, 2.85129693671913, 8.13869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.25534087887935, 0.479347826086956, 0.25609405695546, 0.5854347826087, 0.655020851733386, 1.08295652173913, 1.61582478847045, 3.29026086956522, 2.82189309372469, 8.14478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.15023488855499, 0.395391304347828, 0.533205390203711, 0.680478260869567, 0.634094602111449, 1.08265217391305, 1.60189222594946, 3.33560869565218, 2.77776990128879, 8.16647826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.504948054307972, 0.517086956521738, 0.585646077476184, 0.840652173913044, 0.63633660021619, 1.12478260869565, 1.66019472166189, 3.42482608695652, 2.75137142088308, 8.16017391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.387067565672011, 0.554869565217395, 0.407464860629996, 0.728608695652178, 0.54178973650031, 1.01513043478261, 1.60416947962726, 3.41891304347826, 2.73848791476036, 8.13582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.172089472546311, 0.416826086956524, 0.299143844204913, 0.605695652173915, 0.461482162776924, 0.874826086956525, 1.48460246605394, 3.28786956521739, 2.74980107077835, 8.08526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.200202219902163, 0.420260869565215, 0.228322435138009, 0.595043478260869, 0.393744379469263, 0.843000000000003, 1.48278845849576, 3.27739130434783, 2.76129621134684, 8.06730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.164815563465573, 0.425478260869564, 0.301683858032924, 0.587826086956523, 0.378269436775454, 0.81530434782609, 1.52961171414429, 3.29321739130435, 2.78880009898431, 8.05491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211206032447685, 0.390521739130435, 0.245168490905353, 0.541043478260868, 0.353071357375825, 0.798739130434782, 1.49528959612664, 3.27739130434783, 2.80545208323086, 8.04113043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.174009301918465, 0.370652173913045, 0.24766105870726, 0.517000000000002, 0.351086495429158, 0.808000000000004, 1.44114203039765, 3.25647826086957, 2.8162067569736, 8.03504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.190423368546348, 0.387826086956521, 0.249885910726166, 0.571173913043478, 0.407763508729488, 0.865521739130437, 1.45599078500103, 3.2844347826087, 2.81854213570615, 8.03295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.194670970001345, 0.425173913043478, 0.231902596426283, 0.614217391304351, 0.571925608087076, 1.09091304347826, 1.44248499214694, 3.27704347826087, 2.80982659994156, 8.04860869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.199783291684679, 0.431000000000003, 0.378321391278389, 0.651434782608697, 0.873004527558903, 2.20078260869565, 1.43030889308718, 3.3034347826087, 2.79009032466027, 8.03826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211613059513166, 0.480782608695652, 0.401173259564647, 0.829434782608694, 0.969649038011691, 2.5495652173913, 1.37728546961846, 3.27808695652174, 2.69384477942813, 7.98182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.341625242515993, 0.686478260869566, 0.758527606903524, 2.06030434782609, 1.01654896897499, 2.63552173913044, 1.38918034097911, 3.26426086956522, 2.64973620135268, 7.93786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.488873719733592, 1.61492307692308, 0.791825520796481, 2.06284615384616, 0.909414953946516, 2.36596153846154, 1.28929574335998, 3.08192307692308, 2.5172298547289, 7.67530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.541086337487267, 1.23376923076923, 0.588121075969907, 1.551, 0.746392600342576, 1.86107692307692, 1.02218023775729, 2.64696153846154, 2.41242467526888, 7.45557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.290542455523353, 1.00603846153846, 0.425752503041559, 1.24492307692308, 0.615069228123643, 1.59065384615384, 0.810360280748865, 2.38423076923077, 2.3915180129269, 7.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.257874960755429, 0.784153846153847, 0.412639593163519, 1.11107692307692, 0.536021440443746, 1.43123076923077, 0.732052604246862, 2.23215384615384, 2.3817825312471, 7.33111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.382740249335682, 0.835461538461538, 0.432043217211498, 1.05969230769231, 0.640316782177744, 1.3953076923077, 0.814428415893859, 2.22173076923077, 2.37080361351297, 7.34257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.342711111803871, 0.654115384615382, 0.368641616666459, 0.921807692307693, 0.632754408549208, 1.30930769230769, 0.795220015999441, 2.15907692307692, 2.37005822713283, 7.352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.21647281939879, 0.696807692307693, 0.366367686264031, 0.972192307692307, 0.544778210340261, 1.26253846153846, 0.758510536410767, 2.11192307692308, 2.36572032029278, 7.35507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.256790666017765, 0.640615384615385, 0.481333832658311, 0.921461538461537, 0.472467304526096, 1.19307692307692, 0.741231620604932, 2.06065384615385, 2.32995296915228, 7.31696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.303534636219024, 0.602346153846152, 0.320261462894595, 0.790269230769231, 0.354296661874461, 1.12026923076923, 0.610569308105149, 2.025, 2.36767016153985, 7.29307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.151296657139339, 0.52303846153846, 0.290163394287797, 0.778653846153843, 0.307968981954602, 1.07157692307692, 0.609056330601821, 1.95757692307692, 2.65878293614549, 7.25730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.196707737128346, 0.519576923076924, 0.221460526088475, 0.71526923076923, 0.307163369210287, 1.06215384615385, 0.661051628380579, 2.07915384615385, 2.69461010509155, 7.33546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.187729072376615, 0.488269230769231, 0.244827289202944, 0.735192307692307, 0.321967174628815, 1.03830769230769, 1.5541901279593, 3.34807692307692, 2.69880283202642, 7.42061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.215070124521136, 0.493038461538462, 0.280435159103735, 0.713961538461539, 0.445269496614562, 1.05573076923077, 1.62669101978407, 3.48692307692307, 2.7099985174563, 7.41073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.163813144020394, 0.500115384615388, 0.187072001769782, 0.678576923076925, 0.450665690523903, 1.00926923076923, 1.70598681075251, 3.52496153846154, 2.71309268547906, 7.477 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.105811334277278, 0.442038461538462, 0.364136432588753, 0.697307692307693, 0.412538184712826, 0.903923076923081, 1.69681334679043, 3.52642307692308, 2.69332403260643, 7.50376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.313514678836821, 0.515576923076924, 0.341692486579114, 0.688346153846151, 0.359647417084269, 0.92676923076923, 1.67240289956145, 3.60153846153846, 2.66025182729293, 7.54423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.203128394409513, 0.483230769230765, 0.216938644285929, 0.662846153846153, 0.402027310591631, 0.952961538461539, 1.69484203212162, 3.66292307692308, 2.69970609226549, 7.58076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155036338172207, 0.458884615384618, 0.227684778721675, 0.676961538461541, 0.464626726937458, 0.981653846153848, 1.6434363080027, 3.70346153846154, 2.67970108665988, 7.61607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.20853344686534, 0.474038461538459, 0.365522647935594, 0.696615384615383, 0.483470810510195, 0.96523076923077, 1.60670822060318, 3.70888461538461, 2.66567642562893, 7.63861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.238090406229358, 0.462807692307692, 0.312917467614801, 0.649692307692306, 0.443320743410975, 0.877807692307693, 1.56368946553188, 3.66776923076923, 2.65333900556667, 7.65303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.186274784618359, 0.453846153846153, 0.243628948639904, 0.60923076923077, 0.273804905277181, 0.851384615384615, 1.54870636835541, 3.61384615384615, 2.64557801652842, 7.66580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.180756517065188, 0.436961538461538, 0.182544966009429, 0.601769230769231, 0.18929264279254, 0.828230769230767, 1.56949593672128, 3.64215384615385, 2.65365787951997, 7.69469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.122083634636891, 0.411576923076922, 0.162881722070384, 0.581846153846152, 0.397505036252563, 1.04857692307692, 1.65309129767885, 3.71003846153846, 2.65637855735962, 7.715 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.170602682817751, 0.452346153846153, 0.194987368427173, 0.604923076923074, 1.49036127783217, 2.70446153846154, 1.61225557479623, 3.72303846153846, 2.68889189415669, 7.73346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.145360924809724, 0.452038461538461, 0.378670534694946, 0.888576923076923, 1.51807354438243, 2.94861538461539, 1.6187464024314, 3.69334615384616, 2.74865435188818, 7.78211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.314079482835891, 0.732192307692308, 1.49837598701445, 2.58303846153846, 1.51362308335382, 3.03803846153846, 1.60662633681695, 3.64488461538462, 2.76028769849477, 7.81253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 1.01374929156762, 1.86511538461538, 1.06977806181397, 2.21930769230769, 1.15161335458631, 2.49803846153846, 1.32665520707588, 3.12603846153846, 2.70317736035548, 7.73619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.599293933276099, 1.29853846153846, 0.643608404592058, 1.59246153846154, 0.876770006680993, 1.98526923076923, 1.04191147121344, 2.67992307692308, 2.80394653548282, 7.58542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.339851859129599, 0.893615384615385, 0.640722203094648, 1.21769230769231, 0.686654750332251, 1.63788461538461, 1.03235389355514, 2.40519230769231, 2.83233544867943, 7.51157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.406491055819855, 0.811461538461539, 0.478443265666413, 1.16103846153846, 0.53219412305604, 1.45723076923077, 1.09356734870507, 2.34388461538462, 2.84850281646071, 7.51015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.305233711214111, 0.766461538461542, 0.396137147967723, 0.960000000000005, 0.564938173608406, 1.2705, 1.06254208170058, 2.19434615384616, 2.85224546278892, 7.4535 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.215420622539681, 0.637269230769232, 0.358620821824603, 0.829576923076923, 0.521149151838063, 1.15596153846154, 1.02189178186643, 2.08357692307692, 2.83044014516905, 7.40015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.276918660648548, 0.599769230769232, 0.38037951291592, 0.875576923076925, 0.564148443367383, 1.16411538461539, 0.953477225737456, 2.0475, 2.84466331548419, 7.42046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.223287066007311, 0.587076923076923, 0.359187863851856, 0.782807692307696, 0.507101490372939, 1.07380769230769, 0.903514457761808, 1.97384615384615, 2.84864819438705, 7.41684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.209560481447755, 0.544653846153848, 0.333011371947196, 0.801423076923078, 0.578382503193172, 1.106, 0.873485538606019, 1.97711538461538, 2.91487253923735, 7.468 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.300036807998362, 0.555615384615383, 0.360145611577401, 0.720307692307689, 0.554427356689904, 1.07357692307692, 0.848236008522303, 1.92338461538461, 2.86596889456522, 7.76476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.234001485859842, 0.512846153846147, 0.456085708881734, 0.75757692307692, 0.440963769661234, 0.982384615384617, 0.868545681895007, 1.98180769230769, 3.00078746588035, 7.97784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.295004743117019, 0.549961538461533, 0.315108323255062, 0.752846153846152, 0.348952280184774, 0.898576923076923, 1.58568035385931, 3.37723076923077, 2.71657549499365, 8.2155 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.184141905981398, 0.455807692307696, 0.166861453353928, 0.547230769230771, 0.391038388829613, 0.821307692307695, 1.49086502561948, 3.54973076923077, 2.72599636914934, 8.22726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0948982937351694, 0.370384615384613, 0.286506815598885, 0.545653846153847, 0.486296701138781, 0.936807692307691, 1.52951073725705, 3.56815384615385, 2.73255837998019, 8.2455 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.225163793373075, 0.426423076923077, 0.332542089875043, 0.610192307692308, 0.506648700929794, 0.982115384615383, 1.51160035011293, 3.66746153846154, 2.72941948885726, 8.23288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.159895547636094, 0.441884615384616, 0.312085284201908, 0.728230769230766, 0.654964797644768, 1.11461538461538, 1.4975408128508, 3.67761538461538, 2.74521463165381, 8.20642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206672096289306, 0.499653846153843, 0.252771213063999, 0.630384615384614, 0.60502669871159, 1.00411538461539, 1.59122663521429, 3.78226923076923, 2.78353632550118, 8.23565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.147272202191932, 0.411307692307694, 0.553095686533117, 0.781961538461541, 0.589391075602609, 1.009, 1.56909636366335, 3.78503846153846, 2.76902015993994, 8.23238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.534640464381297, 0.684884615384616, 0.535310464913733, 0.806576923076924, 0.543067492618059, 1.02369230769231, 1.65346570711804, 3.82473076923077, 2.76245707269118, 8.23496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.265280858423963, 0.488576923076923, 0.37516353972429, 0.712192307692308, 0.455762598458724, 0.941115384615385, 1.63363044168502, 3.8385, 2.74140738953272, 8.22765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.297502548146809, 0.509615384615383, 0.320680679900643, 0.674461538461536, 0.485121372600557, 0.928115384615384, 1.64939061940603, 3.88384615384615, 2.7426402060788, 8.2355 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.241683254249475, 0.457346153846154, 0.413219554232375, 0.666999999999999, 0.47876684706249, 0.908423076923076, 1.68068579638011, 3.91511538461538, 2.71826293062315, 8.256 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.288310604410219, 0.514730769230769, 0.406254084949877, 0.697307692307693, 0.505906353450461, 1.04796153846154, 1.6472928341793, 3.86619230769231, 2.70852550207388, 8.22634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.201283775952107, 0.433961538461542, 0.261811547021609, 0.628615384615383, 1.26156201835417, 2.72361538461539, 1.61825870186254, 3.80311538461538, 2.68846819325687, 8.19811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.182510598217032, 0.469961538461537, 0.356490793925801, 0.839615384615385, 1.19113006265221, 2.92888461538462, 1.61170610033162, 3.77592307692308, 2.66576920260146, 8.19980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.325833709357776, 0.702384615384613, 1.1765226160826, 2.62488461538462, 1.15414565205343, 2.97588461538462, 1.58259163545603, 3.73573076923077, 2.66869144453866, 8.18811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.652309633886809, 1.64546153846154, 0.80858315970211, 1.97861538461539, 0.818098452792536, 2.29996153846154, 1.37645545458672, 3.07746153846154, 2.71676506274537, 7.91538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.55284885679681, 1.15753846153846, 0.618744292902972, 1.4385, 0.83803537009989, 1.9311923076923, 1.16759587120782, 2.76203846153846, 2.74377012857519, 7.86596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.265097268070534, 0.905192307692307, 0.414352529208569, 1.28146153846154, 0.721134452416144, 1.87046153846154, 0.803167077167729, 2.48707692307692, 2.82729699155598, 7.78403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.292816298411452, 0.844769230769226, 0.400909268461656, 1.22180769230769, 0.570328646146571, 1.63126923076923, 0.696091010848878, 2.28284615384615, 2.86342075255346, 7.73861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.259573650434705, 0.806000000000002, 0.487756553399962, 1.20884615384616, 0.584276183376949, 1.47153846153846, 0.624294946319443, 2.1695, 2.92287820215201, 7.72376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.421335568802899, 0.864307692307694, 0.46200605557137, 1.06065384615385, 0.513107576065081, 1.44276923076923, 0.620659605704968, 2.08711538461538, 2.92681669158727, 7.74588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.219052884376915, 0.688615384615387, 0.339341398322376, 0.983769230769232, 0.607146411185461, 1.34126923076923, 0.643512161142629, 1.95730769230769, 2.95145966834143, 7.69057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.295677901674205, 0.677307692307694, 0.452042543947428, 0.991307692307692, 0.615490118648422, 1.30338461538462, 0.683255380794482, 1.88034615384615, 2.87085505274058, 7.62957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.241782750545894, 0.662461538461534, 0.379039344416097, 0.872230769230768, 0.447687012921373, 1.10330769230769, 0.617028232741421, 1.708, 2.79591753372388, 7.60384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.221029399367178, 0.565346153846153, 0.32586378466139, 0.785615384615384, 0.37212465446613, 0.99503846153846, 0.616737676438257, 1.6951923076923, 2.82478105809173, 7.73611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.233214077949523, 0.514384615384615, 0.264017263421567, 0.684653846153849, 0.382602633792048, 0.935153846153846, 0.644671791271758, 1.72596153846154, 2.82573315551094, 7.77588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.18049840399891, 0.488923076923079, 0.227361903987043, 0.641346153846156, 0.334633402167434, 0.850923076923077, 1.16798221535459, 2.89615384615385, 2.63532019978305, 7.85965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.218821346167284, 0.420307692307694, 0.311047124799693, 0.591076923076925, 0.336037745132664, 0.785384615384615, 1.25983538363001, 3.14307692307693, 2.63953126258315, 7.86061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185686667430754, 0.406461538461537, 0.214640106654405, 0.567153846153844, 0.319355545772079, 0.829730769230769, 1.2652393194114, 3.23715384615385, 2.69248400066669, 7.91157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.17361848979875, 0.429499999999998, 0.250188129214794, 0.598499999999999, 0.265818066758796, 0.792269230769232, 1.25117833999056, 3.31096153846154, 2.75914770257327, 7.95873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.219342166839499, 0.425115384615383, 0.247636135054264, 0.620153846153846, 0.363410723350528, 0.871076923076922, 1.28796263204274, 3.35069230769231, 2.74681799822715, 7.99334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.158691321075273, 0.454153846153848, 0.210515806093951, 0.576769230769232, 0.432821919322667, 0.869576923076922, 1.27374223210435, 3.39492307692308, 2.77940760622447, 8.01019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.156509090421664, 0.410153846153847, 0.301796253226479, 0.655461538461537, 0.416223216740549, 0.848384615384611, 1.22256635245448, 3.46138461538462, 2.76918728538509, 7.99730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.211412727948111, 0.493692307692307, 0.294723528856348, 0.63103846153846, 0.342644889061546, 0.808999999999999, 1.21833133613783, 3.46973076923077, 2.75316481051283, 8.00792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.163897646296517, 0.410961538461539, 0.227352291863056, 0.549230769230766, 0.35377006874305, 0.826692307692306, 1.1894986849671, 3.45319230769231, 2.7709536009218, 8.04753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132104737002355, 0.395307692307688, 0.251170368169006, 0.572076923076923, 0.330737862734455, 0.832576923076923, 1.2032112468787, 3.45323076923077, 2.85000738676505, 8.08976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.257800805632213, 0.439846153846154, 0.270062910049894, 0.647846153846153, 0.320447446789405, 0.924615384615385, 1.20843131372868, 3.468, 2.84945948882617, 8.08153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.141816414369474, 0.452153846153843, 0.201724823993938, 0.598230769230769, 0.394078166787331, 1.02880769230769, 1.24847265273029, 3.47373076923077, 2.85038505388037, 8.05634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175333181729486, 0.428730769230772, 0.25884054194397, 0.702115384615384, 1.04482400137352, 2.52307692307693, 1.27160609527419, 3.48569230769231, 2.85305143338469, 8.05280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.196738451914055, 0.52453846153846, 0.29296884843588, 0.845115384615386, 1.18941025916855, 2.78273076923077, 1.29260477153097, 3.47615384615385, 2.84615477172542, 8.03923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.198056949851846, 0.685346153846157, 1.09024522012252, 2.42200000000001, 1.23867814469856, 2.83211538461539, 1.35583609401954, 3.44907692307692, 2.84358422796625, 8.06769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.581286488350158, 1.58269230769231, 0.797481332311054, 1.95265384615385, 0.84419527452981, 2.15530769230769, 1.04637122181669, 2.81042307692307, 2.85888724479674, 7.73603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.39392351463782, 1.10915384615384, 0.4710982846988, 1.36992307692307, 0.55876129484368, 1.67576923076923, 1.00174308390617, 2.37961538461538, 2.82534475391261, 7.63946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.25538911789358, 0.859807692307689, 0.30757338086282, 1.17276923076923, 0.456310334682946, 1.46880769230769, 0.947428949233744, 2.16142307692307, 2.8477120222274, 7.54680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.263158168291353, 0.726692307692306, 0.277439892312105, 0.968423076923074, 0.44718542703653, 1.33161538461538, 0.965779520148603, 1.98419230769231, 2.83449501051164, 7.50526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.21479553067976, 0.680999999999998, 0.304205479645182, 0.954576923076923, 0.44939927253373, 1.27911538461538, 0.970274803262537, 1.95092307692307, 2.83763341807651, 7.49315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175513400759468, 0.635076923076922, 0.355524230484419, 0.933961538461535, 0.407229273921291, 1.1461923076923, 0.979945468655508, 1.92080769230769, 2.8200206832302, 7.49742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.271790258499795, 0.662769230769231, 0.294830185804538, 0.826038461538458, 0.369253902640699, 1.01326923076923, 1.0402763124064, 1.88161538461538, 2.80051469555151, 7.527 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.263107687809793, 0.518153846153845, 0.319723912149217, 0.721499999999999, 0.409154903899022, 1.03415384615385, 1.06655490536299, 1.85638461538462, 2.80288623661122, 7.51784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.19635965432378, 0.517076923076923, 0.234286034909996, 0.688115384615385, 0.452180256773098, 1.10323076923077, 1.08256957921704, 1.82142307692308, 2.80029264212483, 7.50919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.178210195685192, 0.498923076923076, 0.305654274278331, 0.750846153846156, 0.405527288278431, 1.04969230769231, 0.928242034087092, 1.77292307692307, 2.8816987340536, 7.92707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.217266613952677, 0.506307692307695, 0.29905012700472, 0.725461538461538, 0.421106544164847, 0.967807692307692, 0.912559151296716, 1.83726923076923, 2.84547789064575, 8.04011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.198346022433989, 0.488230769230769, 0.289369843200437, 0.665115384615384, 0.377356799125378, 0.933076923076921, 1.63764616493871, 2.99280769230769, 2.99857202245438, 7.97957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.138782779911629, 0.420500000000001, 0.233434886325602, 0.594615384615383, 0.288744616999438, 0.848576923076925, 1.72531154154391, 3.25265384615385, 2.97000061978755, 8.00719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.121796981142329, 0.377230769230769, 0.239418889428933, 0.573730769230767, 0.293208468762152, 0.785615384615384, 1.79193020511402, 3.4615, 2.96299984397309, 8.02934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206908337193064, 0.424500000000002, 0.247923378362066, 0.592192307692311, 0.321055636204164, 0.805807692307694, 1.94423516027808, 3.54503846153846, 2.98996126962309, 8.08192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.146563575073962, 0.398192307692309, 0.184203148724445, 0.528999999999999, 0.245041836302419, 0.745692307692307, 2.10996208350912, 3.64592307692308, 3.00268116496932, 8.07653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0968405827199454, 0.353461538461538, 0.199591371017422, 0.502653846153847, 0.227169377676317, 0.715384615384615, 2.12134020482698, 3.66276923076923, 3.05347881200846, 8.10415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155448274850017, 0.378384615384615, 0.163586006548423, 0.518692307692309, 0.264005177688153, 0.774423076923081, 2.09148843318672, 3.74188461538462, 3.03190690566438, 8.14126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.130955265409455, 0.379192307692306, 0.148412009673693, 0.511730769230767, 0.33047528710119, 0.772653846153846, 2.03754939723037, 3.83188461538462, 3.03385500287366, 8.12546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.123431525707423, 0.340307692307694, 0.205495502477457, 0.505192307692314, 0.355426506522041, 0.725807692307698, 2.03098091533661, 3.91203846153846, 3.06554269282593, 8.1291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132609107472359, 0.355846153846155, 0.242154664498666, 0.526807692307694, 0.332296132989837, 0.745000000000001, 2.03100991665192, 3.95319230769231, 3.07684655450999, 8.125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.171476878907914, 0.352999999999999, 0.26646803531785, 0.542576923076925, 0.317606452172404, 0.77846153846154, 2.01901728609204, 4.01380769230769, 3.07922130715892, 8.10946153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.122563867181406, 0.399692307692309, 0.237071521178413, 0.551115384615382, 0.354289279891666, 0.987576923076922, 1.98906518592181, 4.06707692307692, 3.06549776306958, 8.12884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.216213103566471, 0.368884615384612, 0.265745039753985, 0.604884615384616, 1.51401740869983, 2.62807692307692, 2.06183223222602, 4.08692307692308, 3.09584502096699, 8.11092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185776656644064, 0.466615384615386, 0.36739987228338, 0.821884615384615, 1.61539581479634, 3.00796153846154, 2.05975008080704, 4.10865384615385, 3.07143809890165, 8.10834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 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-10-24 00:00:00', 0.390361711946552, 0.679884615384615, 1.5197216911203, 2.58946153846154, 1.73955433903673, 3.24946153846154, 2.07415844658465, 4.13169230769231, 3.06303765666598, 8.09661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:05 Duration: 2s846ms 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 970095, 1, 990, '2021-10-24 00:00:00', 0.226135291275985, 0.568478260869566, 0.254144811043305, 0.689695652173913, 0.292340669756495, 0.784391304347826, 0.47988287437929, 1.00613043478261, 1.04437278300491, 2.77665217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0867836572290858, 0.343695652173912, 0.139800097259179, 0.454391304347826, 0.184173734356659, 0.581652173913043, 0.475249150383997, 0.821130434782608, 0.96311899658403, 2.67326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137358622970485, 0.316130434782609, 0.164319497422557, 0.419478260869566, 0.180290104384934, 0.525391304347827, 0.40976062133692, 0.752695652173914, 0.942794098126654, 2.6515652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117666642406325, 0.284434782608696, 0.150263654979855, 0.382434782608696, 0.144307587610275, 0.45304347826087, 0.366074049184268, 0.676869565217391, 0.945747030997358, 2.61691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107913209893717, 0.255478260869565, 0.138379126347494, 0.320652173913044, 0.148218765247661, 0.401434782608696, 0.366708616596564, 0.638869565217391, 0.949604972998291, 2.59917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.108126152350549, 0.21408695652174, 0.116731914748917, 0.299608695652174, 0.141545143569053, 0.373869565217391, 0.366321760766498, 0.611217391304348, 0.950060472383612, 2.60108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.070922465040569, 0.209217391304348, 0.0908392577633043, 0.278956521739131, 0.148982398090215, 0.349130434782609, 0.361627546259184, 0.589130434782609, 0.945972433979872, 2.60286956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.062293770426841, 0.186826086956522, 0.0981046871676813, 0.245565217391305, 0.124762113561117, 0.319695652173913, 0.362022349887657, 0.547, 0.931244082666826, 2.59021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0598604107461977, 0.153217391304348, 0.0826491704464968, 0.199391304347826, 0.096389587452016, 0.28995652173913, 0.364598013519616, 0.525565217391304, 0.929145512500174, 2.61126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0589289449537294, 0.149434782608696, 0.0679008228162985, 0.216608695652174, 0.101128142402453, 0.292913043478261, 0.366803870006006, 0.535521739130435, 0.969114554509861, 2.75173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0501338524557534, 0.150304347826087, 0.0665411697577319, 0.206, 0.246986357658809, 0.318521739130435, 0.377566788584347, 0.577956521739131, 0.977115218486351, 2.78182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0343483664339352, 0.120086956521739, 0.0820318553760841, 0.18804347826087, 0.386717753087907, 0.306434782608696, 0.375889117238712, 0.905913043478261, 0.976815720885558, 2.80095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0601935941334586, 0.137217391304348, 0.25305631393766, 0.21504347826087, 0.385112257131457, 0.294217391304347, 0.414811538711523, 0.979608695652174, 0.978664000204587, 2.80795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.259133574602301, 0.162869565217392, 0.395383558209958, 0.233608695652174, 0.383503332872233, 0.294478260869565, 0.434107047689569, 1.04073913043478, 0.978200202598444, 2.807 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.2978858576531, 0.178434782608697, 0.291426151161881, 0.219739130434783, 0.283041792190627, 0.281739130434783, 0.461462360200073, 1.09265217391304, 0.979081415905915, 2.79134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0655268402902126, 0.135304347826086, 0.0880624553792978, 0.180782608695652, 0.116880635709908, 0.257086956521738, 0.477498148911006, 1.11086956521739, 0.986065535908603, 2.79917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0466173134472962, 0.12808695652174, 0.057139901815164, 0.179173913043478, 0.0986065363546331, 0.255608695652173, 0.492062718936913, 1.14491304347826, 0.992678526073009, 2.80873913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.043810362085777, 0.122434782608695, 0.0808362175707529, 0.187695652173911, 0.099770527225061, 0.241391304347825, 0.504031878344367, 1.15804347826087, 1.01051236563771, 2.82917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0642444380945683, 0.138434782608696, 0.0707290940355032, 0.182173913043478, 0.0866732312300498, 0.230608695652174, 0.496285196280758, 1.15821739130435, 1.01214962414659, 2.83004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0473134781789636, 0.125260869565218, 0.054643978871212, 0.155652173913044, 0.0636515029986879, 0.211173913043479, 0.492964036722736, 1.16821739130435, 1.01133904504455, 2.82786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0397005590307211, 0.107956521739131, 0.0569874127978388, 0.159260869565217, 0.0585180287073516, 0.207782608695652, 0.496477851386136, 1.16256521739131, 1.00944730308596, 2.82469565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0423848358295791, 0.117739130434782, 0.0372863081398999, 0.155782608695652, 0.120078992446128, 0.228652173913043, 0.494774923875939, 1.16404347826087, 1.01101039938667, 2.81813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0378879145790076, 0.118695652173913, 0.0671412881107446, 0.16095652173913, 0.159230995353992, 0.310652173913044, 0.50113513045119, 1.17965217391304, 1.01101039938667, 2.81813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0587368688546283, 0.119260869565217, 0.121279769989456, 0.182347826086956, 0.280562499642296, 0.797956521739131, 0.497001089540005, 1.19108695652174, 1.01693096566719, 2.81204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0687066571962493, 0.138826086956521, 0.103352862704664, 0.258782608695652, 0.306918440067967, 0.870260869565218, 0.494016406090087, 1.20086956521739, 1.01107923593746, 2.79369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0642662446205512, 0.210826086956522, 0.24271602170783, 0.757391304347826, 0.322390404823917, 0.92313043478261, 0.520088682009279, 1.22665217391304, 1.00770353724314, 2.77934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.207112960631484, 0.595461538461539, 0.256752475832569, 0.700076923076924, 0.3246776223603, 0.859038461538463, 0.524375971989564, 1.131, 1.04961736911051, 2.60130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150517977459377, 0.344307692307693, 0.166174963401645, 0.50596153846154, 0.296510902640384, 0.691653846153847, 0.534948003224469, 0.997384615384616, 1.0690875332947, 2.50392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.111587461385505, 0.348192307692308, 0.200357618733641, 0.488846153846154, 0.244856444598745, 0.624961538461538, 0.52864729117015, 0.892961538461538, 1.07768007526139, 2.47176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118974625607571, 0.273192307692307, 0.145287158625733, 0.367038461538461, 0.171018599978078, 0.483807692307692, 0.522801466951035, 0.759576923076924, 1.06715332616193, 2.39969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.105712884012092, 0.240423076923076, 0.121204391898085, 0.32776923076923, 0.150694208964329, 0.40176923076923, 0.556875420400427, 0.723923076923077, 1.07000823576989, 2.37823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0806578814881333, 0.222423076923077, 0.102609821092406, 0.298153846153846, 0.135407033109011, 0.358230769230769, 0.557853993856401, 0.699961538461539, 1.06637168653624, 2.34457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0694482873466625, 0.18776923076923, 0.0905767842559771, 0.235076923076922, 0.128113387278614, 0.305999999999999, 0.588190441425747, 0.687653846153846, 1.06847124722842, 2.33238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0576945938008594, 0.166115384615383, 0.0959053780476437, 0.241192307692306, 0.105124658601842, 0.313923076923076, 0.672929412231441, 0.701076923076923, 1.06041713417953, 2.32046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.053049642933621, 0.167769230769229, 0.0591375059956427, 0.214730769230768, 0.0868115997212003, 0.300423076923077, 0.666655566702464, 0.67826923076923, 1.06117029808531, 2.30819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0582051544109282, 0.149, 0.0690069896125359, 0.214269230769231, 0.105124980563431, 0.309692307692308, 0.664502057645711, 0.680769230769231, 1.09418675666521, 2.40053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0700355514116826, 0.162461538461539, 0.097211901772128, 0.221076923076924, 0.186216073833185, 0.349115384615385, 0.66322455183282, 0.694384615384616, 1.11736483746357, 2.4355 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0611318373555194, 0.135307692307692, 0.0816051374702509, 0.195038461538461, 0.335310996860205, 0.353230769230769, 0.708039320941994, 1.109, 1.10449161852167, 2.43184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0504795465053391, 0.126769230769231, 0.165673357962171, 0.234692307692308, 0.467692977858833, 0.354807692307692, 0.786103380361251, 1.19326923076923, 1.11433886849834, 2.44507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.157114975048896, 0.173653846153846, 0.333053770202581, 0.256576923076922, 0.515951006916801, 0.355192307692307, 0.895126954468127, 1.23023076923077, 1.11358162907592, 2.44326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.283588423328869, 0.185923076923076, 0.416845636435581, 0.257269230769231, 0.460141349520407, 0.342307692307692, 0.841630711087799, 1.22057692307692, 1.08560667760545, 2.44253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.15564627055751, 0.156807692307693, 0.202835954937443, 0.20976923076923, 0.206142669042583, 0.287000000000001, 0.608852903796589, 1.18246153846154, 0.970825429130364, 2.39342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0982169341501053, 0.139384615384615, 0.114181960046234, 0.206, 0.140376285527369, 0.283307692307692, 0.536945980666442, 1.17388461538462, 0.945953604326588, 2.37230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0803528851619287, 0.153115384615384, 0.114555488737991, 0.213, 0.160596220857921, 0.296884615384615, 0.55339439406685, 1.18934615384615, 0.940430572418008, 2.38169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0611383802407415, 0.132692307692308, 0.0924445779913568, 0.189999999999999, 0.17795038634406, 0.276499999999999, 0.507781965626374, 1.17273076923077, 0.932362894024557, 2.36061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0637829010122501, 0.142461538461538, 0.0935696860839348, 0.195615384615384, 0.210940549408158, 0.287346153846153, 0.486206042110354, 1.17065384615385, 0.924793210149416, 2.35219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0696682247402747, 0.127692307692308, 0.119268417381197, 0.190653846153846, 0.169151293225916, 0.269, 0.469859908745313, 1.16257692307692, 0.929643332764694, 2.33838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0835384020399272, 0.136769230769231, 0.141321760532481, 0.206999999999999, 0.134394808736738, 0.269269230769231, 0.459923313005716, 1.15557692307692, 0.933280900083967, 2.32796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.109680543117097, 0.150692307692308, 0.112397597839099, 0.1915, 0.128857512243324, 0.303461538461538, 0.45756590277753, 1.15465384615385, 0.935498998067137, 2.32515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0721548761612553, 0.134615384615385, 0.0847069972588772, 0.196653846153846, 0.3415837142578, 0.835076923076923, 0.454198596007721, 1.15026923076923, 0.93812600760977, 2.32361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0531712472908209, 0.140307692307692, 0.10094278653696, 0.243615384615384, 0.378274660083832, 0.936961538461539, 0.473960653998263, 1.15869230769231, 0.939589389860519, 2.32130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0933657242329246, 0.202038461538461, 0.342622968380024, 0.812538461538461, 0.442305964411341, 0.983384615384615, 0.46458548770341, 1.15534615384615, 0.941247260901113, 2.31861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.228217848017736, 0.583884615384615, 0.294228338853713, 0.714653846153846, 0.376913736304986, 0.824730769230769, 0.442783046371297, 1.01188461538462, 0.958907189701662, 2.25896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.129398971580743, 0.371576923076923, 0.202591867100792, 0.494769230769231, 0.234145651580051, 0.592884615384616, 0.380729486037608, 0.829307692307693, 0.979959986624258, 2.20415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.14061080492458, 0.313961538461539, 0.139235611050533, 0.389653846153846, 0.153644389619468, 0.489038461538462, 0.388956143464095, 0.743807692307693, 0.982659296931624, 2.19342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0846041733831496, 0.244884615384615, 0.122408804359063, 0.349653846153846, 0.152343018824675, 0.443653846153847, 0.433223822059683, 0.746000000000001, 0.992645103518101, 2.17769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0890021261630216, 0.237538461538461, 0.0845974358585777, 0.318384615384616, 0.13183510096387, 0.418576923076924, 0.427869471469261, 0.72873076923077, 0.991363396850713, 2.17876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0733351526580836, 0.206269230769231, 0.112405344794904, 0.285807692307693, 0.134820496045096, 0.372384615384616, 0.441616486941398, 0.697192307692308, 0.99785570099088, 2.17 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0691217432116358, 0.208153846153846, 0.0823091452064417, 0.272653846153847, 0.217722010477015, 0.397923076923078, 0.445052800670455, 0.668346153846154, 0.997874972899141, 2.15769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0516776994010427, 0.169230769230769, 0.066803638776987, 0.241384615384615, 0.284129266356002, 0.368, 0.449165710383836, 0.637346153846154, 0.999809258731961, 2.15192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0561631140929294, 0.171153846153847, 0.225527416037641, 0.275846153846155, 0.282705739921593, 0.348153846153847, 0.467969551935231, 0.633307692307692, 1.00019252377499, 2.15873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.22733945138019, 0.206884615384616, 0.290633305836647, 0.260961538461539, 0.279952842182667, 0.324076923076924, 0.474352613082779, 0.611807692307692, 1.00472440078783, 2.24819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.142173204226395, 0.1565, 0.137193748455914, 0.208730769230769, 0.152116943879979, 0.27473076923077, 0.37023772820259, 0.590846153846154, 1.00357808174244, 2.28961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0484879842371758, 0.13126923076923, 0.0501296933348506, 0.173884615384616, 0.0981484276295544, 0.258923076923078, 0.389814371996961, 0.938730769230769, 1.01054385053107, 2.31907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0545484541133284, 0.131423076923077, 0.0830185150803958, 0.186923076923077, 0.153452473223671, 0.262307692307693, 0.381206314016641, 0.958576923076923, 1.03813035790309, 2.36 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0716110004441733, 0.133153846153846, 0.0975935685144502, 0.190769230769231, 0.157689061129806, 0.267000000000001, 0.381686121550963, 0.986153846153845, 1.04188562785867, 2.37069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0679716230383065, 0.138307692307693, 0.095151215684057, 0.181076923076924, 0.132152708869469, 0.247538461538462, 0.375698940437892, 0.997423076923076, 1.05487335951544, 2.37526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0674642241374014, 0.132692307692307, 0.098890211073461, 0.193923076923077, 0.272289653465965, 0.336846153846154, 0.381554423983708, 1.01453846153846, 1.06380328791775, 2.37834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0475594526720144, 0.124692307692308, 0.0704506810580183, 0.171538461538462, 0.255986913728026, 0.3335, 0.385566901308471, 1.03734615384615, 1.06567287014067, 2.37988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668060913850975, 0.128576923076923, 0.266811627586551, 0.26626923076923, 0.263480689702592, 0.331923076923076, 0.405551848150717, 1.06530769230769, 1.07477102606161, 2.37796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.272095605369763, 0.229538461538461, 0.264586949500827, 0.284576923076923, 0.272048242328168, 0.317384615384615, 0.427768156113351, 1.08934615384615, 1.08129271992086, 2.37911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0743961951053537, 0.154076923076923, 0.103130663947024, 0.201423076923077, 0.141592155367233, 0.270461538461538, 0.40893991471383, 1.10942307692308, 1.08502828605454, 2.38530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0740402904869006, 0.138730769230769, 0.110744640432914, 0.194846153846155, 0.161693370778909, 0.277115384615384, 0.443757440674347, 1.12688461538462, 1.08564266751932, 2.38680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0617033598387039, 0.129230769230769, 0.0967151249009964, 0.187153846153846, 0.163980791558035, 0.2805, 0.426852064087062, 1.14073076923077, 1.09481819565554, 2.38819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.085665718841409, 0.151846153846154, 0.128466361954583, 0.217615384615384, 0.159821727607308, 0.338769230769231, 0.435209000189741, 1.14607692307692, 1.10189212999905, 2.40311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0717095959676674, 0.140884615384615, 0.0978027921577199, 0.196884615384615, 0.329931202618878, 0.779961538461537, 0.445325783944917, 1.13842307692308, 1.10106882898112, 2.43861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0601336460279546, 0.147153846153846, 0.117803930977901, 0.253384615384615, 0.323504721163981, 0.822230769230768, 0.440262474160411, 1.14861538461538, 1.1197103526565, 2.46707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.088863603348053, 0.2105, 0.328580059322863, 0.766153846153846, 0.341934066968834, 0.875115384615384, 0.442252098312195, 1.14703846153846, 1.132094157541, 2.47630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.316259000480011, 0.602653846153846, 0.311637215117441, 0.680923076923077, 0.352946736012021, 0.776961538461538, 0.448234253659676, 1.05911538461538, 1.1307254988927, 2.45692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10680470315199, 0.337730769230769, 0.153938689094068, 0.438999999999999, 0.178837481013866, 0.57573076923077, 0.322421627925061, 0.904115384615385, 1.09869696248994, 2.34884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.112520391314368, 0.274038461538461, 0.126678272072936, 0.37623076923077, 0.192965269892318, 0.545653846153847, 0.3069231249277, 0.823269230769231, 1.10404444726581, 2.30969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0673337611055205, 0.236346153846154, 0.105303079069601, 0.327538461538462, 0.169467854905152, 0.470923076923077, 0.270600804478877, 0.739346153846154, 1.1115804244408, 2.27 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0666542860298874, 0.219923076923078, 0.115611398160455, 0.318346153846155, 0.170414029758296, 0.424692307692309, 0.308773823123259, 0.705076923076924, 1.12165885462285, 2.25911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0772147554651209, 0.205961538461539, 0.121162598951224, 0.279846153846155, 0.160567014526166, 0.387384615384616, 0.335768720767962, 0.684923076923077, 1.15654882965857, 2.27065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0927405728155367, 0.200576923076923, 0.117810016552074, 0.276, 0.257705066963112, 0.395307692307692, 0.308786261651349, 0.667346153846154, 1.15365419162163, 2.25907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0710925723697897, 0.176923076923077, 0.0938430850696241, 0.251269230769231, 0.225922246665666, 0.382692307692307, 0.277795312027787, 0.634653846153846, 1.14828346607514, 2.25296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0816962573288307, 0.186038461538462, 0.204358553678427, 0.284538461538461, 0.212010130382054, 0.356846153846154, 0.251406814056115, 0.630115384615385, 1.13700884510462, 2.25292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.175848746195308, 0.176692307692308, 0.173252026295178, 0.246769230769231, 0.192366945025547, 0.331807692307693, 0.227075805709155, 0.607307692307692, 1.16491099164766, 2.43753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0767789334087467, 0.16573076923077, 0.0794954957601627, 0.208576923076923, 0.141368715938689, 0.318923076923077, 0.210194810738845, 0.597461538461539, 1.21136874650125, 2.515 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0524271362500818, 0.144730769230769, 0.117225259814007, 0.218807692307693, 0.153169333142716, 0.325269230769231, 0.420891529969421, 0.901000000000001, 1.25736640825791, 2.57973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106175073128518, 0.159115384615385, 0.142324682977393, 0.220653846153847, 0.158396547165164, 0.309115384615385, 0.428943826338422, 0.957384615384616, 1.2518613126676, 2.58511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0908826800796589, 0.154692307692307, 0.0982877486692083, 0.223192307692307, 0.131684266918437, 0.297115384615385, 0.480273524631056, 1.04253846153846, 1.25141503968047, 2.58680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0707717892514105, 0.155615384615383, 0.094951493689389, 0.210115384615384, 0.129728384889945, 0.268423076923078, 0.527855430382803, 1.07365384615385, 1.2544468716714, 2.58907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.080404448786217, 0.146346153846154, 0.111265261701658, 0.192038461538462, 0.110319563785606, 0.259615384615385, 0.53480433373769, 1.08634615384615, 1.25263699204764, 2.58907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.057563236130764, 0.126384615384615, 0.0602255248723805, 0.167076923076924, 0.106627698811547, 0.251115384615384, 0.552489125545609, 1.09092307692308, 1.25727218275855, 2.59830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0382715801366218, 0.117076923076924, 0.0793241839154123, 0.177615384615384, 0.136697352402473, 0.272384615384616, 0.567558079711806, 1.09157692307692, 1.26071469352171, 2.60253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0538468626326982, 0.130730769230769, 0.0731934843674373, 0.179615384615384, 0.130299040671833, 0.257, 0.586328725073361, 1.08942307692308, 1.26046172309381, 2.61134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0547522110547565, 0.135269230769231, 0.11534715494474, 0.195384615384616, 0.126614745769021, 0.259576923076923, 0.644811027773611, 1.10230769230769, 1.26281307953559, 2.61207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0687018642676171, 0.124115384615386, 0.0877642646744458, 0.170615384615385, 0.120416584597611, 0.271076923076923, 0.648750320586847, 1.09846153846154, 1.26377969599135, 2.614 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0542343632196986, 0.124384615384615, 0.0755443832866072, 0.177076923076922, 0.116122355894382, 0.286192307692307, 0.641429091950153, 1.092, 1.2622099989853, 2.61080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.050997511251493, 0.129884615384615, 0.0871640098629278, 0.201730769230769, 0.102025223125687, 0.336115384615384, 0.639917890165484, 1.09211538461538, 1.28897386558217, 2.61711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0506837100214497, 0.142961538461538, 0.0637388542292807, 0.214192307692307, 0.376337091121572, 0.774384615384615, 0.640723587348409, 1.08434615384615, 1.29324678173253, 2.61796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0550243163030252, 0.156346153846154, 0.0955427894473703, 0.269230769230769, 0.384095647142539, 0.830884615384616, 0.636553107337901, 1.07653846153846, 1.29132336949944, 2.62326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.086580722672322, 0.221307692307692, 0.363174643303275, 0.741307692307693, 0.447651670902207, 0.915461538461539, 0.629600175935855, 1.07230769230769, 1.29232229190471, 2.62788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.207114505676301, 0.515461538461539, 0.23573784983781, 0.640576923076923, 0.345033003995492, 0.779576923076923, 0.469377487906957, 0.904115384615384, 1.2409196769394, 2.54873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107960477098727, 0.34823076923077, 0.149256042269137, 0.480384615384616, 0.184363457917736, 0.59173076923077, 0.304629351078424, 0.730807692307692, 1.17320650421759, 2.49730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0926463914362235, 0.291076923076923, 0.140278492238174, 0.395846153846154, 0.165879975144217, 0.481615384615384, 0.268705663963665, 0.655576923076922, 1.16107846219996, 2.47034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0983741132302912, 0.251884615384616, 0.1084657833321, 0.344884615384615, 0.130395451784769, 0.411423076923077, 0.206541424416508, 0.598999999999999, 1.18602985823097, 2.45676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.078073072280938, 0.246730769230769, 0.0841190731138803, 0.295461538461537, 0.133243634571585, 0.379884615384615, 0.205213123736876, 0.575115384615384, 1.1898153832229, 2.44438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0644749683091152, 0.179307692307692, 0.118970927282516, 0.262807692307692, 0.169268998479207, 0.363923076923076, 0.176230076888142, 0.549, 1.18824298214439, 2.43576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0920118387031713, 0.188538461538461, 0.117198871089339, 0.261846153846153, 0.169241679718225, 0.348115384615384, 0.173794135512283, 0.528807692307693, 1.18879303497287, 2.429 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.079225763098007, 0.176807692307691, 0.126268578221797, 0.246923076923076, 0.145891788138174, 0.318576923076923, 0.170740743639184, 0.502192307692308, 1.18433653741078, 2.41392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0889148685325118, 0.167576923076922, 0.101669093707894, 0.22426923076923, 0.108523886062718, 0.288923076923077, 0.157888904467179, 0.479115384615385, 1.18669446589449, 2.41634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0612586446018977, 0.152692307692308, 0.0701999013806013, 0.214884615384615, 0.0998814374068648, 0.275307692307692, 0.155210368408616, 0.464461538461538, 1.19364970573448, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0511675528195211, 0.137961538461538, 0.0617467906360014, 0.184884615384615, 0.0738483268911041, 0.246846153846154, 0.139972838024436, 0.458653846153847, 1.19318199849749, 2.55880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0386033079491303, 0.121153846153845, 0.060301396845665, 0.163461538461538, 0.0644006688928474, 0.227384615384615, 0.422543893031792, 0.954692307692308, 1.20695640925684, 2.55342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0482676034049913, 0.119192307692308, 0.0548614057981918, 0.169423076923077, 0.0592508097964784, 0.224461538461539, 0.439368658943191, 1.02546153846154, 1.20872022658424, 2.55788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0415591700516823, 0.121269230769231, 0.048198180623179, 0.164230769230769, 0.0571126417367818, 0.216423076923077, 0.449661433319987, 1.03473076923077, 1.20419691975128, 2.55869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0387260198753321, 0.118769230769231, 0.051342125454192, 0.161423076923078, 0.0684814292625841, 0.220884615384616, 0.472744609862287, 1.05788461538462, 1.20578228485143, 2.57296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.042382380228654, 0.109115384615385, 0.0494030986259584, 0.148884615384615, 0.056719620808106, 0.211346153846154, 0.467618603630713, 1.06403846153846, 1.20582050010005, 2.59096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0333485324322463, 0.10626923076923, 0.0507819016822086, 0.159192307692308, 0.0871433566910559, 0.222730769230769, 0.471332959235335, 1.08203846153846, 1.20265349699993, 2.61507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0450735638023679, 0.113115384615386, 0.0443455140390169, 0.15573076923077, 0.07824483271216, 0.219423076923077, 0.467689839694904, 1.08688461538462, 1.18942042770677, 2.63607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0401739486962168, 0.117884615384616, 0.0531286971564192, 0.163538461538462, 0.065527551457383, 0.213500000000001, 0.45904954148595, 1.08719230769231, 1.18115394684768, 2.64761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0354821081673571, 0.1095, 0.045308667875092, 0.150346153846153, 0.0712345313842838, 0.211038461538461, 0.4622796972197, 1.09296153846154, 1.18045506218837, 2.65607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.039556464024908, 0.111923076923077, 0.0637628297798843, 0.152461538461539, 0.0785493573395827, 0.208807692307693, 0.45602798159762, 1.091, 1.17772720688883, 2.66257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0435317744253018, 0.112846153846154, 0.0597648340131159, 0.154346153846154, 0.0834165174567684, 0.216346153846154, 0.454500225945615, 1.10115384615385, 1.17563150493027, 2.67065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.043400531723081, 0.112384615384615, 0.0615924196135047, 0.155115384615385, 0.0927286612401167, 0.250730769230769, 0.456365824918832, 1.10338461538462, 1.18147862248312, 2.67815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0439174925723921, 0.116115384615385, 0.0568296915894659, 0.167423076923076, 0.407241383721479, 0.866769230769231, 0.454637378746893, 1.10588461538462, 1.18239394515469, 2.67819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0480663643790053, 0.131846153846153, 0.0848214867553303, 0.21126923076923, 0.40680809310458, 0.941230769230769, 0.486114518005155, 1.13673076923077, 1.18495927096511, 2.67107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0704417817448188, 0.172730769230769, 0.40153279586336, 0.840884615384615, 0.421795117964235, 0.944807692307692, 0.558083776451584, 1.15869230769231, 1.19147757266087, 2.66661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:25 Duration: 2s724ms 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-10-24 00:00:00', 0.355990762415122, 0.959826086956523, 0.482232821437057, 1.17069565217391, 0.587443493203821, 1.34830434782609, 0.767486985379734, 1.801, 1.44222393320794, 4.05565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.249668325438512, 0.619999999999998, 0.372017329274629, 0.812434782608694, 0.562446157282537, 1.02795652173913, 0.742791048345339, 1.46121739130435, 1.47187318607594, 3.92830434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.184836162897369, 0.51695652173913, 0.282297862202234, 0.65891304347826, 0.415644387568265, 0.868434782608695, 0.614992968885543, 1.30747826086957, 1.4950872038231, 3.87673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.221553855014838, 0.404739130434779, 0.319613353369618, 0.598173913043477, 0.390888174824196, 0.810739130434782, 0.568527263208944, 1.18760869565217, 1.52685690873862, 3.83673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168213773270162, 0.423347826086954, 0.213745166138162, 0.535217391304344, 0.339462583873104, 0.713869565217391, 0.492176179131363, 1.07113043478261, 1.55524825998862, 3.80482608695653 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0919563395283155, 0.298826086956519, 0.175727286018374, 0.447521739130431, 0.21892940187182, 0.59091304347826, 0.395238318060435, 0.906652173913041, 1.56373827834522, 3.72369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.131956409738772, 0.334304347826089, 0.193391133288947, 0.407304347826092, 0.199212272825419, 0.572565217391309, 0.387238413555275, 0.858956521739129, 1.55811851802279, 3.69795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0920100956825362, 0.280695652173916, 0.143646607429784, 0.395565217391307, 0.196183103953114, 0.557086956521746, 0.472933286289547, 0.853434782608695, 1.54782655854458, 3.68634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.114255780594287, 0.282260869565216, 0.173706239690778, 0.403695652173915, 0.177397969339252, 0.515304347826091, 0.482362413568587, 0.82995652173913, 1.54291541961796, 3.68591304347827 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.139203976364087, 0.284260869565219, 0.152980274633292, 0.380652173913047, 0.182068147342361, 0.469913043478263, 0.470060558708933, 0.803260869565217, 1.68910092322921, 3.91926086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0980861724872644, 0.240478260869565, 0.108159101810009, 0.315869565217392, 0.118128823630528, 0.411347826086958, 0.390030823754047, 0.816956521739131, 1.80104775829737, 4.01013043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0771102337066366, 0.220478260869564, 0.0987134632463419, 0.304565217391304, 0.148557876559093, 0.414478260869566, 1.22406082413652, 1.69808695652174, 1.79340360601599, 4.02269565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.077450762122523, 0.207565217391309, 0.0960313889724862, 0.275130434782615, 0.13880033716399, 0.392521739130441, 1.26209904367583, 1.89021739130435, 1.8657323552278, 4.07330434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0701277490425211, 0.199086956521739, 0.118257757602624, 0.292478260869565, 0.121514422768291, 0.365130434782609, 1.26405885250992, 1.93065217391305, 1.86031262301151, 4.09265217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0725176821833784, 0.206782608695648, 0.0794537178528, 0.269434782608695, 0.121623195078193, 0.368260869565215, 1.23904968365965, 1.96613043478261, 1.83443079991691, 4.11678260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668083507596602, 0.198913043478263, 0.0734442597385089, 0.258826086956524, 0.140828393314827, 0.377000000000001, 1.22075383954297, 1.97313043478261, 1.8304616655617, 4.10600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0513357159414887, 0.185913043478261, 0.108905078878507, 0.28195652173913, 0.175968354143805, 0.392043478260867, 1.22415424058535, 1.97917391304348, 1.81720115223054, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0691261949628311, 0.19560869565217, 0.114214900421355, 0.273043478260866, 0.166447905178589, 0.369782608695651, 1.20223109292287, 2.00265217391304, 1.80369681531599, 4.08626086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0927409584568412, 0.200608695652169, 0.125772694775093, 0.278043478260866, 0.184765752776886, 0.343260869565215, 1.15985369801131, 2.03834782608696, 1.77907659576445, 4.08252173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0756146356370889, 0.17513043478261, 0.0899863406411028, 0.223782608695652, 0.18923854072689, 0.339956521739129, 1.15862856779158, 2.06160869565218, 1.77526882671742, 4.08095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0538707646923385, 0.162173913043478, 0.0735963244485239, 0.227652173913041, 0.180298676224265, 0.349608695652171, 1.14933996353501, 2.07747826086957, 1.77526882671742, 4.08095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0508203065448486, 0.178608695652174, 0.13597620984668, 0.267434782608699, 0.175051500044944, 0.393130434782606, 1.15386317956426, 2.09065217391305, 1.76284666256916, 4.09491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117811096868904, 0.198000000000001, 0.151209850778094, 0.281347826086955, 0.276321267165142, 0.498521739130434, 1.16732073383975, 2.10017391304348, 1.76022671240138, 4.09752173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.08764284782402, 0.204782608695649, 0.137727763210232, 0.311869565217388, 1.21627930827225, 1.56991304347826, 1.18050058551915, 2.14378260869566, 1.75726300613405, 4.098 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106946294379109, 0.24365217391304, 0.245507347563186, 0.41469565217391, 1.2385455354884, 1.74395652173913, 1.17614217634278, 2.13934782608696, 1.76662660605386, 4.07773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.20088098456667, 0.331521739130434, 1.21266437946911, 1.47747826086956, 1.22133482992929, 1.75730434782609, 1.17651598276756, 2.10230434782609, 1.78757254420359, 4.02834782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.456394911655043, 1.03465384615385, 0.563892210103475, 1.26976923076923, 0.632987412683208, 1.41776923076923, 0.648078651447136, 1.70753846153846, 1.38028179062772, 3.6483076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.30074061658103, 0.649038461538466, 0.452568607633567, 0.841769230769234, 0.483960271732488, 0.981230769230769, 0.587142300927523, 1.34319230769231, 1.3093918494418, 3.48315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.314769542070679, 0.546769230769232, 0.32546854509484, 0.689576923076921, 0.441539079200855, 0.85403846153846, 0.524380771812007, 1.18192307692308, 1.31330746356143, 3.41457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.239484603648363, 0.433346153846153, 0.368595331578599, 0.604038461538459, 0.429475193158419, 0.782307692307692, 0.492141205502902, 1.07461538461538, 1.33100416285542, 3.39119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.254333590751629, 0.409153846153841, 0.29429915967365, 0.525653846153842, 0.338983060616036, 0.689346153846152, 0.429825869930533, 0.985038461538459, 1.33312142675059, 3.36853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.185885328588933, 0.369346153846151, 0.209108499624919, 0.487269230769233, 0.304311823881109, 0.642615384615386, 0.415705687309591, 0.944461538461539, 1.33296886743032, 3.3708076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.148571583368476, 0.339346153846152, 0.244559799199738, 0.479153846153847, 0.264671340461222, 0.583961538461539, 0.392773499027697, 0.916307692307693, 1.3280279584638, 3.34853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168716334533625, 0.366807692307694, 0.203684718659465, 0.450230769230771, 0.286386734222205, 0.558192307692307, 0.385852432932589, 0.9055, 1.32837294404152, 3.33403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118375081837353, 0.301499999999999, 0.164323339790793, 0.397, 0.237437667933811, 0.511384615384614, 0.338108412290405, 0.861461538461538, 1.32346439840524, 3.32957692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.156534985030382, 0.28019230769231, 0.215708139713043, 0.364192307692304, 0.26037740951284, 0.552653846153846, 0.307624536382609, 0.848846153846156, 1.25244515863355, 3.24265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.092107228481056, 0.227692307692304, 0.130343829336701, 0.320076923076922, 0.212801735099926, 0.49546153846154, 0.268351411399304, 0.846000000000003, 1.26251726873186, 3.27457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104638873494294, 0.237423076923078, 0.172815726670393, 0.37765384615385, 0.211281339960214, 0.484269230769235, 0.895133620450899, 1.55096153846154, 1.18809995435505, 3.31569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.11818882545122, 0.257961538461542, 0.141567706008873, 0.33315384615385, 0.168582127896626, 0.433423076923077, 0.995440417410999, 1.66476923076923, 1.21823082314541, 3.32846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0765952900741189, 0.209961538461537, 0.101563901824645, 0.288115384615385, 0.13459146161054, 0.390692307692307, 0.995900971289507, 1.72423076923077, 1.27574858627576, 3.35484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.07224969523492, 0.213461538461537, 0.0923227782544262, 0.283153846153843, 0.143453664457046, 0.363076923076922, 0.978622460400333, 1.776, 1.28774756006817, 3.37346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0885392220778633, 0.20907692307692, 0.125206143864979, 0.291461538461536, 0.141759861955132, 0.365538461538459, 0.96689708942496, 1.79469230769231, 1.30350502698863, 3.39534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0683619327268763, 0.196923076923074, 0.105246348374439, 0.244923076923072, 0.137655852930972, 0.34457692307692, 0.962919010892641, 1.81869230769231, 1.31187838613189, 3.4275 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0916547787163239, 0.188961538461538, 0.129222503398655, 0.266153846153847, 0.151063145227928, 0.362923076923079, 0.953927373465169, 1.83307692307693, 1.35185049696845, 3.44061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0685699193973125, 0.191076923076924, 0.10454146766493, 0.267038461538463, 0.160557610077646, 0.388884615384616, 0.953541070875375, 1.83057692307693, 1.3495749239611, 3.44865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0917823512446684, 0.200000000000005, 0.116229322395922, 0.274846153846157, 0.195872548828606, 0.413846153846155, 0.950622290113975, 1.83553846153846, 1.34517525766948, 3.45792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0842405803910203, 0.203653846153848, 0.119994672958683, 0.295192307692309, 0.170239636530843, 0.410423076923077, 0.949822422269634, 1.83292307692308, 1.33836411281143, 3.46346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10125238078872, 0.200269230769233, 0.127118944905336, 0.289884615384617, 0.159065758051862, 0.436653846153848, 0.95531767813322, 1.83488461538462, 1.31811771623257, 3.47807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0887318172056416, 0.212846153846154, 0.116461608068263, 0.303115384615384, 0.16638053233014, 0.520192307692307, 0.956250479738443, 1.8315, 1.31803486822093, 3.47807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0962259520407746, 0.222923076923079, 0.123805007976248, 0.322000000000002, 0.928092386813692, 1.38403846153847, 0.964043134208934, 1.82726923076923, 1.31432909120966, 3.485 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0982803212167159, 0.239307692307692, 0.151991558470047, 0.439923076923076, 1.03491726982625, 1.51565384615385, 0.973987445820216, 1.82123076923077, 1.31351942739871, 3.48761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.132961880020033, 0.36269230769231, 0.943842252954134, 1.34303846153847, 1.04158909069083, 1.57207692307692, 0.9857326997643, 1.81034615384616, 1.3067244904134, 3.49457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.628127185797957, 1.08019230769231, 0.777208555319314, 1.23846153846154, 0.750007598935863, 1.41596153846154, 0.702437699400068, 1.60419230769231, 1.27438784580616, 3.38969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.266420130909521, 0.597384615384614, 0.284574254200629, 0.764115384615382, 0.377172584451124, 0.985038461538461, 0.476144536879296, 1.3085, 1.29210015865644, 3.3615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.200624578600079, 0.505692307692306, 0.271548267419368, 0.69030769230769, 0.336033725413661, 0.858230769230769, 0.401842135095936, 1.17830769230769, 1.28172686698004, 3.29919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.168446531119385, 0.454923076923076, 0.196653029079529, 0.58642307692308, 0.248328086332453, 0.77803846153846, 0.440704917847967, 1.12776923076923, 1.28358642332873, 3.23588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.155516667422351, 0.380076923076927, 0.184300895277261, 0.521500000000002, 0.246352592842044, 0.679000000000002, 0.486223487709099, 1.06, 1.27823859335355, 3.24330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.102289521231873, 0.332884615384615, 0.178714783513156, 0.481423076923076, 0.231174952063451, 0.609461538461539, 0.457934237804783, 0.991615384615385, 1.29794708734157, 3.24080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.157233647798429, 0.353499999999998, 0.181177774999709, 0.440884615384614, 0.208740121829846, 0.607038461538458, 0.427497859643767, 0.9745, 1.29992526175694, 3.23261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0850440700234519, 0.283576923076923, 0.186823388422165, 0.427461538461536, 0.221449240580875, 0.567384615384614, 0.436898157469222, 0.932999999999999, 1.29567382232033, 3.21257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150791251531586, 0.306192307692307, 0.155936851123983, 0.39230769230769, 0.230527355293171, 0.504692307692306, 0.429798120767628, 0.905769230769231, 1.29124888621592, 3.20638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.102464162590563, 0.264769230769229, 0.157473929466242, 0.380038461538459, 0.224538336627369, 0.467769230769231, 0.415494567214322, 0.880153846153845, 1.81571223067297, 3.60423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0960500830897013, 0.257538461538458, 0.14855757754539, 0.319923076923077, 0.163087027263171, 0.43953846153846, 0.400456931324896, 0.898923076923077, 1.79498483387637, 3.66792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104914470659902, 0.222615384615381, 0.129334390690896, 0.298230769230767, 0.122578081865586, 0.390115384615382, 0.638728221968045, 1.49169230769231, 1.76939924789787, 3.69553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0817571638827667, 0.202923076923075, 0.106238570425968, 0.286923076923074, 0.108658427405117, 0.368576923076922, 0.67311815056154, 1.54626923076923, 1.76511774285849, 3.70761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0786724563275832, 0.197653846153845, 0.0754932192574002, 0.254115384615386, 0.162944577647171, 0.388846153846154, 0.680380424129372, 1.56219230769231, 1.76111577263262, 3.71073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0598909393429825, 0.195269230769232, 0.0920880849220773, 0.271153846153848, 0.175193383261074, 0.408807692307692, 0.700012998780408, 1.61903846153846, 1.76064399057233, 3.72530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0674078744544091, 0.180307692307695, 0.154576145039863, 0.275230769230769, 0.270460396645878, 0.459115384615383, 0.708543404023082, 1.65265384615385, 1.75452752000689, 3.73853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106537627877882, 0.208884615384619, 0.126712108582956, 0.279961538461542, 0.269557189593488, 0.47196153846154, 0.663814547781347, 1.69207692307693, 1.73373718352536, 3.75969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0663337482270268, 0.191615384615386, 0.217957045874075, 0.349076923076922, 0.261833429140328, 0.441230769230772, 0.6241718316174, 1.68734615384616, 1.74215657028426, 3.75965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.206797723540511, 0.287461538461538, 0.24401991406756, 0.356961538461539, 0.265085077779831, 0.440538461538464, 0.607897774807071, 1.70576923076923, 1.74155299219271, 3.75723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.086986471096641, 0.199615384615387, 0.159161746467113, 0.307307692307697, 0.259369878448046, 0.413576923076927, 0.582940493070727, 1.70846153846154, 1.74409394286502, 3.75419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.145244202850023, 0.242038461538463, 0.185356537931216, 0.320384615384619, 0.262986413805264, 0.43242307692308, 0.595279596879937, 1.73796153846154, 1.75421987043989, 3.76307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0938196961443368, 0.206153846153847, 0.168238169089124, 0.302192307692309, 0.177795946133586, 0.439038461538462, 0.615135648579928, 1.76288461538462, 1.76232846017377, 3.79180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107673552212946, 0.228076923076923, 0.142779334854658, 0.315461538461543, 0.200198566812668, 0.513115384615385, 0.616142901756255, 1.76334615384616, 1.76018078092521, 3.80669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.101225414868919, 0.205769230769229, 0.102717603914062, 0.316115384615385, 0.48604973629645, 1.22988461538461, 0.625843573476267, 1.77846153846154, 1.75961491766282, 3.81553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0826409937389043, 0.258423076923078, 0.182141470798431, 0.430653846153846, 0.55380135288887, 1.32653846153846, 0.633852976158209, 1.78134615384615, 1.75961491766282, 3.81553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.150187211378127, 0.336961538461536, 0.470360051940571, 1.18153846153846, 0.548940159271972, 1.35946153846154, 0.637319208753473, 1.76342307692308, 1.76478426312811, 3.80315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.296034686117379, 0.876153846153847, 0.391538425268249, 1.02253846153846, 0.382171095392951, 1.22711538461539, 0.506397733619914, 1.60323076923077, 1.7562488053103, 3.65588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.154367154736813, 0.524461538461537, 0.168908536925031, 0.734423076923076, 0.27400670682415, 1.01734615384615, 0.421684192804922, 1.33796153846154, 1.6870887865925, 3.45942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.160553681413365, 0.498269230769229, 0.204529057555678, 0.711153846153845, 0.282102381851256, 0.928076923076921, 0.362641564930695, 1.20776923076923, 1.63171654448267, 3.41819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137805956106627, 0.413192307692309, 0.154260882922404, 0.566499999999999, 0.202390563021103, 0.7615, 0.291464052408102, 1.05657692307692, 1.5393058520495, 3.35311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.134097949275893, 0.407499999999998, 0.18109885103488, 0.559923076923074, 0.187669349163321, 0.697769230769231, 0.297615634928418, 1.00088461538462, 1.52478065459114, 3.32926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.128096844373546, 0.360807692307693, 0.140291284887497, 0.475730769230768, 0.181603761397849, 0.613384615384616, 0.283975776323368, 0.913807692307692, 1.47339342283775, 3.27453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0702089628291053, 0.293461538461538, 0.0794751630288476, 0.381307692307692, 0.205594406538698, 0.533499999999998, 0.274822418187565, 0.84519230769231, 1.45039422174164, 3.25496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0647668124891162, 0.251499999999998, 0.154164387786345, 0.374461538461539, 0.250113577277325, 0.533807692307691, 0.270927447000965, 0.822807692307692, 1.44423191404236, 3.24630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.137043917722077, 0.274653846153848, 0.178534482771424, 0.367192307692309, 0.225420891803613, 0.489538461538464, 0.276968734697616, 0.796000000000002, 1.42498892465332, 3.23434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0940948130672078, 0.245076923076925, 0.139945995078319, 0.356192307692312, 0.150943881573965, 0.461153846153848, 0.256705796883992, 0.775884615384621, 1.56732766983021, 3.56676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.126499230766893, 0.254153846153852, 0.118261041117325, 0.311076923076928, 0.126297164838147, 0.425576923076926, 0.230741790419842, 0.815576923076927, 1.5881379091444, 3.59653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.067303823185495, 0.229730769230769, 0.0911716302028567, 0.322884615384612, 0.116612369049706, 0.413269230769231, 0.576040826544569, 1.26007692307692, 1.49963537568304, 3.7005 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0696517159764329, 0.212807692307689, 0.0859821179977837, 0.280730769230768, 0.112026892375828, 0.38323076923077, 0.740150089768699, 1.40734615384616, 1.48249502995665, 3.74307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0817921662602157, 0.210038461538462, 0.0931128099920507, 0.276346153846153, 0.129633352783325, 0.361615384615382, 0.773935747680943, 1.47030769230769, 1.47399734943922, 3.74811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0619084684153831, 0.204461538461536, 0.082393698414758, 0.276807692307691, 0.118104862141822, 0.371038461538462, 0.924192434174083, 1.53615384615385, 1.46416955932759, 3.76453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0859335431956222, 0.198423076923077, 0.101086870485812, 0.257653846153844, 0.157765985414619, 0.389115384615385, 0.918811601179229, 1.58303846153847, 1.45093724669476, 3.77257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0668620623718373, 0.185153846153846, 0.113828758026464, 0.272884615384615, 0.179316810314979, 0.38703846153846, 0.902729956214012, 1.62557692307693, 1.45018371886515, 3.77446153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0891746514517343, 0.203038461538459, 0.138913946799393, 0.309730769230767, 0.194523105212565, 0.392961538461538, 0.874961482229141, 1.62534615384616, 1.43627524681566, 3.76223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.117249825323798, 0.222192307692309, 0.126072122215815, 0.2795, 0.183550324266838, 0.389807692307695, 0.872240654865389, 1.642, 1.43694349763122, 3.77015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0565967653329567, 0.183923076923077, 0.104007662439616, 0.264923076923079, 0.160401189329944, 0.378307692307695, 0.859171437177437, 1.65403846153847, 1.44690138731546, 3.77723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0746758018679106, 0.189346153846154, 0.140750821831186, 0.278076923076924, 0.177519819045215, 0.396384615384618, 0.857096491291744, 1.66565384615385, 1.44562354765633, 3.77619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.10563487186458, 0.215384615384616, 0.124490327087936, 0.307807692307694, 0.176318749821068, 0.444692307692312, 0.849010446615083, 1.67046153846154, 1.44835630815923, 3.77965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0843083716985549, 0.214307692307692, 0.125185628322353, 0.289192307692309, 0.263731693495201, 0.518384615384618, 0.852014486153486, 1.66826923076923, 1.44635299287553, 3.7835 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0921779883619788, 0.20369230769231, 0.149390824556058, 0.320461538461542, 0.536657204726271, 1.13765384615385, 0.852576612393282, 1.739, 1.44793578108764, 3.78388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.118113954103004, 0.263115384615383, 0.233760864000931, 0.437307692307691, 0.686642790349146, 1.29880769230769, 0.832451571240958, 1.73253846153846, 1.4425794402869, 3.78080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.177976839461254, 0.321653846153843, 0.51020120917747, 1.08707692307692, 0.679279600300654, 1.35015384615385, 0.782472043245981, 1.71053846153846, 1.42986122887718, 3.77342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.373456956638298, 0.864538461538461, 0.542604749192406, 1.06907692307692, 0.707006849058327, 1.23126923076923, 0.658071176884502, 1.56392307692308, 1.38830379738952, 3.72207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.178712510861609, 0.52080769230769, 0.250315370313896, 0.67623076923077, 0.412327377400346, 0.860884615384617, 0.445440499350406, 1.20803846153846, 1.3795880611478, 3.63546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.115616348324971, 0.418500000000003, 0.254442606495062, 0.553000000000001, 0.253712787343364, 0.725461538461541, 0.327971989892196, 1.04088461538462, 1.43068351658058, 3.60526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.19248152758522, 0.409461538461539, 0.212018721959971, 0.534538461538466, 0.212979103344767, 0.660461538461541, 0.323369519518844, 1.00061538461538, 1.42495767710429, 3.60669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.103007938454353, 0.342653846153847, 0.153895334062326, 0.475576923076923, 0.196891133526978, 0.599038461538462, 0.333223925634681, 0.947230769230769, 1.42636578812676, 3.60180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.107223110310308, 0.311653846153844, 0.140888876014454, 0.421346153846155, 0.178627506711164, 0.560884615384614, 0.33380737190551, 0.917192307692309, 1.42521425811647, 3.60280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.104993626180172, 0.30569230769231, 0.155115842567371, 0.412269230769229, 0.178644692487199, 0.524384615384614, 0.327840233134281, 0.880538461538462, 1.43225700368872, 3.60673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.130212825789168, 0.274500000000002, 0.16444745712186, 0.391615384615384, 0.194548301299347, 0.489192307692307, 0.33894054845152, 0.837846153846155, 1.43758670213447, 3.60838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0820191816214123, 0.257884615384614, 0.0919438624713649, 0.331076923076924, 0.136025857270424, 0.451076923076922, 0.322152625080341, 0.815923076923078, 1.46214041680734, 3.60596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0673405238607914, 0.218884615384618, 0.0856261732092508, 0.314807692307694, 0.326207704007501, 0.490884615384616, 0.311023929329216, 0.785269230769231, 1.46226444204239, 3.84353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0721232705431876, 0.221615384615385, 0.0898965217090417, 0.294230769230768, 0.292443301539608, 0.471730769230769, 0.310349631619171, 0.766423076923078, 1.48228010225412, 3.8773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0860746098541166, 0.203961538461535, 0.300906806426586, 0.356115384615385, 0.29200781865191, 0.459615384615386, 0.511601353218873, 1.22276923076923, 1.51261328882781, 3.88019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.267981354116002, 0.266615384615383, 0.26094621019548, 0.343269230769233, 0.252480265793952, 0.446269230769231, 0.547575457392368, 1.34280769230769, 1.53276752464795, 3.89573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0742925609693478, 0.213769230769235, 0.0956391374667518, 0.280730769230774, 0.151429196453198, 0.375807692307693, 0.594500634663564, 1.40826923076923, 1.54941095904218, 3.911 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.106174928229858, 0.208653846153847, 0.130287049949773, 0.282653846153846, 0.19794320863862, 0.392076923076924, 0.635219840806194, 1.45238461538461, 1.55116837205429, 3.91196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0767094819131524, 0.188230769230767, 0.104322554534557, 0.257346153846154, 0.162406294876106, 0.373730769230772, 0.710267283384325, 1.49957692307692, 1.56403287246588, 3.89811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0537645007273514, 0.180307692307695, 0.0985193147794652, 0.26315384615385, 0.133928712380878, 0.360500000000004, 0.706399452260437, 1.52788461538462, 1.55638069102152, 3.90284615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0651048385298676, 0.185, 0.0877812315668065, 0.245230769230771, 0.111790793621216, 0.35369230769231, 0.721439724013459, 1.60365384615385, 1.5378422525884, 3.91707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0554761764530199, 0.176384615384614, 0.0642121603628292, 0.242807692307692, 0.111545347798038, 0.340269230769228, 0.748615214913509, 1.6385, 1.53204695901118, 3.92173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0523704702465621, 0.176115384615385, 0.0982373342785406, 0.256423076923077, 0.130066113366068, 0.342076923076923, 0.77059116567437, 1.67623076923077, 1.53647626029872, 3.93446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0809901133567459, 0.18396153846154, 0.0839236282855782, 0.25384615384615, 0.118593682540273, 0.344692307692307, 0.770298655367864, 1.69653846153846, 1.54454590040618, 3.93096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.049928132966678, 0.17253846153846, 0.0991420503814916, 0.249115384615385, 0.156311055763327, 0.362884615384614, 0.81153643171456, 1.7165, 1.56193951079567, 3.92565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.088135245721907, 0.189307692307692, 0.104420753905315, 0.254423076923077, 0.222980775301026, 0.460884615384616, 0.798845871338048, 1.71861538461539, 1.55456456084853, 3.92142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0584795559280224, 0.171538461538463, 0.114120644663714, 0.282807692307692, 0.451886861265753, 1.05515384615385, 0.796420689952625, 1.72065384615385, 1.56051274265865, 3.9145 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.0913456411321625, 0.238884615384618, 0.161380315261332, 0.401615384615388, 0.468376574333745, 1.20984615384616, 0.782426993399385, 1.715, 1.55364957587462, 3.90673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 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-10-24 00:00:00', 0.13213547826146, 0.294769230769231, 0.387086094577657, 1.02926923076923, 0.52891458667728, 1.286, 0.782957569338606, 1.72234615384616, 1.56050449485465, 3.89203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-10-24 00:00:00' and dayofweek = 5 and fromtime = 1365);
Date: 2021-10-24 14:49:19 Duration: 2s703ms Database: acaweb_fx User: pgperfstats
18 50ms 18s983ms 621ms 119 1m13s 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 Oct 24 14 119 1m13s 621ms [ User: postgres - Total duration: 1m13s - Times executed: 119 ]
-
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 = 5123 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 > 61894233 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:06:57 Duration: 18s983ms 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 = 5123 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 > 61894233 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:11:06 Duration: 7s762ms 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 = 5147 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 > 61888625 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-10-24 14:10:55 Duration: 5s266ms Database: acaweb_fx User: postgres Bind query: yes
19 51ms 3s846ms 573ms 55 31s530ms 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 Oct 24 14 55 31s530ms 573ms [ User: postgres - Total duration: 31s530ms - Times executed: 55 ]
-
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-10-24 14:06:25 Duration: 3s846ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986812' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-10-24 14:10:54 Duration: 2s306ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986757' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-10-24 14:10:54 Duration: 2s301ms Database: acaweb_fx User: postgres Bind query: yes
20 51ms 4s46ms 365ms 171 1m2s 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 #20
Day Hour Count Duration Avg duration Oct 24 14 171 1m2s 365ms [ User: postgres - Total duration: 1m2s - Times executed: 171 ]
-
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 > '69297654' 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-10-24 14:07:10 Duration: 4s46ms 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 > '69297654' 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-10-24 14:07:10 Duration: 4s38ms 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 > '69297654' 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-10-24 14:03:06 Duration: 3s841ms 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 413ms 3 79ms 245ms 137ms 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 Oct 24 14 3 413ms 137ms [ User: postgres - Total duration: 435ms - 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-10-24 14:02:42 Duration: 245ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '431', $2 = '431', $3 = '431', $4 = '431', $5 = '431', $6 = '431', $7 = '431', $8 = '431', $9 = '431'
-
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-10-24 14:01:03 Duration: 88ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '529', $2 = '529', $3 = '529', $4 = '529', $5 = '529', $6 = '529', $7 = '529', $8 = '529', $9 = '529'
-
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-10-24 14:01:03 Duration: 79ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '529', $2 = '529', $3 = '529', $4 = '529', $5 = '529', $6 = '529', $7 = '529', $8 = '529', $9 = '529'
2 138ms 1 138ms 138ms 138ms 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 #2
Day Hour Count Duration Avg duration 14 1 138ms 138ms [ User: postgres - Total duration: 88ms - 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-10-24 14:05:43 Duration: 138ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '986917', $2 = '558'
3 90ms 1 90ms 90ms 90ms 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 #3
Day Hour Count Duration Avg duration 14 1 90ms 90ms [ User: postgres - Total duration: 78ms - Times executed: 1 ]
-
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-10-24 14:05:43 Duration: 90ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '3', $4 = '3', $5 = '67829325', $6 = '0'
4 54ms 1 54ms 54ms 54ms 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 = 489 AND groupid = 3163 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 14 1 54ms 54ms [ User: postgres - Total duration: 212ms - Times executed: 1 ]
-
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 = 489 AND groupid = 3163 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-10-24 14:10:59 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '69302371', $7 = '0'
5 53ms 1 53ms 53ms 53ms 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 = 49 AND groupid = 3872 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 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 14 1 53ms 53ms [ User: postgres - Total duration: 410ms - Times executed: 1 ]
-
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 = 49 AND groupid = 3872 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 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2021-10-24 14:04:27 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres
6 53ms 1 53ms 53ms 53ms 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 = 49 AND groupid = 3848 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 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 14 1 53ms 53ms [ User: postgres - Total duration: 143ms - Times executed: 1 ]
-
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 = 49 AND groupid = 3848 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 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2021-10-24 14:04:27 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 50,318 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 15362 ERROR entries
- 67 WARNING entries
Most Frequent Errors/Events
Key values
- 15,362 Max number of times the same event was reported
- 15,429 Total events found
Rank Times reported Error 1 15,362 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Oct 24 14 15,362 - 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-10-21 03:30:00, 960516) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2021-10-21 03:30', 0.92675, 0.92678, 0.92634, 0.92635, 0, 0,'2021-10-24 14:05');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2021-10-21 03:30', 0.92675, 0.92678, 0.92634, 0.92635, 0, 0,'2021-10-24 14:05');Date: 2021-10-24 14:05:39 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-10-21 03:30:00, 960554) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2021-10-21 03:30', 0.92675, 0.92678, 0.92631, 0.92639, 0, 0,'2021-10-24 14:06');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2021-10-21 03:30', 0.92675, 0.92678, 0.92631, 0.92639, 0, 0,'2021-10-24 14:06');Date: 2021-10-24 14:06:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-10-21 03:00:00, 960592) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2021-10-21 03:00', 0.92675, 0.92678, 0.92631, 0.92639, 0, 0,'2021-10-24 14:06');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2021-10-21 03:00', 0.92675, 0.92678, 0.92631, 0.92639, 0, 0,'2021-10-24 14:06');Date: 2021-10-24 14:06:14 Database: acaweb_fx Application: User: postgres Remote:
2 67 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Oct 24 14 67 - WARNING: there is no transaction in progress
Date: 2021-10-24 14:00:44 Database: acaweb_fx Application: User: postgres Remote: