-
Global information
- Generated on Sun May 30 17:59:05 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-05-30_190000.log
- Parsed 51,963 log entries in 4s
- Log start from 2021-05-30 19:00:00 to 2021-05-30 19:59:01
-
Overview
Global Stats
- 77 Number of unique normalized queries
- 1,245 Number of queries
- 16m50s Total query duration
- 2021-05-30 19:00:00 First query
- 2021-05-30 19:58:36 Last query
- 9 queries/s at 2021-05-30 19:10:30 Query peak
- 16m50s Total query duration
- 0ms Prepare/parse total duration
- 215ms Bind total duration
- 16m49s Execute total duration
- 21,365 Number of events
- 4 Number of unique normalized events
- 18,234 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
- 220 Number temporary file
- 20.04 MiB Max size of temporary file
- 5.37 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
- 1,245 Average queries per session
- 16m50s 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
- 9 queries/s Query Peak
- 2021-05-30 19:10:30 Date
SELECT Traffic
Key values
- 6 queries/s Query Peak
- 2021-05-30 19:03:12 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 9 queries/s Query Peak
- 2021-05-30 19:10:30 Date
Queries duration
Key values
- 16m50s 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) May 30 19 1,245 0ms 9s599ms 811ms 38s145ms 40s125ms 1m16s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 30 19 235 13 271ms 1s240ms 3s802ms 6s328ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 30 19 39 32 0 75 519ms 231ms 829ms 4s625ms Day Hour Prepare Bind Bind/Prepare Percentage of prepare May 30 19 0 994 994.00 0.00% Day Hour Count Average / Second May 30 19 0 0.00/s Day Hour Count Average Duration Average idle time May 30 19 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 May 30 19 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync May 30 19 0 0 0 0 0s 0s Day Hour Count Avg time (sec) May 30 19 0 0s Day Hour Mean distance Mean estimate May 30 19 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 20.04 MiB Temp Files size Peak
- 2021-05-30 19:46:27 Date
Number of temporary files
Key values
- 3 per second Temp Files Peak
- 2021-05-30 19:31:14 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size May 30 19 220 1.15 GiB 5.37 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 84 621.98 MiB 5.93 MiB 8.94 MiB 7.40 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)) AND ($14 = 0 OR p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) 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-05-30 19:20:34 Duration: 0ms Database: acaweb_fx User: postgres
2 75 372.15 MiB 2.70 MiB 9.85 MiB 4.96 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, $340, $341)) AND ($342 = 0 OR fr.pattern in ($343)) AND ($344 = 0 OR fr.patternlengthbars <= $345) AND ($346 = 0 OR ($347 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($348 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $349 OR relevant = 1) AND ($350 = 0 OR age <= $351) ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:20:48 Duration: 0ms Database: acaweb_fx User: postgres
3 14 25.81 MiB 1.59 MiB 1.86 MiB 1.84 MiB with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:03:19 Duration: 963ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:46:14 Duration: 940ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:48:19 Duration: 934ms Database: acaweb_fx User: postgres
4 9 28.62 MiB 3.18 MiB 3.18 MiB 3.18 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR ar.pattern in ($9)) AND ($10 = 0 OR ($11 = 1 AND ar.breakout >= 0) OR ($12 = 2 AND ar.breakout < 0)) AND ($13 = 0 OR ar.patternlengthbars <= $14) and newLevels.filtered = false 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-05-30 19:26:31 Duration: 0ms Database: acaweb_fx User: postgres
5 8 48.09 MiB 5.08 MiB 6.95 MiB 6.01 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 > 514124341 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-30 19:28:06 Duration: 0ms Database: acaweb_fx User: postgres
6 5 45.41 MiB 3.73 MiB 20.04 MiB 9.08 MiB select * from powerstatslatestprfprice (?, ?);-
select * from PowerStatsLatestPRFPrice ($1, $2);
Date: 2021-05-30 19:46:27 Duration: 0ms Database: acaweb_fx User: postgres
7 4 23.69 MiB 5.92 MiB 5.92 MiB 5.92 MiB select updateresultsmaterializedview ();-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:02:10 Duration: 3s45ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:32:08 Duration: 1s246ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:47:08 Duration: 1s237ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 20.04 MiB select * from PowerStatsLatestPRFPrice ($1, $2);[ Date: 2021-05-30 19:46:27 - Database: acaweb_fx - User: postgres ]
2 9.85 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-05-30 19:01:29 - Database: acaweb_fx - User: postgres ]
3 9.85 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-05-30 19:07:00 - Database: acaweb_fx - User: postgres ]
4 9.85 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-05-30 19:11:42 - Database: acaweb_fx - User: postgres ]
5 9.85 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-05-30 19:16:29 - Database: acaweb_fx - User: postgres ]
6 9.85 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-05-30 19:21:49 - Database: acaweb_fx - User: postgres ]
7 9.85 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-05-30 19:26:45 - Database: acaweb_fx - User: postgres ]
8 9.85 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-05-30 19:31:29 - Database: acaweb_fx - User: postgres ]
9 9.85 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-05-30 19:36:39 - Database: acaweb_fx - User: postgres ]
10 9.85 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-05-30 19:41:37 - Database: acaweb_fx - User: postgres ]
11 9.85 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-05-30 19:46:28 - Database: acaweb_fx - User: postgres ]
12 9.85 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-05-30 19:51:36 - Database: acaweb_fx - User: postgres ]
13 9.85 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-05-30 19:56:43 - Database: acaweb_fx - User: postgres ]
14 8.94 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $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 p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) 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-05-30 19:00:34 - Database: acaweb_fx - User: postgres ]
15 8.93 MiB select * from PowerStatsLatestPRFPrice ($1, $2);[ Date: 2021-05-30 19:51:04 - Database: acaweb_fx - User: postgres ]
16 8.92 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $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)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-05-30 19:01:09 - Database: acaweb_fx - User: postgres ]
17 8.92 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $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 p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) 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-05-30 19:05:34 - Database: acaweb_fx - User: postgres ]
18 8.92 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $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)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-05-30 19:07:57 - Database: acaweb_fx - User: postgres ]
19 8.92 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $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 p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) 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-05-30 19:10:34 - Database: acaweb_fx - User: postgres ]
20 8.92 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $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)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-05-30 19:11:53 - 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 May 30 19 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
- 235 Total read queries
- 1,003 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 1,245 Requests
- 16m49s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 1,221 Requests
User Request type Count Duration pgperfstats Total 24 44s57ms insert 20 43s755ms select 4 302ms postgres Total 1,221 16m5s copy from 75 26s160ms copy to 13 1s438ms cte 844 14m16s insert 19 1s764ms others 7 10s439ms select 231 1m5s update 32 4s136ms Duration by user
Key values
- 16m5s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 24 44s57ms insert 20 43s755ms select 4 302ms postgres Total 1,221 16m5s copy from 75 26s160ms copy to 13 1s438ms cte 844 14m16s insert 19 1s764ms others 7 10s439ms select 231 1m5s update 32 4s136ms Queries by host
Key values
- unknown Main host
- 1,245 Requests
- 16m49s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 1,245 Requests
- 16m49s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-05-30 19:21:32 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 543 100-500ms duration
Slowest individual queries
Rank Duration Query 1 9s599ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:00:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
2 9s580ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:20:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
3 9s483ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:35:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
4 9s365ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:45:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
5 9s249ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:30:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 9s150ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:15:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 9s142ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:05:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 9s140ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:40:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 9s110ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:50:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 9s98ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:25:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 9s90ms WITH rar_max as ( ;[ Date: 2021-05-30 19:16:22 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 9s61ms WITH rar_max as ( ;[ Date: 2021-05-30 19:31:23 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 9s43ms WITH rar_max as ( ;[ Date: 2021-05-30 19:46:22 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 9s20ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:10:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 9s4ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:55:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 8s989ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;[ Date: 2021-05-30 19:21:43 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 8s983ms WITH rar_max as ( ;[ Date: 2021-05-30 19:11:36 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 8s932ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;[ Date: 2021-05-30 19:36:33 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 8s890ms WITH rar_max as ( ;[ Date: 2021-05-30 19:56:37 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 8s889ms WITH rar_max as ( ;[ Date: 2021-05-30 19:51:30 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 6m21s 291 184ms 8s989ms 1s310ms 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 May 30 19 291 6m21s 1s310ms [ User: postgres - Total duration: 6m21s - Times executed: 291 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:21:43 Duration: 8s989ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:36:33 Duration: 8s932ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:01:24 Duration: 8s198ms Database: acaweb_fx User: postgres Bind query: yes
2 4m40s 168 50ms 9s90ms 1s671ms with rar_max as ( ;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 30 19 168 4m40s 1s671ms [ User: postgres - Total duration: 4m40s - Times executed: 168 ]
-
WITH rar_max as ( ;
Date: 2021-05-30 19:16:22 Duration: 9s90ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-30 19:31:23 Duration: 9s61ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-30 19:46:22 Duration: 9s43ms Database: acaweb_fx User: postgres Bind query: yes
3 2m 24 757ms 9s599ms 5s11ms 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 #3
Day Hour Count Duration Avg duration May 30 19 24 2m 5s11ms [ User: postgres - Total duration: 2m - 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:00:39 Duration: 9s599ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:20:39 Duration: 9s580ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:35:39 Duration: 9s483ms Database: acaweb_fx User: postgres Bind query: yes
4 57s417ms 240 51ms 1s345ms 239ms 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 #4
Day Hour Count Duration Avg duration May 30 19 240 57s417ms 239ms [ User: postgres - Total duration: 57s417ms - Times executed: 240 ]
-
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 = '643' 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-05-30 19:20:39 Duration: 1s345ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) AND ('0' = 0 OR 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-05-30 19:01:06 Duration: 789ms 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 = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:16:13 Duration: 653ms Database: acaweb_fx User: postgres Bind query: yes
5 23s545ms 59 50ms 2s767ms 399ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 30 19 59 23s545ms 399ms [ User: postgres - Total duration: 23s545ms - Times executed: 59 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:03:18 Duration: 2s767ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:48:19 Duration: 2s476ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:48:16 Duration: 1s669ms Database: acaweb_fx User: postgres
6 19s134ms 4 4s755ms 4s852ms 4s783ms select updateageforrelevantresults ();Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 30 19 4 19s134ms 4s783ms [ User: postgres - Total duration: 19s134ms - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-05-30 19:02:07 Duration: 4s852ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-05-30 19:17:07 Duration: 4s764ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-05-30 19:47:07 Duration: 4s762ms Database: acaweb_fx User: postgres
7 9s829ms 64 50ms 470ms 153ms (( 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 #7
Day Hour Count Duration Avg duration May 30 19 64 9s829ms 153ms [ User: postgres - Total duration: 9s829ms - Times executed: 64 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-30 19:01:31 Duration: 470ms 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-05-30 19:03:04 Duration: 347ms 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 = '479' 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 = '479' 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 = '479' 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 = '479' 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 = '479' 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 = '479' 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-05-30 19:51:48 Duration: 305ms Database: acaweb_fx User: postgres Bind query: yes
8 8s507ms 4 2s61ms 2s225ms 2s126ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 30 19 4 8s507ms 2s126ms [ User: postgres - Total duration: 8s507ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-05-30 19:01:03 Duration: 2s225ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-05-30 19:16:03 Duration: 2s153ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-05-30 19:46:03 Duration: 2s67ms Database: acaweb_fx User: postgres
9 6s756ms 4 1s227ms 3s45ms 1s689ms select updateresultsmaterializedview ();Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 30 19 4 6s756ms 1s689ms [ User: postgres - Total duration: 6s756ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:02:10 Duration: 3s45ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:32:08 Duration: 1s246ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:47:08 Duration: 1s237ms Database: acaweb_fx User: postgres
10 6s367ms 16 116ms 963ms 397ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 30 19 16 6s367ms 397ms [ User: postgres - Total duration: 6s367ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:03:19 Duration: 963ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:46:14 Duration: 940ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:48:19 Duration: 934ms Database: acaweb_fx User: postgres
11 5s658ms 6 402ms 2s189ms 943ms select fixcandlegaps (?, false);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 30 19 6 5s658ms 943ms [ User: postgres - Total duration: 5s658ms - Times executed: 6 ]
-
select fixcandlegaps ('XM', false);
Date: 2021-05-30 19:06:07 Duration: 2s189ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-05-30 19:06:03 Duration: 1s88ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-05-30 19:06:04 Duration: 796ms Database: acaweb_fx User: postgres
12 3s821ms 16 230ms 255ms 238ms with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 30 19 16 3s821ms 238ms [ User: postgres - Total duration: 3s821ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:46:12 Duration: 255ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:01:13 Duration: 248ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:03:13 Duration: 248ms Database: acaweb_fx User: postgres
13 3s56ms 1 3s56ms 3s56ms 3s56ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?[...];Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration May 30 19 1 3s56ms 3s56ms [ User: pgperfstats - Total duration: 3s56ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 1, 1155, '2021-05-30 00:00:00', 2.1331688598457, 2.67576923076924, 2.33940728851102, 3.49769230769231, 4.26955268779368, 5.13192307692308, 11.3263933630872, 10.9711538461539, 19.4323561776586, 24.1288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1170, '2021-05-30 00:00:00', 1.75013656609991, 2.455, 3.02322619322217, 3.46384615384615, 4.41779424600105, 5.165, 11.4971131359806, 10.9223076923077, 19.444966696967, 23.9846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1185, '2021-05-30 00:00:00', 2.18997295381965, 2.24846153846154, 3.24185628210848, 3.31192307692308, 4.1000110318801, 4.81769230769231, 11.8486736226206, 10.7311538461538, 19.3897379718083, 23.8788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1200, '2021-05-30 00:00:00', 2.12671346303308, 2.43307692307692, 3.04724935234789, 3.45615384615385, 4.30541106766108, 4.73269230769232, 11.6383212971367, 10.6288461538462, 19.4246238177613, 23.9676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1215, '2021-05-30 00:00:00', 2.02618918548704, 2.29884615384616, 2.5328717966888, 3.21346153846154, 3.48667167720383, 4.29076923076923, 11.0013133551618, 10.2934615384615, 19.2100751129753, 23.7453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1230, '2021-05-30 00:00:00', 1.81946433368133, 2.20230769230769, 2.59700786409165, 3.01461538461538, 3.20820757529088, 3.97038461538461, 10.2796512661591, 10.0069230769231, 19.1932318679909, 23.6615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1245, '2021-05-30 00:00:00', 2.0834495065045, 2.23461538461538, 2.50193392890687, 3.01576923076923, 3.31517483005741, 4.08807692307692, 9.92959948065147, 9.78461538461539, 19.2096802560184, 23.6265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1260, '2021-05-30 00:00:00', 1.86511356635048, 2.22615384615384, 2.12730443374853, 2.83807692307692, 3.00954657970011, 3.70884615384615, 9.46506672738476, 9.64192307692308, 19.1567914167434, 23.7257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1275, '2021-05-30 00:00:00', 1.26055250401743, 1.66615384615384, 2.26000163376388, 2.54076923076923, 3.28934150529579, 3.60346153846154, 9.10868212201963, 9.395, 19.1145067422625, 23.58 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1290, '2021-05-30 00:00:00', 1.80521368860821, 1.94269230769231, 2.00374464824853, 2.40615384615385, 3.30482686617388, 3.60384615384615, 8.9817975672168, 9.34653846153846, 19.156014829652, 23.7219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1305, '2021-05-30 00:00:00', 1.2460915511495, 1.51807692307693, 2.54367913433703, 2.65653846153847, 3.47046503201827, 3.96346153846154, 8.90683457541714, 9.48692307692308, 19.0884103742398, 23.7788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1320, '2021-05-30 00:00:00', 2.44349261383091, 2.31192307692308, 2.67836184147068, 2.89307692307693, 4.99347253922558, 5.21, 8.88397323620116, 10.0226923076923, 19.3597818844992, 24.0388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1335, '2021-05-30 00:00:00', 1.69031995150668, 1.91153846153847, 2.914463270286, 3.04807692307693, 7.66725586253247, 5.53269230769231, 8.91633330122094, 10.1834615384615, 19.8057180088517, 24.2946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1350, '2021-05-30 00:00:00', 2.26708966264273, 2.35653846153846, 4.24692714251682, 4.07307692307692, 7.14672453215188, 5.71653846153847, 8.50540607270097, 10.2726923076923, 19.932388212308, 24.3096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1365, '2021-05-30 00:00:00', 3.07358295053935, 2.83192307692308, 6.00889868317111, 4.03923076923077, 6.25877875774992, 5.20653846153847, 7.96490463509476, 10.0453846153846, 20.4075045057902, 24.2519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1380, '2021-05-30 00:00:00', 4.15301649406789, 2.715, 4.44217654551667, 3.5273076923077, 4.77145559148762, 4.68269230769231, 7.45494356373417, 9.94346153846154, 20.5091866882962, 24.1888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 1, 1395, '2021-05-30 00:00:00', 2.32119442065104, 2.11346153846154, 2.93866125982564, 3.125, 4.08282581252062, 4.35884615384616, 7.93112035930903, 10.5669230769231, 20.4070171641634, 24.0584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 1, 1410, '2021-05-30 00:00:00', 2.07818204577574, 2.17384615384616, 3.4928424615975, 3.24269230769231, 4.99849178791425, 5.01807692307693, 8.29861268294518, 10.9126923076923, 20.53765017268, 24.1511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 1, 1425, '2021-05-30 00:00:00', 2.92206123244429, 2.49461538461539, 3.81692159489012, 3.61769230769231, 5.49044082579336, 5.31730769230769, 8.70639649029114, 11.1903846153846, 21.2299186164605, 24.4773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 0, '2021-05-30 00:00:00', 2.52801110635341, 2.53192307692308, 4.2832810572486, 3.91384615384616, 5.53947312129398, 5.11769230769231, 9.42324021522566, 11.7280769230769, 21.2442062327953, 24.4523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 15, '2021-05-30 00:00:00', 2.21556930230885, 2.0384, 3.02941837101888, 3.2344, 4.0632838525836, 4.35439999999999, 9.18656395685205, 11.2564, 21.4915843994806, 24.088 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 30, '2021-05-30 00:00:00', 2.31899942503946, 2.562, 3.02526153139416, 3.1336, 3.57457074345997, 4.3368, 9.63039090587708, 11.5596, 21.4961603315569, 24.1356 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 45, '2021-05-30 00:00:00', 1.76288020449054, 1.81115384615385, 2.38564862974735, 3.01923076923077, 3.84047867609474, 4.63730769230769, 9.99462738752098, 11.9861538461538, 21.1162116394016, 24.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 60, '2021-05-30 00:00:00', 2.22921648877944, 2.52307692307692, 3.13745982505691, 3.53307692307692, 4.41432918503436, 5.75307692307692, 10.4432574125421, 12.2442307692308, 21.072665988103, 24.3496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 75, '2021-05-30 00:00:00', 2.22168269561609, 2.395, 3.25560080712986, 3.50384615384616, 4.56468025672706, 5.83461538461538, 10.1599432766436, 11.9692307692308, 20.6968865440043, 24.0138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 90, '2021-05-30 00:00:00', 2.03173730131099, 2.30269230769231, 2.89384684087834, 3.99153846153846, 4.02706247205655, 5.53807692307692, 9.961717121059, 11.99, 20.7413759390778, 24.1296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 105, '2021-05-30 00:00:00', 2.09038800226178, 2.735, 3.26641118048539, 4.185, 4.45372233254214, 5.79884615384615, 9.574599417208, 11.805, 20.7622108797542, 24.1238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 120, '2021-05-30 00:00:00', 2.858597827338, 3.34153846153846, 3.14062024741316, 4.16346153846154, 4.1431697267449, 5.91923076923077, 9.28993430464475, 11.8392307692308, 20.7066794908904, 24.2065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 135, '2021-05-30 00:00:00', 1.95128300987207, 2.40576923076923, 3.32718316991323, 3.90038461538462, 5.47164985665623, 6.39807692307692, 8.69364170838931, 11.5630769230769, 20.3748240879617, 24.0038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 150, '2021-05-30 00:00:00', 2.62170983549638, 2.76769230769231, 3.09666103060402, 3.87846153846154, 5.59748009238223, 6.50923076923077, 8.30481369216302, 11.1523076923077, 20.3783694259756, 23.9926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 165, '2021-05-30 00:00:00', 1.54863532977115, 2.22076923076923, 3.54768318765923, 4.37, 5.00114091598492, 6.01769230769231, 8.03411920403322, 10.6807692307692, 20.4354315683475, 23.9492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 180, '2021-05-30 00:00:00', 3.53428491298506, 3.81538461538461, 4.51897871375653, 4.96615384615385, 6.49077148431051, 6.74230769230769, 8.57552001562946, 10.9665384615385, 20.420007161153, 24.0673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 195, '2021-05-30 00:00:00', 3.18900447451262, 3.14846153846154, 3.56195333187586, 4.17346153846154, 5.8314000034297, 5.765, 7.90467002181914, 10.2680769230769, 20.1033349433907, 23.7303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 210, '2021-05-30 00:00:00', 2.26581362530447, 2.65076923076923, 4.72538039168846, 4.28961538461538, 5.32969788435156, 5.61653846153845, 7.97816254149171, 10.2184615384615, 20.4255757926561, 23.9676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 225, '2021-05-30 00:00:00', 4.26380142776192, 3.04115384615385, 4.60845550633248, 3.88307692307692, 5.24768895654224, 5.41076923076923, 8.78447981035084, 10.3884615384615, 20.9683667828103, 24.1184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 240, '2021-05-30 00:00:00', 2.05813182653216, 2.36884615384615, 2.75119599167623, 3.48923076923077, 4.44767100678718, 4.94423076923077, 8.07577114203105, 9.69346153846154, 20.7669413213924, 24.0103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 255, '2021-05-30 00:00:00', 2.11153130725984, 2.51269230769231, 3.78438477877794, 3.72807692307692, 4.58881994215707, 4.83269230769231, 8.1341169536333, 9.64115384615385, 20.758423361651, 23.9926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 270, '2021-05-30 00:00:00', 2.93696517880932, 2.53730769230769, 3.66104028931668, 3.38, 4.06865095767437, 4.71615384615384, 7.95469007277129, 9.44307692307692, 20.6573326932593, 23.745 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 285, '2021-05-30 00:00:00', 1.85753223390605, 2.045, 2.77362026683816, 3.02423076923077, 3.01278751580403, 4.39615384615384, 7.86515021128992, 9.46038461538461, 20.6586905721018, 23.8519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 300, '2021-05-30 00:00:00', 2.41688804998367, 2.45038461538462, 2.72789152164197, 3.41807692307692, 3.62792123144073, 4.85730769230769, 7.87619365312576, 9.51769230769231, 20.7510142736353, 24.1157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 315, '2021-05-30 00:00:00', 1.89886707113641, 2.38192307692307, 2.60006665595031, 3.49115384615384, 3.84474868639531, 5.25730769230769, 7.9412142938935, 9.42730769230769, 21.0867939606395, 24.3165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 330, '2021-05-30 00:00:00', 1.88586013838208, 2.28730769230769, 3.23810352853927, 3.56230769230769, 3.59618244167981, 4.73192307692308, 7.55984090186681, 9.11230769230769, 22.3107299608196, 24.8307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 345, '2021-05-30 00:00:00', 2.16142588264179, 2.37538461538461, 2.61699099084308, 3.52538461538462, 3.26944248364246, 4.44692307692307, 7.28479803848662, 8.9976923076923, 22.3995279757959, 24.8584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 360, '2021-05-30 00:00:00', 1.72189359092296, 2.59846153846154, 2.0143148100151, 3.22192307692308, 3.50063967780835, 4.62692307692308, 6.95824155505265, 9.07153846153846, 22.3256159188016, 24.9930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 375, '2021-05-30 00:00:00', 1.33526096556211, 2.01538461538462, 2.86743393727133, 3.27423076923077, 4.20786686320534, 4.93346153846154, 6.93398746421178, 9.10692307692307, 22.3425571017767, 25.0846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 390, '2021-05-30 00:00:00', 2.36714592836054, 2.35961538461538, 3.04610318528192, 3.36615384615384, 4.70465656393912, 5.02576923076923, 7.31250298093299, 9.35961538461538, 22.0419175349012, 24.9538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 405, '2021-05-30 00:00:00', 1.79208486234502, 2.10807692307693, 2.67714063881598, 3.365, 5.31151273541367, 5.20346153846154, 6.73997553065634, 9.09307692307692, 21.5630277594276, 24.7869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 420, '2021-05-30 00:00:00', 2.58962890124317, 2.76461538461539, 3.75619293761854, 3.69423076923077, 5.39812047062537, 5.22615384615385, 7.72872404634914, 9.24923076923077, 21.3959742331266, 24.7842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 435, '2021-05-30 00:00:00', 2.40493419068765, 2.18269230769231, 4.1122312116978, 3.59153846153846, 4.86039955622517, 5.04961538461538, 8.85025754514436, 9.47115384615384, 21.1640528363907, 24.7373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 450, '2021-05-30 00:00:00', 3.96595302350083, 2.99923076923077, 4.44239145575374, 3.79461538461539, 4.93358936272568, 5.06, 8.82397197324512, 9.48423076923077, 21.6889808286285, 25.3557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 465, '2021-05-30 00:00:00', 1.38078623087885, 1.91884615384616, 2.2817277192109, 3.11423076923077, 3.7040958618597, 4.54307692307693, 8.75760592504947, 9.35153846153846, 21.9582098892068, 25.5984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 480, '2021-05-30 00:00:00', 2.02491591468349, 2.32269230769231, 2.94328045659157, 3.31961538461539, 3.91883752386618, 4.68653846153846, 8.75177242707925, 9.27384615384615, 22.1202928239068, 25.7988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 495, '2021-05-30 00:00:00', 1.89294040704281, 2.18923076923077, 3.03696660400575, 3.33307692307693, 3.50601674049275, 4.20423076923077, 8.68221861933033, 9.24192307692307, 22.0663401726563, 25.9038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 510, '2021-05-30 00:00:00', 2.03455366490653, 2.22615384615385, 2.85413807546974, 3.13192307692308, 3.14124424147747, 4.31923076923077, 8.31289374775947, 9.49230769230769, 22.0527117746409, 25.7861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 525, '2021-05-30 00:00:00', 2.1621358741905, 2.19346153846154, 2.38762698413814, 2.98115384615385, 3.40634703954928, 4.34807692307692, 8.25861985117089, 9.66538461538461, 21.9208815516165, 25.76 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 540, '2021-05-30 00:00:00', 1.83713259016495, 2.12192307692308, 2.2653492853455, 3.10076923076923, 3.30388398473908, 4.47423076923077, 9.81433366992458, 10.2457692307692, 21.8455005330265, 25.6884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 555, '2021-05-30 00:00:00', 1.6195494625168, 2.02730769230769, 2.43262643753935, 3.05923076923077, 3.11222097297338, 4.33076923076923, 9.92583972033833, 10.3369230769231, 21.8888443381906, 25.7676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 570, '2021-05-30 00:00:00', 1.7687287481735, 2.09423076923077, 2.04311376241115, 3.09538461538461, 4.50802356488278, 4.71730769230769, 10.0581672592667, 10.4261538461538, 21.9265542313775, 25.8473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 585, '2021-05-30 00:00:00', 1.27769004306751, 2.03038461538461, 2.93776147117809, 3.20230769230769, 4.48952306872516, 4.64423076923077, 10.5491355825234, 10.7215384615385, 21.9752371440779, 25.9565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 600, '2021-05-30 00:00:00', 2.66165015328115, 2.31153846153846, 4.2175150722452, 3.42576923076923, 6.01302551517569, 5.18961538461538, 11.0471332863397, 10.6246153846154, 21.9354152456706, 25.945 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 615, '2021-05-30 00:00:00', 2.19607387433539, 2.03269230769231, 2.47103145701111, 2.96269230769231, 5.65151541283738, 5.13230769230769, 10.0970964904997, 10.1984615384615, 21.9772401711057, 26.0015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 630, '2021-05-30 00:00:00', 1.88201238449289, 2.18115384615384, 4.20269810771787, 3.84076923076923, 5.56431284028993, 5.36576923076923, 9.97836229047633, 10.595, 22.5415606858497, 26.5030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 645, '2021-05-30 00:00:00', 3.38733260159762, 2.70307692307692, 4.65321367857329, 3.81846153846153, 4.78206250964517, 4.94461538461538, 9.84993076117797, 10.4, 22.4822406219802, 26.2792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 660, '2021-05-30 00:00:00', 3.70035509730537, 2.56961538461538, 4.41112406745282, 3.49653846153846, 4.6169028746386, 4.50807692307692, 9.99592467727954, 10.3869230769231, 22.4518822407799, 26.2419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 675, '2021-05-30 00:00:00', 3.02483942358293, 2.40153846153846, 3.37159366563556, 3.47038461538462, 3.96638801003556, 4.47461538461538, 9.9694056068477, 10.3519230769231, 22.2078206356368, 26.5542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 690, '2021-05-30 00:00:00', 1.96777281365351, 2.35461538461538, 2.24594913977622, 2.89346153846153, 3.49450771266085, 4.66192307692307, 9.8265936190445, 10.5169230769231, 22.0567963640723, 26.7353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 705, '2021-05-30 00:00:00', 1.59890717486855, 1.97192307692307, 2.80094665315963, 3.18307692307692, 4.7526394933601, 4.95692307692307, 9.78480042640704, 10.5892307692308, 22.0060027230334, 26.8603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 720, '2021-05-30 00:00:00', 1.9363464407129, 2.26153846153846, 2.5974356881059, 3.40192307692308, 6.89706492758945, 5.63384615384615, 9.2715742253074, 10.6338461538462, 21.4646996108638, 26.5857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 735, '2021-05-30 00:00:00', 1.40537605150859, 2.12538461538462, 3.34458131218934, 3.36192307692308, 6.10073614725809, 5.09153846153846, 9.24658876808923, 10.3896153846154, 21.1854694180124, 26.7076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 750, '2021-05-30 00:00:00', 2.48410825974913, 2.40538461538462, 5.04265424614397, 3.83538461538461, 5.15844438387567, 5.09269230769231, 9.0745521864506, 10.2542307692308, 20.6311637950568, 26.5765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 765, '2021-05-30 00:00:00', 3.67033915850586, 2.65153846153846, 3.77329933163986, 3.57038461538461, 5.16766641278693, 5.36192307692307, 8.22858052063753, 10.0857692307692, 20.180530007525, 26.4407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 780, '2021-05-30 00:00:00', 1.85424203880226, 2.23846153846153, 2.91505914968356, 3.36538461538461, 4.94692981710724, 5.36884615384615, 7.58087395002409, 9.82538461538462, 20.1227932913439, 26.5246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 795, '2021-05-30 00:00:00', 2.30376738275507, 2.53192307692308, 3.72254024103888, 3.97538461538461, 4.3686912844079, 5.18653846153846, 8.15201567334494, 10.2365384615385, 20.0649635089472, 26.5938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 810, '2021-05-30 00:00:00', 2.54604661870426, 2.56576923076922, 3.34358048527899, 3.4476923076923, 3.85705206283045, 4.75884615384615, 8.80474925166045, 10.5242307692308, 20.1330075860895, 26.5223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 825, '2021-05-30 00:00:00', 2.48996438034455, 2.22884615384615, 2.97854102126941, 3.28115384615385, 3.95466946980208, 4.61884615384616, 9.31319861602545, 10.8626923076923, 20.1372783280546, 26.5176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 840, '2021-05-30 00:00:00', 2.0540574855262, 2.50192307692308, 2.94297946881153, 3.60807692307693, 4.32073854085868, 5.22846153846154, 8.98970574516293, 10.7657692307692, 19.8730241940019, 26.3911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 855, '2021-05-30 00:00:00', 2.15880511822201, 2.40346153846154, 2.84387614682172, 3.25346153846154, 4.82907407911066, 4.99730769230769, 8.95860109271874, 10.7984615384615, 20.1120374402993, 26.475 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 870, '2021-05-30 00:00:00', 2.49856170934092, 2.50115384615384, 4.10820479228879, 3.75115384615384, 5.24621922472233, 5.13192307692307, 9.70813391717719, 11.1580769230769, 21.4751372665086, 27.3061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 885, '2021-05-30 00:00:00', 2.59385015283933, 2.57115384615385, 3.3139130716049, 3.51961538461538, 4.35593459017076, 5.11692307692307, 9.5476803787823, 11.3138461538462, 23.6948014843893, 28.0942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 900, '2021-05-30 00:00:00', 2.46578235361206, 2.34115384615384, 2.93553936860253, 3.47076923076923, 4.32343469228593, 5.12346153846154, 9.88030305514656, 11.7626923076923, 23.548355879241, 28.0338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 915, '2021-05-30 00:00:00', 1.90604495870779, 2.30923076923077, 3.10185386254984, 3.72423076923077, 4.74174834682476, 5.52576923076923, 10.4405951200848, 12.1523076923077, 23.3652662431949, 27.9211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 930, '2021-05-30 00:00:00', 2.17985775823879, 2.62038461538462, 3.57838908749992, 4.0173076923077, 5.01062415887866, 5.54230769230769, 10.3528075493484, 11.8519230769231, 23.0525672356431, 27.8919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 945, '2021-05-30 00:00:00', 2.37450134036278, 2.75384615384616, 3.54274350446961, 3.97346153846154, 4.26731700973088, 5.4423076923077, 10.4242668142841, 11.7811538461538, 25.4566297032061, 28.5896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 960, '2021-05-30 00:00:00', 2.3454981101283, 2.59576923076924, 2.90080256799072, 3.49346153846154, 4.65328901051553, 5.52884615384616, 10.7187334785699, 11.7907692307692, 33.591118459864, 30.6592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 975, '2021-05-30 00:00:00', 2.14273875790199, 2.35423076923076, 3.62206341532218, 3.76076923076923, 5.85484894372572, 6.12192307692307, 10.6582430143925, 11.6619230769231, 34.075796607879, 30.9576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 990, '2021-05-30 00:00:00', 2.558655897146, 2.44, 3.88517713683885, 3.99423076923076, 6.65091049868651, 6.3376923076923, 10.9077913508577, 11.7219230769231, 34.1529212445797, 30.9784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1005, '2021-05-30 00:00:00', 2.66025183885921, 2.62961538461538, 4.7926863031081, 4.305, 6.54410814279649, 6.08076923076923, 10.5572368762635, 11.3923076923077, 33.9618286111832, 30.6811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1020, '2021-05-30 00:00:00', 3.4752105857609, 3.10615384615384, 4.70024446172749, 4.30499999999999, 6.14651706253224, 5.8, 10.418422713931, 11.2896153846154, 33.9582462648561, 30.6457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1035, '2021-05-30 00:00:00', 2.72396340199068, 2.65615384615385, 5.42658948001555, 4.29423076923077, 6.39233099412581, 6.10346153846154, 10.333808777317, 10.9396153846154, 33.8592628117306, 30.5230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1050, '2021-05-30 00:00:00', 4.14239976899307, 3.05961538461538, 4.26929907776261, 3.74115384615385, 6.48725098825499, 5.91423076923077, 9.50248412056229, 10.6473076923077, 33.7592869957518, 30.3876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1065, '2021-05-30 00:00:00', 1.69916019980912, 2.04576923076923, 2.99936259895332, 3.74000000000001, 4.28472221521284, 5.47269230769231, 8.20527965116644, 10.0930769230769, 33.6778198727978, 30.2007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1080, '2021-05-30 00:00:00', 2.44791908488697, 3.17038461538462, 3.81154192501589, 4.30961538461539, 5.19070116799115, 6.14884615384616, 8.6049797478866, 10.3826923076923, 33.6775328645991, 30.1996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1095, '2021-05-30 00:00:00', 2.43373043826835, 2.76961538461538, 3.02736310749394, 3.91923076923077, 6.19211519719914, 6.15115384615385, 9.02925246075222, 10.37, 33.6416998404338, 30.2480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1110, '2021-05-30 00:00:00', 2.00349448560413, 2.53692307692308, 4.52304412468485, 4.26192307692308, 6.00416733482798, 5.80576923076923, 9.00811248905033, 10.1688461538462, 33.6494774928001, 30.2165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1125, '2021-05-30 00:00:00', 3.78329721884944, 2.87461538461539, 5.35854589920122, 4.57307692307692, 5.58859987970016, 5.55615384615385, 9.1281267856765, 9.84884615384616, 33.6734829890729, 29.9861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1140, '2021-05-30 00:00:00', 3.62623103765625, 3.65653846153846, 3.66592551017527, 4.01538461538461, 4.77204835877231, 5.16846153846154, 8.42194986558704, 9.55653846153846, 33.6721599339185, 29.9011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1155, '2021-05-30 00:00:00', 2.40038791736797, 2.60692307692308, 3.62508618465188, 3.91461538461538, 4.20492753070271, 4.94653846153846, 8.27045779590502, 9.27192307692308, 33.7359835487273, 29.885 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1170, '2021-05-30 00:00:00', 2.52764107116011, 2.70423076923077, 3.4128993313829, 3.43538461538462, 4.05075333924255, 4.43115384615385, 8.42398762691764, 9.28653846153846, 33.7462445021665, 29.865 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1185, '2021-05-30 00:00:00', 2.99277337289987, 2.43269230769231, 3.62326363719443, 3.42923076923077, 4.32434227991335, 4.47192307692308, 9.48918218896574, 9.38884615384616, 33.7713370706352, 29.8734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1200, '2021-05-30 00:00:00', 1.7395430434456, 2.265, 2.21968660296552, 2.88615384615385, 2.91485872464094, 4.02423076923077, 9.01790622125694, 8.98384615384616, 33.3189803634736, 29.5826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1215, '2021-05-30 00:00:00', 2.17203006779018, 2.23884615384615, 2.58834800299639, 2.98423076923077, 3.19259903767833, 4.32384615384615, 9.05872930467538, 9.01384615384615, 33.2330853124505, 29.6007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1230, '2021-05-30 00:00:00', 1.66356544806629, 1.935, 1.92633605982565, 2.71884615384615, 2.74528622579476, 4.18730769230769, 8.5735830405873, 9.02307692307692, 33.1285752276699, 29.5438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1245, '2021-05-30 00:00:00', 1.3025029159867, 1.81461538461538, 2.14249663853968, 2.95038461538461, 3.27905776804158, 4.58961538461538, 8.45146116634004, 8.89961538461539, 33.1038097273039, 29.4276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1260, '2021-05-30 00:00:00', 1.72303613962724, 2.27846153846154, 1.99339899128638, 3.04653846153846, 4.15158023667356, 4.96769230769231, 8.15668507327673, 8.92076923076923, 33.0493991100967, 29.3484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1275, '2021-05-30 00:00:00', 1.57663419492772, 2.21076923076923, 2.43568647723483, 3.39615384615384, 4.55276620900372, 4.92192307692307, 7.93187494567622, 9.00192307692308, 33.0278970871595, 29.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1290, '2021-05-30 00:00:00', 1.92841317787848, 2.29423076923077, 3.2479206365825, 3.4173076923077, 4.30052111332497, 4.62538461538462, 7.5482257212183, 8.73653846153846, 32.9656281532517, 29.2934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1305, '2021-05-30 00:00:00', 2.26122036486087, 2.39846153846154, 3.31411287584569, 3.40807692307692, 4.68162042952586, 4.62538461538462, 7.23667564987809, 8.54769230769231, 33.0191759949369, 29.3507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1320, '2021-05-30 00:00:00', 2.30469207020407, 2.43846153846154, 2.82597958509694, 3.20384615384616, 3.98957265881949, 4.44500000000001, 6.54693008504456, 8.50846153846154, 33.0251667299116, 29.3415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1335, '2021-05-30 00:00:00', 1.60029266554109, 2.17615384615384, 2.36904083154733, 3.07769230769231, 3.0882019912016, 4.16346153846154, 5.99956403544329, 8.46615384615385, 33.061984974613, 29.5023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1350, '2021-05-30 00:00:00', 2.04519865501168, 2.26153846153847, 2.50216509324349, 3.01692307692308, 2.85374692964557, 4.02653846153846, 5.77921555762878, 8.62730769230769, 32.9935372156427, 29.405 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1365, '2021-05-30 00:00:00', 1.49515566465117, 1.90769230769231, 2.30247228330432, 2.95115384615385, 3.76600316597767, 4.22961538461539, 5.64254836044849, 8.68, 32.9602990581093, 29.455 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1380, '2021-05-30 00:00:00', 1.66382917947172, 2.02653846153846, 2.38636553393198, 2.99730769230769, 4.46808072718202, 4.55423076923077, 5.50229568872428, 8.80461538461539, 32.9356654006658, 29.3992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 1395, '2021-05-30 00:00:00', 2.3978794477942, 2.40538461538461, 3.75684130825147, 3.43615384615385, 4.63718019423939, 4.62807692307692, 5.61259694451138, 9.08730769230769, 32.9009891738134, 29.3661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 1410, '2021-05-30 00:00:00', 2.14017069772124, 2.30115384615385, 3.53552964153234, 3.32538461538461, 4.48307325906613, 4.43461538461538, 7.04096331914451, 9.72730769230769, 32.8852459622853, 29.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 1425, '2021-05-30 00:00:00', 1.95623000849948, 2.03038461538461, 2.15804370099046, 2.64384615384615, 3.00356129645101, 3.72730769230769, 7.63046607105612, 9.96730769230769, 32.8362947689572, 29.3530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 0, '2021-05-30 00:00:00', 1.81774754953655, 1.99307692307692, 2.6099822870015, 2.97346153846154, 2.98637328286593, 4.14576923076923, 7.64866278911148, 10.1176923076923, 32.84211659065, 29.3469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 15, '2021-05-30 00:00:00', 1.80620609608607, 1.89730769230769, 1.8684983687031, 2.51692307692308, 2.84394806833469, 4.07615384615385, 8.05303275886698, 10.3361538461538, 32.8208837761288, 29.4303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 30, '2021-05-30 00:00:00', 1.13635320890321, 1.72884615384615, 1.84172026607233, 2.85153846153846, 2.82904354590299, 4.11923076923077, 8.22921949752597, 10.5284615384615, 32.6374339300513, 29.8884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 45, '2021-05-30 00:00:00', 1.48516981676015, 2.05576923076923, 2.56603846125022, 3.02423076923077, 3.71803117874956, 4.39961538461539, 8.5592738818556, 10.6257692307692, 32.6608882068681, 29.7523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 60, '2021-05-30 00:00:00', 1.71642401073143, 2.14076923076923, 2.10834780374075, 2.99769230769231, 3.334830730337, 4.5, 9.01144441593791, 10.9376923076923, 32.6592596387892, 29.7180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 75, '2021-05-30 00:00:00', 1.56519116551794, 1.98076923076923, 2.23179913626102, 2.96076923076923, 3.34595418148775, 4.63423076923077, 9.3147927430595, 11.1796153846154, 32.795357018944, 29.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 90, '2021-05-30 00:00:00', 1.35950562281351, 1.88653846153846, 2.49433869762339, 3.10846153846154, 3.69662340729815, 5.00615384615385, 10.8196100598013, 11.8253846153846, 32.7680362924228, 29.7276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 105, '2021-05-30 00:00:00', 2.28420667931914, 2.45192307692308, 3.21549996112579, 3.65, 3.75664179001159, 4.98846153846154, 11.0479370925074, 11.835, 32.8448838868165, 29.9484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 120, '2021-05-30 00:00:00', 1.93013674286405, 2.68961538461539, 2.93038018011315, 3.84, 3.44192658483365, 5.09115384615385, 11.3212872059674, 12.16, 32.5112721966729, 30.0003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 135, '2021-05-30 00:00:00', 1.94935590940661, 2.39730769230769, 2.01220659590793, 3.04923076923077, 3.91452954241778, 5.03846153846153, 11.5404297813583, 12.0134615384615, 32.5235032647989, 29.9561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 150, '2021-05-30 00:00:00', 1.6446906653275, 2.27076923076923, 2.69101642221214, 3.51423076923077, 6.52346576126997, 6.18846153846154, 11.4856620451494, 12.0938461538462, 32.5040714136174, 29.9023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 165, '2021-05-30 00:00:00', 1.67862379530193, 2.29538461538462, 3.43650439568153, 3.89230769230769, 7.42547677826923, 6.54423076923077, 11.3674748227631, 12.1603846153846, 32.5722514750492, 29.8030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 180, '2021-05-30 00:00:00', 3.24776600142314, 3.15, 6.12834448720421, 5.01692307692308, 7.52961030761988, 6.59923076923077, 11.2343028539997, 12.0361538461538, 33.6977633701978, 30.4419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 195, '2021-05-30 00:00:00', 3.46654676321242, 3.10769230769231, 4.75321792214335, 4.33615384615385, 6.1831976790704, 6.15153846153847, 9.60974934436578, 11.1523076923077, 34.1305404857021, 30.1946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 210, '2021-05-30 00:00:00', 2.39384505635728, 2.79307692307693, 3.51956028722121, 3.91615384615385, 5.17071137792917, 5.67807692307693, 9.79017106002829, 10.8057692307692, 34.0363608015808, 30.0638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 225, '2021-05-30 00:00:00', 1.84851062708916, 2.17346153846154, 2.92922893503498, 3.45307692307693, 4.63058275116476, 5.00615384615385, 9.94434049327324, 10.5103846153846, 33.7648292139343, 30.0103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 240, '2021-05-30 00:00:00', 2.72950206786174, 2.61846153846154, 3.62863646779125, 3.72884615384615, 4.94641634068388, 5.06884615384616, 9.86744082635099, 10.4926923076923, 33.2555486266809, 29.8123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 255, '2021-05-30 00:00:00', 2.39403338451113, 2.47961538461538, 3.16276502690045, 3.37884615384615, 4.33236927540365, 4.76653846153846, 9.23607525704757, 10.1269230769231, 32.6708908969437, 29.7 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 270, '2021-05-30 00:00:00', 1.79752650563532, 2.23153846153846, 2.70528553874704, 3.23538461538462, 4.86554247113943, 5.23346153846154, 7.93466784724817, 9.84538461538461, 31.4665639907603, 29.4342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 285, '2021-05-30 00:00:00', 1.82022365489688, 2.11307692307692, 2.66129557806835, 3.17307692307692, 4.47462912945351, 5.00461538461539, 7.25015823699997, 9.51769230769231, 30.874017804371, 29.2607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 300, '2021-05-30 00:00:00', 2.21798522572592, 2.28769230769231, 4.00113032106602, 3.85961538461538, 4.70175314275267, 5.08884615384616, 7.20087768154795, 9.40076923076923, 30.8932147591319, 29.2669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 315, '2021-05-30 00:00:00', 2.97307279530015, 2.63461538461539, 3.48089528713519, 3.51, 4.34944417315416, 5.22615384615385, 7.36936495541874, 9.72038461538461, 30.6410411276219, 29.2442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 330, '2021-05-30 00:00:00', 2.39420997087043, 2.41576923076923, 3.51153924172205, 3.65961538461538, 4.62659484352735, 5.26961538461538, 7.72577396670491, 10.2592307692308, 30.4204588748074, 29.1230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 345, '2021-05-30 00:00:00', 1.96712288928233, 2.38730769230769, 2.65971160958361, 3.63461538461539, 3.42631573829114, 4.90653846153846, 7.65273450373234, 10.3457692307692, 29.739685180166, 28.7788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 360, '2021-05-30 00:00:00', 1.74835593102161, 2.49730769230769, 2.43245390501033, 3.48, 3.02706105247063, 4.60115384615385, 7.48856885783002, 10.4134615384615, 29.4635386171816, 28.7196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 375, '2021-05-30 00:00:00', 1.71673643871154, 2.28, 2.60411402326277, 3.27538461538462, 2.86075581728917, 4.21961538461538, 7.50581051842248, 10.5965384615385, 29.4755513708461, 28.7961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 390, '2021-05-30 00:00:00', 1.9392739719961, 2.21346153846154, 2.18291368446995, 2.95192307692308, 4.14686478420282, 4.49346153846153, 8.13442969491645, 10.9623076923077, 29.4044187809614, 28.7596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 405, '2021-05-30 00:00:00', 1.79583351121423, 2.075, 2.0509984435354, 2.85884615384616, 4.33172626807587, 4.63730769230769, 7.96452836983121, 10.8719230769231, 28.8082809248687, 28.5546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 420, '2021-05-30 00:00:00', 1.97113633763332, 2.4023076923077, 3.71849061603475, 3.87730769230769, 4.86970662518643, 5.00115384615385, 7.9470886105929, 11.0157692307692, 28.8263300713881, 28.5242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 435, '2021-05-30 00:00:00', 2.89168806169578, 2.84961538461538, 3.67348689939137, 3.715, 4.41330075323012, 5.06653846153846, 7.87812696404028, 11.4326923076923, 28.247980080271, 28.3388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 450, '2021-05-30 00:00:00', 2.70920644072421, 2.61653846153846, 3.46121908270216, 3.54846153846154, 3.64759370628828, 4.72961538461538, 7.35848734455663, 11.22, 27.4905911876437, 28.1096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 465, '2021-05-30 00:00:00', 2.05316524869811, 2.10346153846154, 2.86619200602204, 3.30615384615385, 3.56340953841423, 4.37653846153846, 6.97970483175768, 11.1334615384615, 27.3722864591177, 27.975 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 480, '2021-05-30 00:00:00', 2.25242843308147, 2.45461538461539, 2.74525562772184, 3.19269230769231, 3.07881155892734, 4.15615384615384, 6.91380198198892, 10.9753846153846, 27.3941928152665, 27.83 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 495, '2021-05-30 00:00:00', 1.8011914005842, 2.1076923076923, 2.47552996656971, 2.92384615384616, 3.70165667692807, 4.46692307692308, 7.49758270788248, 11.4123076923077, 27.407290161561, 27.675 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 510, '2021-05-30 00:00:00', 1.58247129029736, 2.00076923076923, 1.97824584300957, 2.93384615384616, 3.74572954791905, 5.06538461538461, 7.53620088945046, 11.5103846153846, 27.3835837431003, 27.6311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 525, '2021-05-30 00:00:00', 1.38019469083727, 2.08423076923077, 2.92622973492146, 3.33269230769231, 4.82893592355979, 5.49692307692308, 8.04784408780007, 11.6723076923077, 27.4170574558697, 27.5765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 540, '2021-05-30 00:00:00', 2.70073061339961, 2.69538461538462, 3.5380543327567, 4.08269230769231, 4.9840565653044, 6.04038461538462, 7.95297104619013, 11.6026923076923, 27.4450609371915, 27.4853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 555, '2021-05-30 00:00:00', 2.45692766243973, 2.80153846153846, 3.87041520332817, 4.06461538461539, 4.93944269668615, 6.04692307692308, 7.52613779795761, 11.1630769230769, 27.4227968051288, 27.3338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 570, '2021-05-30 00:00:00', 2.46673212664355, 2.54923076923077, 2.87549615785627, 3.40692307692308, 5.23075985067033, 5.58615384615385, 6.76056033180683, 10.54, 27.4546894074863, 27.1523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 585, '2021-05-30 00:00:00', 1.62007544933515, 2.16269230769231, 2.96739069528459, 3.76653846153847, 4.56610490462057, 5.11500000000001, 6.99849073839386, 10.7061538461538, 27.3953928327655, 26.9526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 600, '2021-05-30 00:00:00', 2.3430829132708, 2.87153846153846, 4.01887242127211, 3.99653846153846, 4.43814106961983, 5.18807692307693, 7.69103542094001, 11.0446153846154, 27.4352535730105, 26.9888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 615, '2021-05-30 00:00:00', 2.83824745492436, 2.76615384615385, 3.37150977365425, 3.52692307692308, 4.02566690127239, 5.39500000000001, 7.49982293124311, 10.87, 27.4921204739439, 27.0280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 630, '2021-05-30 00:00:00', 1.84838345172624, 2.27576923076923, 2.13245200144378, 3.11653846153846, 3.14007067534377, 5.11961538461539, 9.20820170366531, 11.5811538461538, 27.4863991793424, 27.0203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 645, '2021-05-30 00:00:00', 1.58493741686687, 2.22884615384615, 3.03614978854166, 3.97846153846154, 3.10663022978522, 5.11076923076924, 12.3568532962326, 12.8707692307692, 27.50638450363, 26.9973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 660, '2021-05-30 00:00:00', 2.47335241197978, 3.07192307692308, 2.5579721535743, 3.87846153846154, 3.17139464589319, 5.08, 12.5767848649192, 12.8384615384615, 27.5170016507278, 26.9303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 675, '2021-05-30 00:00:00', 1.44084211487588, 2.435, 1.99909444884043, 3.33884615384615, 3.74922293487392, 5.37384615384615, 12.3083083134305, 12.6115384615385, 27.3415022742969, 26.9088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 690, '2021-05-30 00:00:00', 1.09776500217487, 2.04, 2.55606741213619, 3.47384615384615, 4.46839742396103, 5.49653846153846, 12.455305554724, 12.6526923076923, 27.3372866612618, 26.915 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 705, '2021-05-30 00:00:00', 2.17765381864201, 2.67192307692308, 3.66592492264388, 3.98846153846154, 5.02816462921229, 5.61346153846154, 15.2137185258771, 13.5007692307692, 27.2503006871202, 26.9665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 720, '2021-05-30 00:00:00', 3.06255157570385, 2.71307692307692, 3.65199142723739, 4.21423076923077, 4.40076715340196, 5.20346153846154, 24.5227341586411, 15.7488461538462, 27.2231828015417, 26.7853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 735, '2021-05-30 00:00:00', 2.44118042064773, 2.94461538461538, 3.29665536800325, 3.72615384615385, 3.69127953633759, 4.96615384615385, 24.3870082342091, 15.8388461538462, 26.9486816004049, 26.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 750, '2021-05-30 00:00:00', 2.13593881358634, 2.40115384615385, 2.55312237195044, 3.26461538461538, 3.31842485804057, 4.81653846153846, 24.3824293987415, 15.9792307692308, 26.8760601622737, 26.2246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 765, '2021-05-30 00:00:00', 1.55038377382952, 1.97538461538461, 2.63466573562217, 3.41346153846154, 4.92454368053919, 5.57230769230769, 24.320042842194, 16.1696153846154, 26.8428174292204, 26.2765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 780, '2021-05-30 00:00:00', 1.99523617264107, 2.71076923076923, 2.52581904461778, 3.49461538461539, 5.17460373808022, 5.63961538461538, 24.2819356344144, 16.1830769230769, 26.7563024380023, 26.4419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 795, '2021-05-30 00:00:00', 1.70258902399122, 2.11576923076923, 3.56204919414913, 3.83230769230769, 4.26121197999601, 5.20653846153846, 23.2624358569777, 16.005, 25.9383019075296, 26.3746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 810, '2021-05-30 00:00:00', 2.62643133138134, 2.81846153846154, 3.33609509180096, 3.75230769230769, 5.90089960547086, 5.97807692307692, 22.9278332063556, 15.7865384615385, 25.6658298941189, 26.5519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 825, '2021-05-30 00:00:00', 2.13209395088129, 2.40384615384615, 2.31612252233372, 3.43346153846154, 8.77620787216122, 7.15384615384615, 22.4053736548932, 15.3461538461538, 25.2949182156903, 26.2134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 840, '2021-05-30 00:00:00', 1.86286697984998, 2.69576923076923, 4.92250611594729, 4.37230769230769, 8.91007464356198, 7.29307692307692, 22.4344275715147, 15.0373076923077, 25.2946249322171, 26.1776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 855, '2021-05-30 00:00:00', 4.00048127873866, 3.0823076923077, 7.6334017016309, 5.42846153846154, 7.81967515555867, 6.77346153846154, 21.3290206093446, 14.6380769230769, 24.5008706281728, 25.9484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 870, '2021-05-30 00:00:00', 4.82014746024035, 3.28153846153846, 5.00087913809623, 4.37192307692308, 5.3132192327613, 5.84115384615385, 18.9168953705818, 14.0823076923077, 23.1320646190188, 25.4384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 885, '2021-05-30 00:00:00', 2.84435538188559, 2.84153846153847, 3.34676121278238, 3.88115384615385, 8.17120844089877, 6.80923076923077, 18.7078759761353, 13.9465384615385, 23.2663998107538, 25.9980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 900, '2021-05-30 00:00:00', 2.44955958364889, 2.77692307692308, 3.52504856485912, 4.12076923076923, 18.2239647674746, 9.02038461538461, 18.730102336572, 13.7315384615385, 23.3070522473679, 26.0026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 915, '2021-05-30 00:00:00', 2.47158488548418, 2.67038461538461, 7.63013745213423, 5.08153846153846, 18.1369142486129, 9.12769230769231, 18.3196312903777, 13.3111538461538, 22.8519867003691, 25.8319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 930, '2021-05-30 00:00:00', 6.33799861640396, 3.59769230769231, 16.889009917695, 6.68, 17.2352819931852, 8.83576923076923, 17.1796463830358, 12.7253846153846, 22.5450319002794, 25.5892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 945, '2021-05-30 00:00:00', 11.8152616364794, 4.41653846153846, 12.1922728177128, 6.00730769230769, 12.7139929998408, 7.715, 16.9379095068293, 12.5423076923077, 22.3390935047818, 25.4388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 960, '2021-05-30 00:00:00', 6.10250280307502, 3.98730769230769, 8.36178664198949, 5.47961538461538, 12.8927887357474, 7.58423076923077, 18.666994504905, 12.6896153846154, 22.4499302585862, 25.2638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 975, '2021-05-30 00:00:00', 5.83904139919717, 3.5373076923077, 10.3792910458944, 5.65884615384615, 11.1388585867397, 7.11115384615385, 17.4236741864007, 12.3069230769231, 21.4404511146571, 25.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 990, '2021-05-30 00:00:00', 5.26076724442357, 3.64, 5.5909671242653, 4.47423076923077, 6.47346664944978, 5.86769230769231, 12.5104677216875, 11.0588461538462, 19.9434245342631, 24.5269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 1005, '2021-05-30 00:00:00', 3.16672976185455, 2.84576923076923, 4.44538149267131, 4.28384615384616, 4.75168912477043, 5.26846153846154, 11.3509463109402, 10.9030769230769, 19.9461567880979, 24.5288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 1020, '2021-05-30 00:00:00', 3.0111022[...];
Date: 2021-05-30 19:00:15 Duration: 3s56ms Database: acaweb_fx User: pgperfstats
14 3s27ms 1 3s27ms 3s27ms 3s27ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.[...];Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 30 19 1 3s27ms 3s27ms [ User: pgperfstats - Total duration: 3s27ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 1, 1155, '2021-05-30 00:00:00', 4.52506396044894, 5.71961538461539, 5.70044701351097, 8.29807692307692, 7.30097843811679, 11.7369230769231, 13.2437614747473, 24.985, 24.9797505468852, 49.8242307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1170, '2021-05-30 00:00:00', 3.64107179909348, 5.24038461538461, 4.64129665237901, 7.27884615384615, 7.21759202334024, 10.6711538461538, 12.4765353178862, 23.8815384615384, 24.5247400770355, 49.4203846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1185, '2021-05-30 00:00:00', 3.17378262548747, 5.08807692307692, 4.38089790585657, 7.39230769230769, 6.19928209243123, 10.6823076923077, 12.5655070790576, 22.9680769230769, 24.488824075798, 48.9361538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1200, '2021-05-30 00:00:00', 2.69732382132762, 4.93583333333333, 4.19427447907229, 7.02083333333333, 7.0437218294127, 10.8020833333333, 12.2414819763892, 23.02875, 25.1454267026425, 50.2733333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1215, '2021-05-30 00:00:00', 2.37481894809516, 4.63791666666668, 3.60517198427922, 7.42958333333335, 6.61407014727267, 10.5625, 12.0924761612395, 22.7266666666666, 24.9103678287237, 50.6758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1230, '2021-05-30 00:00:00', 2.96627709744733, 5.38541666666667, 5.84364928418208, 7.4775, 6.26070486146079, 10.5608333333333, 11.5399815308294, 22.1154166666666, 24.667426315173, 50.8791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1245, '2021-05-30 00:00:00', 3.78785585691346, 5.40458333333333, 3.80303959286878, 7.45666666666667, 5.14784793926521, 10.9358333333333, 9.8726803182655, 21.7308333333333, 24.489871016964, 51.0354166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1260, '2021-05-30 00:00:00', 3.20148018302767, 5.49666666666667, 4.38839822136453, 7.76041666666667, 6.37774344208384, 11.78125, 9.44318905694563, 21.7225, 24.0996718022934, 51.0562499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1275, '2021-05-30 00:00:00', 2.9485977691689, 4.82125, 4.13482854121152, 7.34375, 6.49996516155658, 11.6041666666667, 8.64581661426707, 21.0866666666666, 23.2663683382725, 50.5249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1290, '2021-05-30 00:00:00', 3.39767884856279, 5.29958333333332, 5.35337980740381, 8.50666666666666, 6.29698822361975, 12.1979166666667, 7.97335394852166, 20.5908333333333, 22.109968094288, 49.9124999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1305, '2021-05-30 00:00:00', 3.98512321832304, 6.24624999999999, 4.60405397920987, 8.71, 4.57148088697744, 12.78125, 6.44813735603692, 19.8833333333333, 22.2930916705575, 50.2383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1320, '2021-05-30 00:00:00', 3.52394785921885, 6.34541666666667, 3.81096128369173, 8.59208333333333, 6.0967074595905, 15.06625, 6.8873601408773, 18.8391666666666, 22.2911944945252, 49.8529166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1335, '2021-05-30 00:00:00', 2.27243504614786, 6.09090909090909, 3.6436395688047, 9.32954545454546, 5.30193552830665, 15.8981818181818, 6.3732024882872, 19.2163636363635, 22.8746422913388, 51.0913636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1350, '2021-05-30 00:00:00', 3.51309836823957, 7.14416666666667, 5.93419414452607, 12.6108333333333, 5.96195800866637, 14.0070833333333, 7.123242714899, 17.5729166666666, 22.3144745218973, 49.8441666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1365, '2021-05-30 00:00:00', 5.78037144323261, 9.89374999999999, 6.14445665986239, 11.2420833333333, 6.59330534423507, 11.9283333333333, 9.28961668098902, 16.5695833333332, 22.2858001030226, 49.9008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1380, '2021-05-30 00:00:00', 2.68804359246243, 6.34454545454545, 2.89074703117868, 6.79227272727272, 3.69324131154209, 8.74136363636361, 7.92813888294002, 15.3663636363636, 20.9986778031503, 49.7213636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 1, 1410, '2021-05-30 00:00:00', 1.68681421851732, 2.92772727272727, 2.81159257607726, 4.27636363636363, 3.71971421073224, 6.675, 7.31544585462486, 15.0563636363636, 20.369549848707, 49.1009090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 1, 1425, '2021-05-30 00:00:00', 2.12058683579299, 2.48863636363636, 2.46871787885289, 5.08818181818182, 3.12116226686532, 6.56409090909094, 7.8198559153476, 15.4631818181818, 20.1272766182925, 48.9354545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 60, '2021-05-30 00:00:00', 1.6801602487675, 3.5723076923077, 2.37225387796889, 4.4473076923077, 2.79592640488595, 5.9073076923077, 7.45053663529322, 15.1180769230769, 19.1092481677972, 47.2715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 75, '2021-05-30 00:00:00', 1.62507396281381, 2.60576923076923, 2.12403824389733, 3.94230769230769, 3.53134753098805, 6.44076923076923, 7.85378957035296, 15.1611538461538, 19.1646468790844, 47.215 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 90, '2021-05-30 00:00:00', 1.91966042670212, 2.79807692307692, 2.44626723491433, 3.91923076923077, 3.51503568205983, 6.41038461538462, 8.34778062628719, 15.7957692307692, 19.4627273169868, 47.4111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 105, '2021-05-30 00:00:00', 1.29228075063492, 2.65153846153846, 3.12186889292542, 4.81576923076923, 3.08682979022915, 6.59307692307693, 7.88805298195659, 15.4303846153846, 19.4755758204594, 47.6084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 120, '2021-05-30 00:00:00', 2.45813641106115, 3.68115384615385, 2.28729242017382, 4.64115384615385, 2.72735431113406, 6.78846153846154, 7.92260295221601, 15.1515384615384, 19.7290518817769, 47.771923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 135, '2021-05-30 00:00:00', 1.53958001266079, 3.19884615384616, 2.14478347481655, 4.66192307692308, 2.99435366083465, 7.36538461538461, 7.83677174508839, 14.9207692307692, 19.3868745170144, 47.9065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 150, '2021-05-30 00:00:00', 1.6823650477367, 3.20192307692309, 1.9215311202668, 4.6746153846154, 4.18494108036826, 7.88961538461539, 7.93473377964544, 14.6419230769231, 19.4102203371951, 47.8584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 165, '2021-05-30 00:00:00', 1.54421999229883, 3.01923076923077, 2.51252631061616, 5.18269230769231, 4.55163140659902, 8.08730769230767, 8.02411815428004, 14.4880769230769, 19.1803479073283, 47.6853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 180, '2021-05-30 00:00:00', 2.4362644797691, 3.90384615384615, 3.6844016318278, 5.89923076923077, 6.00824004693043, 8.58730769230767, 7.98880918246559, 14.1419230769231, 19.129477040582, 47.4196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 195, '2021-05-30 00:00:00', 3.0000339741666, 4.13961538461539, 4.19774921374998, 5.82769230769229, 6.09568782009054, 7.89499999999998, 7.87012211810252, 13.6130769230769, 18.829442460801, 47.1407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 210, '2021-05-30 00:00:00', 2.14990264538082, 3.49576923076921, 4.07599735789151, 5.33230769230767, 4.95262673118636, 7.14653846153844, 7.45175482688476, 12.685, 18.2825131751627, 46.66 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 225, '2021-05-30 00:00:00', 2.87778293402831, 3.52884615384615, 3.94535998162593, 4.85576923076923, 4.26303431119919, 6.96153846153846, 6.64585614094632, 12.2403846153846, 17.9321134238593, 46.4196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 240, '2021-05-30 00:00:00', 2.64981857143814, 3.55769230769231, 3.03196115765662, 5.06730769230769, 3.79852653619188, 6.53038461538461, 6.14931555916216, 11.8846153846154, 17.6173646723907, 46.285 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 255, '2021-05-30 00:00:00', 2.35065948193268, 3.54, 3.1388034956995, 5.09923076923077, 3.96501368704593, 6.11846153846154, 5.74925857427252, 11.3669230769231, 17.3276390908149, 46.0926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 270, '2021-05-30 00:00:00', 1.92161490578988, 3.28038461538461, 2.35005400919933, 3.92461538461538, 3.44848740531488, 6.18423076923077, 5.22217903237277, 10.9246153846154, 17.3276390908149, 46.0926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 285, '2021-05-30 00:00:00', 1.4702903951784, 2.59461538461539, 2.20788098898887, 3.76769230769231, 3.36602081898585, 6.04807692307692, 4.91782002986627, 10.8446153846154, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 300, '2021-05-30 00:00:00', 1.63639495890768, 2.56730769230769, 2.54293894176373, 4.30769230769231, 3.4793484138004, 5.64423076923077, 5.04678458182878, 10.8011538461538, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 315, '2021-05-30 00:00:00', 2.15412663008969, 2.99846153846154, 2.7305395353018, 4.38307692307692, 3.41062367407397, 5.59461538461539, 4.49037432052847, 11.0384615384615, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 330, '2021-05-30 00:00:00', 2.15370878682833, 2.96153846153846, 2.89583586976461, 3.85576923076923, 3.37286969804646, 5.125, 4.29392459895821, 11.0673076923077, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 345, '2021-05-30 00:00:00', 1.60827188669654, 2.30769230769231, 1.89726523834054, 3.26923076923077, 2.87591122683149, 5.39423076923077, 3.9727073698114, 10.7403846153846, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 360, '2021-05-30 00:00:00', 1.34722078597157, 2.28038461538461, 1.82611925636349, 3.58653846153846, 2.81740811057583, 5.31730769230769, 4.66823348239501, 11.2596153846154, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 375, '2021-05-30 00:00:00', 1.20196153784617, 2.41346153846154, 2.60666674863925, 4.08653846153846, 3.00219983448035, 5.45038461538462, 4.5335925642322, 12.2115384615385, 17.3266899497678, 46.0461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 390, '2021-05-30 00:00:00', 1.9888148771026, 2.65384615384615, 1.99065605729909, 3.37346153846154, 2.68840315772422, 4.87346153846154, 4.87391999871214, 12.7019230769231, 17.3266899497678, 46.0461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 405, '2021-05-30 00:00:00', 1.07115983149827, 2.07923076923077, 1.85709007279172, 3.58346153846154, 2.25410968267706, 4.8623076923077, 5.8021216278716, 13.5192307692308, 17.5486610140094, 46.1407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 420, '2021-05-30 00:00:00', 1.65973236952876, 2.83653846153846, 2.13678856806549, 3.60576923076923, 2.85923873677001, 5.03692307692308, 6.45760761844866, 14.2419230769231, 17.5486610140094, 46.1407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 435, '2021-05-30 00:00:00', 1.3303513127684, 2.23884615384616, 1.53096249263205, 3.32692307692308, 2.52360547934589, 5.30615384615385, 7.54264797412278, 15.4423076923077, 17.4701026900244, 45.91 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 450, '2021-05-30 00:00:00', 1.28975251054671, 2.53846153846154, 1.90474306767242, 3.53692307692308, 2.78657495861855, 5.5, 8.05235273788876, 15.8461538461538, 17.4389284780212, 45.8523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 465, '2021-05-30 00:00:00', 1.44434392878406, 2.37423076923077, 2.34361079073756, 4.18346153846154, 3.00865541141145, 5.75076923076923, 8.31608358266354, 16.1369230769231, 17.4402923581705, 45.7584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 480, '2021-05-30 00:00:00', 2.12566731603549, 3.21153846153846, 2.69793368225502, 4.32692307692308, 3.35416994202739, 5.79, 8.44953913171964, 16.4134615384615, 17.3119878296914, 45.6888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 495, '2021-05-30 00:00:00', 1.61809955004201, 2.63307692307692, 1.95481358544649, 3.91192307692308, 2.5811632738271, 6.00961538461539, 8.85683134865181, 16.4615384615385, 17.113336216575, 45.5926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 510, '2021-05-30 00:00:00', 1.47217395502235, 2.66192307692308, 1.71595181033286, 3.76115384615384, 1.86902689613112, 5.94153846153846, 9.31638857894228, 16.7019230769231, 17.0165538045932, 45.6792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 525, '2021-05-30 00:00:00', 1.09986460705223, 2.46307692307692, 1.62630421035407, 4.58576923076923, 2.08438147992304, 6.15307692307692, 10.2511584711193, 17.125, 17.1448344855954, 45.8715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 540, '2021-05-30 00:00:00', 1.70092662528852, 3.95923076923077, 1.86409804958364, 5.01846153846154, 4.52455012638316, 7.34538461538462, 10.2108539535897, 17.5576923076923, 17.2340114174983, 45.8715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 555, '2021-05-30 00:00:00', 1.52974231113006, 3.12653846153846, 2.13900293091467, 4.29153846153846, 4.53951188497686, 8.37807692307692, 9.91187108781881, 17.2226923076923, 17.8364164950422, 45.8042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 570, '2021-05-30 00:00:00', 1.73258033446782, 3.26115384615384, 4.12190689627246, 5.31269230769231, 5.17710380870945, 9.00961538461539, 9.82953262055025, 17.0865384615385, 17.6072939300297, 45.7465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 585, '2021-05-30 00:00:00', 3.15219835377447, 3.7823076923077, 4.18312544176462, 7.18769230769231, 5.77119005192037, 10.2211538461538, 10.1525693602844, 17.3638461538462, 17.591808832522, 45.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 600, '2021-05-30 00:00:00', 4.05168530936866, 6.38461538461539, 5.07884943057594, 8.08653846153846, 5.98847514943367, 10.7611538461538, 10.1233262396233, 17.5769230769231, 17.6602899706135, 45.5446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 615, '2021-05-30 00:00:00', 2.82376249273633, 5.03115384615386, 3.69886936987299, 6.97115384615385, 5.33288960493854, 10.3365384615385, 9.3452614483738, 16.9534615384615, 17.7447542497667, 44.6407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 630, '2021-05-30 00:00:00', 2.36041065527557, 4.44230769230769, 3.41816414963444, 6.32692307692308, 4.78484185093526, 9.16346153846154, 8.43380035698845, 16.2226923076923, 17.5063429779477, 44.1673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 645, '2021-05-30 00:00:00', 2.83178956736657, 4.51192307692307, 4.1038993839818, 6.92692307692307, 4.65068274557618, 8.895, 8.65057245771364, 16.2996153846154, 17.6246217155258, 44.0711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 660, '2021-05-30 00:00:00', 2.56344419752921, 4.71307692307692, 3.17314452142447, 6.17307692307692, 4.18375981072601, 8.07692307692308, 8.24444335015083, 15.6169230769231, 17.4790344258926, 43.7826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 675, '2021-05-30 00:00:00', 2.10348154624294, 3.76115384615384, 3.138319614061, 5.665, 4.15184852250731, 7.21307692307692, 7.50132904121765, 14.9357692307692, 17.3885114548481, 43.6488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 690, '2021-05-30 00:00:00', 2.11324966670911, 4.04807692307692, 2.29285596179491, 5.10730769230769, 3.74787119062788, 6.55769230769231, 7.58183583410935, 15.0688461538462, 17.4269435468361, 43.5142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 705, '2021-05-30 00:00:00', 1.73582895293464, 3.21307692307692, 2.96094579484326, 4.33, 4.96058503063438, 6.25961538461539, 7.64973428397253, 15.3188461538462, 17.4796261577696, 43.6488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 720, '2021-05-30 00:00:00', 2.30312496738337, 3.30615384615385, 2.98883113247663, 4.54653846153846, 4.3854606810021, 6.56576923076923, 7.56432009248277, 15.7323076923077, 17.4286149323903, 43.7723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 735, '2021-05-30 00:00:00', 2.08034483088372, 2.98884615384616, 3.28889097510906, 4.46961538461539, 3.5808384278202, 7.00961538461539, 8.18427385059533, 16.2323076923077, 17.4275341165815, 43.7242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 750, '2021-05-30 00:00:00', 1.9219381243542, 3.32692307692308, 2.40720073625267, 4.76923076923077, 2.45515548622454, 7.18269230769231, 7.80026626764458, 15.9053846153846, 17.2560778902346, 43.8080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 765, '2021-05-30 00:00:00', 1.51972163442976, 3.42538461538461, 1.86010752377383, 5.25, 3.00907205220891, 7.43115384615387, 8.6379475838615, 18.8976923076923, 17.5233994418891, 44.51 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 780, '2021-05-30 00:00:00', 1.67350392429041, 3.77076923076923, 2.04960127454473, 5.10576923076923, 3.65039085367793, 7.60576923076925, 10.1055156302806, 22.2630769230769, 17.616269281111, 44.5292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 795, '2021-05-30 00:00:00', 1.64495148397008, 3.35576923076923, 2.6268098522733, 5.08500000000002, 4.38470111252225, 8.03038461538461, 10.6887777526785, 23.7646153846154, 18.2067079988076, 44.7219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 810, '2021-05-30 00:00:00', 2.27932328013923, 3.48884615384617, 2.91451993672002, 5.05769230769233, 4.69505356731954, 8, 10.6953650996768, 25.1311538461539, 18.7882020263945, 45.0392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 825, '2021-05-30 00:00:00', 2.04809468681356, 3.49038461538463, 3.61861692660863, 5.85730769230769, 4.84588326472941, 8.19384615384615, 11.2537759065057, 25.828076923077, 19.0781356128301, 44.9623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 840, '2021-05-30 00:00:00', 3.05082982406174, 4.21884615384616, 3.3303044905834, 5.44, 4.27659024853284, 7.64192307692308, 11.6264997576822, 26.5238461538462, 19.1640696657532, 44.9430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 855, '2021-05-30 00:00:00', 1.74522204890954, 3.21, 3.88543879315897, 5.22115384615385, 3.60906337732361, 6.61769230769231, 12.8519944755668, 26.995, 19.1589360753268, 44.6834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 870, '2021-05-30 00:00:00', 3.72744499004964, 4.07692307692308, 3.55120289479495, 5.145, 5.14171215123463, 7.05038461538461, 12.9323770972167, 27.7642307692308, 18.6422786532283, 45.3442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 885, '2021-05-30 00:00:00', 2.18573955095647, 3.37576923076923, 2.31398174981169, 4.64653846153846, 4.61681708539552, 7.5, 12.2569642872312, 28.4084615384616, 19.5557064660066, 45.7692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 900, '2021-05-30 00:00:00', 1.6819174039905, 3.67307692307692, 3.73328325286923, 5.24038461538461, 4.5558077895566, 8.15384615384615, 12.2261996611313, 28.5430769230769, 19.5307649225916, 45.9423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 915, '2021-05-30 00:00:00', 2.66273139117307, 3.40230769230769, 3.23923789707489, 5.66692307692306, 4.2959890416706, 8.56461538461538, 12.3549362044239, 29.3461538461538, 19.5241897024808, 45.9265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 930, '2021-05-30 00:00:00', 2.65761098617652, 4.67807692307691, 3.2802823752748, 6.28730769230768, 3.8311379309748, 8.35461538461538, 12.5122544546721, 29.4665384615384, 21.3020423903436, 48.215 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 945, '2021-05-30 00:00:00', 2.44581982479998, 4.11884615384616, 2.76121280488233, 5.88807692307693, 7.39619054753086, 12.8111538461539, 12.7186756990837, 29.1634615384615, 21.790068595225, 48.6657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 960, '2021-05-30 00:00:00', 2.13480768364596, 4.24038461538461, 2.76706245238242, 5.47115384615385, 9.66160123693473, 17.2823076923077, 12.5960654723852, 29.3942307692308, 22.4436096130176, 49.6273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 975, '2021-05-30 00:00:00', 1.45684722814503, 3.50961538461538, 6.14848288979925, 11.4346153846154, 9.02308264738491, 18.9073076923077, 12.3828044543167, 29.4230769230769, 22.5999165451147, 50.0696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 990, '2021-05-30 00:00:00', 5.6271949153539, 10.8288461538462, 8.41373142318785, 15.8673076923077, 9.28499905969094, 20.2434615384616, 12.1397947010901, 29.2307692307692, 22.6057277833601, 50.8638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1005, '2021-05-30 00:00:00', 4.78303291292814, 9.24038461538461, 6.51221696860248, 13.2646153846154, 9.79823133961519, 18.0957692307693, 11.6804735151646, 26.7884615384615, 22.8496504097141, 50.3796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1020, '2021-05-30 00:00:00', 4.29392825349398, 9.12038461538462, 7.09973404702328, 12.7834615384616, 10.8203145766868, 16.4934615384616, 10.456981473564, 25.0384615384615, 22.6370591593655, 49.2707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1035, '2021-05-30 00:00:00', 4.985805034912, 9.45038461538463, 6.80796782058752, 12.3553846153847, 8.35848673274884, 15.4373076923077, 9.79597111061481, 24.665, 22.3595542992595, 48.9373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1050, '2021-05-30 00:00:00', 3.3257723914905, 7.24500000000003, 5.29852700866368, 10.2773076923077, 7.62257805167295, 14.0080769230769, 10.3165958309154, 24.6615384615385, 22.637761237502, 48.7353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1065, '2021-05-30 00:00:00', 4.63481806132004, 7.69230769230769, 4.46767234181807, 10.2980769230769, 7.56813283547432, 14.4711538461538, 10.4076829978922, 24.4342307692308, 23.3254237161613, 49.0334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1080, '2021-05-30 00:00:00', 3.12041417369307, 7.49384615384616, 5.82814160907099, 10.3688461538462, 6.7300520057426, 13.84, 10.7174834015051, 23.6876923076923, 23.9746979093825, 49.0496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1095, '2021-05-30 00:00:00', 4.80612589866788, 7.42307692307692, 5.89067875154011, 10.5480769230769, 7.36961667931243, 13.875, 11.3821177223816, 23.7996153846154, 24.3280391697759, 49.1553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1110, '2021-05-30 00:00:00', 3.38874381082203, 7.19384615384615, 3.58262258902394, 8.88615384615384, 5.70084103107063, 12.4726923076923, 11.7770080306437, 23.1569230769231, 24.17950101922, 49.4615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1125, '2021-05-30 00:00:00', 2.95177717003477, 5.60730769230769, 4.41537218572359, 8.70346153846154, 5.04805369958028, 11.8830769230769, 11.6663732746992, 22.9342307692308, 24.0577388284614, 49.7515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1140, '2021-05-30 00:00:00', 3.73727842152548, 6.165, 4.2891800363957, 8.14576923076923, 5.28085256811377, 11.4903846153846, 12.1280259538996, 24.4984615384615, 24.1560754708592, 49.8669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1155, '2021-05-30 00:00:00', 2.99583043578905, 5.25, 4.13821078022114, 8.02730769230769, 5.20147612184789, 11.1746153846154, 12.2358237784982, 23.9934615384615, 24.4417246653214, 49.8261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1170, '2021-05-30 00:00:00', 3.43167501150901, 5.85576923076923, 4.20039421226884, 7.95346153846154, 5.14081603818513, 11.0015384615385, 12.759076069757, 23.3630769230769, 25.0698929364717, 50.1296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1185, '2021-05-30 00:00:00', 2.211571839213, 5.18500000000002, 3.23305706723526, 7.47500000000001, 5.57265268969812, 10.725, 12.7233950718291, 22.3830769230769, 25.2271820829468, 49.8396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1200, '2021-05-30 00:00:00', 3.3421801498193, 5.62807692307692, 5.14732838844205, 7.96153846153846, 5.89688444467467, 10.1169230769231, 12.404952857009, 22.1792307692308, 25.1648714160159, 50.3542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1215, '2021-05-30 00:00:00', 3.29822033597142, 5.16423076923077, 4.01839998774867, 6.86769230769231, 5.20121768287152, 9.95423076923077, 10.3635562651794, 21.1523076923077, 24.3680601165984, 49.5546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1230, '2021-05-30 00:00:00', 1.918031843804, 4.67307692307692, 3.26938008708779, 6.42307692307692, 5.81229863174768, 10.4292307692308, 10.1518271564967, 20.9311538461538, 25.1031350325321, 50.3526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1245, '2021-05-30 00:00:00', 3.00705644468781, 4.60730769230769, 4.23043732963863, 7.54, 5.75998297273124, 11.2403846153846, 9.65329371450293, 20.5634615384615, 25.8091877856287, 51.3830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1260, '2021-05-30 00:00:00', 3.48150332250529, 5.89423076923077, 4.08155136418272, 7.94846153846155, 5.05741078479431, 11.2403846153846, 8.80910732402291, 19.8903846153846, 25.2919557202255, 51.2580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1275, '2021-05-30 00:00:00', 2.98743401600774, 5.24500000000001, 3.77496816084383, 7.84615384615385, 6.02335486636425, 11.2803846153846, 8.92584111098005, 19.1065384615384, 26.3748051338044, 51.7353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1290, '2021-05-30 00:00:00', 3.43164306912099, 6.13307692307692, 4.13496222659707, 8.40384615384615, 7.3638474997789, 11.875, 8.55091516469708, 19.236923076923, 27.2992742873393, 52.5238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1305, '2021-05-30 00:00:00', 2.7841702257861, 6.06961538461538, 4.70642199552908, 8.85, 6.52984420829588, 12.4542307692308, 8.49646811690236, 19.5123076923076, 27.965039165688, 52.9834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1320, '2021-05-30 00:00:00', 2.71928511533116, 6.26653846153844, 4.52653666215642, 8.37307692307692, 7.4141805916874, 14.4453846153846, 9.00338166383139, 19.1142307692307, 30.1988863396293, 53.4880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1335, '2021-05-30 00:00:00', 3.35165368550157, 5.88541666666667, 4.3682440175775, 8.63916666666665, 7.11595908728289, 13.8870833333333, 9.30931743594492, 19.8820833333333, 31.3992761847712, 53.7666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1350, '2021-05-30 00:00:00', 3.52169157344331, 6.25346153846153, 6.4325780571664, 11.5773076923077, 7.22852843839015, 12.8407692307692, 9.28718751001365, 18.8496153846153, 29.9827163982083, 53.3711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1365, '2021-05-30 00:00:00', 5.55171851425651, 9.43769230769231, 5.54783855347148, 10.6838461538462, 6.52035808360717, 11.3215384615385, 9.32342047666065, 18.4457692307691, 30.0675066117255, 53.1846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1380, '2021-05-30 00:00:00', 3.05653256229143, 5.75, 3.42485287423342, 6.51791666666666, 3.67350361430993, 8.32124999999996, 8.29621491308284, 16.3758333333333, 31.3847334777757, 52.2445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 1410, '2021-05-30 00:00:00', 2.04725036523894, 3.17416666666666, 2.13254079764567, 4.09458333333331, 3.32148037538357, 7.29666666666662, 8.05457467458127, 15.8558333333333, 31.1974856120569, 52.1029166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 1425, '2021-05-30 00:00:00', 0.874075909548013, 2.30999999999998, 2.46817830933399, 5.23458333333334, 3.1445991196317, 7.21583333333335, 8.09091401968363, 15.52125, 32.2635684522863, 52.7116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 60, '2021-05-30 00:00:00', 1.9980088934891, 4.16346153846154, 2.6963650745744, 5.59615384615385, 2.91338093313224, 6.93269230769231, 8.1936340861953, 15.5734615384615, 31.0273128041433, 52.9003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 75, '2021-05-30 00:00:00', 1.51901410334264, 2.74038461538462, 2.24313053908697, 4.27884615384615, 2.51590424178786, 6.32692307692308, 8.33395955390676, 15.2946153846154, 31.026835987329, 52.8907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 90, '2021-05-30 00:00:00', 2.08603414678151, 3.30769230769231, 2.25576185322421, 4.21153846153846, 3.15209898321737, 6.75, 8.31995984642678, 15.1503846153846, 30.4960628505487, 53.1057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 105, '2021-05-30 00:00:00', 1.36028843095301, 2.65384615384615, 2.33246096512807, 5.07692307692308, 4.4225424640306, 7.11538461538461, 8.29384347202559, 14.9965384615385, 30.2817873570644, 53.0384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 120, '2021-05-30 00:00:00', 2.09226255890235, 4.02884615384615, 2.90701954162414, 5.31884615384615, 6.67436810031194, 7.78846153846154, 8.30505288271035, 14.9692307692308, 30.316255847571, 53.1638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 135, '2021-05-30 00:00:00', 2.50986132010393, 3.53038461538461, 4.03799264677198, 5.15384615384615, 6.63020477697449, 8.76923076923077, 8.8052106251836, 14.7769230769231, 30.3053181141529, 53.135 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 150, '2021-05-30 00:00:00', 2.19087004143595, 3.29653846153846, 5.29339247044406, 5.46961538461539, 6.96186646061131, 9.11384615384616, 8.28088156771135, 14.3634615384615, 30.3280718832214, 53.1219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 165, '2021-05-30 00:00:00', 4.9903753519997, 4.17307692307692, 4.99160834262403, 6.88461538461539, 7.14553114783047, 9.94076923076923, 8.52474407466063, 14.5015384615385, 30.3049799131836, 53.1534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 180, '2021-05-30 00:00:00', 2.3895606290697, 4.75, 4.32742817564713, 6.72115384615385, 5.62457690716514, 9.60576923076923, 7.4995025476053, 13.9823076923077, 30.3418466072595, 53.0365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 195, '2021-05-30 00:00:00', 3.28530942226147, 4.02499999999999, 4.68038709773186, 6.41923076923076, 5.28210465046472, 8.38846153846152, 7.85736448278835, 13.5761538461538, 30.3657914208635, 52.9861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 210, '2021-05-30 00:00:00', 3.52380484921975, 4.49384615384616, 4.4874273081749, 6.13961538461539, 4.209903781104, 7.65538461538461, 7.64098962579707, 12.9776923076923, 30.0823292086133, 52.9388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 225, '2021-05-30 00:00:00', 3.19975960635507, 3.78846153846154, 3.35180376238503, 5.22730769230769, 3.06483529485931, 6.67923076923076, 7.00530238736784, 12.0015384615385, 29.3925183075819, 53.0173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 240, '2021-05-30 00:00:00', 2.29657443899521, 3.75692307692307, 2.47988746642945, 4.83461538461538, 3.71743857225127, 6.98846153846153, 7.01260540850436, 11.7788461538462, 29.2772385309817, 52.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 255, '2021-05-30 00:00:00', 1.79293485230651, 2.98076923076923, 1.95490015483774, 4.27884615384615, 3.74382825460784, 6.625, 7.42346202667855, 11.4326923076923, 29.2644663739807, 53.1119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 270, '2021-05-30 00:00:00', 1.61295834273072, 3.27884615384615, 3.62851951161267, 5.13461538461539, 4.35789513412152, 6.875, 7.56013634390687, 11.3284615384615, 29.2233538037383, 52.9965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 285, '2021-05-30 00:00:00', 3.08839577475725, 3.52730769230769, 3.4165170073539, 4.77730769230769, 3.83576023955938, 6.01615384615385, 7.06124370174154, 10.5288461538462, 29.6567094289614, 53.246923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 300, '2021-05-30 00:00:00', 2.57395248297543, 3.35076923076923, 3.26164255457985, 4.41807692307692, 3.3150757967898, 5.70653846153846, 6.90105343129137, 10.5976923076923, 30.4469268172567, 53.5738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 315, '2021-05-30 00:00:00', 1.89483102554941, 2.84615384615385, 2.31689304557103, 3.89423076923077, 3.00955820933648, 5.42384615384615, 6.8040903987121, 11.2130769230769, 30.5109458089036, 53.3430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 330, '2021-05-30 00:00:00', 1.44461504055046, 2.59615384615385, 1.86405810407954, 3.59615384615385, 3.37334228234345, 5.40307692307692, 6.8133322356866, 11.3380769230769, 30.6213351766379, 53.17 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 345, '2021-05-30 00:00:00', 1.68803627376263, 2.59769230769232, 2.48993323975996, 3.93346153846154, 3.77686221006885, 5.68192307692308, 6.71040982355027, 11.54, 30.5692404903009, 53.2180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 360, '2021-05-30 00:00:00', 1.73085452439406, 2.62423076923077, 3.34771391572495, 4.00730769230769, 4.50334747288486, 5.38230769230769, 6.79849644010746, 11.6746153846154, 30.569609574518, 53.2084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 375, '2021-05-30 00:00:00', 2.9022325623826, 2.82461538461539, 3.43707165163334, 4.03846153846154, 4.86411506695878, 5.73076923076923, 6.86483710378757, 12.3573076923077, 30.569609574518, 53.2084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 390, '2021-05-30 00:00:00', 3.08644679950163, 2.86538461538462, 3.82045355744778, 3.60576923076923, 5.28179930006374, 5.50961538461539, 6.97700067805203, 13.2323076923077, 30.4889978542072, 53.1830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 405, '2021-05-30 00:00:00', 1.92945289176452, 2.18269230769231, 3.71515865692891, 4.24038461538461, 4.11993278511266, 5.42307692307692, 7.15042575386518, 13.7226923076923, 30.4356631930373, 53.135 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 420, '2021-05-30 00:00:00', 2.87551533842865, 3.31269230769231, 3.23089175591841, 4.09153846153847, 3.6748626347954, 5.51923076923077, 7.82279017703058, 14.2130769230769, 30.4359068131453, 53.1365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 435, '2021-05-30 00:00:00', 1.57003307167519, 2.54961538461538, 2.32990590764124, 3.78846153846154, 4.16219246958213, 6.07692307692308, 8.34381115650304, 14.6938461538462, 30.4009719682675, 53.1461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 450, '2021-05-30 00:00:00', 1.73437942792227, 2.58, 2.70890838076606, 4.13615384615384, 3.99724122171972, 6.18576923076923, 8.6564272964348, 15.1184615384615, 30.3357546165222, 53.251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 465, '2021-05-30 00:00:00', 2.14928968588372, 3.03692307692308, 3.11202691801686, 4.66346153846154, 3.7400663301399, 5.83807692307692, 8.4862331953673, 15.1153846153846, 30.3275016800568, 53.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 480, '2021-05-30 00:00:00', 1.90959117654499, 3.44230769230769, 2.78627957070963, 4.40538461538461, 2.91071495314494, 5.82846153846154, 8.29544175111572, 14.9053846153846, 30.3185867160978, 53.3673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 495, '2021-05-30 00:00:00', 1.74367538439752, 2.54961538461538, 2.29160675912372, 3.75153846153846, 3.3367700872827, 6.56884615384615, 8.48794711068855, 14.8669230769231, 30.3719370801403, 53.425 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 510, '2021-05-30 00:00:00', 1.63168742293181, 2.74038461538462, 1.98642024370861, 3.89423076923077, 2.94319619566108, 6.75961538461539, 7.90535967166969, 14.5865384615385, 29.9841813192326, 53.4742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 525, '2021-05-30 00:00:00', 1.50134426944144, 2.65884615384614, 2.73833821027392, 5.01192307692307, 3.18949055493193, 6.935, 7.61175507912698, 14.8292307692308, 29.912138909711, 53.5430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 540, '2021-05-30 00:00:00', 2.61983405229004, 4.46230769230769, 3.0526634020399, 5.67538461538461, 3.37380980723345, 7.19615384615384, 7.57704351719973, 14.9926923076923, 29.8454067513554, 53.5719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 555, '2021-05-30 00:00:00', 1.45711833635908, 3.07538461538462, 1.98223343343194, 4.31423076923077, 4.01134659914367, 7.99846153846154, 7.13918870633179, 14.2707692307692, 29.7357313604099, 53.4565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 570, '2021-05-30 00:00:00', 1.79604694130878, 3.13615384615384, 2.24164774560693, 4.38615384615384, 5.66477815439065, 9.33653846153846, 7.0942080926301, 14.3173076923077, 30.1069153517926, 53.73 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 585, '2021-05-30 00:00:00', 1.82710919213932, 3.25, 3.7695541462537, 7.09769230769231, 5.56918893418201, 9.89423076923077, 7.09130697511993, 14.7788461538462, 30.2421252000481, 53.8261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 600, '2021-05-30 00:00:00', 2.75410532729708, 6.08807692307692, 4.38530105974668, 8.10576923076923, 5.13408669130607, 9.82692307692308, 8.23872773038317, 15.2211538461538, 30.408118129109, 54.181923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 615, '2021-05-30 00:00:00', 2.79905547255883, 4.91346153846154, 2.81889230836402, 6.38461538461539, 3.65535697509622, 8.22115384615385, 8.3208091784763, 13.8942307692308, 30.4703146761162, 54.0073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 630, '2021-05-30 00:00:00', 1.88814622152156, 4.20192307692308, 2.22574792960792, 5.6946153846154, 4.08025263169593, 8.03846153846154, 9.0854278930604, 14, 30.5600015027185, 54.1803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 645, '2021-05-30 00:00:00', 2.23152769334237, 4.11038461538465, 3.0464506459914, 5.84846153846155, 4.38832466718398, 7.85576923076923, 10.1340334820537, 14.6811538461538, 31.0322231956001, 54.2573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 660, '2021-05-30 00:00:00', 2.21245078172114, 4.15230769230769, 3.46234373710153, 5.79807692307692, 4.92710606277622, 7.17307692307692, 10.0009924507521, 14.335, 30.8531285061238, 54.1911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 675, '2021-05-30 00:00:00', 1.71105118387679, 3.49192307692308, 2.06444002465187, 4.55615384615385, 3.19775462088395, 5.81884615384615, 9.78474578106146, 13.875, 30.0255296014268, 53.5196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 690, '2021-05-30 00:00:00', 1.4903777528378, 3.05461538461539, 2.40723588694266, 4.11384615384616, 3.07062759809031, 5.65538461538461, 9.18617795302352, 13.8557692307692, 29.5767819048347, 53.2696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 705, '2021-05-30 00:00:00', 1.93202265474852, 2.79653846153846, 2.36228377113856, 3.90384615384615, 3.24936578427237, 6.125, 11.1163282537965, 16.5753846153846, 29.2967180650771, 53.1157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 720, '2021-05-30 00:00:00', 1.50375043960606, 2.83423076923075, 2.38286666401239, 4.19153846153844, 3.50536672063765, 6.48961538461537, 11.8226557734911, 18.4984615384615, 29.2280801653795, 52.9330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 735, '2021-05-30 00:00:00', 1.53648610096594, 3.07846153846154, 2.79500741708112, 4.80769230769231, 3.73982091303026, 6.89730769230769, 11.8652152043759, 18.9696153846154, 29.1399761258548, 52.9138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 750, '2021-05-30 00:00:00', 2.14087688720156, 3.59461538461539, 3.05230051953252, 5.19230769230769, 4.08209033933125, 7.21153846153846, 11.7070813547252, 19.0753846153846, 29.0716299879083, 53.086923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 765, '2021-05-30 00:00:00', 2.00630517657172, 3.39730769230769, 3.00505983557476, 4.94384615384615, 4.20115597645, 7.16346153846154, 14.0509951303759, 22.4619230769231, 28.8126387999327, 53.1211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 780, '2021-05-30 00:00:00', 1.8850966920722, 3.28846153846154, 2.80707142766264, 4.835, 5.69199302664582, 7.30615384615385, 14.7754989086663, 24.26, 28.574640935896, 53.0538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 795, '2021-05-30 00:00:00', 2.38869533105739, 3.64423076923077, 3.05021058541613, 5.11384615384616, 5.80451846541853, 7.86115384615384, 14.8516298613472, 26.5615384615385, 28.5802761600481, 53.0442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 810, '2021-05-30 00:00:00', 2.35658138967316, 3.42961538461539, 5.43068019539131, 5.68923076923077, 6.13402010229708, 8.03115384615384, 14.9926431805223, 28.7584615384615, 28.5126345786458, 53.0811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 825, '2021-05-30 00:00:00', 3.73275522080695, 3.71153846153846, 3.86515870905114, 5.60961538461538, 5.50852789213793, 8.39653846153846, 14.9235696080446, 29.5253846153846, 27.3783569912159, 52.4865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 840, '2021-05-30 00:00:00', 2.40541376578239, 4.31076923076923, 3.88841785108229, 5.89576923076923, 5.12360726291695, 8.11923076923078, 15.342045475901, 29.8307692307692, 26.9804430738552, 52.2173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 855, '2021-05-30 00:00:00', 2.24156538709344, 3.48076923076923, 3.24878497998157, 5.70038461538462, 4.01134209269359, 7.39423076923077, 14.5167484174447, 29.6738461538462, 26.1089517716699, 51.8511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 870, '2021-05-30 00:00:00', 2.62617220713693, 4.20269230769231, 3.20431327096173, 5.28346153846155, 3.5107685987325, 7.35807692307692, 15.0879355829035, 29.8780769230769, 26.0291647461961, 51.7957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 885, '2021-05-30 00:00:00', 2.43600167361316, 3.39807692307694, 2.90034547013866, 4.79961538461538, 8.14188347138047, 10.5576923076923, 15.0423484254902, 29.8469230769231, 25.9906528553277, 52.1296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 900, '2021-05-30 00:00:00', 2.50307580019832, 3.72269230769231, 3.10052352899412, 5.71307692307692, 9.28678042248144, 12.7788461538462, 15.6108867337953, 30.4238461538462, 25.79964975612, 52.4265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 915, '2021-05-30 00:00:00', 2.18059624873565, 4, 7.90502980094611, 8.75807692307692, 9.06584318281453, 12.6138461538462, 15.9369957838793, 30.7411538461539, 25.2055751738808, 52.3303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 930, '2021-05-30 00:00:00', 7.18071319577659, 6.645, 8.13183586992412, 9.99115384615385, 8.21852946793918, 11.7988461538462, 16.1556749972072, 30.5488461538462, 24.7057554926284, 52.7823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 945, '2021-05-30 00:00:00', 4.96467261295709, 6.21307692307692, 5.08821008274559, 7.90538461538461, 7.61704335936599, 14.7384615384615, 15.8887653826412, 29.9157692307692, 25.085387229651, 52.9226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 960, '2021-05-30 00:00:00', 3.48728459494688, 5.13461538461539, 3.89032330078303, 6.73076923076923, 8.67339876598823, 16.4869230769231, 16.2602910608825, 30.2042307692308, 25.4219211674916, 54.1903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 975, '2021-05-30 00:00:00', 2.94393509543838, 4.7546153846154, 7.06333762902061, 12.4676923076923, 9.42741501399794, 18.8846153846154, 16.5028920542385, 31.4830769230769, 25.3218181021822, 54.95 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 990, '2021-05-30 00:00:00', 7.12696747464273, 11.7657692307692, 9.04926601358449, 15.1407692307692, 10.8306447354077, 21.3042307692308, 17.0906315857548, 31.75, 25.1734490561905, 55.3057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1005, '2021-05-30 00:00:00', 5.07054086024209, 9.40615384615384, 7.10001327192692, 13.9726923076923, 10.9575686873714, 19.9734615384615, 16.2120540529381, 30.9661538461539, 24.4807686059581, 54.1434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1020, '2021-05-30 00:00:00', 4.6722964210497, 9.65538461538461, 7.2970120333863, 14.2561538461538, 10.1072466386937, 18.0311538461538, 15.2910025228514, 29.6969230769231, 24.96794327502, 53.6392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1035, '2021-05-30 00:00:00', 5.48698495042165, 9.90038461538461, 7.10116810542733, 12.7426923076923, 8.49735818674522, 15.8580769230769, 13.8857377023499, 28.6465384615385, 25.4532942072337, 52.295 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1050, '2021-05-30 00:00:00', 4.86440762462003, 8.34846153846154, 6.21668781463372, 10.7892307692308, 7.92288700295154, 14.3676923076923, 12.8531260788962, 26.685, 26.1562642122009, 51.7584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1065, '2021-05-30 00:00:00', 4.99542031803593, 7.45192307692308, 5.66291793499266, 10.0865384615385, 7.03429182920794, 13.2515384615385, 12.9120223822607, 26.795, 26.1376109555089, 51.5276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1080, '2021-05-30 00:00:00', 3.24293788929825, 6.91692307692308, 4.52697895527896, 9.14769230769231, 7.01039396456878, 12.5434615384616, 13.8952317886943, 26.7823076923077, 26.7286226644483, 51.3615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1095, '2021-05-30 00:00:00', 2.95635755618295, 5.915, 3.70007345041441, 8.07346153846153, 6.38513538197543, 11.9246153846154, 12.7153954655824, 25.8846153846154, 26.5214893333979, 50.9173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1110, '2021-05-30 00:00:00', 3.04003299577235, 6.21615384615384, 4.88268999000162, 9.00153846153848, 6.70685556266588, 11.7034615384616, 13.3870858091498, 26.5576923076923, 27.2507598793134, 51.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1125, '2021-05-30 00:00:00', 5.01709577345306, 6.87500000000002, 6.19206222638188, 9.02884615384617, 7.14973184004939, 11.5657692307693, 14.4644041861924, 26.8926923076923, 28.827041930478, 52.5423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1140, '2021-05-30 00:00:00', 3.33299357242797, 5.17307692307692, 4.43287543422829, 7.09615384615385, 5.40164682865684, 10.1426923076923, 13.2523177015018, 26.9673076923077, 29.2708569820143, 53.0226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1155, '2021-05-30 00:00:00', 2.81986429024246, 5.22115384615385, 3.36127265275429, 7.09461538461539, 6.21660307934758, 11.3653846153846, 15.5052179455324, 28.0065384615385, 29.4128981544858, 53.5146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1170, '2021-05-30 00:00:00', 3.12054297543528, 5.14269230769231, 4.[...];
Date: 2021-05-30 19:00:04 Duration: 3s27ms Database: acaweb_fx User: pgperfstats
15 3s16ms 1 3s16ms 3s16ms 3s16ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofw[...];Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 30 19 1 3s16ms 3s16ms [ User: pgperfstats - Total duration: 3s16ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 1, 1155, '2021-05-30 00:00:00', 20.4950509035344, 29.8134615384615, 24.0546845749431, 40.425, 34.3287489408827, 56.2096153846153, 62.1577343414441, 112.142307692308, 136.155679632375, 251.298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1170, '2021-05-30 00:00:00', 14.3947607990386, 24.2923076923078, 23.3517447873896, 35.6461538461538, 31.7012867974691, 51.2461538461538, 60.4364824868607, 106.619230769231, 136.051287741623, 249.698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1185, '2021-05-30 00:00:00', 16.4703598578219, 26.1846153846153, 21.9532370138123, 36.3307692307692, 26.7159112054683, 50.0365384615385, 60.0216027776667, 103.85, 136.217210775799, 246.563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1200, '2021-05-30 00:00:00', 13.5122160241782, 24.3208333333334, 15.0272323753351, 33.6479166666667, 27.6033837324025, 51.0625, 58.5202570835984, 104.2875, 141.586346225546, 247.01875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1215, '2021-05-30 00:00:00', 8.65570280931525, 23.6145833333334, 14.6859094883497, 35.2937500000001, 29.1345740623938, 50.9416666666668, 58.3817660867933, 102.68125, 141.102867130044, 246.495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1230, '2021-05-30 00:00:00', 14.2424298160538, 25.25625, 24.7633842451989, 35.2291666666665, 29.7973578733399, 49.2333333333333, 54.3575680036862, 98.7541666666665, 139.589869742047, 245.377083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1245, '2021-05-30 00:00:00', 14.6422773581122, 25.5791666666665, 17.6901039589855, 36.1104166666667, 24.2794897637576, 49.5666666666668, 44.7387877116245, 94.2770833333332, 138.488044907954, 244.435416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1260, '2021-05-30 00:00:00', 13.3809564482894, 26.8729166666668, 20.0429347801526, 34.7979166666668, 26.618357424769, 51.7104166666666, 44.7575772368065, 92.8562499999998, 137.812400580003, 243.458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1275, '2021-05-30 00:00:00', 11.0487881737636, 21.8937500000001, 15.984455197817, 33.8208333333334, 29.3725035942002, 52.4125000000001, 39.8766167156694, 87.1770833333332, 134.66265848287, 240.80625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1290, '2021-05-30 00:00:00', 14.6667509158482, 25.5854166666667, 21.2427394885467, 36.4437499999999, 32.9659010806313, 53.6791666666666, 39.3510951705692, 85.6229166666665, 132.957213188865, 239.947916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1305, '2021-05-30 00:00:00', 15.4518254104327, 25.3770833333334, 22.3713106220729, 38.8479166666667, 25.3257441197172, 53.7375, 30.0550292398576, 81.9749999999998, 131.008676004324, 240.408333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1320, '2021-05-30 00:00:00', 15.7464120596922, 27.9833333333333, 19.9672720218048, 37.2270833333334, 26.7359911001761, 59.08125, 28.5933976081081, 77.4104166666665, 129.320643520591, 242.266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1335, '2021-05-30 00:00:00', 11.7436295708709, 26.9545454545456, 16.1376861234785, 39.1909090909092, 21.2126127687324, 62.875, 28.1999785084811, 79.8454545454544, 134.399282865827, 245.134090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1350, '2021-05-30 00:00:00', 14.075999076442, 29.1125000000001, 21.8805451563845, 49.0895833333333, 22.6898654793503, 55.8729166666667, 28.1024974391752, 75.7416666666666, 128.179223414785, 242.0625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1365, '2021-05-30 00:00:00', 19.0903457228737, 38.8104166666665, 21.7994378168438, 45.0374999999998, 24.1276540741779, 47.9229166666665, 43.2379504870301, 73.4583333333333, 127.406991633938, 243.060416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1380, '2021-05-30 00:00:00', 11.9425709124962, 25.25, 12.1294818110392, 27.3636363636364, 15.9242096992429, 36.7454545454546, 39.9027687307658, 66, 130.500728236843, 241.656818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 1, 1410, '2021-05-30 00:00:00', 4.73408475225762, 11.3818181818181, 9.18140914073236, 16.1249999999999, 13.7994235716241, 28.2363636363636, 37.3157079751722, 64.2204545454544, 126.440411272717, 239.161363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 1, 1425, '2021-05-30 00:00:00', 6.95366700730519, 10.2909090909091, 8.70776386422791, 21.4090909090909, 11.1295363823738, 26.3909090909092, 37.4542417072016, 64.1886363636363, 126.310642715503, 237.768181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 60, '2021-05-30 00:00:00', 5.98434239045151, 14.4653846153846, 9.28325394708963, 18.7903846153845, 9.12295245731674, 23.3884615384614, 36.4785937228946, 66.3, 116.308390331646, 234.338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 75, '2021-05-30 00:00:00', 5.982482440747, 11.4480769230769, 6.49600616947416, 15.6019230769231, 12.0521526963188, 24.4961538461539, 37.7813022538927, 66.2500000000001, 115.842405497894, 235.313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 90, '2021-05-30 00:00:00', 5.68946394662981, 10.6500000000001, 7.82805605105517, 15.2115384615385, 11.7338735488984, 23.7173076923077, 39.6565362252506, 68.2557692307693, 116.143832314142, 235.896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 105, '2021-05-30 00:00:00', 4.5615280840458, 10.4576923076923, 9.77262503117767, 18.05, 11.314844742128, 24.8134615384616, 39.635948378286, 67.4096153846154, 116.620811129325, 235.582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 120, '2021-05-30 00:00:00', 8.26859024352912, 14.2038461538462, 8.50839223717024, 17.7423076923077, 11.1529906303198, 25.8, 40.06953691349, 66.4673076923077, 116.644193828266, 236.265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 135, '2021-05-30 00:00:00', 6.88560371075322, 12.1923076923077, 9.40131435164581, 17.6634615384615, 13.1183114825745, 27.5480769230769, 39.8284120176308, 64.5096153846154, 116.319200544814, 235.480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 150, '2021-05-30 00:00:00', 6.74194676290507, 12.0769230769231, 7.90607969564221, 17.3519230769231, 17.3211103969871, 32.3557692307692, 39.441413465466, 63.2019230769231, 116.003265670212, 235.076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 165, '2021-05-30 00:00:00', 5.66514308326331, 11.8230769230769, 10.8035117153921, 19.6057692307692, 19.5512861076078, 34.4326923076923, 39.1206391032426, 62.6403846153846, 115.974259411966, 234.023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 180, '2021-05-30 00:00:00', 9.97611088859474, 15.4326923076923, 15.5309771102787, 24.875, 31.271670947459, 38.9903846153846, 39.0038282144793, 60.9192307692308, 115.844941126557, 233.146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 195, '2021-05-30 00:00:00', 13.4712343104169, 18.0153846153846, 19.0540950575339, 25.7076923076923, 32.8767341162994, 36.3269230769231, 40.2987772767363, 58.675, 115.740749505755, 231.751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 210, '2021-05-30 00:00:00', 9.81770868615248, 15.0096153846154, 24.4570345394027, 24.5576923076923, 29.0137784244234, 34.0423076923077, 35.8310014566244, 54.8557692307692, 115.517101048353, 230.078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 225, '2021-05-30 00:00:00', 19.9089465780125, 17.3653846153846, 24.1812190314334, 23.3153846153846, 25.6761934783656, 32.7865384615384, 32.0432864083283, 52.5096153846153, 115.572710380156, 229.703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 240, '2021-05-30 00:00:00', 14.2550845180022, 16.3211538461538, 17.2008498224763, 23.5288461538462, 21.7149853433416, 29.7826923076923, 27.4396591843603, 49.701923076923, 113.689265053749, 230.417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 255, '2021-05-30 00:00:00', 12.3209916246779, 16.8288461538462, 13.9999210162607, 22.7173076923077, 18.0642869092157, 27.2884615384615, 23.9088198241698, 47.2557692307691, 110.709633744522, 229.190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 270, '2021-05-30 00:00:00', 8.33565557386779, 14.0153846153846, 12.6686385948196, 17.9096153846154, 16.526817949577, 25.8134615384615, 21.911473285438, 46.3384615384615, 110.856923936286, 228.896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 285, '2021-05-30 00:00:00', 8.56475896647688, 11.7980769230769, 11.1090096837588, 16.7980769230769, 14.3945509187972, 25.1019230769231, 21.3213205861753, 47.7134615384614, 111.251385332775, 229.607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 300, '2021-05-30 00:00:00', 7.35294812669351, 11.7269230769231, 11.6026059738584, 17.8442307692307, 12.7225723088472, 23.376923076923, 22.1009004341452, 47.6499999999999, 111.310604443326, 230.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 315, '2021-05-30 00:00:00', 9.93062706208194, 12.9346153846154, 11.1412582150933, 17.9288461538461, 12.7761436338923, 21.9730769230769, 20.6949002450808, 49.101923076923, 111.310604443326, 230.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 330, '2021-05-30 00:00:00', 7.80894457558865, 12.2307692307692, 9.55677769962241, 15.4, 11.4465320579574, 20.1980769230769, 19.8836261396542, 49.6826923076922, 111.310604443326, 230.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 345, '2021-05-30 00:00:00', 6.20522267622513, 9.33269230769229, 7.5410568530902, 12.9576923076923, 11.8275590823362, 21.7846153846154, 20.5914736835793, 51.6673076923076, 111.466875193416, 230.605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 360, '2021-05-30 00:00:00', 5.324264123946, 9.31730769230769, 7.72916554357584, 14.75, 11.1350702046075, 21.2173076923077, 22.3746598598985, 54.1096153846153, 111.466875193416, 230.605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 375, '2021-05-30 00:00:00', 4.42757964789585, 10.1115384615384, 9.37186562988476, 15.7557692307692, 11.109698638854, 22.6403846153846, 24.1359556232223, 58.5846153846153, 111.469703783308, 230.711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 390, '2021-05-30 00:00:00', 6.76893924197422, 10.3423076923077, 7.12285730264521, 13.6980769230769, 10.4020316062999, 21.7115384615385, 26.9386533841959, 60.776923076923, 111.469703783308, 230.711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 405, '2021-05-30 00:00:00', 4.15071819550081, 8.71153846153846, 7.36237837825627, 15.0192307692308, 9.12850564904328, 21.6192307692308, 30.8874689552501, 64.9576923076922, 111.772692619372, 231.569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 420, '2021-05-30 00:00:00', 5.5759442111766, 11.1346153846154, 9.02980960698847, 16.0615384615385, 10.0570306445101, 21.4557692307692, 33.3846466899889, 67.9211538461538, 111.849466093427, 231.444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 435, '2021-05-30 00:00:00', 6.34691930115583, 10.2538461538462, 6.369693870195, 14.85, 11.5961180507165, 22.9653846153846, 42.1937941116756, 72.2384615384615, 111.715041890586, 230.453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 450, '2021-05-30 00:00:00', 5.57722015123884, 10.9038461538462, 7.4013317408735, 14.5865384615385, 15.7897386347541, 24.9769230769231, 47.7983031964687, 74.0173076923076, 111.526740446475, 230.271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 465, '2021-05-30 00:00:00', 6.12507456783495, 10.3076923076923, 10.7659677474188, 17.6115384615384, 16.4637770224865, 26.8653846153845, 50.1437387762575, 74.5076923076922, 110.929637383343, 230.425 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 480, '2021-05-30 00:00:00', 9.03461314143475, 13.4288461538461, 14.0255782823328, 19.4769230769231, 17.2052429397375, 27.4461538461538, 50.484091934604, 75.3923076923076, 109.728234077863, 229.934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 495, '2021-05-30 00:00:00', 9.86586968368145, 12.6538461538462, 11.8322635847272, 19.6384615384615, 14.0414996185757, 29.2634615384615, 58.6010427841062, 76.7307692307692, 109.839536755284, 229.771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 510, '2021-05-30 00:00:00', 7.97363443818728, 13.2730769230769, 9.50195526437346, 18.9653846153846, 12.9580417561392, 29.2730769230769, 66.5342873145987, 77.3326923076922, 110.045771613452, 231.425 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 525, '2021-05-30 00:00:00', 6.63751720264322, 12.7211538461538, 8.13565277982327, 21.0769230769231, 15.7386467016704, 32.25, 70.4200286467947, 78.0711538461538, 110.749137676796, 232.798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 540, '2021-05-30 00:00:00', 7.5001558958157, 16.9423076923076, 11.2669470644823, 22.8980769230769, 22.9377334404386, 35.4807692307692, 70.7558623828335, 78.2884615384615, 111.167123045233, 232.673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 555, '2021-05-30 00:00:00', 9.92377196432889, 14.875, 15.1045109156172, 22.625, 25.7745399869418, 39.5365384615384, 70.3806453125815, 75.1211538461538, 113.012658531961, 235.917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 570, '2021-05-30 00:00:00', 10.3629564017521, 15.6057692307692, 16.6988835416761, 23.4865384615385, 23.8596235220798, 40.2788461538462, 68.6544088169144, 74.4749999999999, 110.050641087847, 235.140384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 585, '2021-05-30 00:00:00', 12.5168632406292, 15.7557692307693, 19.3243680362386, 29.7, 27.1267282327852, 44.1038461538462, 68.1523248940309, 75.1826923076922, 109.399669033391, 234.803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 600, '2021-05-30 00:00:00', 16.522945816698, 25.0076923076923, 20.1580700579579, 32.6826923076923, 27.886592863569, 44.1384615384616, 66.7993745940324, 74.176923076923, 107.397014569594, 233.207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 615, '2021-05-30 00:00:00', 11.687209478084, 20.1057692307692, 17.8794236054057, 29.5173076923077, 29.9567265465474, 41.9557692307692, 61.3829969253577, 70.0134615384615, 104.628884396232, 231.525 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 630, '2021-05-30 00:00:00', 12.4586695178034, 19.5230769230769, 17.0670974504927, 26.4807692307692, 28.0509583683806, 38.7442307692306, 53.1444729378904, 67.6096153846153, 100.242876075291, 229.259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 645, '2021-05-30 00:00:00', 14.0400591714729, 18.9115384615384, 20.4508187723996, 29.0673076923077, 27.8589337280078, 37.6826923076922, 52.8738312836829, 69.8788461538461, 100.30386862698, 229.088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 660, '2021-05-30 00:00:00', 14.913059841835, 19.9153846153847, 21.6611123551294, 26.2826923076923, 24.7674713003848, 34.3711538461538, 49.2453483941534, 69.0423076923076, 98.5103251128843, 228.015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 675, '2021-05-30 00:00:00', 12.2250117193589, 15.7865384615384, 15.1627571320705, 23.9903846153846, 24.8154611389446, 30.6634615384615, 40.8889889259274, 66.6692307692308, 97.6510562588114, 227.332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 690, '2021-05-30 00:00:00', 9.93360903506558, 17.3826923076922, 10.9022250728216, 21.1134615384614, 28.3620214642479, 30.2884615384615, 36.6854174025592, 67.3249999999999, 97.9945183906498, 226.871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 705, '2021-05-30 00:00:00', 8.55543911564658, 13.5076923076923, 19.611222552406, 20.6249999999999, 34.2060233674622, 30.3288461538461, 37.2421013308655, 71.7634615384616, 98.561605588352, 227.698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 720, '2021-05-30 00:00:00', 15.3118692020779, 15.8576923076923, 24.4796515183845, 22.2423076923077, 30.2872842701609, 30.9326923076922, 35.9338095028153, 74.2057692307692, 98.4930555927676, 228 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 735, '2021-05-30 00:00:00', 13.8439468860804, 14.2942307692308, 19.7237771386562, 21.0461538461538, 20.5542063821495, 29.7499999999999, 34.6186597083133, 75.2499999999999, 98.2102562597991, 229.778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 750, '2021-05-30 00:00:00', 11.4488259391351, 15.2192307692307, 15.6219155724848, 21.526923076923, 17.7205886340849, 31.3384615384615, 33.1296500364622, 74.8634615384614, 98.2042798691351, 231.896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 765, '2021-05-30 00:00:00', 12.3904499514747, 15.525, 12.1508367866326, 21.8288461538461, 16.9638059272812, 31.9865384615384, 45.0877029116161, 96.8846153846154, 98.5595994036877, 232.428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 780, '2021-05-30 00:00:00', 11.4958842133241, 16.4153846153846, 13.7710789477301, 23.0807692307692, 17.4519106293662, 33.3461538461538, 58.3099445602153, 116.428846153846, 99.0264109487193, 232.944230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 795, '2021-05-30 00:00:00', 8.39842773747197, 14.8173076923077, 11.8370247041287, 22.0346153846154, 13.6684691900739, 31.625, 60.8514207216739, 125.090384615385, 98.2499506556933, 235.340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 810, '2021-05-30 00:00:00', 11.4318255154365, 15.7211538461538, 13.5286978451223, 21.8942307692308, 15.7624335538159, 31.8134615384615, 60.3312248852437, 129.598076923077, 98.8727763923846, 235.863461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 825, '2021-05-30 00:00:00', 9.7381432837777, 16.1788461538461, 11.7362222004554, 23.8634615384615, 19.6731895853605, 34.8173076923077, 60.4469830003629, 130.384615384615, 102.300708641053, 237.632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 840, '2021-05-30 00:00:00', 7.45097747846653, 17.4057692307692, 10.1004942757959, 23.3538461538461, 19.5944785197651, 34.5673076923076, 68.0125969101428, 135.157692307692, 102.501540551275, 237.719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 855, '2021-05-30 00:00:00', 7.75918735832168, 15.2326923076923, 18.4845791238161, 24.6442307692308, 21.5426660731317, 33.6884615384615, 70.7902845626542, 140.067307692308, 102.333362407079, 237.538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 870, '2021-05-30 00:00:00', 18.4466152826099, 19.5807692307692, 18.9027190758774, 24.4173076923076, 21.9422483246012, 35.0384615384615, 73.5905212332718, 146.969230769231, 105.485699085414, 242.136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 885, '2021-05-30 00:00:00', 10.3792790990215, 14.9711538461538, 13.7006660422039, 23.925, 20.9232325786067, 38.6384615384616, 69.9167471959441, 152.057692307692, 105.142158784411, 245.265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 900, '2021-05-30 00:00:00', 11.2243862261527, 18.8230769230769, 13.7678303972033, 25.6846153846153, 25.1650928103563, 40.698076923077, 70.3192869100539, 154.386538461538, 109.431455961466, 249.834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 915, '2021-05-30 00:00:00', 9.57100850726574, 16.5403846153846, 17.0440556973801, 29.5711538461539, 25.9853198201185, 41.6730769230769, 69.2492037166105, 160.369230769231, 110.845202248625, 251.411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 930, '2021-05-30 00:00:00', 17.3925603016394, 24.9653846153847, 23.7308893962797, 31.3634615384616, 26.5689187991127, 43.726923076923, 69.7709035674284, 161.253846153846, 113.163446887847, 264.313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 945, '2021-05-30 00:00:00', 11.8813766684866, 18.6634615384615, 16.3810317135399, 28.0999999999999, 37.7595824312798, 76.2442307692308, 70.3713915866821, 156.965384615385, 117.344754610572, 265.771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 960, '2021-05-30 00:00:00', 13.1920198779997, 21.5173076923077, 14.3315461616887, 29.1692307692307, 50.7500940885828, 96.8749999999999, 69.818475982089, 157.667307692308, 121.926253893333, 270.467307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 975, '2021-05-30 00:00:00', 9.18998116680081, 19.2653846153845, 34.7240750555222, 70.7673076923077, 50.5752331071856, 104.059615384615, 69.3954835595339, 159.357692307692, 120.868122539212, 274.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 990, '2021-05-30 00:00:00', 36.2225270430517, 65.5442307692308, 48.4284200174301, 90.9557692307692, 53.3275074422198, 107.575, 71.0450162816615, 160.292307692308, 120.709864615054, 278.980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1005, '2021-05-30 00:00:00', 25.9834527225428, 52.0192307692307, 39.0105814540698, 70.4442307692307, 50.5185870211688, 89.5211538461538, 68.5329862183169, 146.3, 120.416935877616, 272.773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1020, '2021-05-30 00:00:00', 16.8807705802969, 44.3807692307691, 28.6783403258655, 61.0403846153844, 41.5025506630435, 79.3634615384614, 51.8399604181354, 135.798076923077, 111.035367061408, 264.542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1035, '2021-05-30 00:00:00', 22.3723043928459, 47.7903846153845, 26.7004250182251, 62.0980769230768, 34.8081922828522, 81.5749999999999, 49.6025275410592, 133.342307692308, 110.060248902415, 264.217307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1050, '2021-05-30 00:00:00', 15.140882125506, 38.6865384615384, 23.3653886862929, 55.0826923076922, 37.3071560984465, 80.7480769230769, 50.2206151357724, 131.346153846154, 108.589872402824, 261.117307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1065, '2021-05-30 00:00:00', 18.9742376962513, 38.1519230769231, 20.6378682001351, 52.7596153846155, 36.9851069818857, 80.2576923076923, 48.2102628716524, 127.423076923077, 109.902682353351, 259.282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1080, '2021-05-30 00:00:00', 13.6070106364894, 39.9423076923077, 27.9954342431322, 58.4923076923077, 31.3379036287711, 76.5903846153846, 45.9963130629468, 121.569230769231, 109.570475476535, 259.851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1095, '2021-05-30 00:00:00', 23.7087397063096, 37.2423076923076, 28.1243409495431, 53.6346153846154, 37.1418575816473, 73.6461538461538, 54.2585214859947, 117.915384615385, 109.025401697882, 258.76923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1110, '2021-05-30 00:00:00', 18.8868012521565, 36.2615384615385, 19.2810361196216, 47.0346153846154, 29.6479271554584, 66.0538461538463, 61.5179360962186, 115.038461538462, 106.883724960999, 259.088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1125, '2021-05-30 00:00:00', 11.7987137499749, 30.1769230769231, 21.538667911099, 49.2807692307693, 23.5097361991545, 59.9480769230769, 62.8663947468081, 112.582692307692, 105.566067045895, 259.536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1140, '2021-05-30 00:00:00', 17.5461107897492, 33.6596153846155, 21.0084854651271, 41.4615384615386, 27.0922109868102, 53.1019230769231, 66.4720743273788, 111.605769230769, 108.509735490203, 257.398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1155, '2021-05-30 00:00:00', 17.5049096409681, 24.8115384615385, 22.2248891145455, 36.2980769230769, 27.2147257225538, 52.051923076923, 66.232842567833, 112.571153846154, 108.901157230554, 257.123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1170, '2021-05-30 00:00:00', 20.7290476236756, 27.5807692307692, 22.8219321807233, 37.0326923076922, 31.5473020301991, 56.7442307692306, 66.0686627974725, 110.540384615385, 110.754072211989, 257.513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1185, '2021-05-30 00:00:00', 12.2658432868866, 26.4634615384615, 19.33013281422, 39.2788461538461, 33.5995247219132, 60.7615384615386, 66.1244913314736, 107.984615384615, 113.034817593791, 260.482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1200, '2021-05-30 00:00:00', 20.4676206764207, 29.001923076923, 32.3602147111827, 43.9519230769231, 33.4915689160949, 57.5173076923079, 65.9152020518668, 104.761538461539, 115.483374561016, 262.95 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1215, '2021-05-30 00:00:00', 18.5486080754988, 27.7115384615384, 21.8726323553852, 36.923076923077, 24.4310011130248, 50.7192307692309, 52.3704230972464, 96.7692307692308, 115.285224501935, 259.667307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1230, '2021-05-30 00:00:00', 9.82568239947672, 24.2788461538463, 16.52616573335, 33.6153846153847, 25.2198966019964, 50.5038461538463, 49.8546751530422, 95.1711538461539, 118.139463282238, 263.203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1245, '2021-05-30 00:00:00', 15.5396268888977, 23.6403846153846, 20.3193716778994, 35.9942307692307, 27.4397351551472, 51.6942307692308, 47.6809522120326, 93.7596153846155, 121.444859551726, 266.486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1260, '2021-05-30 00:00:00', 14.5754334940152, 26.3115384615384, 17.4695393140791, 37.3903846153847, 22.4546394897666, 52.2211538461539, 41.8742100269915, 89.3557692307693, 121.483184227283, 266.875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1275, '2021-05-30 00:00:00', 13.5528914031145, 25.4557692307692, 17.4286401120066, 35.8980769230769, 29.4554733714884, 51.3134615384617, 40.2641025461407, 87.5846153846154, 124.671306627282, 268.001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1290, '2021-05-30 00:00:00', 15.9017228142595, 27.3673076923077, 19.0779777391469, 38.0711538461538, 37.7293573208734, 52.3403846153846, 39.4794957492541, 86.0961538461538, 126.279846616705, 269.138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1305, '2021-05-30 00:00:00', 13.2026781956716, 26.6134615384615, 23.1895115548786, 38.0769230769231, 34.7972260167607, 52.0923076923076, 37.0054805192627, 85.3326923076922, 127.610879569946, 270.246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1320, '2021-05-30 00:00:00', 13.7339434921713, 27.4903846153847, 24.4596440001766, 37.1461538461538, 32.9507665371325, 57.7692307692307, 35.1430617400012, 82.4826923076922, 144.505401509371, 275.994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1335, '2021-05-30 00:00:00', 15.0868678799655, 26.4145833333332, 18.3594424181617, 36.1104166666666, 32.1274632507383, 65.7458333333333, 39.3098171073651, 85.1958333333332, 149.143146149859, 270.375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1350, '2021-05-30 00:00:00', 15.0188513593366, 27.4980769230769, 25.6659242067107, 47.0942307692307, 32.3650491092807, 61.3596153846153, 38.2371265415413, 82.526923076923, 144.880984100213, 275.265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1365, '2021-05-30 00:00:00', 20.5529702139469, 37.2961538461538, 29.184923992732, 50.4673076923077, 30.4815613874253, 53.5038461538462, 37.2705379623101, 80.3999999999999, 144.09303101976, 274.882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1380, '2021-05-30 00:00:00', 27.7327381355097, 32.6041666666667, 27.5631790724457, 35.1083333333333, 27.427458918343, 41.0937499999999, 37.2444314848599, 72.94375, 152.594424794161, 266.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 1410, '2021-05-30 00:00:00', 8.5897014508356, 13.9083333333335, 9.85574553794336, 17.4437500000001, 12.552253103368, 28.9666666666667, 35.0439806487525, 63.9333333333333, 149.982200151614, 264.383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 1425, '2021-05-30 00:00:00', 4.53007612230888, 10.05625, 8.78560225967558, 22.1062500000001, 11.3207989616649, 28.0625000000001, 35.0965169599119, 62.74375, 152.515195726643, 264.816666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 60, '2021-05-30 00:00:00', 6.36934756953462, 16.9826923076923, 9.59992728337843, 21.4903846153845, 10.3059648523785, 26.5865384615384, 39.0911660294044, 65.7615384615384, 148.504141472941, 271.471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 75, '2021-05-30 00:00:00', 6.40732753602047, 11.4769230769231, 9.39529853785311, 16.9288461538461, 13.0365020084141, 25.6538461538462, 39.9667945347712, 66.1057692307692, 148.289816082717, 271.134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 90, '2021-05-30 00:00:00', 8.81341307326509, 13.125, 9.15097724920047, 16.4038461538462, 14.0371793408132, 27.4903846153846, 41.0067742996391, 65.7923076923077, 147.369472741657, 271.398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 105, '2021-05-30 00:00:00', 5.1988256810109, 10.9326923076923, 11.2916579146527, 20.3076923076923, 14.9855346918287, 27.625, 44.0553559129351, 65.5038461538462, 146.544490015306, 271.965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 120, '2021-05-30 00:00:00', 9.57603177811063, 15.4038461538462, 11.6486215757653, 20.3038461538461, 21.8856222561403, 29.8884615384616, 43.8468374440638, 65.9846153846154, 147.16794780637, 273.138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 135, '2021-05-30 00:00:00', 9.39889027819447, 13.4076923076923, 11.808363398619, 18.9269230769231, 21.7391228327746, 32.6884615384616, 45.9148545177333, 64.7442307692308, 147.031791342501, 273.355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 150, '2021-05-30 00:00:00', 6.7661217729327, 11.8903846153846, 18.2945310239048, 20.9557692307692, 32.9730710638941, 36.7692307692308, 45.8774454389082, 63.85, 147.77061938642, 274.634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 165, '2021-05-30 00:00:00', 17.006782018224, 16.1288461538462, 18.1513992891415, 26.498076923077, 33.2853035830437, 41.2211538461538, 46.2937809413549, 63.7153846153846, 147.626720637403, 274.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 180, '2021-05-30 00:00:00', 10.0432382534412, 18.3788461538462, 23.125650510601, 27.8134615384615, 26.6910126043609, 39.5346153846154, 42.2417648323769, 61.6480769230769, 146.626975008011, 272.95 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 195, '2021-05-30 00:00:00', 19.595843848986, 17.6019230769231, 22.5565419471909, 27.7038461538461, 22.9721223191535, 35.8903846153846, 47.0395913443786, 62.0653846153846, 146.10346065506, 273.030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 210, '2021-05-30 00:00:00', 14.1338552909182, 18.7942307692308, 17.3057904938025, 25.1538461538462, 16.5980768116717, 32.3846153846154, 44.1368919908888, 59.6211538461538, 145.348469018954, 273.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 225, '2021-05-30 00:00:00', 10.4840070510351, 16.1096153846154, 12.1220499979932, 21.3980769230769, 11.1569614349759, 28.5673076923077, 42.2637103835502, 55.8807692307692, 144.46113573713, 274.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 240, '2021-05-30 00:00:00', 6.95002075259768, 14.5673076923077, 10.4595227130408, 19.8307692307692, 20.4990964153583, 31.1346153846154, 40.3041435167079, 54.9461538461539, 144.46113573713, 274.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 255, '2021-05-30 00:00:00', 8.37051900789548, 13.4326923076923, 8.67651738004108, 19.6153846153846, 19.8235517464998, 31.9096153846154, 42.1947107512851, 53.1807692307693, 143.989810269819, 274.738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 270, '2021-05-30 00:00:00', 7.67192684652699, 15.0384615384615, 17.9908657379238, 23.875, 23.2148543294689, 32.6884615384615, 43.7158522559212, 53.0423076923077, 144.343559566963, 276.717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 285, '2021-05-30 00:00:00', 13.00452953634, 15.8173076923077, 13.7512037235347, 21.8096153846154, 20.2902141058575, 27.9326923076923, 39.6257915232763, 49.2153846153846, 146.683041925308, 278.367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 300, '2021-05-30 00:00:00', 10.4659359535885, 15.3192307692307, 16.9828516451154, 20.275, 17.9123184944371, 25.3846153846154, 38.0785328175661, 47.8884615384616, 149.788685525771, 279.813461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 315, '2021-05-30 00:00:00', 10.222126265343, 12.7942307692308, 12.325649460186, 17.4711538461538, 13.4847492204513, 23.2115384615385, 32.1507198747017, 47.5673076923077, 149.615052731489, 280.409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 330, '2021-05-30 00:00:00', 7.55604699256471, 11.6730769230769, 9.25801212256378, 15.9673076923077, 13.4348799771343, 21.8, 31.8878639200655, 48.2442307692308, 149.621610121615, 280.419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 345, '2021-05-30 00:00:00', 7.59847656796064, 10.7730769230769, 10.0804061655044, 15.9326923076922, 16.4851906734034, 21.7134615384615, 30.6396766401896, 49.5038461538461, 149.384257550272, 280.790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 360, '2021-05-30 00:00:00', 7.39449899483492, 10.8807692307692, 11.9650820499294, 14.8826923076923, 19.7677413985513, 20.95, 31.5908158513491, 50.3230769230769, 149.446068738988, 281.511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 375, '2021-05-30 00:00:00', 11.4281260661852, 10.6942307692308, 15.9673561223661, 15.4384615384615, 26.827778729117, 24.7365384615384, 33.1221351155898, 54.0211538461539, 149.478033953539, 281.578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 390, '2021-05-30 00:00:00', 14.9812350574361, 11.7596153846154, 18.2126646552928, 14.7653846153846, 27.7098755653315, 25.2596153846154, 38.5874415600963, 62.0769230769231, 149.337527098851, 281.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 405, '2021-05-30 00:00:00', 8.08283675450639, 8.52499999999999, 22.3065012944657, 19.5, 23.3574107001479, 25.0711538461539, 39.8125952238929, 63.8576923076923, 149.310359280465, 281.582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 420, '2021-05-30 00:00:00', 18.7959079016193, 15.8653846153846, 19.8061808534609, 19.5, 20.0202571450481, 24.948076923077, 42.1341982425021, 66.4884615384616, 149.281178369494, 281.630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 435, '2021-05-30 00:00:00', 8.71169704389542, 11.3942307692308, 12.9518973958971, 17.0769230769231, 18.6228153081108, 27.0750000000001, 43.9677351982285, 67.7576923076923, 149.043960745196, 281.371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 450, '2021-05-30 00:00:00', 10.0437897000316, 12.4865384615384, 12.248341331977, 17.9057692307693, 19.8081876039644, 28.6519230769231, 47.0802552522327, 68.5711538461539, 148.833918551983, 281.713461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 465, '2021-05-30 00:00:00', 7.51808818783069, 11.8250000000001, 13.0075760468807, 19.471153846154, 18.3920363201032, 26.75, 45.9546669597835, 67.8692307692308, 148.631132997612, 282.348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 480, '2021-05-30 00:00:00', 10.6627253335375, 15.3865384615385, 16.2787347126905, 20.6403846153846, 15.3254038722035, 25.8596153846153, 45.2354362878689, 67.4519230769231, 148.234775272201, 283.05 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 495, '2021-05-30 00:00:00', 9.70830334539232, 12.5153846153847, 12.6387141811913, 17.8980769230769, 18.3407511799859, 28.2153846153846, 46.6549850992944, 66.6711538461539, 147.202612866129, 283.078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 510, '2021-05-30 00:00:00', 8.02573960167198, 12.5980769230769, 11.3304728667702, 18.0192307692308, 17.3966085333187, 28.5173076923077, 43.7645653995945, 65.6038461538462, 147.082103392838, 283.992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 525, '2021-05-30 00:00:00', 8.52677344513242, 12.6442307692308, 15.2918404587343, 22.0961538461538, 19.1235160309137, 30.2557692307692, 43.0400857877326, 66.6038461538462, 146.220627832896, 284.459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 540, '2021-05-30 00:00:00', 15.5351214993639, 19.5, 18.178351452716, 24.8115384615385, 24.0207906742343, 33.2038461538461, 42.8610347069906, 68.3480769230769, 146.131477957352, 284.825 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 555, '2021-05-30 00:00:00', 9.27380927459361, 13.5423076923077, 11.7506091495128, 19.3192307692307, 20.0925990967206, 34.0423076923077, 36.7211526235221, 65.525, 145.986472713689, 285.219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 570, '2021-05-30 00:00:00', 10.6811914129464, 14.075, 17.6016831581527, 21.425, 29.6744850256657, 42.3115384615385, 36.8620893956838, 68.8788461538461, 145.326397583561, 287.621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 585, '2021-05-30 00:00:00', 12.5681228327249, 14.9865384615384, 15.9719508947597, 29.2692307692308, 27.3275893276655, 42.9576923076923, 37.4547799147392, 70.9576923076923, 145.818737808808, 288.351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 600, '2021-05-30 00:00:00', 13.2517627274493, 25.2692307692308, 22.2944384234136, 36.6961538461539, 25.3531397691459, 43.5980769230769, 36.6068373184783, 71.6576923076923, 146.188661627575, 289.267307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 615, '2021-05-30 00:00:00', 15.6683998495747, 24.1346153846154, 16.4502855949022, 29.3519230769231, 19.9614366678893, 38.1653846153846, 36.8304620994842, 67.7923076923076, 145.667195821371, 287.842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 630, '2021-05-30 00:00:00', 10.6645821080088, 17.5365384615385, 12.1083609066691, 24.1096153846154, 18.9612524943329, 32.6480769230769, 44.3255252474411, 70.0173076923076, 145.311776072638, 287.544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 645, '2021-05-30 00:00:00', 9.21317868807835, 17.0115384615384, 13.9692012876679, 25.8961538461538, 19.856128389376, 33.2711538461538, 44.1550765441006, 71.1461538461538, 145.84538187884, 287.319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 660, '2021-05-30 00:00:00', 10.6725889008316, 19.0346153846154, 13.9792363883011, 24.275, 17.7987615169838, 31.3865384615384, 45.7611413924354, 71.5115384615384, 145.603550305405, 286.861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 675, '2021-05-30 00:00:00', 8.88465596061331, 14.3634615384616, 10.5530921461984, 19.5846153846154, 12.265370419945, 25.3634615384616, 46.3504715767231, 70.2807692307693, 143.359596134497, 284.390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 690, '2021-05-30 00:00:00', 8.00129604886228, 13.7423076923077, 10.4693980798252, 19.251923076923, 12.9420340810032, 26.673076923077, 46.1868361615665, 71.9788461538462, 142.110796753259, 283.515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 705, '2021-05-30 00:00:00', 6.67210957297963, 11.9730769230769, 9.80178496303293, 18.2326923076923, 16.1686735339097, 28.6096153846154, 61.1798067490096, 89.4846153846155, 140.668488256829, 282.867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 720, '2021-05-30 00:00:00', 8.56801116856269, 14.5307692307693, 11.9215667529965, 20.7153846153847, 17.1014530421788, 31.201923076923, 69.4467475009559, 98.4576923076923, 140.21375265863, 282.271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 735, '2021-05-30 00:00:00', 8.94982939244351, 14.873076923077, 15.4338135274468, 23.15, 19.4305742422764, 32.6192307692307, 74.9013940765817, 102.628846153846, 139.740725755291, 281.978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 750, '2021-05-30 00:00:00', 9.91604313919928, 16.0365384615384, 13.1620947596323, 23.8923076923077, 23.1526945599128, 34.8557692307692, 78.5833413546506, 106.192307692308, 139.294598823998, 281.738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 765, '2021-05-30 00:00:00', 10.0226320817515, 16.0153846153846, 14.3344641175895, 22.9884615384615, 27.5744511068881, 35.7153846153846, 80.8626255781038, 130.519230769231, 138.975018064952, 281.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 780, '2021-05-30 00:00:00', 8.49709452604916, 15.0692307692307, 15.0805835430861, 22.8, 25.5820568878928, 35.4288461538461, 83.0761606090368, 138.911538461538, 136.966897811675, 280.898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 795, '2021-05-30 00:00:00', 13.3583170577504, 16.6288461538462, 18.9870907562118, 25.1692307692308, 28.6993980773116, 38.425, 86.3993460623402, 150.65, 137.708291633494, 281.846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 810, '2021-05-30 00:00:00', 13.1423632402421, 17.2365384615385, 19.7310693109584, 26.5480769230769, 35.7024776666615, 41.9365384615385, 83.8235696842804, 162.028846153846, 137.733487799948, 280.461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 825, '2021-05-30 00:00:00', 13.7981081479143, 17.5826923076923, 20.666276598883, 27.7326923076923, 31.021006530315, 40.873076923077, 82.7148119234909, 167.986538461538, 135.239153297465, 278.846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 840, '2021-05-30 00:00:00', 12.6476603187491, 20.7865384615385, 24.7132739947272, 31.2634615384616, 28.4423487751303, 38.6096153846155, 81.3849778238259, 168.930769230769, 133.321731522486, 277.201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 855, '2021-05-30 00:00:00', 18.586920235643, 19.8403846153846, 18.2108771385084, 27.2769230769232, 22.190388771857, 35.5653846153847, 76.7274109328705, 169.967307692308, 129.05329072191, 275.373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 870, '2021-05-30 00:00:00', 9.41165746050325, 17.9519230769231, 13.2311923121085, 23.0250000000001, 17.7474791276005, 35.1192307692309, 74.6069121359514, 172.392307692308, 124.608535576266, 273.692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 885, '2021-05-30 00:00:00', 10.4885299989303, 15.6115384615384, 13.5125316480096, 24.4134615384615, 50.603708476143, 56.0365384615384, 73.4623962676459, 172.844230769231, 123.901837774289, 274.809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 900, '2021-05-30 00:00:00', 11.7275358091053, 18.8519230769231, 17.0436810984193, 27.9442307692307, 63.0827318807488, 68.7384615384614, 73.8287615676669, 173.528846153846, 124.565599847569, 276.355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 915, '2021-05-30 00:00:00', 12.6006307839666, 18.1980769230769, 49.4132937967725, 48.3403846153846, 66.6862925599003, 71.2192307692307, 71.6686114107039, 174.388461538461, 122.021156630253, 274.544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 930, '2021-05-30 00:00:00', 43.6458074909659, 39.8134615384615, 52.8235517111885, 56.0307692307691, 63.8629220705145, 70.4807692307692, 64.5486193917782, 171.944230769231, 124.194815697572, 279.926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 945, '2021-05-30 00:00:00', 32.513714739381, 32.8230769230768, 36.2074665589211, 43.4711538461538, 40.0455254871061, 85.4865384615384, 60.9699104855453, 169.446153846154, 122.305934191525, 279.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 960, '2021-05-30 00:00:00', 23.5823422370344, 29.0057692307692, 28.9537495911085, 39.2192307692307, 39.3158642867658, 92.7961538461537, 61.7903185408898, 169.244230769231, 123.006304169277, 283.094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 975, '2021-05-30 00:00:00', 17.7120576053541, 25.9461538461537, 32.2403781710977, 73.253846153846, 43.5772439291605, 107.317307692308, 63.2535220059237, 173.323076923077, 123.742438416998, 286.255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 990, '2021-05-30 00:00:00', 30.606669773358, 70.5288461538461, 37.354986898055, 89.176923076923, 48.3451286624065, 123.294230769231, 62.7815167557608, 173.476923076923, 122.978320494055, 286.563461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1005, '2021-05-30 00:00:00', 24.6641653011003, 55.425, 36.8700276438945, 81.1923076923078, 52.8315085545911, 113.251923076923, 70.4048563939034, 164.709615384615, 119.38422837467, 274.496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1020, '2021-05-30 00:00:00', 21.818666408517, 53.1403846153847, 41.620584034641, 78.2807692307691, 47.7184705812684, 99.2788461538462, 74.2558950780755, 156.415384615385, 120.219031915148, 267.978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1035, '2021-05-30 00:00:00', 31.8577272355607, 53.9038461538461, 37.4485528630741, 70.5134615384615, 39.6107876234979, 85.398076923077, 75.9810542427924, 145.959615384615, 123.96892670529, 260.982692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1050, '2021-05-30 00:00:00', 20.3350863893305, 45.5576923076923, 23.5360322778631, 56.1692307692309, 33.1920180395598, 72.9884615384616, 76.5975423636676, 134.451923076923, 124.679903954085, 256.875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1065, '2021-05-30 00:00:00', 22.6782539858375, 40.5403846153847, 26.7249146936827, 53.4442307692309, 35.1614476380026, 71.7500000000001, 79.2535326317721, 137.571153846154, 122.399358909834, 259.711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1080, '2021-05-30 00:00:00', 15.6637523748794, 38.5423076923078, 24.3055909997299, 52.6846153846155, 29.2598870206557, 66.9826923076923, 80.5496124232665, 135.161538461539, 123.181462266665, 258.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1095, '2021-05-30 00:00:00', 12.7927661349926, 33.8557692307692, 18.2375783859758, 45.6942307692307, 25.8399315312262, 62.9884615384615, 77.6487682055944, 129.140384615385, 124.171102872051, 253.982692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1110, '2021-05-30 00:00:00', 15.3156130744464, 35.0596153846154, 18.1412831367066, 46.0153846153847, 26.2696757029558, 61.1884615384616, 81.8867028042638, 134.601923076923, 126.54226353886, 254.761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1125, '2021-05-30 00:00:00', 18.1197962291141, 33.6192307692308, 21.9243837734645, 46.3596153846154, 30.3485389332768, 63.3307692307692, 80.5552835730744, 136.213461538462, 134.81200278964, 258.451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1140, '2021-05-30 00:00:00', 13.7376121819455, 28.2326923076923, 22.1171267608124, 39.8519230769231, 29.536333622272, 56.3903846153846, 75.8794179045835, 136.138461538462, 136.467317149565, 259.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1155, '2021-05-30 00:00:00', 16.1174854881752, 28.2076923076922, 20.5969957667468, 40.3711538461538, 37.0189417730977, 59.475, 88.5035347620907, 141.055769230769, 134.715526716342, 261.457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofw[...];
Date: 2021-05-30 19:00:21 Duration: 3s16ms Database: acaweb_fx User: pgperfstats
16 3s1ms 1 3s1ms 3s1ms 3s1ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, [...];Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 30 19 1 3s1ms 3s1ms [ User: pgperfstats - Total duration: 3s1ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 1, 1155, '2021-05-30 00:00:00', 0.0160185182259111, 0.0135430769230769, 0.0253510176642948, 0.0186038461538462, 0.0285350938939836, 0.0253634615384615, 0.0684085250434139, 0.0534488461538462, 0.123196011759247, 0.136385769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1170, '2021-05-30 00:00:00', 0.0150915197583075, 0.0117138461538462, 0.0191523909895184, 0.0171838461538461, 0.0268802741772876, 0.0258003846153846, 0.0652826794993541, 0.0508088461538461, 0.1199967038605, 0.134015769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1185, '2021-05-30 00:00:00', 0.0105119345288325, 0.0104165384615385, 0.0153923851353144, 0.0151319230769231, 0.0219847692872904, 0.0221738461538462, 0.0642466802985541, 0.0500442307692308, 0.121973954539484, 0.134255 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1200, '2021-05-30 00:00:00', 0.0129407875934374, 0.0116765384615385, 0.018761878436381, 0.0178376923076923, 0.0237273924399627, 0.02298, 0.0644699880755498, 0.0509123076923077, 0.122670193699015, 0.134633076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1215, '2021-05-30 00:00:00', 0.0117354805676566, 0.0112019230769231, 0.0140577967909408, 0.0149511538461538, 0.0196787983998398, 0.0209623076923077, 0.0638620857931069, 0.0504253846153846, 0.122397578960471, 0.134499230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1230, '2021-05-30 00:00:00', 0.0101039025209988, 0.0101630769230769, 0.0139113628431526, 0.0143219230769231, 0.0181878058219068, 0.0189138461538462, 0.0621582161312194, 0.0505361538461538, 0.121113711678164, 0.133302692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1245, '2021-05-30 00:00:00', 0.00984411105491696, 0.0099723076923077, 0.0150919231582786, 0.0153061538461539, 0.0194323190112206, 0.0206069230769231, 0.0616366695613527, 0.0506811538461538, 0.121111797136111, 0.132891538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1260, '2021-05-30 00:00:00', 0.0116660007780664, 0.0114230769230769, 0.0129827501175747, 0.0135338461538461, 0.0193325017681464, 0.0191261538461538, 0.05899399507903, 0.0496492307692308, 0.12139297601021, 0.132093846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1275, '2021-05-30 00:00:00', 0.0069872009141991, 0.00755384615384615, 0.0126459789413321, 0.0126192307692308, 0.0168522784261905, 0.0177480769230769, 0.0580764470371728, 0.0486073076923077, 0.122871343142079, 0.131998461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1290, '2021-05-30 00:00:00', 0.0106794392823132, 0.0103192307692308, 0.013622223832908, 0.0132969230769231, 0.0158077768056884, 0.0174734615384615, 0.0580922217327428, 0.0492153846153846, 0.123384177362353, 0.131859230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1305, '2021-05-30 00:00:00', 0.00755705078819671, 0.00803615384615385, 0.0114988004524887, 0.0125996153846154, 0.0144777091898068, 0.0170592307692308, 0.0580085486127161, 0.0485980769230769, 0.121640917357353, 0.130933461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1320, '2021-05-30 00:00:00', 0.00997621133574187, 0.0102038461538462, 0.0103131632169021, 0.0122934615384615, 0.0285073835105115, 0.0222188461538461, 0.0572499192448204, 0.0484984615384615, 0.12108552171852, 0.130294615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1335, '2021-05-30 00:00:00', 0.00790493416505453, 0.00919192307692308, 0.0128097050467454, 0.0137707692307692, 0.0527935709095778, 0.0275542307692308, 0.0570834826669205, 0.0497357692307692, 0.120510963155289, 0.130476153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1350, '2021-05-30 00:00:00', 0.00968735446143777, 0.00966730769230768, 0.0266725782434666, 0.0183469230769231, 0.0514576724652258, 0.0288865384615384, 0.0565710188714491, 0.0509180769230769, 0.120116733578376, 0.130081538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1365, '2021-05-30 00:00:00', 0.0227239164284274, 0.0134353846153846, 0.048010708967255, 0.0213034615384615, 0.0485390176440166, 0.0288553846153846, 0.0548963528352784, 0.0505388461538462, 0.119974874701074, 0.129293461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1380, '2021-05-30 00:00:00', 0.0340712362332443, 0.0149623076923077, 0.0350509778399756, 0.0192934615384615, 0.0377933889802884, 0.0277788461538462, 0.0522276972864605, 0.0509796153846154, 0.120492914843092, 0.129500769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 1, 1395, '2021-05-30 00:00:00', 0.016827135959972, 0.0122038461538461, 0.0192588064531528, 0.017895, 0.0275007019099234, 0.0245415384615385, 0.0494389236066545, 0.0525392307692308, 0.119332532627882, 0.127289230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 1, 1410, '2021-05-30 00:00:00', 0.0128780024012326, 0.0120746153846154, 0.0197242158116518, 0.0171642307692308, 0.0272801243286136, 0.0242892307692308, 0.0521880861927465, 0.0542073076923077, 0.119200633494057, 0.128044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 1, 1425, '2021-05-30 00:00:00', 0.0173661274767422, 0.0123765384615385, 0.022385978303737, 0.0175761538461538, 0.0281203745242594, 0.0244992307692308, 0.0565317098273173, 0.05678, 0.118544455422363, 0.129370769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 0, '2021-05-30 00:00:00', 0.0105584245109697, 0.0106119230769231, 0.0156451746751318, 0.0155488461538461, 0.0215454324733002, 0.0217426923076923, 0.0582113072402208, 0.0576388461538462, 0.118353920051422, 0.127933461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 15, '2021-05-30 00:00:00', 0.0116588414232862, 0.00968, 0.0180937289965336, 0.0158604, 0.0211024984144848, 0.0210968, 0.0589299053480772, 0.0569812, 0.117582646080675, 0.1225248 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 30, '2021-05-30 00:00:00', 0.0150071066498509, 0.01277, 0.0165431036789755, 0.0155628, 0.0232281452839725, 0.021934, 0.0626765189870444, 0.0596864, 0.11727741678317, 0.1218796 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 45, '2021-05-30 00:00:00', 0.00833649279696482, 0.00922192307692307, 0.0146097600306729, 0.0155319230769231, 0.0211258672102382, 0.0218342307692308, 0.0623966598317077, 0.0601769230769231, 0.117635525256878, 0.125602307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 60, '2021-05-30 00:00:00', 0.0127391528579597, 0.0119234615384615, 0.0174543453218786, 0.0166211538461538, 0.0217402295402219, 0.0232426923076923, 0.0609019888989363, 0.0594096153846154, 0.116359657312344, 0.125305384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 75, '2021-05-30 00:00:00', 0.00987086469597034, 0.0106046153846154, 0.0156889141311751, 0.0156688461538461, 0.0193000458070401, 0.0228119230769231, 0.0584831778219502, 0.0574319230769231, 0.114912814070227, 0.123468461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 90, '2021-05-30 00:00:00', 0.0105013540811869, 0.0107684615384615, 0.0153756469632488, 0.0163165384615385, 0.0215163217223934, 0.0238773076923077, 0.0579195404731027, 0.0581461538461539, 0.114866014834006, 0.123520384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 105, '2021-05-30 00:00:00', 0.0100840717051123, 0.0109969230769231, 0.0143669740510873, 0.0172607692307692, 0.0240308617726968, 0.0253784615384616, 0.0549923622500994, 0.0574046153846154, 0.114897593535086, 0.123161923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 120, '2021-05-30 00:00:00', 0.0121420634224108, 0.0141180769230769, 0.0183966080694659, 0.0185473076923077, 0.0251165773911605, 0.0270303846153846, 0.0533875165241406, 0.0570361538461539, 0.114049528827813, 0.122585384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 135, '2021-05-30 00:00:00', 0.0100277367643644, 0.0105261538461539, 0.0159525519009921, 0.0171819230769231, 0.0294869274738172, 0.0297103846153846, 0.0502796568389856, 0.0540296153846154, 0.108755623580859, 0.120332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 150, '2021-05-30 00:00:00', 0.0136258650198239, 0.0131915384615385, 0.0167074062480824, 0.0179134615384615, 0.0325417236269898, 0.0326238461538461, 0.0487573354670469, 0.0533646153846154, 0.108514440301032, 0.119994615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 165, '2021-05-30 00:00:00', 0.0103075445109955, 0.0112153846153846, 0.0214479455282928, 0.0213392307692308, 0.0347887410787765, 0.0314546153846154, 0.0467257790156075, 0.0508238461538462, 0.108336015258085, 0.119045 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 180, '2021-05-30 00:00:00', 0.0206424197746738, 0.0188069230769231, 0.0272860927326611, 0.0248461538461538, 0.0409251947074923, 0.0341046153846154, 0.0459763560037615, 0.0501992307692308, 0.109389725632712, 0.119615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 195, '2021-05-30 00:00:00', 0.0175882393048922, 0.0149153846153846, 0.0246412359580128, 0.0205684615384615, 0.0339046377154422, 0.0279811538461539, 0.0392452572911193, 0.0449003846153846, 0.107827736132864, 0.118373461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 210, '2021-05-30 00:00:00', 0.0169355221399828, 0.0147969230769231, 0.025735894935942, 0.0207819230769231, 0.0346831352078522, 0.0301096153846154, 0.0366979878991499, 0.0455203846153846, 0.107250741034557, 0.117767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 225, '2021-05-30 00:00:00', 0.0214413987058107, 0.0141676923076923, 0.0251108384597936, 0.0190280769230769, 0.0320332824706766, 0.0275653846153846, 0.0332860401878117, 0.0444107692307693, 0.105794471858629, 0.116830384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 240, '2021-05-30 00:00:00', 0.0141567697586702, 0.012345, 0.0220421274276886, 0.0189284615384615, 0.026331628632911, 0.0246576923076923, 0.0324640763543099, 0.0433684615384616, 0.105795409358746, 0.116564230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 255, '2021-05-30 00:00:00', 0.0145730983823461, 0.0124073076923077, 0.0190631162881462, 0.0169588461538461, 0.0236682652479254, 0.0226396153846154, 0.0307845183568225, 0.0425276923076923, 0.104935209191196, 0.11663 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 270, '2021-05-30 00:00:00', 0.0110366337468242, 0.0108073076923077, 0.0143819179688085, 0.0152526923076923, 0.0178642182459368, 0.0215215384615385, 0.0278924664022385, 0.041615, 0.102693675023568, 0.115035384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 285, '2021-05-30 00:00:00', 0.00974618038791843, 0.0103980769230769, 0.0125100401524289, 0.0138538461538462, 0.0158385204291504, 0.0203357692307692, 0.0314338245549893, 0.0430669230769231, 0.102449145022524, 0.114619615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 300, '2021-05-30 00:00:00', 0.0107223404161592, 0.01064, 0.0144717807952102, 0.0163592307692308, 0.0177087282955653, 0.0217246153846154, 0.0328467901721825, 0.0434338461538462, 0.102083990252371, 0.114925384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 315, '2021-05-30 00:00:00', 0.0103939157128656, 0.0114003846153846, 0.01344682020176, 0.0156315384615385, 0.0186075942519756, 0.0215703846153846, 0.035210873407995, 0.0433930769230769, 0.102069869285701, 0.1148 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 330, '2021-05-30 00:00:00', 0.00985035159856668, 0.00993115384615386, 0.0156027597756098, 0.0156138461538462, 0.0187253088133106, 0.0205830769230769, 0.0352862459345543, 0.0423980769230769, 0.102329118292964, 0.114141153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 345, '2021-05-30 00:00:00', 0.0103300046689989, 0.0112126923076923, 0.0123416323630473, 0.0149257692307692, 0.0145306893690032, 0.0193715384615385, 0.0333109330077402, 0.0414346153846154, 0.101644110915715, 0.114029615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 360, '2021-05-30 00:00:00', 0.00758591536994714, 0.00987000000000002, 0.0108850318398177, 0.0136930769230769, 0.0140551179837973, 0.0179015384615385, 0.0349100973997716, 0.0422126923076923, 0.101548939032446, 0.113841153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 375, '2021-05-30 00:00:00', 0.00728884146117566, 0.00885538461538459, 0.00971714595642472, 0.0127484615384615, 0.0145203677003665, 0.0185530769230769, 0.0414915891532433, 0.0442523076923077, 0.100839125066384, 0.115291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 390, '2021-05-30 00:00:00', 0.00882433230422476, 0.00987615384615385, 0.0127153915998864, 0.0132834615384615, 0.0156858838254214, 0.0200892307692308, 0.0448261999487594, 0.0461553846153846, 0.100281402819957, 0.114786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 405, '2021-05-30 00:00:00', 0.00685554110527782, 0.00846038461538461, 0.0100195173613226, 0.0129619230769231, 0.0152141778665114, 0.0205519230769231, 0.04396875626554, 0.0460865384615385, 0.0995066188142585, 0.114670384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 420, '2021-05-30 00:00:00', 0.00907953476442826, 0.0110165384615385, 0.0137994263481661, 0.0165134615384615, 0.0168647597852855, 0.0221488461538461, 0.0451186813909886, 0.0471423076923077, 0.0991626193187425, 0.115136923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 435, '2021-05-30 00:00:00', 0.00882552023308627, 0.0101807692307692, 0.0114020494851381, 0.0143226923076923, 0.0147890724575224, 0.0204380769230769, 0.0498879576836551, 0.0488846153846154, 0.0985354048326715, 0.114601538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 450, '2021-05-30 00:00:00', 0.00936771719996188, 0.0104915384615385, 0.012383915399234, 0.0142461538461539, 0.0147064517291405, 0.0203276923076923, 0.0513814895253744, 0.0494046153846154, 0.102431646252513, 0.116975 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 465, '2021-05-30 00:00:00', 0.00699803185518286, 0.0089446153846154, 0.0104510570094792, 0.0137461538461539, 0.0197699549705725, 0.0221634615384616, 0.0520731783151956, 0.0512496153846154, 0.107749206734899, 0.1199 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 480, '2021-05-30 00:00:00', 0.00720973657899244, 0.0102015384615385, 0.0100714024766243, 0.0148096153846154, 0.0221736958267084, 0.0222811538461538, 0.0536355036663073, 0.0531115384615385, 0.11258754323568, 0.121609615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 495, '2021-05-30 00:00:00', 0.00714667681782669, 0.00971153846153845, 0.0170708716194035, 0.0157453846153846, 0.025629843650293, 0.0214184615384615, 0.053095527357628, 0.0522057692307693, 0.112968021277637, 0.121049230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 510, '2021-05-30 00:00:00', 0.0137991840171244, 0.0109334615384615, 0.0188900855884367, 0.0154484615384615, 0.0243193225139695, 0.0204365384615385, 0.0515981363602035, 0.0507296153846154, 0.114593433773493, 0.12122 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 525, '2021-05-30 00:00:00', 0.00840297899557059, 0.00944000000000001, 0.0129014759084139, 0.0135061538461539, 0.0162428693941017, 0.0186130769230769, 0.0448971194416061, 0.0470669230769231, 0.107365119046393, 0.118259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 540, '2021-05-30 00:00:00', 0.00956658956191567, 0.0102003846153846, 0.0109256989707753, 0.013385, 0.0184664045936231, 0.0192288461538462, 0.0456128332886194, 0.0479161538461539, 0.10610998234778, 0.117514615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 555, '2021-05-30 00:00:00', 0.00934660844288535, 0.00959423076923076, 0.0133955306208969, 0.0137361538461538, 0.0232596072491479, 0.0220842307692308, 0.0509447535820762, 0.0520215384615385, 0.106154180932192, 0.117365769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 570, '2021-05-30 00:00:00', 0.00872229775654594, 0.00872307692307691, 0.0131432169578075, 0.01268, 0.0263988550480159, 0.0231603846153846, 0.0533802905445014, 0.0545088461538462, 0.106217163744124, 0.117485384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 585, '2021-05-30 00:00:00', 0.00825425741896032, 0.00888153846153847, 0.0184608465511367, 0.0161392307692308, 0.0243587117380715, 0.0226384615384615, 0.0571654509875973, 0.0576988461538462, 0.105847161395026, 0.118279230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 600, '2021-05-30 00:00:00', 0.0150172136768238, 0.0119588461538461, 0.0209547914440001, 0.0169073076923077, 0.0257515194114833, 0.02314, 0.055738447269367, 0.05643, 0.103350214835845, 0.117661153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 615, '2021-05-30 00:00:00', 0.0116373274489397, 0.0104769230769231, 0.013322455935519, 0.0151919230769231, 0.0260355720476074, 0.0239003846153846, 0.0537693822227426, 0.0556761538461539, 0.101956110908265, 0.117786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 630, '2021-05-30 00:00:00', 0.00908483155933772, 0.0109073076923077, 0.0149731348549532, 0.0155607692307692, 0.0292856610962798, 0.0267046153846154, 0.057242434195406, 0.0597261538461539, 0.10175033298906, 0.118139230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 645, '2021-05-30 00:00:00', 0.0124006292396177, 0.0110784615384615, 0.0216103240284681, 0.0184561538461539, 0.0294064932887018, 0.0270265384615385, 0.0587767576892562, 0.0600126923076923, 0.100105583260875, 0.11766 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 660, '2021-05-30 00:00:00', 0.016053530395332, 0.0145969230769231, 0.0259298993085944, 0.0213030769230769, 0.0324954428710337, 0.0288907692307692, 0.058875371574199, 0.059955, 0.0997738839484253, 0.117293076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 675, '2021-05-30 00:00:00', 0.0167896804065428, 0.0131280769230769, 0.0207249716488625, 0.0186346153846154, 0.0255148841146617, 0.0251607692307692, 0.0547706516976438, 0.0566292307692308, 0.0994992156080408, 0.115848846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 690, '2021-05-30 00:00:00', 0.013577215303022, 0.0131692307692308, 0.0180070746780686, 0.0176076923076923, 0.0194429243012623, 0.0225542307692308, 0.0509799315809662, 0.0552, 0.0981094470954995, 0.114784230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 705, '2021-05-30 00:00:00', 0.0115885003277454, 0.0117103846153846, 0.0139524982488663, 0.0163492307692308, 0.0158894058222646, 0.0202142307692308, 0.0477381879469837, 0.0529973076923077, 0.0966640992438009, 0.113978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 720, '2021-05-30 00:00:00', 0.00923937563658098, 0.0114869230769231, 0.0126477397433449, 0.0151961538461538, 0.0163364454471025, 0.0205553846153846, 0.0464053104918624, 0.0521053846153846, 0.0963497834766638, 0.11367 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 735, '2021-05-30 00:00:00', 0.00905256822887637, 0.00978346153846154, 0.0104485966448205, 0.0127703846153846, 0.0223651211453494, 0.0228496153846154, 0.0449668961998285, 0.0514153846153846, 0.0952393403718313, 0.113327692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 750, '2021-05-30 00:00:00', 0.00812745481969317, 0.00913538461538461, 0.0129616959301094, 0.0141957692307692, 0.0260272947883563, 0.027125, 0.04391083028313, 0.0509419230769231, 0.0956208750149013, 0.113571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 765, '2021-05-30 00:00:00', 0.00957765949408391, 0.0106357692307692, 0.0179540050685077, 0.018165, 0.0295471856189384, 0.030375, 0.0441845091423889, 0.0515519230769231, 0.0958177688290883, 0.113850769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 780, '2021-05-30 00:00:00', 0.0136944704843288, 0.0138746153846154, 0.0197554019408908, 0.0210053846153846, 0.0260248587434281, 0.0285361538461538, 0.0457072918420952, 0.0520165384615385, 0.0962248110624282, 0.11421 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 795, '2021-05-30 00:00:00', 0.0132399633743393, 0.0136869230769231, 0.0189749741136947, 0.0207188461538461, 0.0235846051776284, 0.0254257692307692, 0.0514179178945957, 0.0540261538461538, 0.0936340030651259, 0.113415 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 810, '2021-05-30 00:00:00', 0.012368537187309, 0.0134419230769231, 0.0164072672125682, 0.0170257692307692, 0.0267689260610421, 0.0272776923076923, 0.0515442539198488, 0.0532719230769231, 0.0923147632171916, 0.112159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 825, '2021-05-30 00:00:00', 0.0140261767365934, 0.0123146153846154, 0.0191444903662807, 0.0183792307692308, 0.0292264887967168, 0.0282492307692308, 0.0535863704829732, 0.0547115384615385, 0.0924537498419948, 0.111979615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 840, '2021-05-30 00:00:00', 0.013435934893469, 0.0129023076923077, 0.0218818470778511, 0.0202765384615385, 0.0270894862176908, 0.0274165384615385, 0.0501794476040356, 0.0519746153846154, 0.0917683061930341, 0.110301538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 855, '2021-05-30 00:00:00', 0.0180417671657058, 0.0141176923076923, 0.0205937816006528, 0.0189861538461538, 0.025063151747904, 0.0267765384615384, 0.0483876779546834, 0.0515453846153846, 0.0899003735467554, 0.109430384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 870, '2021-05-30 00:00:00', 0.0121139646625766, 0.0133196153846154, 0.0174654360248595, 0.0188065384615385, 0.0236208506588174, 0.0268346153846154, 0.0487047225383583, 0.0523284615384615, 0.106658562785828, 0.114296538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 885, '2021-05-30 00:00:00', 0.0127901524679671, 0.0123080769230769, 0.0179532719452043, 0.0183915384615385, 0.0232580228837607, 0.0253726923076923, 0.0461463018019863, 0.050535, 0.127283383591345, 0.119862307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 900, '2021-05-30 00:00:00', 0.0139997895863309, 0.0136826923076923, 0.016833519422683, 0.0184619230769231, 0.0247229453311322, 0.0253453846153846, 0.0455326546574417, 0.0510280769230769, 0.128045652695255, 0.121883076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 915, '2021-05-30 00:00:00', 0.01063850273589, 0.0113673076923077, 0.0170025349467479, 0.0174511538461538, 0.0208234945157184, 0.0231996153846154, 0.0477608317927825, 0.0529915384615385, 0.125432837870128, 0.121588076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 930, '2021-05-30 00:00:00', 0.0127982814471319, 0.01247, 0.0166342256669333, 0.0170334615384615, 0.0218112988503313, 0.0232715384615385, 0.0470820063097766, 0.0520230769230769, 0.12465282028961, 0.121496923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 945, '2021-05-30 00:00:00', 0.0110040910783916, 0.0116026923076923, 0.0129170281233131, 0.0154865384615385, 0.0208462006757919, 0.0239188461538462, 0.0470347984647047, 0.0517811538461538, 0.123384041593717, 0.12001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 960, '2021-05-30 00:00:00', 0.008061624392525, 0.0102396153846154, 0.0152652151185427, 0.0160661538461538, 0.0215068358113272, 0.0241011538461539, 0.0480533070037849, 0.052005, 0.162840742722642, 0.129617692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 975, '2021-05-30 00:00:00', 0.0115735023420544, 0.0119873076923077, 0.0167362775017441, 0.0185038461538462, 0.02841548767567, 0.0277103846153846, 0.0467193655927027, 0.0511657692307692, 0.162139883845828, 0.129831538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 990, '2021-05-30 00:00:00', 0.0129862518131232, 0.0127280769230769, 0.0171328325782355, 0.0178080769230769, 0.0274657817012649, 0.0267873076923077, 0.0467061771437635, 0.0503392307692308, 0.162046040141493, 0.129498461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1005, '2021-05-30 00:00:00', 0.0114863855732977, 0.0107915384615385, 0.0217731546776158, 0.0192638461538462, 0.0289369881905229, 0.0265715384615385, 0.0449705984770562, 0.0489507692307692, 0.161613988975631, 0.130653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1020, '2021-05-30 00:00:00', 0.0155842008605362, 0.0145226923076923, 0.0190361390396913, 0.0185715384615385, 0.0256515568698306, 0.0250853846153846, 0.0458569581197881, 0.04877, 0.161712123064413, 0.130255 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1035, '2021-05-30 00:00:00', 0.0143664624680592, 0.0120303846153846, 0.0214670428940594, 0.0187588461538462, 0.0223797975415329, 0.025385, 0.0457572818534425, 0.0475788461538461, 0.166979109859241, 0.133744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1050, '2021-05-30 00:00:00', 0.0163741327568351, 0.0131634615384615, 0.0163538346526481, 0.0156503846153846, 0.020948347465575, 0.0238584615384615, 0.0434337649371475, 0.0454861538461538, 0.167015054238095, 0.133673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1065, '2021-05-30 00:00:00', 0.00994563846424845, 0.0107773076923077, 0.0154965973883103, 0.0186911538461538, 0.0193514377919416, 0.0249061538461538, 0.0424425595345774, 0.0450696153846154, 0.167151638765984, 0.133413076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1080, '2021-05-30 00:00:00', 0.0123085359999286, 0.0149123076923077, 0.0166051275352386, 0.0202526923076923, 0.0199350827398873, 0.0254603846153846, 0.0425502480296486, 0.0445692307692307, 0.167058982133211, 0.133140769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1095, '2021-05-30 00:00:00', 0.0118662690656525, 0.0133915384615385, 0.0161266013206083, 0.0186769230769231, 0.0282176992792713, 0.0285061538461539, 0.0420790590509743, 0.0439711538461538, 0.167218620129918, 0.132783076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1110, '2021-05-30 00:00:00', 0.0110517065372102, 0.0121257692307692, 0.0149075217411057, 0.0170273076923077, 0.02852908753967, 0.0279996153846154, 0.0421319386269079, 0.0432573076923077, 0.166985414502631, 0.133853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1125, '2021-05-30 00:00:00', 0.0110086827619768, 0.0112519230769231, 0.0247089617750322, 0.02118, 0.0288179893389262, 0.0276484615384615, 0.0421601971988528, 0.0419396153846154, 0.166879040085465, 0.134799615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1140, '2021-05-30 00:00:00', 0.0201551191168741, 0.0177488461538462, 0.0226285588242278, 0.0217776923076923, 0.027417302016175, 0.0272546153846154, 0.0434060177412516, 0.0438019230769231, 0.166977916820896, 0.135015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1155, '2021-05-30 00:00:00', 0.0156640808367915, 0.0140073076923077, 0.021782013133635, 0.0197080769230769, 0.0277014440306749, 0.0256457692307692, 0.0480210427144665, 0.0452292307692308, 0.16704061504455, 0.135237692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1170, '2021-05-30 00:00:00', 0.0132230029174105, 0.0124369230769231, 0.0189418341732303, 0.0172046153846154, 0.0216674953186707, 0.0210357692307692, 0.0478186947735522, 0.0449646153846154, 0.167384502657343, 0.135055384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1185, '2021-05-30 00:00:00', 0.0129520160830422, 0.0117438461538462, 0.0175943530276489, 0.0163376923076923, 0.0199092905912329, 0.0199396153846154, 0.0485801767121592, 0.0462057692307692, 0.167453749716612, 0.135263076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1200, '2021-05-30 00:00:00', 0.0116307038744603, 0.0108338461538462, 0.0140655872036903, 0.0143807692307692, 0.0170585021797163, 0.0180861538461539, 0.0464963159979865, 0.0442242307692308, 0.166014184593226, 0.133463076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1215, '2021-05-30 00:00:00', 0.00883486512891701, 0.00996461538461539, 0.0104661097099896, 0.0122726923076923, 0.0208750089378147, 0.0195369230769231, 0.0471941899227176, 0.0455976923076923, 0.165896449853052, 0.133175384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1230, '2021-05-30 00:00:00', 0.00715615389824621, 0.00849884615384616, 0.0134613063087674, 0.0130034615384616, 0.0219497024896607, 0.0201807692307692, 0.0470088791416456, 0.0448330769230769, 0.165909070450793, 0.133105384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1245, '2021-05-30 00:00:00', 0.00978869370557373, 0.00883269230769233, 0.0163337393947432, 0.0140088461538462, 0.0202503460369295, 0.0201111538461538, 0.046990984682007, 0.0443542307692308, 0.165915440247782, 0.133046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1260, '2021-05-30 00:00:00', 0.0116171501602654, 0.0102946153846154, 0.0149224705523119, 0.0143107692307692, 0.0347252829727629, 0.0237615384615385, 0.0466339656688127, 0.044435, 0.165917709071047, 0.133039230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1275, '2021-05-30 00:00:00', 0.00912941849188654, 0.009525, 0.0135474757739645, 0.0146796153846154, 0.0346540684169428, 0.0248146153846154, 0.049710418188359, 0.0460173076923077, 0.166061895532498, 0.132749615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1290, '2021-05-30 00:00:00', 0.0107483974905743, 0.0107438461538462, 0.0317369550281929, 0.0179423076923077, 0.0323045881594836, 0.0232919230769231, 0.0467586565198196, 0.0450865384615385, 0.165822184370905, 0.133511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1305, '2021-05-30 00:00:00', 0.0242933187142854, 0.0121969230769231, 0.0250158669678636, 0.0180880769230769, 0.0256960138453119, 0.0215765384615385, 0.0431718513154115, 0.043765, 0.166026013608155, 0.134038846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1320, '2021-05-30 00:00:00', 0.0149864578254452, 0.0130069230769231, 0.0152686440131401, 0.014665, 0.0237191770644638, 0.0217438461538462, 0.0435022173935289, 0.0432169230769231, 0.16619949556019, 0.133652692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1335, '2021-05-30 00:00:00', 0.00981092420958156, 0.00978461538461537, 0.0140623767550155, 0.01422, 0.0296389017651828, 0.0240046153846154, 0.0426044411697257, 0.0437692307692308, 0.166251310733526, 0.133293846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1350, '2021-05-30 00:00:00', 0.0118355659576744, 0.00999846153846154, 0.0195047284878466, 0.0157257692307692, 0.0280325246372577, 0.0235815384615385, 0.0419590340524587, 0.0427011538461539, 0.166153894142194, 0.132331153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1365, '2021-05-30 00:00:00', 0.0129319216074619, 0.0109473076923077, 0.0205658022492157, 0.0170069230769231, 0.0243676280875957, 0.0234411538461538, 0.0415467695235882, 0.0431153846153846, 0.166229675706651, 0.132658461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1380, '2021-05-30 00:00:00', 0.0122877353299321, 0.0106165384615385, 0.0153874372785074, 0.015295, 0.0223719998796573, 0.0216188461538461, 0.0429151688029374, 0.0443857692307692, 0.166725361099762, 0.134225384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 1395, '2021-05-30 00:00:00', 0.0107476840367516, 0.0108419230769231, 0.0164902433438219, 0.0154084615384615, 0.0214217769463334, 0.0219234615384615, 0.0412334357474424, 0.0451634615384615, 0.166645492998207, 0.133933846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 1410, '2021-05-30 00:00:00', 0.0120932619827991, 0.0104242307692308, 0.0153436590210368, 0.0149880769230769, 0.0237022523304951, 0.0224384615384615, 0.0421504363842726, 0.0453707692307692, 0.166597631506389, 0.133543461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 1425, '2021-05-30 00:00:00', 0.0112023362123882, 0.0105961538461538, 0.0164005445172268, 0.0160973076923077, 0.0257216499052093, 0.0228653846153846, 0.041830051310217, 0.0456061538461539, 0.166604251885903, 0.133787692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 0, '2021-05-30 00:00:00', 0.0117661657109894, 0.0109165384615385, 0.0176936502865163, 0.0154973076923077, 0.024775309561056, 0.0225403846153846, 0.0419015558661012, 0.04587, 0.166633319117618, 0.133651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 15, '2021-05-30 00:00:00', 0.0120205824254132, 0.0104146153846154, 0.017431691832804, 0.0149119230769231, 0.0293865504976996, 0.0251769230769231, 0.0410346727480367, 0.0464565384615385, 0.167247330360205, 0.135063846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 30, '2021-05-30 00:00:00', 0.0109189662514361, 0.00982, 0.0170928636120908, 0.0161176923076923, 0.0272857922708166, 0.0249103846153846, 0.0427476745080496, 0.0481103846153846, 0.166697478805631, 0.137418076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 45, '2021-05-30 00:00:00', 0.0115809263612466, 0.0100892307692308, 0.0215521179005684, 0.016765, 0.0248272501900633, 0.02298, 0.0436167394683068, 0.0479553846153846, 0.166842442497751, 0.136981153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 60, '2021-05-30 00:00:00', 0.0142586138715676, 0.0120084615384615, 0.0181829524386062, 0.0169392307692308, 0.0247523203232468, 0.0220042307692308, 0.0475241304407965, 0.0493669230769231, 0.166870031178114, 0.136785769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 75, '2021-05-30 00:00:00', 0.0113698641355796, 0.0108223076923077, 0.0147177981421762, 0.0143130769230769, 0.0204682568984645, 0.0212226923076923, 0.0436427992756581, 0.0477561538461538, 0.167367196475295, 0.13769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 90, '2021-05-30 00:00:00', 0.00761978360282273, 0.00865692307692307, 0.0123861947965653, 0.0128215384615385, 0.016557848657173, 0.0197419230769231, 0.0412123831073212, 0.0465442307692308, 0.167234213441462, 0.137964230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 105, '2021-05-30 00:00:00', 0.00976233651099194, 0.00946692307692308, 0.0154955861904161, 0.0167892307692308, 0.0166695490456285, 0.0210442307692308, 0.0413079596222549, 0.0465980769230769, 0.167114663011313, 0.138364230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 120, '2021-05-30 00:00:00', 0.0102013548421464, 0.0121738461538461, 0.010865703021611, 0.0149530769230769, 0.0188220749612298, 0.0228553846153846, 0.0407085655038914, 0.0456457692307692, 0.166992620371726, 0.138791153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 135, '2021-05-30 00:00:00', 0.00801812093851267, 0.00955923076923078, 0.00971824026489126, 0.0130046153846154, 0.0235564135607726, 0.0251303846153846, 0.0412889372126947, 0.0457219230769231, 0.167305686454925, 0.139591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 150, '2021-05-30 00:00:00', 0.00791169717278451, 0.00985807692307693, 0.0155158198028285, 0.0170480769230769, 0.0249496208696337, 0.0257415384615385, 0.0410941402897523, 0.0460630769230769, 0.167276402890085, 0.139399615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 165, '2021-05-30 00:00:00', 0.0128451680948369, 0.0125607692307692, 0.0213681015642836, 0.0201726923076923, 0.0244041379719474, 0.0252930769230769, 0.0412563604364411, 0.0459326923076923, 0.167638737759321, 0.139888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 180, '2021-05-30 00:00:00', 0.0191776872472633, 0.0168619230769231, 0.0209555470497395, 0.0198480769230769, 0.0270699319995736, 0.0264523076923077, 0.0415758850592689, 0.0454376923076923, 0.169387585371992, 0.141826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 195, '2021-05-30 00:00:00', 0.00972198881995779, 0.0104411538461538, 0.0140072492001051, 0.0153530769230769, 0.0234522991492224, 0.0251492307692308, 0.0398874479986644, 0.0424396153846154, 0.171868609850217, 0.144240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 210, '2021-05-30 00:00:00', 0.00952629046376395, 0.011205, 0.0158757959219009, 0.0168619230769231, 0.0263666308457081, 0.0261669230769231, 0.0500487592053989, 0.046055, 0.172143447901854, 0.145373461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 225, '2021-05-30 00:00:00', 0.0104449906432922, 0.0109584615384615, 0.0155599854904026, 0.0171526923076923, 0.0271500200113257, 0.0247088461538461, 0.0548948444377626, 0.0477353846153846, 0.170467946141022, 0.144038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 240, '2021-05-30 00:00:00', 0.0122941006991159, 0.01268, 0.020648097099882, 0.0192853846153846, 0.0291892808170291, 0.0245211538461538, 0.0568697814322672, 0.0482319230769231, 0.166948776857316, 0.142793076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 255, '2021-05-30 00:00:00', 0.013988552886062, 0.0128396153846154, 0.0168321508840853, 0.0155107692307692, 0.0236356579248063, 0.0209815384615385, 0.0535987580410075, 0.0464634615384615, 0.164821133773741, 0.143597692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 270, '2021-05-30 00:00:00', 0.00925938506846722, 0.00903038461538461, 0.0162571066968832, 0.0141030769230769, 0.0178878211125292, 0.0185319230769231, 0.0520541985183195, 0.0460192307692308, 0.160431004728369, 0.142473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 285, '2021-05-30 00:00:00', 0.0112533309735384, 0.010145, 0.0143915374492736, 0.0140630769230769, 0.0148094148640446, 0.0171861538461538, 0.0508915238113986, 0.0463003846153846, 0.159376983700717, 0.142188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 300, '2021-05-30 00:00:00', 0.0098736016965208, 0.0102776923076923, 0.0109210080754762, 0.0128442307692308, 0.0151598306262103, 0.0169238461538461, 0.0508742687265531, 0.0460376923076923, 0.159139539733579, 0.143611153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 315, '2021-05-30 00:00:00', 0.00717379741731085, 0.00848576923076925, 0.00886799805697214, 0.0108084615384615, 0.0162511516656986, 0.0193323076923077, 0.0502975752237085, 0.0467057692307692, 0.157724342219631, 0.143186153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 330, '2021-05-30 00:00:00', 0.00756874187289152, 0.00832846153846153, 0.0127824453240191, 0.0127573076923077, 0.0173499623453371, 0.0205557692307692, 0.0511679504317362, 0.0486292307692308, 0.157579891903953, 0.142947307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 345, '2021-05-30 00:00:00', 0.0111856769954327, 0.00943461538461537, 0.0148935126197229, 0.0153430769230769, 0.0195258977888736, 0.0218473076923077, 0.0519950793840518, 0.0494919230769231, 0.157278612544256, 0.142130384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 360, '2021-05-30 00:00:00', 0.0101205518320206, 0.0112957692307692, 0.0119328776334707, 0.0148361538461539, 0.0177031484205494, 0.02156, 0.0532715957465572, 0.0512442307692308, 0.155168562117262, 0.140338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 375, '2021-05-30 00:00:00', 0.00915072850399604, 0.00973807692307691, 0.0149390875841248, 0.0144546153846154, 0.0187682465227432, 0.0191184615384615, 0.0537343211923255, 0.051455, 0.154697272923604, 0.140025 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 390, '2021-05-30 00:00:00', 0.0108774178850568, 0.0100196153846154, 0.0134224325721475, 0.0142380769230769, 0.0291487774041013, 0.0229919230769231, 0.0507797882217537, 0.0502803846153846, 0.154003967104247, 0.139869615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 405, '2021-05-30 00:00:00', 0.00933606740632181, 0.0102488461538461, 0.0127834906572741, 0.0133642307692308, 0.0328378813544076, 0.0249203846153846, 0.04663881241561, 0.0490034615384615, 0.153386057802376, 0.139248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 420, '2021-05-30 00:00:00', 0.0109206501356199, 0.0104707692307692, 0.0249365926270241, 0.0180096153846154, 0.0373088479524423, 0.0260034615384615, 0.0453939081443246, 0.0481561538461539, 0.152808123948354, 0.138196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 435, '2021-05-30 00:00:00', 0.0167562813251077, 0.0116603846153846, 0.0247356433823433, 0.0178084615384615, 0.0307887605866417, 0.0235923076923077, 0.041625348039201, 0.0470492307692308, 0.149139247381561, 0.136568461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 450, '2021-05-30 00:00:00', 0.0171595170274511, 0.0123561538461538, 0.0228015787712504, 0.0167976923076923, 0.0265020845624235, 0.0218269230769231, 0.0390152832874503, 0.046265, 0.148923606158945, 0.136399230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 465, '2021-05-30 00:00:00', 0.0123463687592126, 0.0101184615384615, 0.019052413858778, 0.0153446153846154, 0.0222268337376245, 0.020685, 0.0411238372423886, 0.0471415384615385, 0.148951731378374, 0.136356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 480, '2021-05-30 00:00:00', 0.0108202224347959, 0.0102215384615385, 0.0148225574093625, 0.0136119230769231, 0.0210683174933358, 0.019375, 0.0497322127645809, 0.0485176923076923, 0.149002241125634, 0.135972692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 495, '2021-05-30 00:00:00', 0.0105880148571573, 0.00905884615384615, 0.0148471619717502, 0.0136611538461538, 0.0225221374071071, 0.0205057692307692, 0.0522738457754339, 0.0488919230769231, 0.148573693298853, 0.135397307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 510, '2021-05-30 00:00:00', 0.0109688775388158, 0.0104976923076923, 0.0173691547467165, 0.0145838461538461, 0.0221184667989999, 0.0226015384615385, 0.0558059892071148, 0.0492692307692308, 0.148206191717952, 0.134973461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 525, '2021-05-30 00:00:00', 0.0133108163362906, 0.0105834615384615, 0.0178914576780696, 0.0160746153846154, 0.023735697853979, 0.0240661538461538, 0.0557059179841921, 0.0494223076923077, 0.14807583324562, 0.134870769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 540, '2021-05-30 00:00:00', 0.0140967405507034, 0.0123769230769231, 0.0173428536734432, 0.0178584615384615, 0.0275976051831704, 0.0262496153846154, 0.0548516198105959, 0.0492303846153846, 0.147690427334184, 0.133746923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 555, '2021-05-30 00:00:00', 0.00972161354128797, 0.0109053846153846, 0.0146739304367146, 0.0149276923076923, 0.0246188460768137, 0.0246369230769231, 0.0537799310466703, 0.0495607692307692, 0.146707158525463, 0.132148846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 570, '2021-05-30 00:00:00', 0.0105818503035223, 0.0101496153846154, 0.0202659902451221, 0.0179138461538462, 0.0255668568628636, 0.0248053846153846, 0.0536162263168674, 0.0493873076923077, 0.146680529469792, 0.131528461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 585, '2021-05-30 00:00:00', 0.0175378428504236, 0.0124096153846154, 0.0205615100500537, 0.0176734615384615, 0.02516575529136, 0.0240092307692308, 0.0539280084514389, 0.0488565384615385, 0.146361137715531, 0.129704230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 600, '2021-05-30 00:00:00', 0.0126454678594592, 0.0119542307692308, 0.0163923720534419, 0.0164215384615385, 0.0229660721969136, 0.0226480769230769, 0.0534372925269927, 0.0490261538461539, 0.14614545364649, 0.128718461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 615, '2021-05-30 00:00:00', 0.0110119854773718, 0.0108419230769231, 0.0173772735933593, 0.0156284615384616, 0.0232992721741722, 0.0235503846153846, 0.053552281446768, 0.0486380769230769, 0.145627980946182, 0.129177692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 630, '2021-05-30 00:00:00', 0.0105385523454819, 0.0101884615384615, 0.0136758285812822, 0.0142892307692308, 0.0181875967034172, 0.0221246153846154, 0.06706423715651, 0.0543957692307692, 0.145195272485553, 0.128868076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 645, '2021-05-30 00:00:00', 0.00786907634106691, 0.00931230769230771, 0.0155724868474943, 0.0166388461538462, 0.0272238881414551, 0.0230915384615385, 0.0875408332186494, 0.0621961538461539, 0.14435336814061, 0.127628461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 660, '2021-05-30 00:00:00', 0.0146022683380146, 0.0140638461538462, 0.0154682950629294, 0.0170680769230769, 0.0421572277314341, 0.026515, 0.0889641279280587, 0.064545, 0.144235633314166, 0.127248461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 675, '2021-05-30 00:00:00', 0.00855346231291526, 0.00985846153846153, 0.0252502355937219, 0.0166984615384615, 0.0434452161055914, 0.0259723076923077, 0.0888632435253528, 0.0629453846153846, 0.143995948108058, 0.126356538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 690, '2021-05-30 00:00:00', 0.021769858046956, 0.0127007692307692, 0.0378118579609828, 0.0192823076923077, 0.0460387707715339, 0.0264369230769231, 0.087680037966724, 0.0626046153846154, 0.142877228578083, 0.125423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 705, '2021-05-30 00:00:00', 0.0234074242923052, 0.01284, 0.0266381020691444, 0.0173053846153846, 0.0325750418572256, 0.02341, 0.0833859052441395, 0.0601457692307692, 0.139732783724452, 0.123119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 720, '2021-05-30 00:00:00', 0.015388164008044, 0.0110765384615385, 0.0280826443308921, 0.0176238461538462, 0.0279787944453542, 0.0215511538461539, 0.124764086336512, 0.0697907692307692, 0.137576065970793, 0.12235 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 735, '2021-05-30 00:00:00', 0.0239413861721947, 0.0130403846153846, 0.0239301904585947, 0.0157507692307692, 0.0265676498482937, 0.0239323076923077, 0.122156297719829, 0.0704961538461538, 0.135615121751, 0.121846538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 750, '2021-05-30 00:00:00', 0.014739787040524, 0.010965, 0.0189914939542782, 0.0152211538461538, 0.0248604561502801, 0.02386, 0.121422996119415, 0.0703788461538462, 0.1354776677708, 0.121636153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 765, '2021-05-30 00:00:00', 0.00806328813440655, 0.00892346153846153, 0.0144108146836379, 0.0166803846153846, 0.0210489920569937, 0.0235211538461538, 0.120510582761592, 0.0715484615384615, 0.135572700760089, 0.121369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 780, '2021-05-30 00:00:00', 0.0135870079119724, 0.01397, 0.0153258652409779, 0.0172957692307692, 0.0231341579388242, 0.0248565384615385, 0.121189501845409, 0.0724115384615385, 0.135005189705376, 0.121229230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 795, '2021-05-30 00:00:00', 0.00740814861123572, 0.00926538461538462, 0.0135239739039177, 0.0154130769230769, 0.0177275328362843, 0.0211526923076923, 0.124055087649988, 0.0755203846153846, 0.130837262977863, 0.119266538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 810, '2021-05-30 00:00:00', 0.010812065767181, 0.0117869230769231, 0.0142491546469903, 0.0155880769230769, 0.0385513125247976, 0.0268342307692308, 0.123196764860746, 0.0752619230769231, 0.129975951105757, 0.118935384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 825, '2021-05-30 00:00:00', 0.00960192775516378, 0.00929615384615385, 0.0129092904470445, 0.0147403846153846, 0.064609812053112, 0.0345684615384615, 0.121874031218871, 0.0740984615384615, 0.127911285786433, 0.118646538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 840, '2021-05-30 00:00:00', 0.0108871618679278, 0.0119315384615385, 0.0368177001935001, 0.0214865384615385, 0.0666071205664518, 0.0373169230769231, 0.121862030815433, 0.0741423076923077, 0.127971373556144, 0.119285384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 855, '2021-05-30 00:00:00', 0.0322878496318066, 0.0159153846153846, 0.0602473911098104, 0.0281065384615385, 0.0633505380124079, 0.0369923076923077, 0.117309923887374, 0.0739823076923077, 0.123849794035418, 0.118831153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 870, '2021-05-30 00:00:00', 0.0399705999281395, 0.0200288461538462, 0.0446568664321453, 0.0263965384615385, 0.0525492894660301, 0.0347207692307692, 0.106196837243938, 0.0738738461538461, 0.114360330274364, 0.116262692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 885, '2021-05-30 00:00:00', 0.0198229471533915, 0.0150153846153846, 0.0280016848531545, 0.0219211538461538, 0.0458943651459942, 0.0315180769230769, 0.104988828243771, 0.07226, 0.112051055972781, 0.113426153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 900, '2021-05-30 00:00:00', 0.0172358105073754, 0.0147096153846154, 0.0218296468169745, 0.0193619230769231, 0.0947170910684104, 0.0417973076923077, 0.102093254155962, 0.0702319230769231, 0.111114231509047, 0.112469615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 915, '2021-05-30 00:00:00', 0.0139838166298926, 0.0116434615384615, 0.0377280947774793, 0.0215465384615385, 0.0901165939888645, 0.0417280769230769, 0.09682343554914, 0.0678134615384615, 0.108079416914672, 0.111313846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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, [...];
Date: 2021-05-30 19:00:08 Duration: 3s1ms Database: acaweb_fx User: pgperfstats
17 2s994ms 1 2s994ms 2s994ms 2s994ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where[...];Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 30 19 1 2s994ms 2s994ms [ User: pgperfstats - Total duration: 2s994ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 180, '2021-05-30 00:00:00', 0.0211579557355858, 0.0497499999999995, 0.0260273748661722, 0.0688333333333328, 0.0215357349256528, 0.0918333333333325, 0.0464715618481459, 0.157166666666669, 0.158277374481406, 0.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 195, '2021-05-30 00:00:00', 0.0158190525709454, 0.0416666666666667, 0.0185366140545172, 0.0558333333333323, 0.0296109879278062, 0.0869166666666636, 0.0477455376306139, 0.151000000000002, 0.173031504400648, 0.473416666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 210, '2021-05-30 00:00:00', 0.0147737994948885, 0.0354166666666664, 0.0200822173712326, 0.0577499999999998, 0.0341569461412595, 0.0938333333333337, 0.0527461042651637, 0.144166666666668, 0.177929058897078, 0.47075 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 225, '2021-05-30 00:00:00', 0.0190732241319568, 0.0398333333333329, 0.0306811559973436, 0.0536666666666659, 0.0485276397342981, 0.09275, 0.059175330138239, 0.140083333333334, 0.178077272978657, 0.468666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 240, '2021-05-30 00:00:00', 0.0133447867473905, 0.0369166666666665, 0.025602290380496, 0.0637500000000012, 0.0442068142286043, 0.0923333333333349, 0.0559027158227894, 0.128250000000001, 0.178793346090005, 0.467166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 255, '2021-05-30 00:00:00', 0.0273085409763394, 0.0396153846153858, 0.0384567689350393, 0.0576153846153864, 0.0423933049866618, 0.0837692307692307, 0.0516028969570421, 0.121769230769233, 0.176141260327453, 0.453076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 270, '2021-05-30 00:00:00', 0.0158946854527243, 0.036846153846156, 0.0236214808802145, 0.0538461538461563, 0.0247469241808003, 0.0709230769230789, 0.0344515639182067, 0.111923076923079, 0.174226863600307, 0.444 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 285, '2021-05-30 00:00:00', 0.0119620125225525, 0.0346153846153848, 0.0170433083341913, 0.0511538461538455, 0.01707111820951, 0.0616153846153848, 0.0342494619085575, 0.115230769230772, 0.172405120692586, 0.443230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 300, '2021-05-30 00:00:00', 0.0130703226177968, 0.0370000000000007, 0.0127907217975604, 0.044461538461542, 0.0131709665163329, 0.0561538461538476, 0.044498343386047, 0.12446153846154, 0.172405120692586, 0.443230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 315, '2021-05-30 00:00:00', 0.00930536101340182, 0.0243846153846159, 0.00838114489455804, 0.0330769230769236, 0.012178164570562, 0.0458461538461563, 0.0407094142706151, 0.131384615384619, 0.16411827348686, 0.440153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 330, '2021-05-30 00:00:00', 0.00731875006842528, 0.0246923076923097, 0.00641012820384595, 0.0333846153846174, 0.0126592420885446, 0.0463846153846204, 0.0437215841784906, 0.139076923076927, 0.16411827348686, 0.440153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 345, '2021-05-30 00:00:00', 0.00429071747033778, 0.0240769230769233, 0.00727482487232892, 0.0313846153846188, 0.00986056637474566, 0.0426923076923093, 0.0408563775895955, 0.143076923076925, 0.16129503942648, 0.438615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 360, '2021-05-30 00:00:00', 0.00900569620310308, 0.0235384615384624, 0.0108675003612853, 0.0355384615384629, 0.0127581045131788, 0.0445384615384621, 0.0370585122924998, 0.156000000000003, 0.157681112798374, 0.443000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 375, '2021-05-30 00:00:00', 0.0112796617516103, 0.0236923076923093, 0.00939448829135586, 0.0293846153846158, 0.017281975195752, 0.0460000000000032, 0.0404989711803493, 0.164, 0.157630694655059, 0.447461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 390, '2021-05-30 00:00:00', 0.00744380658065699, 0.0160769230769233, 0.0116937414775389, 0.0269230769230776, 0.0242516190313334, 0.0501538461538484, 0.0397579213200629, 0.165769230769232, 0.157049110398384, 0.458615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 405, '2021-05-30 00:00:00', 0.00861647200097505, 0.0199230769230791, 0.0151196085962088, 0.0344615384615412, 0.0265066513181601, 0.0535384615384625, 0.0541224869138831, 0.182923076923078, 0.157360438777693, 0.467846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 420, '2021-05-30 00:00:00', 0.00768698533820089, 0.0233846153846166, 0.0147873820085451, 0.0350000000000021, 0.02349822688346, 0.0530000000000006, 0.0888252389635023, 0.202384615384618, 0.151260727528027, 0.474153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 435, '2021-05-30 00:00:00', 0.00936647047882755, 0.0236923076923082, 0.0182938969786805, 0.0349999999999977, 0.0212617991375182, 0.0556923076923047, 0.0949819820970123, 0.204923076923079, 0.150526852532474, 0.483 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 450, '2021-05-30 00:00:00', 0.0116789312823326, 0.0223076923076906, 0.0100709024880125, 0.0346153846153826, 0.0177817970883819, 0.0552307692307673, 0.114975749951556, 0.216384615384617, 0.1511447769185, 0.485923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 465, '2021-05-30 00:00:00', 0.00988718414192881, 0.0256153846153823, 0.014803412634967, 0.0401538461538422, 0.0198771870269056, 0.0594615384615382, 0.121627531464946, 0.233615384615387, 0.151118055395992, 0.491000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 480, '2021-05-30 00:00:00', 0.0106235104536594, 0.0297692307692275, 0.017608637158057, 0.0396923076923059, 0.0339228007431046, 0.0726153846153859, 0.118502894046668, 0.237538461538464, 0.150971214780525, 0.492153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 495, '2021-05-30 00:00:00', 0.0144710143531923, 0.0270769230769245, 0.0169599830672396, 0.0431538461538489, 0.0291547594742261, 0.083000000000005, 0.115624502770934, 0.240230769230772, 0.152053170524873, 0.502000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 510, '2021-05-30 00:00:00', 0.0111889368437014, 0.0332307692307705, 0.0240256273431236, 0.0586923076923092, 0.0302127074640386, 0.0868461538461553, 0.108355776767897, 0.245153846153847, 0.152847124898518, 0.502923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 525, '2021-05-30 00:00:00', 0.0241597249092853, 0.0427692307692306, 0.0222509002986972, 0.0635384615384632, 0.028161393832055, 0.0846923076923054, 0.102731414814277, 0.244076923076923, 0.149782705858715, 0.502230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 540, '2021-05-30 00:00:00', 0.01114588575353, 0.0496923076923099, 0.0174862583410309, 0.06946153846154, 0.0296580944111818, 0.101538461538461, 0.107497763840783, 0.245461538461539, 0.148793265631999, 0.506461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 555, '2021-05-30 00:00:00', 0.0139830483452499, 0.0427692307692317, 0.0145108270806342, 0.0583076923076898, 0.0363986122586978, 0.111230769230769, 0.104581400022994, 0.249538461538463, 0.143072735670732, 0.503846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 570, '2021-05-30 00:00:00', 0.0129134197738792, 0.0503846153846133, 0.0314946067829124, 0.078076923076922, 0.0313272634600811, 0.117307692307694, 0.104781151661879, 0.252384615384616, 0.142233466435852, 0.504230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 585, '2021-05-30 00:00:00', 0.0254734653295825, 0.0546923076923076, 0.0296840197015318, 0.0938461538461538, 0.0528510242968903, 0.128307692307693, 0.0951556754171941, 0.250461538461538, 0.133863832460546, 0.49923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 600, '2021-05-30 00:00:00', 0.0219436925111879, 0.0727692307692295, 0.0217391293199532, 0.084384615384616, 0.0685591640436109, 0.13723076923077, 0.0943567290005949, 0.246230769230771, 0.128160156214891, 0.49323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 615, '2021-05-30 00:00:00', 0.0199814016089072, 0.0473846153846143, 0.0316553961049931, 0.0873076923076905, 0.0641305759309154, 0.124692307692308, 0.0894593447269442, 0.241153846153847, 0.12414817449632, 0.489461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 630, '2021-05-30 00:00:00', 0.0221263852239137, 0.0570769230769223, 0.0578822854970264, 0.0892307692307701, 0.073574051306431, 0.132846153846154, 0.0826559132790884, 0.229000000000002, 0.123910016978822, 0.491769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 645, '2021-05-30 00:00:00', 0.0473470547103377, 0.060923076923077, 0.0464444802273645, 0.0813846153846159, 0.0754554546804013, 0.14023076923077, 0.0710218456821742, 0.217538461538463, 0.12248301818452, 0.487384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 660, '2021-05-30 00:00:00', 0.0154919333848296, 0.054000000000001, 0.0356780475492039, 0.087384615384615, 0.0468309836074496, 0.129846153846155, 0.0423854413805697, 0.203230769230772, 0.120343951516751, 0.476 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 675, '2021-05-30 00:00:00', 0.0278282276907876, 0.0580769230769227, 0.0509813942934354, 0.0934615384615398, 0.0453588257886267, 0.118384615384616, 0.035748229290917, 0.19946153846154, 0.122190530079158, 0.47223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 690, '2021-05-30 00:00:00', 0.043973476854425, 0.0689999999999993, 0.0386881019277146, 0.0914615384615379, 0.0389002669557768, 0.114692307692307, 0.0467941482206098, 0.191230769230771, 0.122245549444445, 0.472153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 705, '2021-05-30 00:00:00', 0.00752261547533661, 0.0446153846153834, 0.0175568673100756, 0.0629230769230735, 0.0268526367897854, 0.0993076923076899, 0.0512957738050283, 0.184615384615384, 0.118319591112485, 0.465769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 720, '2021-05-30 00:00:00', 0.010078537744977, 0.044923076923075, 0.0253491010309427, 0.0669230769230751, 0.0268550238818063, 0.0952307692307681, 0.0521807755148722, 0.181000000000001, 0.1187786132869, 0.464769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 735, '2021-05-30 00:00:00', 0.0149687709102695, 0.0403076923076902, 0.0211408584838924, 0.0694615384615389, 0.0230414898912872, 0.0939230769230772, 0.0540131750309418, 0.181615384615385, 0.118764364853159, 0.463846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 750, '2021-05-30 00:00:00', 0.0175951625053516, 0.0506153846153869, 0.0220863689253731, 0.0608461538461547, 0.0334227007148859, 0.0859230769230784, 0.0519897672377564, 0.176461538461539, 0.129333250726908, 0.465384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 765, '2021-05-30 00:00:00', 0.0172701016284343, 0.0443846153846152, 0.0284090993006974, 0.0650769230769234, 0.0311100198221302, 0.0850000000000003, 0.0595096415372953, 0.186692307692307, 0.126023451216073, 0.468076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 780, '2021-05-30 00:00:00', 0.0176042681304933, 0.0450769230769219, 0.0207821422355224, 0.058307692307692, 0.0267390044499483, 0.0891538461538477, 0.0820482190934707, 0.200923076923077, 0.128367411392815, 0.469230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 795, '2021-05-30 00:00:00', 0.00823064941202165, 0.0409230769230788, 0.0146855938479395, 0.0590000000000019, 0.0247246373544222, 0.0918461538461562, 0.0861211877203212, 0.215769230769229, 0.122571172417057, 0.478230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 810, '2021-05-30 00:00:00', 0.0155501669543346, 0.0391538461538462, 0.0226033240124166, 0.0600769230769235, 0.0264308483327694, 0.0823846153846141, 0.0921057780976539, 0.218846153846154, 0.123623860861722, 0.482769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 825, '2021-05-30 00:00:00', 0.0184171742591617, 0.0477692307692304, 0.0261247009552279, 0.0659999999999981, 0.0218898758942752, 0.0869999999999989, 0.0949266923635111, 0.224923076923075, 0.131715067377877, 0.491769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 840, '2021-05-30 00:00:00', 0.0125074336870484, 0.042538461538458, 0.0177926086641902, 0.0629230769230746, 0.0275534445703692, 0.0907692307692302, 0.0864497779208505, 0.229692307692306, 0.132358196979607, 0.491769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 855, '2021-05-30 00:00:00', 0.0156631201659589, 0.046999999999997, 0.0196960883790626, 0.064461538461538, 0.0283691327380211, 0.0951538461538458, 0.0794605207570059, 0.229846153846153, 0.131232715589618, 0.490230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 870, '2021-05-30 00:00:00', 0.0172113558219817, 0.0446923076923068, 0.0243460627048991, 0.0656923076923087, 0.0350812244326278, 0.0962307692307696, 0.0776053461018616, 0.227384615384615, 0.130714407814351, 0.490615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 885, '2021-05-30 00:00:00', 0.0135793017455796, 0.0463076923076926, 0.0164133310420957, 0.0643076923076922, 0.0344952616590031, 0.102384615384616, 0.0775375839388675, 0.228923076923076, 0.127704386206622, 0.493076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 900, '2021-05-30 00:00:00', 0.0176464567519224, 0.0526923076923079, 0.0279537163255675, 0.0739230769230779, 0.0309596511608254, 0.106, 0.0794367188880059, 0.234230769230769, 0.127968996645922, 0.493692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 915, '2021-05-30 00:00:00', 0.0204328167417027, 0.051000000000003, 0.0267687149965037, 0.0823076923076951, 0.0389230009120565, 0.107000000000002, 0.0740274550593505, 0.232307692307693, 0.128383240379172, 0.496615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 930, '2021-05-30 00:00:00', 0.0277867335990127, 0.0614615384615379, 0.0294772837352812, 0.0779230769230762, 0.040093320627935, 0.109153846153846, 0.0710745365344674, 0.231615384615384, 0.125526991683165, 0.495230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 945, '2021-05-30 00:00:00', 0.0198478184553364, 0.0525384615384588, 0.029234244057972, 0.0798461538461536, 0.0229668099433609, 0.118153846153845, 0.0514800185284751, 0.224769230769229, 0.124576050297367, 0.488769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 960, '2021-05-30 00:00:00', 0.0299495301962211, 0.0658461538461545, 0.0338266697997822, 0.0860769230769231, 0.0305936980271143, 0.140153846153845, 0.0523364362954002, 0.223538461538461, 0.12577151648515, 0.491846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 975, '2021-05-30 00:00:00', 0.0206645987385549, 0.0537692307692317, 0.0263285454913917, 0.0872307692307682, 0.0416942472819703, 0.139076923076921, 0.0531112765079846, 0.210153846153845, 0.124023157473691, 0.491076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 990, '2021-05-30 00:00:00', 0.0334618037124768, 0.0717692307692291, 0.0316422307878386, 0.110692307692306, 0.0461349747744153, 0.14246153846154, 0.0518304682199321, 0.207692307692307, 0.125255431327042, 0.489384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1005, '2021-05-30 00:00:00', 0.0262817573466977, 0.0796923076923078, 0.0374222270438707, 0.107615384615385, 0.0417469482993392, 0.144846153846152, 0.0437267154154712, 0.19376923076923, 0.121879985105147, 0.48530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1020, '2021-05-30 00:00:00', 0.027975722075418, 0.0678461538461531, 0.02840436044532, 0.091846153846154, 0.0277093430508127, 0.146153846153843, 0.0422850522173693, 0.179230769230767, 0.12242810553807, 0.486153846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1035, '2021-05-30 00:00:00', 0.0236854385646515, 0.0640000000000017, 0.0316948592450582, 0.100307692307691, 0.0377119650468132, 0.136230769230768, 0.0460633621583713, 0.174999999999999, 0.124950656927712, 0.488999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1050, '2021-05-30 00:00:00', 0.0193039121848654, 0.0701538461538455, 0.0308561592571462, 0.105461538461538, 0.0414705641667386, 0.127153846153847, 0.0392021388741444, 0.162846153846153, 0.120251232735299, 0.488769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1065, '2021-05-30 00:00:00', 0.0261251916935676, 0.0757692307692296, 0.0326168510797573, 0.0947692307692307, 0.0329743490050648, 0.115846153846154, 0.0308825317814264, 0.153307692307691, 0.123690577548815, 0.492769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1080, '2021-05-30 00:00:00', 0.0192809857179675, 0.0563846153846157, 0.0346076914528036, 0.0762307692307703, 0.0354955757445341, 0.107538461538462, 0.0348619990011904, 0.148230769230769, 0.121863206201221, 0.490846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1095, '2021-05-30 00:00:00', 0.0153785564992284, 0.0459999999999999, 0.027912408783596, 0.0684615384615385, 0.0288934825407597, 0.0879999999999993, 0.0408704959096096, 0.131692307692307, 0.118708920019972, 0.487153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1110, '2021-05-30 00:00:00', 0.0183386938550095, 0.0458461538461563, 0.0220852079513954, 0.0643846153846178, 0.0203863327771962, 0.0744615384615387, 0.0419214772689387, 0.127076923076922, 0.118306371070614, 0.487692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1125, '2021-05-30 00:00:00', 0.0132969053658231, 0.0361538461538461, 0.0133675842130255, 0.0442307692307673, 0.0256677488949338, 0.0699999999999997, 0.0442071174220754, 0.12253846153846, 0.117939358603023, 0.486769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1140, '2021-05-30 00:00:00', 0.00724037823066325, 0.0306153846153843, 0.0155555250304952, 0.0488461538461531, 0.0305664471652786, 0.0761538461538458, 0.0442985211306078, 0.120769230769229, 0.116775315709162, 0.48684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1155, '2021-05-30 00:00:00', 0.0154467654899828, 0.0364615384615388, 0.0219492421456714, 0.0555384615384633, 0.0439460625114077, 0.0796153846153844, 0.0418976163571433, 0.116923076923077, 0.123042310838226, 0.488923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1170, '2021-05-30 00:00:00', 0.0146484443910247, 0.0380769230769245, 0.0233789846459784, 0.0509230769230774, 0.0376721688742818, 0.0687692307692301, 0.0427051609203261, 0.116692307692306, 0.123085648729157, 0.48907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1185, '2021-05-30 00:00:00', 0.0170910082822122, 0.0295384615384605, 0.0291358445200685, 0.0473076923076908, 0.0277350098112637, 0.0573076923076905, 0.0415841747512649, 0.109923076923076, 0.12403871397311, 0.488461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1200, '2021-05-30 00:00:00', 0.0198981380394222, 0.0374615384615391, 0.0186520088970982, 0.0446923076923079, 0.0239039209314582, 0.058692307692307, 0.0433135556444421, 0.111307692307691, 0.123629253446313, 0.490769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1215, '2021-05-30 00:00:00', 0.0120517048480141, 0.0300769230769257, 0.0162421578710357, 0.0411538461538448, 0.0207907770479202, 0.0613846153846144, 0.0415824790519113, 0.118461538461538, 0.125707026097417, 0.491384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1230, '2021-05-30 00:00:00', 0.00630628502124691, 0.0265384615384604, 0.0168789050562358, 0.0373076923076923, 0.0215701003884852, 0.0594615384615371, 0.0434782586399129, 0.118230769230768, 0.12809836965275, 0.490769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1245, '2021-05-30 00:00:00', 0.014311103811645, 0.0288461538461538, 0.0165001942490507, 0.0396153846153825, 0.0276159559972335, 0.0588461538461517, 0.0463062547694096, 0.120538461538459, 0.127366924016141, 0.489999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1260, '2021-05-30 00:00:00', 0.00803757202782901, 0.023461538461539, 0.0207620832905618, 0.0383076923076927, 0.0249018586475513, 0.0595384615384605, 0.0510546464396428, 0.123923076923074, 0.126373530578083, 0.487538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1275, '2021-05-30 00:00:00', 0.0201281153027565, 0.0278461538461534, 0.0251643316967405, 0.0379230769230765, 0.0263229450460501, 0.0586923076923059, 0.0460607180099226, 0.129384615384611, 0.126094134555226, 0.488692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1290, '2021-05-30 00:00:00', 0.0131138994572303, 0.0251538461538427, 0.017966849815913, 0.0418461538461514, 0.0211953671764247, 0.0559230769230728, 0.0389495070901284, 0.134692307692304, 0.126094134555226, 0.488692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1305, '2021-05-30 00:00:00', 0.0111170924071766, 0.0316153846153847, 0.0135187429244116, 0.0416153846153833, 0.017920408076854, 0.048846153846151, 0.037779725942728, 0.133846153846151, 0.125862104029648, 0.48853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1320, '2021-05-30 00:00:00', 0.0127596117616355, 0.0268461538461509, 0.0174050537900872, 0.0355384615384585, 0.021313291868133, 0.0456153846153827, 0.0444327495297015, 0.140538461538459, 0.125914551815805, 0.488153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1335, '2021-05-30 00:00:00', 0.0104335504196289, 0.0232307692307687, 0.011382622833251, 0.0296923076923074, 0.0148570107770958, 0.0446923076923047, 0.046064475438627, 0.14153846153846, 0.126688948782404, 0.489615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1350, '2021-05-30 00:00:00', 0.00856498536828669, 0.0202307692307696, 0.0109421556025641, 0.0343076923076911, 0.0181916436155723, 0.0474615384615377, 0.0447034387480116, 0.148692307692307, 0.127679034682428, 0.49053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1365, '2021-05-30 00:00:00', 0.0095950040418982, 0.0256923076923079, 0.0132887073709119, 0.0336153846153833, 0.0220131079831331, 0.0469230769230758, 0.0451762928525265, 0.148692307692307, 0.127643634529491, 0.491692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1380, '2021-05-30 00:00:00', 0.00553665471693384, 0.0196363636363618, 0.00835463942968617, 0.0269999999999984, 0.0224252292985157, 0.0420909090909085, 0.0486206091730999, 0.158818181818179, 0.123998607030301, 0.48763636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 1395, '2021-05-30 00:00:00', 0.0103616425514313, 0.0158181818181837, 0.0191021179216053, 0.0259090909090906, 0.0193494185959137, 0.0779999999999991, 0.049731826283121, 0.167636363636361, 0.123998607030301, 0.48763636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 1410, '2021-05-30 00:00:00', 0.00813410329192215, 0.0168181818181807, 0.0114566376155719, 0.0303636363636367, 0.0214675230395738, 0.0866363636363613, 0.0510966997688952, 0.172454545454541, 0.124344170459548, 0.489454545454543 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 1425, '2021-05-30 00:00:00', 0.0109041276588275, 0.0253, 0.0202662828911015, 0.0774999999999992, 0.0253379381779821, 0.0956999999999979, 0.0518888769926219, 0.177699999999996, 0.13186289175588, 0.487399999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 180, '2021-05-30 00:00:00', 0.0167898015443147, 0.0446923076923068, 0.0157858261643925, 0.0622307692307669, 0.0239264364035764, 0.0808461538461507, 0.0467118828565055, 0.154999999999996, 0.129707906565643, 0.490846153846149 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 195, '2021-05-30 00:00:00', 0.0133128047094069, 0.0373076923076901, 0.0195218483782313, 0.0505384615384613, 0.0196970647299103, 0.0738461538461523, 0.0468155135365635, 0.144230769230768, 0.132187270033748, 0.488846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 210, '2021-05-30 00:00:00', 0.0112438017113022, 0.0316153846153858, 0.0130820879694711, 0.0468461538461523, 0.0195769356707415, 0.0766153846153831, 0.043265578193409, 0.142923076923076, 0.13191421066117, 0.489230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 225, '2021-05-30 00:00:00', 0.0121148351523737, 0.0345384615384603, 0.0184724326830738, 0.0593076923076913, 0.0209140487686491, 0.0783076923076913, 0.0438142934176969, 0.142230769230768, 0.131899242819703, 0.489076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 240, '2021-05-30 00:00:00', 0.021470910553583, 0.0429999999999987, 0.0240871813978372, 0.0607692307692291, 0.0297474411741598, 0.0829230769230772, 0.0460359391378903, 0.137846153846153, 0.131254548150748, 0.490615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 255, '2021-05-30 00:00:00', 0.0125723546944931, 0.034692307692305, 0.0134878863030144, 0.0453846153846135, 0.0326001415759071, 0.0704615384615382, 0.0441635944746704, 0.119384615384615, 0.128465200316304, 0.479846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 270, '2021-05-30 00:00:00', 0.0100032046147275, 0.0326923076923075, 0.0272121296483738, 0.0500000000000004, 0.0303099374412446, 0.0732307692307702, 0.0406048816062373, 0.113615384615384, 0.131645064764781, 0.476615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 285, '2021-05-30 00:00:00', 0.0250351035599299, 0.0386153846153832, 0.0297670442448847, 0.0500769230769206, 0.0253842268812537, 0.0687692307692301, 0.0343500083977151, 0.108615384615383, 0.131963621638307, 0.474692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 300, '2021-05-30 00:00:00', 0.0185157590536619, 0.0310000000000004, 0.0207104581533815, 0.0473846153846165, 0.0201542131499177, 0.0642307692307687, 0.0289774448095842, 0.10223076923077, 0.132936412406796, 0.472384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 315, '2021-05-30 00:00:00', 0.0166752541978839, 0.0336923076923079, 0.0144310917901701, 0.0423846153846177, 0.0318054986376534, 0.0616153846153837, 0.0291951875205285, 0.112230769230768, 0.133872451734229, 0.470999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 330, '2021-05-30 00:00:00', 0.0101501547291433, 0.0247692307692321, 0.0165304691481036, 0.0386153846153832, 0.0383532835487965, 0.0551538461538428, 0.0281352047013991, 0.134384615384615, 0.137561780992193, 0.472923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 345, '2021-05-30 00:00:00', 0.0143034871129297, 0.0293846153846147, 0.0286665175905514, 0.0415384615384598, 0.0302479073232509, 0.0575384615384619, 0.0366728433026057, 0.148307692307692, 0.138061348310947, 0.472538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 360, '2021-05-30 00:00:00', 0.0224105057781147, 0.0323076923076924, 0.0266133280663896, 0.045461538461538, 0.0252170068782461, 0.0593076923076935, 0.0545917247415423, 0.167384615384613, 0.138061348310947, 0.472538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 375, '2021-05-30 00:00:00', 0.0098690139273118, 0.0223076923076906, 0.0112038226077379, 0.0322307692307701, 0.0198636376971613, 0.047692307692307, 0.0560347877295667, 0.189307692307691, 0.141533179946052, 0.473153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 390, '2021-05-30 00:00:00', 0.00673490715296069, 0.0222307692307693, 0.00839184585911196, 0.0313846153846133, 0.0114455231422596, 0.049, 0.0582346050967059, 0.19953846153846, 0.156141208279803, 0.481923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 405, '2021-05-30 00:00:00', 0.00620690269181608, 0.0212307692307689, 0.0100217711725978, 0.0325384615384606, 0.0149923057189077, 0.0475384615384622, 0.0615834851321842, 0.217769230769231, 0.16114665243108, 0.488923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 420, '2021-05-30 00:00:00', 0.006706292490967, 0.0258461538461505, 0.00906033904386543, 0.0356153846153831, 0.0113176739478449, 0.0453846153846146, 0.0725300114718228, 0.225461538461537, 0.160690616897733, 0.490153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 435, '2021-05-30 00:00:00', 0.00698349703008715, 0.0215384615384616, 0.00909635035294625, 0.030923076923077, 0.0205164099423608, 0.0463846153846171, 0.0684902201515678, 0.235923076923076, 0.161720239603569, 0.494461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 450, '2021-05-30 00:00:00', 0.00935277279604251, 0.0228461538461536, 0.0117854756330605, 0.0293076923076934, 0.0232894275562436, 0.0473076923076919, 0.0710088474083078, 0.238615384615384, 0.161297106019471, 0.497615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 465, '2021-05-30 00:00:00', 0.0100371106272494, 0.0209230769230774, 0.0213039661649898, 0.0377692307692307, 0.0175736545241272, 0.0500000000000004, 0.0696331044171459, 0.24553846153846, 0.160925886748034, 0.504153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 480, '2021-05-30 00:00:00', 0.0163910544708598, 0.0319999999999987, 0.0173707682542725, 0.0390769230769227, 0.00989107341664074, 0.0539999999999988, 0.0795692731572253, 0.253461538461538, 0.161407947886794, 0.503769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 495, '2021-05-30 00:00:00', 0.0131300204073518, 0.0226923076923078, 0.0103910711177623, 0.0338461538461537, 0.0210573088596362, 0.0749230769230783, 0.0807687423672663, 0.256615384615385, 0.162660689780906, 0.501999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 510, '2021-05-30 00:00:00', 0.00904050713349523, 0.0273076923076904, 0.0115386752116977, 0.0421538461538441, 0.0358418892588125, 0.103846153846153, 0.0797795038262929, 0.258538461538462, 0.162748705142748, 0.501846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 525, '2021-05-30 00:00:00', 0.0112443718115271, 0.0305384615384609, 0.0212871093772948, 0.0628461538461555, 0.0453828443809152, 0.122538461538463, 0.0781999409797166, 0.262692307692307, 0.16646848473587, 0.503384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 540, '2021-05-30 00:00:00', 0.0207599219404674, 0.0551538461538482, 0.0375614027208653, 0.0917692307692317, 0.0619669059732454, 0.143692307692308, 0.0753114047957417, 0.266846153846153, 0.16646848473587, 0.503384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 555, '2021-05-30 00:00:00', 0.0239288475190472, 0.054384615384616, 0.0386864449858204, 0.0851538461538494, 0.051141708604371, 0.142846153846154, 0.0583558930735405, 0.250923076923077, 0.17429830015206, 0.489692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 570, '2021-05-30 00:00:00', 0.0348643892966121, 0.0622307692307712, 0.0420585672238492, 0.0946153846153838, 0.0493231105139299, 0.136461538461537, 0.0652439210254089, 0.241461538461536, 0.177762878649176, 0.476846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 585, '2021-05-30 00:00:00', 0.0280370633818318, 0.0619230769230764, 0.0197591264210531, 0.0923846153846138, 0.0391504330787864, 0.134384615384615, 0.0562635738608027, 0.227384615384613, 0.169778211280603, 0.466846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 600, '2021-05-30 00:00:00', 0.019427379569131, 0.0716153846153833, 0.0282470783603823, 0.0943076923076901, 0.0387417485011075, 0.135615384615384, 0.050575787254479, 0.232076923076923, 0.164300732710571, 0.461692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 615, '2021-05-30 00:00:00', 0.0211871998125615, 0.0673076923076901, 0.0347047990474392, 0.0993846153846144, 0.0391291418713692, 0.130615384615384, 0.0550724464589521, 0.216846153846153, 0.165827721848107, 0.461999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 630, '2021-05-30 00:00:00', 0.0199964740481657, 0.0607692307692302, 0.0296074748011824, 0.0795384615384587, 0.0323999446026763, 0.112384615384614, 0.0506286125649936, 0.206615384615384, 0.15946139312522, 0.45853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 645, '2021-05-30 00:00:00', 0.025995068565858, 0.0580769230769205, 0.0383474333042728, 0.0872307692307693, 0.0325777177271168, 0.116846153846152, 0.0509168502661472, 0.20223076923077, 0.162361420199599, 0.458307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 660, '2021-05-30 00:00:00', 0.0198949162427901, 0.0581538461538484, 0.0189510164804143, 0.0771538461538462, 0.0349842455384892, 0.111692307692306, 0.0544117728588282, 0.195153846153847, 0.161531809997367, 0.454230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 675, '2021-05-30 00:00:00', 0.0138795182063704, 0.0528461538461526, 0.0295489598064117, 0.074153846153845, 0.0392629204603655, 0.108923076923078, 0.0475181476803788, 0.190153846153847, 0.150542821235822, 0.451153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 690, '2021-05-30 00:00:00', 0.02262146699997, 0.0553076923076929, 0.0361866599588057, 0.0831538461538464, 0.0390674958343805, 0.110538461538462, 0.0442726112011027, 0.191307692307693, 0.143013671571672, 0.451923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 705, '2021-05-30 00:00:00', 0.0305192247103849, 0.0556153846153856, 0.0361551145440359, 0.0732307692307713, 0.0343908529878307, 0.102307692307695, 0.0603083954694731, 0.218461538461537, 0.141208474722069, 0.450000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 720, '2021-05-30 00:00:00', 0.021137826101748, 0.0458461538461563, 0.0236073652131639, 0.0751538461538486, 0.0316863636447227, 0.100230769230772, 0.0608548082924209, 0.222846153846153, 0.141208474722069, 0.450000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 735, '2021-05-30 00:00:00', 0.0181821270370023, 0.0543846153846182, 0.0253389838502656, 0.071307692307695, 0.025189283435621, 0.0940000000000028, 0.0591430252514793, 0.227307692307692, 0.1396617250212, 0.443307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 750, '2021-05-30 00:00:00', 0.010886948196147, 0.0397692307692315, 0.0143634150642393, 0.0531538461538474, 0.0250645320967866, 0.0846923076923054, 0.0616900856432114, 0.227999999999996, 0.136486638775019, 0.434461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 765, '2021-05-30 00:00:00', 0.0130737552724186, 0.0396153846153879, 0.0144913767461906, 0.0580000000000015, 0.0241631739297433, 0.0887692307692305, 0.0736229131000221, 0.238999999999998, 0.155353030554811, 0.453307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 780, '2021-05-30 00:00:00', 0.0121079545796364, 0.0425384615384624, 0.0205594821844409, 0.0622307692307679, 0.0186300006193497, 0.0919230769230775, 0.0779524838833879, 0.239615384615382, 0.150634427569633, 0.457692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 795, '2021-05-30 00:00:00', 0.0157459803580442, 0.0435384615384606, 0.0157894804318491, 0.0658461538461523, 0.0214111162118172, 0.0875384615384598, 0.0805574329283166, 0.238999999999999, 0.145761000376538, 0.468461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 810, '2021-05-30 00:00:00', 0.0141923598081178, 0.0453846153846146, 0.0225550608341173, 0.066307692307693, 0.0238856785757869, 0.089230769230769, 0.0880500294849904, 0.241153846153844, 0.145734831202567, 0.468846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 825, '2021-05-30 00:00:00', 0.0164105969515954, 0.0491538461538469, 0.015649199209464, 0.0613076923076921, 0.0264500012117676, 0.0924615384615383, 0.0914352089509158, 0.240307692307691, 0.14463721193705, 0.470384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 840, '2021-05-30 00:00:00', 0.009211893093115, 0.040769230769232, 0.0233254565459464, 0.0590769230769253, 0.0294735866105965, 0.092769230769231, 0.0957563012588178, 0.252538461538461, 0.14463721193705, 0.470384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 855, '2021-05-30 00:00:00', 0.021729396371429, 0.0450000000000017, 0.0339141071925322, 0.0669999999999996, 0.0259427377318897, 0.100230769230772, 0.0966636383256863, 0.263230769230768, 0.143658962254005, 0.471692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 870, '2021-05-30 00:00:00', 0.0286287017537015, 0.0514615384615393, 0.0277715035649211, 0.0716153846153855, 0.033589146598727, 0.105307692307694, 0.0932178314624624, 0.264692307692306, 0.145029572581171, 0.471923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 885, '2021-05-30 00:00:00', 0.0130732649483699, 0.050076923076925, 0.0155534644504135, 0.0770769230769249, 0.0768102056520308, 0.147846153846153, 0.0903221442592556, 0.266615384615384, 0.152996396806909, 0.471307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 900, '2021-05-30 00:00:00', 0.0146366242430005, 0.0563076923076933, 0.0279266438351883, 0.0763076923076905, 0.070256124835653, 0.149384615384613, 0.0949017035323053, 0.264999999999998, 0.156204542105404, 0.47776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 915, '2021-05-30 00:00:00', 0.0208212785636637, 0.0552307692307684, 0.0753606712365966, 0.11630769230769, 0.0709629733716366, 0.152923076923074, 0.0986403724492314, 0.262615384615383, 0.150613531588087, 0.47053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 930, '2021-05-30 00:00:00', 0.0817754900274555, 0.0886923076923059, 0.0747428926386962, 0.111999999999999, 0.0795409908837534, 0.160461538461535, 0.100177726681519, 0.254076923076923, 0.151219232937667, 0.467615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 945, '2021-05-30 00:00:00', 0.0258903011243139, 0.0651538461538435, 0.0342575090028003, 0.0919230769230753, 0.0407308237088338, 0.146, 0.0716761770672424, 0.224153846153845, 0.131052397037333, 0.443692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 960, '2021-05-30 00:00:00', 0.0306391320088632, 0.0633846153846141, 0.0398054563970111, 0.106846153846151, 0.0456716261577948, 0.132307692307693, 0.0585752857659604, 0.209692307692307, 0.127763553649018, 0.436769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 975, '2021-05-30 00:00:00', 0.0319378402686461, 0.0772307692307674, 0.0398371685740829, 0.102000000000001, 0.0412616727851095, 0.121230769230771, 0.0512780254830085, 0.201538461538461, 0.127982070058311, 0.431076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 990, '2021-05-30 00:00:00', 0.0167251537879544, 0.0696923076923092, 0.0283171145132944, 0.089769230769232, 0.0261394190977772, 0.111538461538462, 0.0580465109709213, 0.194692307692308, 0.12921116685885, 0.429769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1005, '2021-05-30 00:00:00', 0.0199605379918224, 0.0616153846153859, 0.019701295024464, 0.0808461538461551, 0.0248616685703639, 0.105461538461538, 0.065821923711067, 0.196769230769231, 0.130053539271037, 0.429384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1020, '2021-05-30 00:00:00', 0.0113713540226165, 0.0601538461538437, 0.0225627330586729, 0.08107692307692, 0.0419476169061177, 0.125461538461536, 0.0669396973172345, 0.195615384615385, 0.132432663102464, 0.430923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1035, '2021-05-30 00:00:00', 0.0143088640270158, 0.0550769230769226, 0.0175491982430659, 0.0761538461538458, 0.0639628297509066, 0.128923076923075, 0.0680185683547183, 0.195769230769232, 0.119510003872653, 0.450153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1050, '2021-05-30 00:00:00', 0.0101501547291451, 0.0532307692307698, 0.0391566544758819, 0.0980769230769213, 0.0637209461194586, 0.130230769230768, 0.0678814955337406, 0.193307692307694, 0.120032367429663, 0.449538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1065, '2021-05-30 00:00:00', 0.0381741958758681, 0.0854615384615377, 0.0668236293229955, 0.105307692307691, 0.0624141461611512, 0.130769230769231, 0.0634384417954589, 0.192461538461538, 0.136173625971613, 0.458384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1080, '2021-05-30 00:00:00', 0.0574943698469901, 0.0684615384615385, 0.0523488054868259, 0.0933076923076929, 0.0495628324349448, 0.111153846153847, 0.040818704862681, 0.176, 0.135507166997516, 0.45423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1095, '2021-05-30 00:00:00', 0.0265240577782814, 0.0587692307692315, 0.0284652284510288, 0.0725384615384625, 0.0298221222309709, 0.0962307692307707, 0.0349336367181976, 0.162769230769232, 0.138335248673797, 0.458153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1110, '2021-05-30 00:00:00', 0.0136686990358751, 0.0440000000000024, 0.0152458485311889, 0.0594615384615382, 0.0181355296558303, 0.0846923076923087, 0.0389847110071069, 0.152153846153846, 0.136315903844804, 0.45823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1125, '2021-05-30 00:00:00', 0.0166783292528562, 0.0459999999999988, 0.0243941985536919, 0.0660769230769238, 0.0219170932004902, 0.0892307692307679, 0.0394422654989829, 0.149230769230769, 0.136902360864438, 0.471384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1140, '2021-05-30 00:00:00', 0.02621435308552, 0.0467692307692333, 0.0225337353931669, 0.0644615384615402, 0.0302788324132154, 0.082153846153846, 0.0437333118355148, 0.14446153846154, 0.137939367951173, 0.47346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1155, '2021-05-30 00:00:00', 0.0125529647126481, 0.0420769230769229, 0.026546041280995, 0.0597692307692298, 0.0266708330078629, 0.0749999999999985, 0.0445271452786559, 0.136, 0.13684367836218, 0.478769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1170, '2021-05-30 00:00:00', 0.020223114472657, 0.0388461538461535, 0.0199187451978355, 0.0496153846153821, 0.0227252260150672, 0.0715384615384599, 0.0385529938310006, 0.126, 0.136926051537841, 0.476923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1185, '2021-05-30 00:00:00', 0.0114264650073487, 0.0353076923076893, 0.0179418576633068, 0.051076923076921, 0.0260507394451914, 0.0728461538461541, 0.0377834585975105, 0.120384615384616, 0.136726941054994, 0.474615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1200, '2021-05-30 00:00:00', 0.0181641376738872, 0.0385384615384608, 0.0164488328632797, 0.050692307692306, 0.0151678641398222, 0.0646923076923094, 0.0309519892902799, 0.11476923076923, 0.139103447947092, 0.47153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1215, '2021-05-30 00:00:00', 0.0168959864753233, 0.0321538461538466, 0.0182886401619787, 0.0468461538461556, 0.0233743229711355, 0.0632307692307727, 0.0289320601161425, 0.113692307692311, 0.138829631803398, 0.469 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1230, '2021-05-30 00:00:00', 0.00867430629754434, 0.031076923076925, 0.00913221965884719, 0.0393076923076974, 0.0234230874489456, 0.0618461538461584, 0.0317080027106318, 0.118307692307694, 0.142388778007835, 0.471692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1245, '2021-05-30 00:00:00', 0.0101816828995359, 0.0280000000000047, 0.0171198640061705, 0.0463846153846193, 0.0178239251483055, 0.0612307692307708, 0.0383000970742547, 0.12869230769231, 0.142388778007835, 0.471692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1260, '2021-05-30 00:00:00', 0.0187787386594773, 0.0348461538461541, 0.0205613528438454, 0.0454615384615391, 0.0223638329818684, 0.0608461538461536, 0.0383918728044844, 0.129461538461539, 0.142998610357242, 0.470538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1275, '2021-05-30 00:00:00', 0.0079743177507378, 0.0283846153846154, 0.0116893552277725, 0.0381538461538447, 0.0172295958849601, 0.062230769230769, 0.0478931770741548, 0.129615384615386, 0.14513843965906, 0.472999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1290, '2021-05-30 00:00:00', 0.00805191488612142, 0.0260000000000006, 0.011475726891673, 0.0417692307692323, 0.0175955268208303, 0.0594615384615382, 0.0468692945245681, 0.132692307692308, 0.145649781923485, 0.476230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1305, '2021-05-30 00:00:00', 0.00983583192940967, 0.0329230769230778, 0.0197519878908689, 0.0498461538461546, 0.0170421799496413, 0.0565384615384615, 0.0459717025560016, 0.134692307692308, 0.141504054485719, 0.480307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1320, '2021-05-30 00:00:00', 0.0144222051018563, 0.0319999999999987, 0.0135684400025426, 0.0364615384615344, 0.0142895873870523, 0.0522307692307672, 0.0475234085369975, 0.130153846153845, 0.147479942139036, 0.480999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1335, '2021-05-30 00:00:00', 0.00529392491688593, 0.0202307692307685, 0.0070492771042373, 0.0282307692307685, 0.0147130676262388, 0.0571538461538458, 0.0472342769932698, 0.128923076923077, 0.148978401463315, 0.484692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1350, '2021-05-30 00:00:00', 0.00690224786870263, 0.0211538461538455, 0.0123210264307673, 0.0391538461538451, 0.015375221491001, 0.0576923076923077, 0.0466901955336917, 0.129153846153846, 0.150178782345135, 0.486999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1365, '2021-05-30 00:00:00', 0.0103490368683565, 0.0315384615384602, 0.0156303452395558, 0.047153846153845, 0.0169194926274187, 0.0515384615384617, 0.0460687891455078, 0.129000000000002, 0.154230056267935, 0.490076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1380, '2021-05-30 00:00:00', 0.00874174935686464, 0.0252727272727252, 0.00990224951486024, 0.0316363636363622, 0.0148152255835322, 0.0429090909090904, 0.0493503246742559, 0.134636363636362, 0.146888950014504, 0.485181818181817 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 1395, '2021-05-30 00:00:00', 0.00459248397829475, 0.017090909090908, 0.00654911513800791, 0.0210909090909077, 0.0186922443810272, 0.0630000000000024, 0.0514486504814626, 0.137181818181817, 0.146764622935687, 0.485363636363635 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 1410, '2021-05-30 00:00:00', 0.00702851335632102, 0.014999999999998, 0.00744067445622939, 0.0288181818181825, 0.0229402385657711, 0.0696363636363641, 0.0495778542936628, 0.14081818181818, 0.146464205990282, 0.48581818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 1425, '2021-05-30 00:00:00', 0.00888000819000265, 0.024363636363639, 0.0192873015219866, 0.0600000000000036, 0.0308267888222382, 0.0839090909090911, 0.0498397431775081, 0.140999999999998, 0.146178720003351, 0.486272727272726 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 180, '2021-05-30 00:00:00', 0.00878810384729115, 0.0426923076923104, 0.0171179917345908, 0.0552307692307706, 0.0238451199114128, 0.079384615384614, 0.0557113669752992, 0.126384615384613, 0.15601113536852, 0.487846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 195, '2021-05-30 00:00:00', 0.011208970766356, 0.0308461538461536, 0.0183718709179443, 0.0517692307692298, 0.0297698436298142, 0.0750769230769219, 0.0498205755044036, 0.120384615384613, 0.15601113536852, 0.487846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 210, '2021-05-30 00:00:00', 0.0193718669923458, 0.0364615384615388, 0.0179397138587356, 0.0539999999999977, 0.0292375329556581, 0.0779999999999986, 0.0481707699432278, 0.120384615384614, 0.155929759005746, 0.488615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 225, '2021-05-30 00:00:00', 0.0161117889630475, 0.0356153846153831, 0.0234003616014131, 0.0529230769230782, 0.026230976012419, 0.0693076923076909, 0.0415261733961058, 0.111615384615383, 0.155929759005746, 0.488615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 240, '2021-05-30 00:00:00', 0.0156982768938468, 0.0344615384615401, 0.0138253761482651, 0.0468461538461534, 0.0218150735936733, 0.0583076923076898, 0.0390289176157435, 0.109384615384614, 0.15674652901731, 0.487846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 255, '2021-05-30 00:00:00', 0.0107429165690792, 0.0270769230769201, 0.0250732260921209, 0.043999999999998, 0.0238297917397306, 0.0572307692307648, 0.0367250700371134, 0.10530769230769, 0.157607879212125, 0.48707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 270, '2021-05-30 00:00:00', 0.0181912912384771, 0.0343846153846134, 0.0179654226294965, 0.0403846153846115, 0.0213871516666038, 0.0569230769230733, 0.0267035002027247, 0.106923076923077, 0.157607879212125, 0.48707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 285, '2021-05-30 00:00:00', 0.00761156340287145, 0.0255384615384556, 0.0131879898742394, 0.0413846153846129, 0.0192173799542944, 0.0551538461538461, 0.0232971330909268, 0.103384615384616, 0.157607879212125, 0.48707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 300, '2021-05-30 00:00:00', 0.00982800811913197, 0.0293846153846158, 0.0148163977074606, 0.0392307692307696, 0.0210731327304905, 0.0549230769230779, 0.0268435639041612, 0.104076923076925, 0.157785435290282, 0.486923076923075 where not exists (select 1 from powerstats_trumpet where[...];
Date: 2021-05-30 19:00:29 Duration: 2s994ms Database: acaweb_fx User: pgperfstats
18 2s680ms 16 52ms 449ms 167ms 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 May 30 19 16 2s680ms 167ms [ User: postgres - Total duration: 2s680ms - Times executed: 16 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '970127' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:56:58 Duration: 449ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:03:12 Duration: 415ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:03:12 Duration: 410ms Database: acaweb_fx User: postgres Bind query: yes
19 2s672ms 9 61ms 1s56ms 296ms 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 #19
Day Hour Count Duration Avg duration May 30 19 9 2s672ms 296ms [ User: postgres - Total duration: 2s672ms - Times executed: 9 ]
-
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 >= 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-05-30 19:46:24 Duration: 1s56ms 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 = 3608 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-05-30 19:46:05 Duration: 455ms 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 = 479 AND sg.groupid = 2966 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-05-30 19:50:43 Duration: 320ms Database: acaweb_fx User: postgres Bind query: yes
20 2s614ms 16 157ms 169ms 163ms copy solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) from ? with ( format csv, header);Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration May 30 19 16 2s614ms 163ms [ User: postgres - Total duration: 2s614ms - Times executed: 16 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:31:13 Duration: 169ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:18:14 Duration: 168ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:11:13 Duration: 166ms Database: acaweb_fx User: postgres
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 291 6m21s 184ms 8s989ms 1s310ms 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 May 30 19 291 6m21s 1s310ms [ User: postgres - Total duration: 6m21s - Times executed: 291 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:21:43 Duration: 8s989ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:36:33 Duration: 8s932ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:01:24 Duration: 8s198ms Database: acaweb_fx User: postgres Bind query: yes
2 240 57s417ms 51ms 1s345ms 239ms 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 May 30 19 240 57s417ms 239ms [ User: postgres - Total duration: 57s417ms - Times executed: 240 ]
-
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 = '643' 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-05-30 19:20:39 Duration: 1s345ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) AND ('0' = 0 OR 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-05-30 19:01:06 Duration: 789ms 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 = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:16:13 Duration: 653ms Database: acaweb_fx User: postgres Bind query: yes
3 168 4m40s 50ms 9s90ms 1s671ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 30 19 168 4m40s 1s671ms [ User: postgres - Total duration: 4m40s - Times executed: 168 ]
-
WITH rar_max as ( ;
Date: 2021-05-30 19:16:22 Duration: 9s90ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-30 19:31:23 Duration: 9s61ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-30 19:46:22 Duration: 9s43ms Database: acaweb_fx User: postgres Bind query: yes
4 64 9s829ms 50ms 470ms 153ms (( 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 #4
Day Hour Count Duration Avg duration May 30 19 64 9s829ms 153ms [ User: postgres - Total duration: 9s829ms - Times executed: 64 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-05-30 19:01:31 Duration: 470ms 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-05-30 19:03:04 Duration: 347ms 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 = '479' 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 = '479' 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 = '479' 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 = '479' 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 = '479' 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 = '479' 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-05-30 19:51:48 Duration: 305ms Database: acaweb_fx User: postgres Bind query: yes
5 59 23s545ms 50ms 2s767ms 399ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 30 19 59 23s545ms 399ms [ User: postgres - Total duration: 23s545ms - Times executed: 59 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:03:18 Duration: 2s767ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:48:19 Duration: 2s476ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:48:16 Duration: 1s669ms Database: acaweb_fx User: postgres
6 32 2s165ms 50ms 90ms 67ms 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 #6
Day Hour Count Duration Avg duration May 30 19 32 2s165ms 67ms [ User: postgres - Total duration: 2s165ms - Times executed: 32 ]
-
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 = '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 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 ('224' = 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', 'ENI.MI', '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-05-30 19:01:13 Duration: 90ms 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 = '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 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 ('224' = 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', 'ENI.MI', '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-05-30 19:26:56 Duration: 87ms 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 = '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 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 ('224' = 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', 'ENI.MI', '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-05-30 19:51:52 Duration: 87ms Database: acaweb_fx User: postgres Bind query: yes
7 30 1s602ms 52ms 58ms 53ms 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 #7
Day Hour Count Duration Avg duration May 30 19 30 1s602ms 53ms [ User: postgres - Total duration: 1s602ms - Times executed: 30 ]
-
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 > 60969037 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-30 19:50:32 Duration: 58ms 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 > 60969037 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-30 19:26:29 Duration: 55ms 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 > 60969037 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-30 19:06:20 Duration: 54ms Database: acaweb_fx User: postgres Bind query: yes
8 26 1s606ms 52ms 107ms 61ms 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 #8
Day Hour Count Duration Avg duration May 30 19 26 1s606ms 61ms [ User: postgres - Total duration: 1s606ms - Times executed: 26 ]
-
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 ('224' = 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', 'ENI.MI', '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-05-30 19:51:52 Duration: 107ms 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 ('224' = 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', 'ENI.MI', '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-05-30 19:56:47 Duration: 89ms 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 = '700' 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-05-30 19:37:06 Duration: 65ms Database: acaweb_fx User: postgres Bind query: yes
9 24 2m 757ms 9s599ms 5s11ms 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 #9
Day Hour Count Duration Avg duration May 30 19 24 2m 5s11ms [ User: postgres - Total duration: 2m - 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:00:39 Duration: 9s599ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:20:39 Duration: 9s580ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:35:39 Duration: 9s483ms Database: acaweb_fx User: postgres Bind query: yes
10 18 1s707ms 79ms 114ms 94ms insert into mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select ?, current_timestamp, ?, ?, ?, ? where exists ( select ? from ( select * from mt4datafeederrors where datafeedname ilike ? order by eventtimestamp desc limit ?) a where status <> ?);Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 30 19 18 1s707ms 94ms [ User: postgres - Total duration: 1s707ms - Times executed: 18 ]
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'PHILLIPFUTURES', current_timestamp, '', 'OK', '118.201.204.214:443', '1904' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike $1 ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2021-05-30 19:10:30 Duration: 114ms Database: acaweb_fx User: postgres Bind query: yes
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'Forex4You', current_timestamp, '', 'OK', '88.150.180.170:443', '2000' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike 'Forex4You' ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2021-05-30 19:33:12 Duration: 103ms Database: acaweb_fx User: postgres
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'Forex4You', current_timestamp, '', 'OK', '88.150.180.170:443', '2000' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike 'Forex4You' ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2021-05-30 19:03:12 Duration: 99ms Database: acaweb_fx User: postgres
11 16 6s367ms 116ms 963ms 397ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 30 19 16 6s367ms 397ms [ User: postgres - Total duration: 6s367ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:03:19 Duration: 963ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:46:14 Duration: 940ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:48:19 Duration: 934ms Database: acaweb_fx User: postgres
12 16 3s821ms 230ms 255ms 238ms with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 30 19 16 3s821ms 238ms [ User: postgres - Total duration: 3s821ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:46:12 Duration: 255ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:01:13 Duration: 248ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:03:13 Duration: 248ms Database: acaweb_fx User: postgres
13 16 2s680ms 52ms 449ms 167ms 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 #13
Day Hour Count Duration Avg duration May 30 19 16 2s680ms 167ms [ User: postgres - Total duration: 2s680ms - Times executed: 16 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '970127' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:56:58 Duration: 449ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:03:12 Duration: 415ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:03:12 Duration: 410ms Database: acaweb_fx User: postgres Bind query: yes
14 16 2s614ms 157ms 169ms 163ms copy solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) from ? with ( format csv, header);Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 30 19 16 2s614ms 163ms [ User: postgres - Total duration: 2s614ms - Times executed: 16 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:31:13 Duration: 169ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:18:14 Duration: 168ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:11:13 Duration: 166ms Database: acaweb_fx User: postgres
15 16 2s292ms 134ms 177ms 143ms update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type = ?) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 30 19 16 2s292ms 143ms [ User: postgres - Total duration: 2s292ms - Times executed: 16 ]
-
UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type = 'cp') sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:01:13 Duration: 177ms Database: acaweb_fx User: postgres
-
UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type = 'cp') sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:48:14 Duration: 163ms Database: acaweb_fx User: postgres
-
UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type = 'cp') sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:03:14 Duration: 149ms Database: acaweb_fx User: postgres
16 16 1s844ms 86ms 469ms 115ms update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join autochartist_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null);Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 30 19 16 1s844ms 115ms [ User: postgres - Total duration: 1s844ms - Times executed: 16 ]
-
update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join autochartist_results a on a.resultuid = s.result_uid where s.uuid ilike 'cp_%' and a.resultuid is null);
Date: 2021-05-30 19:01:13 Duration: 469ms Database: acaweb_fx User: postgres
-
update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join autochartist_results a on a.resultuid = s.result_uid where s.uuid ilike 'cp_%' and a.resultuid is null);
Date: 2021-05-30 19:33:13 Duration: 111ms Database: acaweb_fx User: postgres
-
update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join autochartist_results a on a.resultuid = s.result_uid where s.uuid ilike 'cp_%' and a.resultuid is null);
Date: 2021-05-30 19:03:13 Duration: 102ms Database: acaweb_fx User: postgres
17 16 1s64ms 52ms 86ms 66ms with max_ra as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_bigmovement_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join bigmovement_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null);Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 30 19 16 1s64ms 66ms [ User: postgres - Total duration: 1s64ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_bigmovement_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'bm_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'bm_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join bigmovement_results a on a.resultuid = s.result_uid where s.uuid ilike 'bm_%' and a.resultuid is null);
Date: 2021-05-30 19:03:19 Duration: 86ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_bigmovement_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'bm_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'bm_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join bigmovement_results a on a.resultuid = s.result_uid where s.uuid ilike 'bm_%' and a.resultuid is null);
Date: 2021-05-30 19:56:14 Duration: 86ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_bigmovement_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'bm_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'bm_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join bigmovement_results a on a.resultuid = s.result_uid where s.uuid ilike 'bm_%' and a.resultuid is null);
Date: 2021-05-30 19:16:14 Duration: 78ms Database: acaweb_fx User: postgres
18 15 1s388ms 81ms 155ms 92ms with max_ra as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_fibonacci_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join fibonacci_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 30 19 15 1s388ms 92ms [ User: postgres - Total duration: 1s388ms - Times executed: 15 ]
-
with max_ra as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_fibonacci_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'fp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'fp_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join fibonacci_results a on a.resultuid = s.result_uid where s.uuid ilike 'fp_%' and a.resultuid is null);
Date: 2021-05-30 19:01:14 Duration: 155ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_fibonacci_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'fp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'fp_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join fibonacci_results a on a.resultuid = s.result_uid where s.uuid ilike 'fp_%' and a.resultuid is null);
Date: 2021-05-30 19:03:15 Duration: 94ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_fibonacci_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'fp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'fp_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join fibonacci_results a on a.resultuid = s.result_uid where s.uuid ilike 'fp_%' and a.resultuid is null);
Date: 2021-05-30 19:56:13 Duration: 93ms Database: acaweb_fx User: postgres
19 13 2s1ms 61ms 536ms 153ms 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 May 30 19 13 2s1ms 153ms [ User: postgres - Total duration: 2s1ms - 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 '%audjpy%' 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 > 514193905 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-30 19:18:14 Duration: 536ms 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 '%audjpy%' 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 > 514193905 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-30 19:02:13 Duration: 457ms 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 '%audjpy%' 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 > 514193905 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-30 19:34:14 Duration: 211ms Database: acaweb_fx User: postgres Bind query: yes
20 13 1s438ms 70ms 184ms 110ms copy ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ?) as broker_ids, string_to_array(coalesce(replace(broker_symbol_mappings, ?, ?), ?), ?) as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ?) as search_groups, string_to_array(pattern_basegroupnames, ?) as base_groups, simulation from solr_fetch_results (?::character varying, current_timestamp::timestamp without time zone)) t) to ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration May 30 19 13 1s438ms 110ms [ User: postgres - Total duration: 1s438ms - Times executed: 13 ]
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-30 19:01:02 Duration: 184ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-30 19:16:02 Duration: 180ms Database: acaweb_fx User: postgres
-
COPY ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ',') as broker_ids, string_to_array(COALESCE(replace(broker_symbol_mappings, '"', ''), ''), ',') as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ',') as search_groups, string_to_array(pattern_basegroupnames, ',') as base_groups, simulation from solr_fetch_results ('Autochartist'::character varying, current_timestamp::timestamp without time zone)) t) TO '/tmp/solr_inserts_acaweb_fx.json';
Date: 2021-05-30 19:18:03 Duration: 130ms Database: acaweb_fx User: postgres
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 757ms 9s599ms 5s11ms 24 2m 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 #1
Day Hour Count Duration Avg duration May 30 19 24 2m 5s11ms [ User: postgres - Total duration: 2m - 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:00:39 Duration: 9s599ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:20:39 Duration: 9s580ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-05-30 19:35:39 Duration: 9s483ms Database: acaweb_fx User: postgres Bind query: yes
2 4s755ms 4s852ms 4s783ms 4 19s134ms select updateageforrelevantresults ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 30 19 4 19s134ms 4s783ms [ User: postgres - Total duration: 19s134ms - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-05-30 19:02:07 Duration: 4s852ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-05-30 19:17:07 Duration: 4s764ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-05-30 19:47:07 Duration: 4s762ms Database: acaweb_fx User: postgres
3 3s56ms 3s56ms 3s56ms 1 3s56ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?[...];Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 30 19 1 3s56ms 3s56ms [ User: pgperfstats - Total duration: 3s56ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 1, 1155, '2021-05-30 00:00:00', 2.1331688598457, 2.67576923076924, 2.33940728851102, 3.49769230769231, 4.26955268779368, 5.13192307692308, 11.3263933630872, 10.9711538461539, 19.4323561776586, 24.1288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1170, '2021-05-30 00:00:00', 1.75013656609991, 2.455, 3.02322619322217, 3.46384615384615, 4.41779424600105, 5.165, 11.4971131359806, 10.9223076923077, 19.444966696967, 23.9846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1185, '2021-05-30 00:00:00', 2.18997295381965, 2.24846153846154, 3.24185628210848, 3.31192307692308, 4.1000110318801, 4.81769230769231, 11.8486736226206, 10.7311538461538, 19.3897379718083, 23.8788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1200, '2021-05-30 00:00:00', 2.12671346303308, 2.43307692307692, 3.04724935234789, 3.45615384615385, 4.30541106766108, 4.73269230769232, 11.6383212971367, 10.6288461538462, 19.4246238177613, 23.9676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1215, '2021-05-30 00:00:00', 2.02618918548704, 2.29884615384616, 2.5328717966888, 3.21346153846154, 3.48667167720383, 4.29076923076923, 11.0013133551618, 10.2934615384615, 19.2100751129753, 23.7453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1230, '2021-05-30 00:00:00', 1.81946433368133, 2.20230769230769, 2.59700786409165, 3.01461538461538, 3.20820757529088, 3.97038461538461, 10.2796512661591, 10.0069230769231, 19.1932318679909, 23.6615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1245, '2021-05-30 00:00:00', 2.0834495065045, 2.23461538461538, 2.50193392890687, 3.01576923076923, 3.31517483005741, 4.08807692307692, 9.92959948065147, 9.78461538461539, 19.2096802560184, 23.6265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1260, '2021-05-30 00:00:00', 1.86511356635048, 2.22615384615384, 2.12730443374853, 2.83807692307692, 3.00954657970011, 3.70884615384615, 9.46506672738476, 9.64192307692308, 19.1567914167434, 23.7257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1275, '2021-05-30 00:00:00', 1.26055250401743, 1.66615384615384, 2.26000163376388, 2.54076923076923, 3.28934150529579, 3.60346153846154, 9.10868212201963, 9.395, 19.1145067422625, 23.58 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1290, '2021-05-30 00:00:00', 1.80521368860821, 1.94269230769231, 2.00374464824853, 2.40615384615385, 3.30482686617388, 3.60384615384615, 8.9817975672168, 9.34653846153846, 19.156014829652, 23.7219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1305, '2021-05-30 00:00:00', 1.2460915511495, 1.51807692307693, 2.54367913433703, 2.65653846153847, 3.47046503201827, 3.96346153846154, 8.90683457541714, 9.48692307692308, 19.0884103742398, 23.7788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1320, '2021-05-30 00:00:00', 2.44349261383091, 2.31192307692308, 2.67836184147068, 2.89307692307693, 4.99347253922558, 5.21, 8.88397323620116, 10.0226923076923, 19.3597818844992, 24.0388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1335, '2021-05-30 00:00:00', 1.69031995150668, 1.91153846153847, 2.914463270286, 3.04807692307693, 7.66725586253247, 5.53269230769231, 8.91633330122094, 10.1834615384615, 19.8057180088517, 24.2946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1350, '2021-05-30 00:00:00', 2.26708966264273, 2.35653846153846, 4.24692714251682, 4.07307692307692, 7.14672453215188, 5.71653846153847, 8.50540607270097, 10.2726923076923, 19.932388212308, 24.3096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1365, '2021-05-30 00:00:00', 3.07358295053935, 2.83192307692308, 6.00889868317111, 4.03923076923077, 6.25877875774992, 5.20653846153847, 7.96490463509476, 10.0453846153846, 20.4075045057902, 24.2519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 1, 1380, '2021-05-30 00:00:00', 4.15301649406789, 2.715, 4.44217654551667, 3.5273076923077, 4.77145559148762, 4.68269230769231, 7.45494356373417, 9.94346153846154, 20.5091866882962, 24.1888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 1, 1395, '2021-05-30 00:00:00', 2.32119442065104, 2.11346153846154, 2.93866125982564, 3.125, 4.08282581252062, 4.35884615384616, 7.93112035930903, 10.5669230769231, 20.4070171641634, 24.0584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 1, 1410, '2021-05-30 00:00:00', 2.07818204577574, 2.17384615384616, 3.4928424615975, 3.24269230769231, 4.99849178791425, 5.01807692307693, 8.29861268294518, 10.9126923076923, 20.53765017268, 24.1511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 1, 1425, '2021-05-30 00:00:00', 2.92206123244429, 2.49461538461539, 3.81692159489012, 3.61769230769231, 5.49044082579336, 5.31730769230769, 8.70639649029114, 11.1903846153846, 21.2299186164605, 24.4773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 0, '2021-05-30 00:00:00', 2.52801110635341, 2.53192307692308, 4.2832810572486, 3.91384615384616, 5.53947312129398, 5.11769230769231, 9.42324021522566, 11.7280769230769, 21.2442062327953, 24.4523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 15, '2021-05-30 00:00:00', 2.21556930230885, 2.0384, 3.02941837101888, 3.2344, 4.0632838525836, 4.35439999999999, 9.18656395685205, 11.2564, 21.4915843994806, 24.088 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 30, '2021-05-30 00:00:00', 2.31899942503946, 2.562, 3.02526153139416, 3.1336, 3.57457074345997, 4.3368, 9.63039090587708, 11.5596, 21.4961603315569, 24.1356 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 45, '2021-05-30 00:00:00', 1.76288020449054, 1.81115384615385, 2.38564862974735, 3.01923076923077, 3.84047867609474, 4.63730769230769, 9.99462738752098, 11.9861538461538, 21.1162116394016, 24.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 60, '2021-05-30 00:00:00', 2.22921648877944, 2.52307692307692, 3.13745982505691, 3.53307692307692, 4.41432918503436, 5.75307692307692, 10.4432574125421, 12.2442307692308, 21.072665988103, 24.3496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 75, '2021-05-30 00:00:00', 2.22168269561609, 2.395, 3.25560080712986, 3.50384615384616, 4.56468025672706, 5.83461538461538, 10.1599432766436, 11.9692307692308, 20.6968865440043, 24.0138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 90, '2021-05-30 00:00:00', 2.03173730131099, 2.30269230769231, 2.89384684087834, 3.99153846153846, 4.02706247205655, 5.53807692307692, 9.961717121059, 11.99, 20.7413759390778, 24.1296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 105, '2021-05-30 00:00:00', 2.09038800226178, 2.735, 3.26641118048539, 4.185, 4.45372233254214, 5.79884615384615, 9.574599417208, 11.805, 20.7622108797542, 24.1238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 120, '2021-05-30 00:00:00', 2.858597827338, 3.34153846153846, 3.14062024741316, 4.16346153846154, 4.1431697267449, 5.91923076923077, 9.28993430464475, 11.8392307692308, 20.7066794908904, 24.2065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 135, '2021-05-30 00:00:00', 1.95128300987207, 2.40576923076923, 3.32718316991323, 3.90038461538462, 5.47164985665623, 6.39807692307692, 8.69364170838931, 11.5630769230769, 20.3748240879617, 24.0038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 150, '2021-05-30 00:00:00', 2.62170983549638, 2.76769230769231, 3.09666103060402, 3.87846153846154, 5.59748009238223, 6.50923076923077, 8.30481369216302, 11.1523076923077, 20.3783694259756, 23.9926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 165, '2021-05-30 00:00:00', 1.54863532977115, 2.22076923076923, 3.54768318765923, 4.37, 5.00114091598492, 6.01769230769231, 8.03411920403322, 10.6807692307692, 20.4354315683475, 23.9492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 180, '2021-05-30 00:00:00', 3.53428491298506, 3.81538461538461, 4.51897871375653, 4.96615384615385, 6.49077148431051, 6.74230769230769, 8.57552001562946, 10.9665384615385, 20.420007161153, 24.0673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 195, '2021-05-30 00:00:00', 3.18900447451262, 3.14846153846154, 3.56195333187586, 4.17346153846154, 5.8314000034297, 5.765, 7.90467002181914, 10.2680769230769, 20.1033349433907, 23.7303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 210, '2021-05-30 00:00:00', 2.26581362530447, 2.65076923076923, 4.72538039168846, 4.28961538461538, 5.32969788435156, 5.61653846153845, 7.97816254149171, 10.2184615384615, 20.4255757926561, 23.9676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 225, '2021-05-30 00:00:00', 4.26380142776192, 3.04115384615385, 4.60845550633248, 3.88307692307692, 5.24768895654224, 5.41076923076923, 8.78447981035084, 10.3884615384615, 20.9683667828103, 24.1184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 240, '2021-05-30 00:00:00', 2.05813182653216, 2.36884615384615, 2.75119599167623, 3.48923076923077, 4.44767100678718, 4.94423076923077, 8.07577114203105, 9.69346153846154, 20.7669413213924, 24.0103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 255, '2021-05-30 00:00:00', 2.11153130725984, 2.51269230769231, 3.78438477877794, 3.72807692307692, 4.58881994215707, 4.83269230769231, 8.1341169536333, 9.64115384615385, 20.758423361651, 23.9926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 270, '2021-05-30 00:00:00', 2.93696517880932, 2.53730769230769, 3.66104028931668, 3.38, 4.06865095767437, 4.71615384615384, 7.95469007277129, 9.44307692307692, 20.6573326932593, 23.745 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 285, '2021-05-30 00:00:00', 1.85753223390605, 2.045, 2.77362026683816, 3.02423076923077, 3.01278751580403, 4.39615384615384, 7.86515021128992, 9.46038461538461, 20.6586905721018, 23.8519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 300, '2021-05-30 00:00:00', 2.41688804998367, 2.45038461538462, 2.72789152164197, 3.41807692307692, 3.62792123144073, 4.85730769230769, 7.87619365312576, 9.51769230769231, 20.7510142736353, 24.1157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 315, '2021-05-30 00:00:00', 1.89886707113641, 2.38192307692307, 2.60006665595031, 3.49115384615384, 3.84474868639531, 5.25730769230769, 7.9412142938935, 9.42730769230769, 21.0867939606395, 24.3165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 330, '2021-05-30 00:00:00', 1.88586013838208, 2.28730769230769, 3.23810352853927, 3.56230769230769, 3.59618244167981, 4.73192307692308, 7.55984090186681, 9.11230769230769, 22.3107299608196, 24.8307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 345, '2021-05-30 00:00:00', 2.16142588264179, 2.37538461538461, 2.61699099084308, 3.52538461538462, 3.26944248364246, 4.44692307692307, 7.28479803848662, 8.9976923076923, 22.3995279757959, 24.8584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 360, '2021-05-30 00:00:00', 1.72189359092296, 2.59846153846154, 2.0143148100151, 3.22192307692308, 3.50063967780835, 4.62692307692308, 6.95824155505265, 9.07153846153846, 22.3256159188016, 24.9930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 375, '2021-05-30 00:00:00', 1.33526096556211, 2.01538461538462, 2.86743393727133, 3.27423076923077, 4.20786686320534, 4.93346153846154, 6.93398746421178, 9.10692307692307, 22.3425571017767, 25.0846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 390, '2021-05-30 00:00:00', 2.36714592836054, 2.35961538461538, 3.04610318528192, 3.36615384615384, 4.70465656393912, 5.02576923076923, 7.31250298093299, 9.35961538461538, 22.0419175349012, 24.9538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 405, '2021-05-30 00:00:00', 1.79208486234502, 2.10807692307693, 2.67714063881598, 3.365, 5.31151273541367, 5.20346153846154, 6.73997553065634, 9.09307692307692, 21.5630277594276, 24.7869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 420, '2021-05-30 00:00:00', 2.58962890124317, 2.76461538461539, 3.75619293761854, 3.69423076923077, 5.39812047062537, 5.22615384615385, 7.72872404634914, 9.24923076923077, 21.3959742331266, 24.7842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 435, '2021-05-30 00:00:00', 2.40493419068765, 2.18269230769231, 4.1122312116978, 3.59153846153846, 4.86039955622517, 5.04961538461538, 8.85025754514436, 9.47115384615384, 21.1640528363907, 24.7373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 450, '2021-05-30 00:00:00', 3.96595302350083, 2.99923076923077, 4.44239145575374, 3.79461538461539, 4.93358936272568, 5.06, 8.82397197324512, 9.48423076923077, 21.6889808286285, 25.3557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 465, '2021-05-30 00:00:00', 1.38078623087885, 1.91884615384616, 2.2817277192109, 3.11423076923077, 3.7040958618597, 4.54307692307693, 8.75760592504947, 9.35153846153846, 21.9582098892068, 25.5984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 480, '2021-05-30 00:00:00', 2.02491591468349, 2.32269230769231, 2.94328045659157, 3.31961538461539, 3.91883752386618, 4.68653846153846, 8.75177242707925, 9.27384615384615, 22.1202928239068, 25.7988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 495, '2021-05-30 00:00:00', 1.89294040704281, 2.18923076923077, 3.03696660400575, 3.33307692307693, 3.50601674049275, 4.20423076923077, 8.68221861933033, 9.24192307692307, 22.0663401726563, 25.9038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 510, '2021-05-30 00:00:00', 2.03455366490653, 2.22615384615385, 2.85413807546974, 3.13192307692308, 3.14124424147747, 4.31923076923077, 8.31289374775947, 9.49230769230769, 22.0527117746409, 25.7861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 525, '2021-05-30 00:00:00', 2.1621358741905, 2.19346153846154, 2.38762698413814, 2.98115384615385, 3.40634703954928, 4.34807692307692, 8.25861985117089, 9.66538461538461, 21.9208815516165, 25.76 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 540, '2021-05-30 00:00:00', 1.83713259016495, 2.12192307692308, 2.2653492853455, 3.10076923076923, 3.30388398473908, 4.47423076923077, 9.81433366992458, 10.2457692307692, 21.8455005330265, 25.6884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 555, '2021-05-30 00:00:00', 1.6195494625168, 2.02730769230769, 2.43262643753935, 3.05923076923077, 3.11222097297338, 4.33076923076923, 9.92583972033833, 10.3369230769231, 21.8888443381906, 25.7676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 570, '2021-05-30 00:00:00', 1.7687287481735, 2.09423076923077, 2.04311376241115, 3.09538461538461, 4.50802356488278, 4.71730769230769, 10.0581672592667, 10.4261538461538, 21.9265542313775, 25.8473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 585, '2021-05-30 00:00:00', 1.27769004306751, 2.03038461538461, 2.93776147117809, 3.20230769230769, 4.48952306872516, 4.64423076923077, 10.5491355825234, 10.7215384615385, 21.9752371440779, 25.9565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 600, '2021-05-30 00:00:00', 2.66165015328115, 2.31153846153846, 4.2175150722452, 3.42576923076923, 6.01302551517569, 5.18961538461538, 11.0471332863397, 10.6246153846154, 21.9354152456706, 25.945 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 615, '2021-05-30 00:00:00', 2.19607387433539, 2.03269230769231, 2.47103145701111, 2.96269230769231, 5.65151541283738, 5.13230769230769, 10.0970964904997, 10.1984615384615, 21.9772401711057, 26.0015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 630, '2021-05-30 00:00:00', 1.88201238449289, 2.18115384615384, 4.20269810771787, 3.84076923076923, 5.56431284028993, 5.36576923076923, 9.97836229047633, 10.595, 22.5415606858497, 26.5030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 645, '2021-05-30 00:00:00', 3.38733260159762, 2.70307692307692, 4.65321367857329, 3.81846153846153, 4.78206250964517, 4.94461538461538, 9.84993076117797, 10.4, 22.4822406219802, 26.2792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 660, '2021-05-30 00:00:00', 3.70035509730537, 2.56961538461538, 4.41112406745282, 3.49653846153846, 4.6169028746386, 4.50807692307692, 9.99592467727954, 10.3869230769231, 22.4518822407799, 26.2419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 675, '2021-05-30 00:00:00', 3.02483942358293, 2.40153846153846, 3.37159366563556, 3.47038461538462, 3.96638801003556, 4.47461538461538, 9.9694056068477, 10.3519230769231, 22.2078206356368, 26.5542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 690, '2021-05-30 00:00:00', 1.96777281365351, 2.35461538461538, 2.24594913977622, 2.89346153846153, 3.49450771266085, 4.66192307692307, 9.8265936190445, 10.5169230769231, 22.0567963640723, 26.7353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 705, '2021-05-30 00:00:00', 1.59890717486855, 1.97192307692307, 2.80094665315963, 3.18307692307692, 4.7526394933601, 4.95692307692307, 9.78480042640704, 10.5892307692308, 22.0060027230334, 26.8603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 720, '2021-05-30 00:00:00', 1.9363464407129, 2.26153846153846, 2.5974356881059, 3.40192307692308, 6.89706492758945, 5.63384615384615, 9.2715742253074, 10.6338461538462, 21.4646996108638, 26.5857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 735, '2021-05-30 00:00:00', 1.40537605150859, 2.12538461538462, 3.34458131218934, 3.36192307692308, 6.10073614725809, 5.09153846153846, 9.24658876808923, 10.3896153846154, 21.1854694180124, 26.7076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 750, '2021-05-30 00:00:00', 2.48410825974913, 2.40538461538462, 5.04265424614397, 3.83538461538461, 5.15844438387567, 5.09269230769231, 9.0745521864506, 10.2542307692308, 20.6311637950568, 26.5765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 765, '2021-05-30 00:00:00', 3.67033915850586, 2.65153846153846, 3.77329933163986, 3.57038461538461, 5.16766641278693, 5.36192307692307, 8.22858052063753, 10.0857692307692, 20.180530007525, 26.4407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 780, '2021-05-30 00:00:00', 1.85424203880226, 2.23846153846153, 2.91505914968356, 3.36538461538461, 4.94692981710724, 5.36884615384615, 7.58087395002409, 9.82538461538462, 20.1227932913439, 26.5246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 795, '2021-05-30 00:00:00', 2.30376738275507, 2.53192307692308, 3.72254024103888, 3.97538461538461, 4.3686912844079, 5.18653846153846, 8.15201567334494, 10.2365384615385, 20.0649635089472, 26.5938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 810, '2021-05-30 00:00:00', 2.54604661870426, 2.56576923076922, 3.34358048527899, 3.4476923076923, 3.85705206283045, 4.75884615384615, 8.80474925166045, 10.5242307692308, 20.1330075860895, 26.5223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 825, '2021-05-30 00:00:00', 2.48996438034455, 2.22884615384615, 2.97854102126941, 3.28115384615385, 3.95466946980208, 4.61884615384616, 9.31319861602545, 10.8626923076923, 20.1372783280546, 26.5176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 840, '2021-05-30 00:00:00', 2.0540574855262, 2.50192307692308, 2.94297946881153, 3.60807692307693, 4.32073854085868, 5.22846153846154, 8.98970574516293, 10.7657692307692, 19.8730241940019, 26.3911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 855, '2021-05-30 00:00:00', 2.15880511822201, 2.40346153846154, 2.84387614682172, 3.25346153846154, 4.82907407911066, 4.99730769230769, 8.95860109271874, 10.7984615384615, 20.1120374402993, 26.475 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 870, '2021-05-30 00:00:00', 2.49856170934092, 2.50115384615384, 4.10820479228879, 3.75115384615384, 5.24621922472233, 5.13192307692307, 9.70813391717719, 11.1580769230769, 21.4751372665086, 27.3061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 885, '2021-05-30 00:00:00', 2.59385015283933, 2.57115384615385, 3.3139130716049, 3.51961538461538, 4.35593459017076, 5.11692307692307, 9.5476803787823, 11.3138461538462, 23.6948014843893, 28.0942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 900, '2021-05-30 00:00:00', 2.46578235361206, 2.34115384615384, 2.93553936860253, 3.47076923076923, 4.32343469228593, 5.12346153846154, 9.88030305514656, 11.7626923076923, 23.548355879241, 28.0338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 915, '2021-05-30 00:00:00', 1.90604495870779, 2.30923076923077, 3.10185386254984, 3.72423076923077, 4.74174834682476, 5.52576923076923, 10.4405951200848, 12.1523076923077, 23.3652662431949, 27.9211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 930, '2021-05-30 00:00:00', 2.17985775823879, 2.62038461538462, 3.57838908749992, 4.0173076923077, 5.01062415887866, 5.54230769230769, 10.3528075493484, 11.8519230769231, 23.0525672356431, 27.8919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 945, '2021-05-30 00:00:00', 2.37450134036278, 2.75384615384616, 3.54274350446961, 3.97346153846154, 4.26731700973088, 5.4423076923077, 10.4242668142841, 11.7811538461538, 25.4566297032061, 28.5896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 960, '2021-05-30 00:00:00', 2.3454981101283, 2.59576923076924, 2.90080256799072, 3.49346153846154, 4.65328901051553, 5.52884615384616, 10.7187334785699, 11.7907692307692, 33.591118459864, 30.6592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 975, '2021-05-30 00:00:00', 2.14273875790199, 2.35423076923076, 3.62206341532218, 3.76076923076923, 5.85484894372572, 6.12192307692307, 10.6582430143925, 11.6619230769231, 34.075796607879, 30.9576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 990, '2021-05-30 00:00:00', 2.558655897146, 2.44, 3.88517713683885, 3.99423076923076, 6.65091049868651, 6.3376923076923, 10.9077913508577, 11.7219230769231, 34.1529212445797, 30.9784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1005, '2021-05-30 00:00:00', 2.66025183885921, 2.62961538461538, 4.7926863031081, 4.305, 6.54410814279649, 6.08076923076923, 10.5572368762635, 11.3923076923077, 33.9618286111832, 30.6811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1020, '2021-05-30 00:00:00', 3.4752105857609, 3.10615384615384, 4.70024446172749, 4.30499999999999, 6.14651706253224, 5.8, 10.418422713931, 11.2896153846154, 33.9582462648561, 30.6457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1035, '2021-05-30 00:00:00', 2.72396340199068, 2.65615384615385, 5.42658948001555, 4.29423076923077, 6.39233099412581, 6.10346153846154, 10.333808777317, 10.9396153846154, 33.8592628117306, 30.5230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1050, '2021-05-30 00:00:00', 4.14239976899307, 3.05961538461538, 4.26929907776261, 3.74115384615385, 6.48725098825499, 5.91423076923077, 9.50248412056229, 10.6473076923077, 33.7592869957518, 30.3876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1065, '2021-05-30 00:00:00', 1.69916019980912, 2.04576923076923, 2.99936259895332, 3.74000000000001, 4.28472221521284, 5.47269230769231, 8.20527965116644, 10.0930769230769, 33.6778198727978, 30.2007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1080, '2021-05-30 00:00:00', 2.44791908488697, 3.17038461538462, 3.81154192501589, 4.30961538461539, 5.19070116799115, 6.14884615384616, 8.6049797478866, 10.3826923076923, 33.6775328645991, 30.1996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1095, '2021-05-30 00:00:00', 2.43373043826835, 2.76961538461538, 3.02736310749394, 3.91923076923077, 6.19211519719914, 6.15115384615385, 9.02925246075222, 10.37, 33.6416998404338, 30.2480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1110, '2021-05-30 00:00:00', 2.00349448560413, 2.53692307692308, 4.52304412468485, 4.26192307692308, 6.00416733482798, 5.80576923076923, 9.00811248905033, 10.1688461538462, 33.6494774928001, 30.2165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1125, '2021-05-30 00:00:00', 3.78329721884944, 2.87461538461539, 5.35854589920122, 4.57307692307692, 5.58859987970016, 5.55615384615385, 9.1281267856765, 9.84884615384616, 33.6734829890729, 29.9861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1140, '2021-05-30 00:00:00', 3.62623103765625, 3.65653846153846, 3.66592551017527, 4.01538461538461, 4.77204835877231, 5.16846153846154, 8.42194986558704, 9.55653846153846, 33.6721599339185, 29.9011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1155, '2021-05-30 00:00:00', 2.40038791736797, 2.60692307692308, 3.62508618465188, 3.91461538461538, 4.20492753070271, 4.94653846153846, 8.27045779590502, 9.27192307692308, 33.7359835487273, 29.885 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1170, '2021-05-30 00:00:00', 2.52764107116011, 2.70423076923077, 3.4128993313829, 3.43538461538462, 4.05075333924255, 4.43115384615385, 8.42398762691764, 9.28653846153846, 33.7462445021665, 29.865 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1185, '2021-05-30 00:00:00', 2.99277337289987, 2.43269230769231, 3.62326363719443, 3.42923076923077, 4.32434227991335, 4.47192307692308, 9.48918218896574, 9.38884615384616, 33.7713370706352, 29.8734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1200, '2021-05-30 00:00:00', 1.7395430434456, 2.265, 2.21968660296552, 2.88615384615385, 2.91485872464094, 4.02423076923077, 9.01790622125694, 8.98384615384616, 33.3189803634736, 29.5826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1215, '2021-05-30 00:00:00', 2.17203006779018, 2.23884615384615, 2.58834800299639, 2.98423076923077, 3.19259903767833, 4.32384615384615, 9.05872930467538, 9.01384615384615, 33.2330853124505, 29.6007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1230, '2021-05-30 00:00:00', 1.66356544806629, 1.935, 1.92633605982565, 2.71884615384615, 2.74528622579476, 4.18730769230769, 8.5735830405873, 9.02307692307692, 33.1285752276699, 29.5438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1245, '2021-05-30 00:00:00', 1.3025029159867, 1.81461538461538, 2.14249663853968, 2.95038461538461, 3.27905776804158, 4.58961538461538, 8.45146116634004, 8.89961538461539, 33.1038097273039, 29.4276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1260, '2021-05-30 00:00:00', 1.72303613962724, 2.27846153846154, 1.99339899128638, 3.04653846153846, 4.15158023667356, 4.96769230769231, 8.15668507327673, 8.92076923076923, 33.0493991100967, 29.3484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1275, '2021-05-30 00:00:00', 1.57663419492772, 2.21076923076923, 2.43568647723483, 3.39615384615384, 4.55276620900372, 4.92192307692307, 7.93187494567622, 9.00192307692308, 33.0278970871595, 29.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1290, '2021-05-30 00:00:00', 1.92841317787848, 2.29423076923077, 3.2479206365825, 3.4173076923077, 4.30052111332497, 4.62538461538462, 7.5482257212183, 8.73653846153846, 32.9656281532517, 29.2934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1305, '2021-05-30 00:00:00', 2.26122036486087, 2.39846153846154, 3.31411287584569, 3.40807692307692, 4.68162042952586, 4.62538461538462, 7.23667564987809, 8.54769230769231, 33.0191759949369, 29.3507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1320, '2021-05-30 00:00:00', 2.30469207020407, 2.43846153846154, 2.82597958509694, 3.20384615384616, 3.98957265881949, 4.44500000000001, 6.54693008504456, 8.50846153846154, 33.0251667299116, 29.3415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1335, '2021-05-30 00:00:00', 1.60029266554109, 2.17615384615384, 2.36904083154733, 3.07769230769231, 3.0882019912016, 4.16346153846154, 5.99956403544329, 8.46615384615385, 33.061984974613, 29.5023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1350, '2021-05-30 00:00:00', 2.04519865501168, 2.26153846153847, 2.50216509324349, 3.01692307692308, 2.85374692964557, 4.02653846153846, 5.77921555762878, 8.62730769230769, 32.9935372156427, 29.405 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1365, '2021-05-30 00:00:00', 1.49515566465117, 1.90769230769231, 2.30247228330432, 2.95115384615385, 3.76600316597767, 4.22961538461539, 5.64254836044849, 8.68, 32.9602990581093, 29.455 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 2, 1380, '2021-05-30 00:00:00', 1.66382917947172, 2.02653846153846, 2.38636553393198, 2.99730769230769, 4.46808072718202, 4.55423076923077, 5.50229568872428, 8.80461538461539, 32.9356654006658, 29.3992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 1395, '2021-05-30 00:00:00', 2.3978794477942, 2.40538461538461, 3.75684130825147, 3.43615384615385, 4.63718019423939, 4.62807692307692, 5.61259694451138, 9.08730769230769, 32.9009891738134, 29.3661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 1410, '2021-05-30 00:00:00', 2.14017069772124, 2.30115384615385, 3.53552964153234, 3.32538461538461, 4.48307325906613, 4.43461538461538, 7.04096331914451, 9.72730769230769, 32.8852459622853, 29.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 2, 1425, '2021-05-30 00:00:00', 1.95623000849948, 2.03038461538461, 2.15804370099046, 2.64384615384615, 3.00356129645101, 3.72730769230769, 7.63046607105612, 9.96730769230769, 32.8362947689572, 29.3530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 0, '2021-05-30 00:00:00', 1.81774754953655, 1.99307692307692, 2.6099822870015, 2.97346153846154, 2.98637328286593, 4.14576923076923, 7.64866278911148, 10.1176923076923, 32.84211659065, 29.3469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 15, '2021-05-30 00:00:00', 1.80620609608607, 1.89730769230769, 1.8684983687031, 2.51692307692308, 2.84394806833469, 4.07615384615385, 8.05303275886698, 10.3361538461538, 32.8208837761288, 29.4303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 30, '2021-05-30 00:00:00', 1.13635320890321, 1.72884615384615, 1.84172026607233, 2.85153846153846, 2.82904354590299, 4.11923076923077, 8.22921949752597, 10.5284615384615, 32.6374339300513, 29.8884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 45, '2021-05-30 00:00:00', 1.48516981676015, 2.05576923076923, 2.56603846125022, 3.02423076923077, 3.71803117874956, 4.39961538461539, 8.5592738818556, 10.6257692307692, 32.6608882068681, 29.7523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 60, '2021-05-30 00:00:00', 1.71642401073143, 2.14076923076923, 2.10834780374075, 2.99769230769231, 3.334830730337, 4.5, 9.01144441593791, 10.9376923076923, 32.6592596387892, 29.7180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 75, '2021-05-30 00:00:00', 1.56519116551794, 1.98076923076923, 2.23179913626102, 2.96076923076923, 3.34595418148775, 4.63423076923077, 9.3147927430595, 11.1796153846154, 32.795357018944, 29.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 90, '2021-05-30 00:00:00', 1.35950562281351, 1.88653846153846, 2.49433869762339, 3.10846153846154, 3.69662340729815, 5.00615384615385, 10.8196100598013, 11.8253846153846, 32.7680362924228, 29.7276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 105, '2021-05-30 00:00:00', 2.28420667931914, 2.45192307692308, 3.21549996112579, 3.65, 3.75664179001159, 4.98846153846154, 11.0479370925074, 11.835, 32.8448838868165, 29.9484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 120, '2021-05-30 00:00:00', 1.93013674286405, 2.68961538461539, 2.93038018011315, 3.84, 3.44192658483365, 5.09115384615385, 11.3212872059674, 12.16, 32.5112721966729, 30.0003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 135, '2021-05-30 00:00:00', 1.94935590940661, 2.39730769230769, 2.01220659590793, 3.04923076923077, 3.91452954241778, 5.03846153846153, 11.5404297813583, 12.0134615384615, 32.5235032647989, 29.9561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 150, '2021-05-30 00:00:00', 1.6446906653275, 2.27076923076923, 2.69101642221214, 3.51423076923077, 6.52346576126997, 6.18846153846154, 11.4856620451494, 12.0938461538462, 32.5040714136174, 29.9023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 165, '2021-05-30 00:00:00', 1.67862379530193, 2.29538461538462, 3.43650439568153, 3.89230769230769, 7.42547677826923, 6.54423076923077, 11.3674748227631, 12.1603846153846, 32.5722514750492, 29.8030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 180, '2021-05-30 00:00:00', 3.24776600142314, 3.15, 6.12834448720421, 5.01692307692308, 7.52961030761988, 6.59923076923077, 11.2343028539997, 12.0361538461538, 33.6977633701978, 30.4419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 195, '2021-05-30 00:00:00', 3.46654676321242, 3.10769230769231, 4.75321792214335, 4.33615384615385, 6.1831976790704, 6.15153846153847, 9.60974934436578, 11.1523076923077, 34.1305404857021, 30.1946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 210, '2021-05-30 00:00:00', 2.39384505635728, 2.79307692307693, 3.51956028722121, 3.91615384615385, 5.17071137792917, 5.67807692307693, 9.79017106002829, 10.8057692307692, 34.0363608015808, 30.0638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 225, '2021-05-30 00:00:00', 1.84851062708916, 2.17346153846154, 2.92922893503498, 3.45307692307693, 4.63058275116476, 5.00615384615385, 9.94434049327324, 10.5103846153846, 33.7648292139343, 30.0103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 240, '2021-05-30 00:00:00', 2.72950206786174, 2.61846153846154, 3.62863646779125, 3.72884615384615, 4.94641634068388, 5.06884615384616, 9.86744082635099, 10.4926923076923, 33.2555486266809, 29.8123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 255, '2021-05-30 00:00:00', 2.39403338451113, 2.47961538461538, 3.16276502690045, 3.37884615384615, 4.33236927540365, 4.76653846153846, 9.23607525704757, 10.1269230769231, 32.6708908969437, 29.7 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 270, '2021-05-30 00:00:00', 1.79752650563532, 2.23153846153846, 2.70528553874704, 3.23538461538462, 4.86554247113943, 5.23346153846154, 7.93466784724817, 9.84538461538461, 31.4665639907603, 29.4342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 285, '2021-05-30 00:00:00', 1.82022365489688, 2.11307692307692, 2.66129557806835, 3.17307692307692, 4.47462912945351, 5.00461538461539, 7.25015823699997, 9.51769230769231, 30.874017804371, 29.2607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 300, '2021-05-30 00:00:00', 2.21798522572592, 2.28769230769231, 4.00113032106602, 3.85961538461538, 4.70175314275267, 5.08884615384616, 7.20087768154795, 9.40076923076923, 30.8932147591319, 29.2669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 315, '2021-05-30 00:00:00', 2.97307279530015, 2.63461538461539, 3.48089528713519, 3.51, 4.34944417315416, 5.22615384615385, 7.36936495541874, 9.72038461538461, 30.6410411276219, 29.2442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 330, '2021-05-30 00:00:00', 2.39420997087043, 2.41576923076923, 3.51153924172205, 3.65961538461538, 4.62659484352735, 5.26961538461538, 7.72577396670491, 10.2592307692308, 30.4204588748074, 29.1230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 345, '2021-05-30 00:00:00', 1.96712288928233, 2.38730769230769, 2.65971160958361, 3.63461538461539, 3.42631573829114, 4.90653846153846, 7.65273450373234, 10.3457692307692, 29.739685180166, 28.7788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 360, '2021-05-30 00:00:00', 1.74835593102161, 2.49730769230769, 2.43245390501033, 3.48, 3.02706105247063, 4.60115384615385, 7.48856885783002, 10.4134615384615, 29.4635386171816, 28.7196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 375, '2021-05-30 00:00:00', 1.71673643871154, 2.28, 2.60411402326277, 3.27538461538462, 2.86075581728917, 4.21961538461538, 7.50581051842248, 10.5965384615385, 29.4755513708461, 28.7961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 390, '2021-05-30 00:00:00', 1.9392739719961, 2.21346153846154, 2.18291368446995, 2.95192307692308, 4.14686478420282, 4.49346153846153, 8.13442969491645, 10.9623076923077, 29.4044187809614, 28.7596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 405, '2021-05-30 00:00:00', 1.79583351121423, 2.075, 2.0509984435354, 2.85884615384616, 4.33172626807587, 4.63730769230769, 7.96452836983121, 10.8719230769231, 28.8082809248687, 28.5546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 420, '2021-05-30 00:00:00', 1.97113633763332, 2.4023076923077, 3.71849061603475, 3.87730769230769, 4.86970662518643, 5.00115384615385, 7.9470886105929, 11.0157692307692, 28.8263300713881, 28.5242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 435, '2021-05-30 00:00:00', 2.89168806169578, 2.84961538461538, 3.67348689939137, 3.715, 4.41330075323012, 5.06653846153846, 7.87812696404028, 11.4326923076923, 28.247980080271, 28.3388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 450, '2021-05-30 00:00:00', 2.70920644072421, 2.61653846153846, 3.46121908270216, 3.54846153846154, 3.64759370628828, 4.72961538461538, 7.35848734455663, 11.22, 27.4905911876437, 28.1096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 465, '2021-05-30 00:00:00', 2.05316524869811, 2.10346153846154, 2.86619200602204, 3.30615384615385, 3.56340953841423, 4.37653846153846, 6.97970483175768, 11.1334615384615, 27.3722864591177, 27.975 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 480, '2021-05-30 00:00:00', 2.25242843308147, 2.45461538461539, 2.74525562772184, 3.19269230769231, 3.07881155892734, 4.15615384615384, 6.91380198198892, 10.9753846153846, 27.3941928152665, 27.83 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 495, '2021-05-30 00:00:00', 1.8011914005842, 2.1076923076923, 2.47552996656971, 2.92384615384616, 3.70165667692807, 4.46692307692308, 7.49758270788248, 11.4123076923077, 27.407290161561, 27.675 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 510, '2021-05-30 00:00:00', 1.58247129029736, 2.00076923076923, 1.97824584300957, 2.93384615384616, 3.74572954791905, 5.06538461538461, 7.53620088945046, 11.5103846153846, 27.3835837431003, 27.6311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 525, '2021-05-30 00:00:00', 1.38019469083727, 2.08423076923077, 2.92622973492146, 3.33269230769231, 4.82893592355979, 5.49692307692308, 8.04784408780007, 11.6723076923077, 27.4170574558697, 27.5765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 540, '2021-05-30 00:00:00', 2.70073061339961, 2.69538461538462, 3.5380543327567, 4.08269230769231, 4.9840565653044, 6.04038461538462, 7.95297104619013, 11.6026923076923, 27.4450609371915, 27.4853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 555, '2021-05-30 00:00:00', 2.45692766243973, 2.80153846153846, 3.87041520332817, 4.06461538461539, 4.93944269668615, 6.04692307692308, 7.52613779795761, 11.1630769230769, 27.4227968051288, 27.3338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 570, '2021-05-30 00:00:00', 2.46673212664355, 2.54923076923077, 2.87549615785627, 3.40692307692308, 5.23075985067033, 5.58615384615385, 6.76056033180683, 10.54, 27.4546894074863, 27.1523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 585, '2021-05-30 00:00:00', 1.62007544933515, 2.16269230769231, 2.96739069528459, 3.76653846153847, 4.56610490462057, 5.11500000000001, 6.99849073839386, 10.7061538461538, 27.3953928327655, 26.9526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032251, 3, 600, '2021-05-30 00:00:00', 2.3430829132708, 2.87153846153846, 4.01887242127211, 3.99653846153846, 4.43814106961983, 5.18807692307693, 7.69103542094001, 11.0446153846154, 27.4352535730105, 26.9888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 615, '2021-05-30 00:00:00', 2.83824745492436, 2.76615384615385, 3.37150977365425, 3.52692307692308, 4.02566690127239, 5.39500000000001, 7.49982293124311, 10.87, 27.4921204739439, 27.0280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 630, '2021-05-30 00:00:00', 1.84838345172624, 2.27576923076923, 2.13245200144378, 3.11653846153846, 3.14007067534377, 5.11961538461539, 9.20820170366531, 11.5811538461538, 27.4863991793424, 27.0203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 645, '2021-05-30 00:00:00', 1.58493741686687, 2.22884615384615, 3.03614978854166, 3.97846153846154, 3.10663022978522, 5.11076923076924, 12.3568532962326, 12.8707692307692, 27.50638450363, 26.9973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 660, '2021-05-30 00:00:00', 2.47335241197978, 3.07192307692308, 2.5579721535743, 3.87846153846154, 3.17139464589319, 5.08, 12.5767848649192, 12.8384615384615, 27.5170016507278, 26.9303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 675, '2021-05-30 00:00:00', 1.44084211487588, 2.435, 1.99909444884043, 3.33884615384615, 3.74922293487392, 5.37384615384615, 12.3083083134305, 12.6115384615385, 27.3415022742969, 26.9088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 690, '2021-05-30 00:00:00', 1.09776500217487, 2.04, 2.55606741213619, 3.47384615384615, 4.46839742396103, 5.49653846153846, 12.455305554724, 12.6526923076923, 27.3372866612618, 26.915 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 705, '2021-05-30 00:00:00', 2.17765381864201, 2.67192307692308, 3.66592492264388, 3.98846153846154, 5.02816462921229, 5.61346153846154, 15.2137185258771, 13.5007692307692, 27.2503006871202, 26.9665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 720, '2021-05-30 00:00:00', 3.06255157570385, 2.71307692307692, 3.65199142723739, 4.21423076923077, 4.40076715340196, 5.20346153846154, 24.5227341586411, 15.7488461538462, 27.2231828015417, 26.7853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 735, '2021-05-30 00:00:00', 2.44118042064773, 2.94461538461538, 3.29665536800325, 3.72615384615385, 3.69127953633759, 4.96615384615385, 24.3870082342091, 15.8388461538462, 26.9486816004049, 26.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 750, '2021-05-30 00:00:00', 2.13593881358634, 2.40115384615385, 2.55312237195044, 3.26461538461538, 3.31842485804057, 4.81653846153846, 24.3824293987415, 15.9792307692308, 26.8760601622737, 26.2246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 765, '2021-05-30 00:00:00', 1.55038377382952, 1.97538461538461, 2.63466573562217, 3.41346153846154, 4.92454368053919, 5.57230769230769, 24.320042842194, 16.1696153846154, 26.8428174292204, 26.2765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 780, '2021-05-30 00:00:00', 1.99523617264107, 2.71076923076923, 2.52581904461778, 3.49461538461539, 5.17460373808022, 5.63961538461538, 24.2819356344144, 16.1830769230769, 26.7563024380023, 26.4419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 795, '2021-05-30 00:00:00', 1.70258902399122, 2.11576923076923, 3.56204919414913, 3.83230769230769, 4.26121197999601, 5.20653846153846, 23.2624358569777, 16.005, 25.9383019075296, 26.3746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 810, '2021-05-30 00:00:00', 2.62643133138134, 2.81846153846154, 3.33609509180096, 3.75230769230769, 5.90089960547086, 5.97807692307692, 22.9278332063556, 15.7865384615385, 25.6658298941189, 26.5519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 825, '2021-05-30 00:00:00', 2.13209395088129, 2.40384615384615, 2.31612252233372, 3.43346153846154, 8.77620787216122, 7.15384615384615, 22.4053736548932, 15.3461538461538, 25.2949182156903, 26.2134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 840, '2021-05-30 00:00:00', 1.86286697984998, 2.69576923076923, 4.92250611594729, 4.37230769230769, 8.91007464356198, 7.29307692307692, 22.4344275715147, 15.0373076923077, 25.2946249322171, 26.1776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 855, '2021-05-30 00:00:00', 4.00048127873866, 3.0823076923077, 7.6334017016309, 5.42846153846154, 7.81967515555867, 6.77346153846154, 21.3290206093446, 14.6380769230769, 24.5008706281728, 25.9484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 870, '2021-05-30 00:00:00', 4.82014746024035, 3.28153846153846, 5.00087913809623, 4.37192307692308, 5.3132192327613, 5.84115384615385, 18.9168953705818, 14.0823076923077, 23.1320646190188, 25.4384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 885, '2021-05-30 00:00:00', 2.84435538188559, 2.84153846153847, 3.34676121278238, 3.88115384615385, 8.17120844089877, 6.80923076923077, 18.7078759761353, 13.9465384615385, 23.2663998107538, 25.9980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 900, '2021-05-30 00:00:00', 2.44955958364889, 2.77692307692308, 3.52504856485912, 4.12076923076923, 18.2239647674746, 9.02038461538461, 18.730102336572, 13.7315384615385, 23.3070522473679, 26.0026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 915, '2021-05-30 00:00:00', 2.47158488548418, 2.67038461538461, 7.63013745213423, 5.08153846153846, 18.1369142486129, 9.12769230769231, 18.3196312903777, 13.3111538461538, 22.8519867003691, 25.8319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 930, '2021-05-30 00:00:00', 6.33799861640396, 3.59769230769231, 16.889009917695, 6.68, 17.2352819931852, 8.83576923076923, 17.1796463830358, 12.7253846153846, 22.5450319002794, 25.5892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 945, '2021-05-30 00:00:00', 11.8152616364794, 4.41653846153846, 12.1922728177128, 6.00730769230769, 12.7139929998408, 7.715, 16.9379095068293, 12.5423076923077, 22.3390935047818, 25.4388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 960, '2021-05-30 00:00:00', 6.10250280307502, 3.98730769230769, 8.36178664198949, 5.47961538461538, 12.8927887357474, 7.58423076923077, 18.666994504905, 12.6896153846154, 22.4499302585862, 25.2638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 975, '2021-05-30 00:00:00', 5.83904139919717, 3.5373076923077, 10.3792910458944, 5.65884615384615, 11.1388585867397, 7.11115384615385, 17.4236741864007, 12.3069230769231, 21.4404511146571, 25.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 990, '2021-05-30 00:00:00', 5.26076724442357, 3.64, 5.5909671242653, 4.47423076923077, 6.47346664944978, 5.86769230769231, 12.5104677216875, 11.0588461538462, 19.9434245342631, 24.5269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 1005, '2021-05-30 00:00:00', 3.16672976185455, 2.84576923076923, 4.44538149267131, 4.28384615384616, 4.75168912477043, 5.26846153846154, 11.3509463109402, 10.9030769230769, 19.9461567880979, 24.5288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032251 and enddate = '2021-05-30 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 1032251, 3, 1020, '2021-05-30 00:00:00', 3.0111022[...];
Date: 2021-05-30 19:00:15 Duration: 3s56ms Database: acaweb_fx User: pgperfstats
4 3s27ms 3s27ms 3s27ms 1 3s27ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.[...];Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 30 19 1 3s27ms 3s27ms [ User: pgperfstats - Total duration: 3s27ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 1, 1155, '2021-05-30 00:00:00', 4.52506396044894, 5.71961538461539, 5.70044701351097, 8.29807692307692, 7.30097843811679, 11.7369230769231, 13.2437614747473, 24.985, 24.9797505468852, 49.8242307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1170, '2021-05-30 00:00:00', 3.64107179909348, 5.24038461538461, 4.64129665237901, 7.27884615384615, 7.21759202334024, 10.6711538461538, 12.4765353178862, 23.8815384615384, 24.5247400770355, 49.4203846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1185, '2021-05-30 00:00:00', 3.17378262548747, 5.08807692307692, 4.38089790585657, 7.39230769230769, 6.19928209243123, 10.6823076923077, 12.5655070790576, 22.9680769230769, 24.488824075798, 48.9361538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1200, '2021-05-30 00:00:00', 2.69732382132762, 4.93583333333333, 4.19427447907229, 7.02083333333333, 7.0437218294127, 10.8020833333333, 12.2414819763892, 23.02875, 25.1454267026425, 50.2733333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1215, '2021-05-30 00:00:00', 2.37481894809516, 4.63791666666668, 3.60517198427922, 7.42958333333335, 6.61407014727267, 10.5625, 12.0924761612395, 22.7266666666666, 24.9103678287237, 50.6758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1230, '2021-05-30 00:00:00', 2.96627709744733, 5.38541666666667, 5.84364928418208, 7.4775, 6.26070486146079, 10.5608333333333, 11.5399815308294, 22.1154166666666, 24.667426315173, 50.8791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1245, '2021-05-30 00:00:00', 3.78785585691346, 5.40458333333333, 3.80303959286878, 7.45666666666667, 5.14784793926521, 10.9358333333333, 9.8726803182655, 21.7308333333333, 24.489871016964, 51.0354166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1260, '2021-05-30 00:00:00', 3.20148018302767, 5.49666666666667, 4.38839822136453, 7.76041666666667, 6.37774344208384, 11.78125, 9.44318905694563, 21.7225, 24.0996718022934, 51.0562499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1275, '2021-05-30 00:00:00', 2.9485977691689, 4.82125, 4.13482854121152, 7.34375, 6.49996516155658, 11.6041666666667, 8.64581661426707, 21.0866666666666, 23.2663683382725, 50.5249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1290, '2021-05-30 00:00:00', 3.39767884856279, 5.29958333333332, 5.35337980740381, 8.50666666666666, 6.29698822361975, 12.1979166666667, 7.97335394852166, 20.5908333333333, 22.109968094288, 49.9124999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1305, '2021-05-30 00:00:00', 3.98512321832304, 6.24624999999999, 4.60405397920987, 8.71, 4.57148088697744, 12.78125, 6.44813735603692, 19.8833333333333, 22.2930916705575, 50.2383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1320, '2021-05-30 00:00:00', 3.52394785921885, 6.34541666666667, 3.81096128369173, 8.59208333333333, 6.0967074595905, 15.06625, 6.8873601408773, 18.8391666666666, 22.2911944945252, 49.8529166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1335, '2021-05-30 00:00:00', 2.27243504614786, 6.09090909090909, 3.6436395688047, 9.32954545454546, 5.30193552830665, 15.8981818181818, 6.3732024882872, 19.2163636363635, 22.8746422913388, 51.0913636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1350, '2021-05-30 00:00:00', 3.51309836823957, 7.14416666666667, 5.93419414452607, 12.6108333333333, 5.96195800866637, 14.0070833333333, 7.123242714899, 17.5729166666666, 22.3144745218973, 49.8441666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1365, '2021-05-30 00:00:00', 5.78037144323261, 9.89374999999999, 6.14445665986239, 11.2420833333333, 6.59330534423507, 11.9283333333333, 9.28961668098902, 16.5695833333332, 22.2858001030226, 49.9008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 1, 1380, '2021-05-30 00:00:00', 2.68804359246243, 6.34454545454545, 2.89074703117868, 6.79227272727272, 3.69324131154209, 8.74136363636361, 7.92813888294002, 15.3663636363636, 20.9986778031503, 49.7213636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 1, 1410, '2021-05-30 00:00:00', 1.68681421851732, 2.92772727272727, 2.81159257607726, 4.27636363636363, 3.71971421073224, 6.675, 7.31544585462486, 15.0563636363636, 20.369549848707, 49.1009090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 1, 1425, '2021-05-30 00:00:00', 2.12058683579299, 2.48863636363636, 2.46871787885289, 5.08818181818182, 3.12116226686532, 6.56409090909094, 7.8198559153476, 15.4631818181818, 20.1272766182925, 48.9354545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 60, '2021-05-30 00:00:00', 1.6801602487675, 3.5723076923077, 2.37225387796889, 4.4473076923077, 2.79592640488595, 5.9073076923077, 7.45053663529322, 15.1180769230769, 19.1092481677972, 47.2715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 75, '2021-05-30 00:00:00', 1.62507396281381, 2.60576923076923, 2.12403824389733, 3.94230769230769, 3.53134753098805, 6.44076923076923, 7.85378957035296, 15.1611538461538, 19.1646468790844, 47.215 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 90, '2021-05-30 00:00:00', 1.91966042670212, 2.79807692307692, 2.44626723491433, 3.91923076923077, 3.51503568205983, 6.41038461538462, 8.34778062628719, 15.7957692307692, 19.4627273169868, 47.4111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 105, '2021-05-30 00:00:00', 1.29228075063492, 2.65153846153846, 3.12186889292542, 4.81576923076923, 3.08682979022915, 6.59307692307693, 7.88805298195659, 15.4303846153846, 19.4755758204594, 47.6084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 120, '2021-05-30 00:00:00', 2.45813641106115, 3.68115384615385, 2.28729242017382, 4.64115384615385, 2.72735431113406, 6.78846153846154, 7.92260295221601, 15.1515384615384, 19.7290518817769, 47.771923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 135, '2021-05-30 00:00:00', 1.53958001266079, 3.19884615384616, 2.14478347481655, 4.66192307692308, 2.99435366083465, 7.36538461538461, 7.83677174508839, 14.9207692307692, 19.3868745170144, 47.9065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 150, '2021-05-30 00:00:00', 1.6823650477367, 3.20192307692309, 1.9215311202668, 4.6746153846154, 4.18494108036826, 7.88961538461539, 7.93473377964544, 14.6419230769231, 19.4102203371951, 47.8584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 165, '2021-05-30 00:00:00', 1.54421999229883, 3.01923076923077, 2.51252631061616, 5.18269230769231, 4.55163140659902, 8.08730769230767, 8.02411815428004, 14.4880769230769, 19.1803479073283, 47.6853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 180, '2021-05-30 00:00:00', 2.4362644797691, 3.90384615384615, 3.6844016318278, 5.89923076923077, 6.00824004693043, 8.58730769230767, 7.98880918246559, 14.1419230769231, 19.129477040582, 47.4196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 195, '2021-05-30 00:00:00', 3.0000339741666, 4.13961538461539, 4.19774921374998, 5.82769230769229, 6.09568782009054, 7.89499999999998, 7.87012211810252, 13.6130769230769, 18.829442460801, 47.1407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 210, '2021-05-30 00:00:00', 2.14990264538082, 3.49576923076921, 4.07599735789151, 5.33230769230767, 4.95262673118636, 7.14653846153844, 7.45175482688476, 12.685, 18.2825131751627, 46.66 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 225, '2021-05-30 00:00:00', 2.87778293402831, 3.52884615384615, 3.94535998162593, 4.85576923076923, 4.26303431119919, 6.96153846153846, 6.64585614094632, 12.2403846153846, 17.9321134238593, 46.4196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 240, '2021-05-30 00:00:00', 2.64981857143814, 3.55769230769231, 3.03196115765662, 5.06730769230769, 3.79852653619188, 6.53038461538461, 6.14931555916216, 11.8846153846154, 17.6173646723907, 46.285 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 255, '2021-05-30 00:00:00', 2.35065948193268, 3.54, 3.1388034956995, 5.09923076923077, 3.96501368704593, 6.11846153846154, 5.74925857427252, 11.3669230769231, 17.3276390908149, 46.0926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 270, '2021-05-30 00:00:00', 1.92161490578988, 3.28038461538461, 2.35005400919933, 3.92461538461538, 3.44848740531488, 6.18423076923077, 5.22217903237277, 10.9246153846154, 17.3276390908149, 46.0926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 285, '2021-05-30 00:00:00', 1.4702903951784, 2.59461538461539, 2.20788098898887, 3.76769230769231, 3.36602081898585, 6.04807692307692, 4.91782002986627, 10.8446153846154, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 300, '2021-05-30 00:00:00', 1.63639495890768, 2.56730769230769, 2.54293894176373, 4.30769230769231, 3.4793484138004, 5.64423076923077, 5.04678458182878, 10.8011538461538, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 315, '2021-05-30 00:00:00', 2.15412663008969, 2.99846153846154, 2.7305395353018, 4.38307692307692, 3.41062367407397, 5.59461538461539, 4.49037432052847, 11.0384615384615, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 330, '2021-05-30 00:00:00', 2.15370878682833, 2.96153846153846, 2.89583586976461, 3.85576923076923, 3.37286969804646, 5.125, 4.29392459895821, 11.0673076923077, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 345, '2021-05-30 00:00:00', 1.60827188669654, 2.30769230769231, 1.89726523834054, 3.26923076923077, 2.87591122683149, 5.39423076923077, 3.9727073698114, 10.7403846153846, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 360, '2021-05-30 00:00:00', 1.34722078597157, 2.28038461538461, 1.82611925636349, 3.58653846153846, 2.81740811057583, 5.31730769230769, 4.66823348239501, 11.2596153846154, 17.3268361220391, 46.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 375, '2021-05-30 00:00:00', 1.20196153784617, 2.41346153846154, 2.60666674863925, 4.08653846153846, 3.00219983448035, 5.45038461538462, 4.5335925642322, 12.2115384615385, 17.3266899497678, 46.0461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 390, '2021-05-30 00:00:00', 1.9888148771026, 2.65384615384615, 1.99065605729909, 3.37346153846154, 2.68840315772422, 4.87346153846154, 4.87391999871214, 12.7019230769231, 17.3266899497678, 46.0461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 405, '2021-05-30 00:00:00', 1.07115983149827, 2.07923076923077, 1.85709007279172, 3.58346153846154, 2.25410968267706, 4.8623076923077, 5.8021216278716, 13.5192307692308, 17.5486610140094, 46.1407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 420, '2021-05-30 00:00:00', 1.65973236952876, 2.83653846153846, 2.13678856806549, 3.60576923076923, 2.85923873677001, 5.03692307692308, 6.45760761844866, 14.2419230769231, 17.5486610140094, 46.1407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 435, '2021-05-30 00:00:00', 1.3303513127684, 2.23884615384616, 1.53096249263205, 3.32692307692308, 2.52360547934589, 5.30615384615385, 7.54264797412278, 15.4423076923077, 17.4701026900244, 45.91 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 450, '2021-05-30 00:00:00', 1.28975251054671, 2.53846153846154, 1.90474306767242, 3.53692307692308, 2.78657495861855, 5.5, 8.05235273788876, 15.8461538461538, 17.4389284780212, 45.8523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 465, '2021-05-30 00:00:00', 1.44434392878406, 2.37423076923077, 2.34361079073756, 4.18346153846154, 3.00865541141145, 5.75076923076923, 8.31608358266354, 16.1369230769231, 17.4402923581705, 45.7584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 480, '2021-05-30 00:00:00', 2.12566731603549, 3.21153846153846, 2.69793368225502, 4.32692307692308, 3.35416994202739, 5.79, 8.44953913171964, 16.4134615384615, 17.3119878296914, 45.6888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 495, '2021-05-30 00:00:00', 1.61809955004201, 2.63307692307692, 1.95481358544649, 3.91192307692308, 2.5811632738271, 6.00961538461539, 8.85683134865181, 16.4615384615385, 17.113336216575, 45.5926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 510, '2021-05-30 00:00:00', 1.47217395502235, 2.66192307692308, 1.71595181033286, 3.76115384615384, 1.86902689613112, 5.94153846153846, 9.31638857894228, 16.7019230769231, 17.0165538045932, 45.6792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 525, '2021-05-30 00:00:00', 1.09986460705223, 2.46307692307692, 1.62630421035407, 4.58576923076923, 2.08438147992304, 6.15307692307692, 10.2511584711193, 17.125, 17.1448344855954, 45.8715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 540, '2021-05-30 00:00:00', 1.70092662528852, 3.95923076923077, 1.86409804958364, 5.01846153846154, 4.52455012638316, 7.34538461538462, 10.2108539535897, 17.5576923076923, 17.2340114174983, 45.8715384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 555, '2021-05-30 00:00:00', 1.52974231113006, 3.12653846153846, 2.13900293091467, 4.29153846153846, 4.53951188497686, 8.37807692307692, 9.91187108781881, 17.2226923076923, 17.8364164950422, 45.8042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 570, '2021-05-30 00:00:00', 1.73258033446782, 3.26115384615384, 4.12190689627246, 5.31269230769231, 5.17710380870945, 9.00961538461539, 9.82953262055025, 17.0865384615385, 17.6072939300297, 45.7465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 585, '2021-05-30 00:00:00', 3.15219835377447, 3.7823076923077, 4.18312544176462, 7.18769230769231, 5.77119005192037, 10.2211538461538, 10.1525693602844, 17.3638461538462, 17.591808832522, 45.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 600, '2021-05-30 00:00:00', 4.05168530936866, 6.38461538461539, 5.07884943057594, 8.08653846153846, 5.98847514943367, 10.7611538461538, 10.1233262396233, 17.5769230769231, 17.6602899706135, 45.5446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 615, '2021-05-30 00:00:00', 2.82376249273633, 5.03115384615386, 3.69886936987299, 6.97115384615385, 5.33288960493854, 10.3365384615385, 9.3452614483738, 16.9534615384615, 17.7447542497667, 44.6407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 630, '2021-05-30 00:00:00', 2.36041065527557, 4.44230769230769, 3.41816414963444, 6.32692307692308, 4.78484185093526, 9.16346153846154, 8.43380035698845, 16.2226923076923, 17.5063429779477, 44.1673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 645, '2021-05-30 00:00:00', 2.83178956736657, 4.51192307692307, 4.1038993839818, 6.92692307692307, 4.65068274557618, 8.895, 8.65057245771364, 16.2996153846154, 17.6246217155258, 44.0711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 660, '2021-05-30 00:00:00', 2.56344419752921, 4.71307692307692, 3.17314452142447, 6.17307692307692, 4.18375981072601, 8.07692307692308, 8.24444335015083, 15.6169230769231, 17.4790344258926, 43.7826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 675, '2021-05-30 00:00:00', 2.10348154624294, 3.76115384615384, 3.138319614061, 5.665, 4.15184852250731, 7.21307692307692, 7.50132904121765, 14.9357692307692, 17.3885114548481, 43.6488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 690, '2021-05-30 00:00:00', 2.11324966670911, 4.04807692307692, 2.29285596179491, 5.10730769230769, 3.74787119062788, 6.55769230769231, 7.58183583410935, 15.0688461538462, 17.4269435468361, 43.5142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 705, '2021-05-30 00:00:00', 1.73582895293464, 3.21307692307692, 2.96094579484326, 4.33, 4.96058503063438, 6.25961538461539, 7.64973428397253, 15.3188461538462, 17.4796261577696, 43.6488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 720, '2021-05-30 00:00:00', 2.30312496738337, 3.30615384615385, 2.98883113247663, 4.54653846153846, 4.3854606810021, 6.56576923076923, 7.56432009248277, 15.7323076923077, 17.4286149323903, 43.7723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 735, '2021-05-30 00:00:00', 2.08034483088372, 2.98884615384616, 3.28889097510906, 4.46961538461539, 3.5808384278202, 7.00961538461539, 8.18427385059533, 16.2323076923077, 17.4275341165815, 43.7242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 750, '2021-05-30 00:00:00', 1.9219381243542, 3.32692307692308, 2.40720073625267, 4.76923076923077, 2.45515548622454, 7.18269230769231, 7.80026626764458, 15.9053846153846, 17.2560778902346, 43.8080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 765, '2021-05-30 00:00:00', 1.51972163442976, 3.42538461538461, 1.86010752377383, 5.25, 3.00907205220891, 7.43115384615387, 8.6379475838615, 18.8976923076923, 17.5233994418891, 44.51 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 780, '2021-05-30 00:00:00', 1.67350392429041, 3.77076923076923, 2.04960127454473, 5.10576923076923, 3.65039085367793, 7.60576923076925, 10.1055156302806, 22.2630769230769, 17.616269281111, 44.5292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 795, '2021-05-30 00:00:00', 1.64495148397008, 3.35576923076923, 2.6268098522733, 5.08500000000002, 4.38470111252225, 8.03038461538461, 10.6887777526785, 23.7646153846154, 18.2067079988076, 44.7219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 810, '2021-05-30 00:00:00', 2.27932328013923, 3.48884615384617, 2.91451993672002, 5.05769230769233, 4.69505356731954, 8, 10.6953650996768, 25.1311538461539, 18.7882020263945, 45.0392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 825, '2021-05-30 00:00:00', 2.04809468681356, 3.49038461538463, 3.61861692660863, 5.85730769230769, 4.84588326472941, 8.19384615384615, 11.2537759065057, 25.828076923077, 19.0781356128301, 44.9623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 840, '2021-05-30 00:00:00', 3.05082982406174, 4.21884615384616, 3.3303044905834, 5.44, 4.27659024853284, 7.64192307692308, 11.6264997576822, 26.5238461538462, 19.1640696657532, 44.9430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 855, '2021-05-30 00:00:00', 1.74522204890954, 3.21, 3.88543879315897, 5.22115384615385, 3.60906337732361, 6.61769230769231, 12.8519944755668, 26.995, 19.1589360753268, 44.6834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 870, '2021-05-30 00:00:00', 3.72744499004964, 4.07692307692308, 3.55120289479495, 5.145, 5.14171215123463, 7.05038461538461, 12.9323770972167, 27.7642307692308, 18.6422786532283, 45.3442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 885, '2021-05-30 00:00:00', 2.18573955095647, 3.37576923076923, 2.31398174981169, 4.64653846153846, 4.61681708539552, 7.5, 12.2569642872312, 28.4084615384616, 19.5557064660066, 45.7692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 900, '2021-05-30 00:00:00', 1.6819174039905, 3.67307692307692, 3.73328325286923, 5.24038461538461, 4.5558077895566, 8.15384615384615, 12.2261996611313, 28.5430769230769, 19.5307649225916, 45.9423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 915, '2021-05-30 00:00:00', 2.66273139117307, 3.40230769230769, 3.23923789707489, 5.66692307692306, 4.2959890416706, 8.56461538461538, 12.3549362044239, 29.3461538461538, 19.5241897024808, 45.9265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 930, '2021-05-30 00:00:00', 2.65761098617652, 4.67807692307691, 3.2802823752748, 6.28730769230768, 3.8311379309748, 8.35461538461538, 12.5122544546721, 29.4665384615384, 21.3020423903436, 48.215 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 945, '2021-05-30 00:00:00', 2.44581982479998, 4.11884615384616, 2.76121280488233, 5.88807692307693, 7.39619054753086, 12.8111538461539, 12.7186756990837, 29.1634615384615, 21.790068595225, 48.6657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 960, '2021-05-30 00:00:00', 2.13480768364596, 4.24038461538461, 2.76706245238242, 5.47115384615385, 9.66160123693473, 17.2823076923077, 12.5960654723852, 29.3942307692308, 22.4436096130176, 49.6273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 975, '2021-05-30 00:00:00', 1.45684722814503, 3.50961538461538, 6.14848288979925, 11.4346153846154, 9.02308264738491, 18.9073076923077, 12.3828044543167, 29.4230769230769, 22.5999165451147, 50.0696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 990, '2021-05-30 00:00:00', 5.6271949153539, 10.8288461538462, 8.41373142318785, 15.8673076923077, 9.28499905969094, 20.2434615384616, 12.1397947010901, 29.2307692307692, 22.6057277833601, 50.8638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1005, '2021-05-30 00:00:00', 4.78303291292814, 9.24038461538461, 6.51221696860248, 13.2646153846154, 9.79823133961519, 18.0957692307693, 11.6804735151646, 26.7884615384615, 22.8496504097141, 50.3796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1020, '2021-05-30 00:00:00', 4.29392825349398, 9.12038461538462, 7.09973404702328, 12.7834615384616, 10.8203145766868, 16.4934615384616, 10.456981473564, 25.0384615384615, 22.6370591593655, 49.2707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1035, '2021-05-30 00:00:00', 4.985805034912, 9.45038461538463, 6.80796782058752, 12.3553846153847, 8.35848673274884, 15.4373076923077, 9.79597111061481, 24.665, 22.3595542992595, 48.9373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1050, '2021-05-30 00:00:00', 3.3257723914905, 7.24500000000003, 5.29852700866368, 10.2773076923077, 7.62257805167295, 14.0080769230769, 10.3165958309154, 24.6615384615385, 22.637761237502, 48.7353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1065, '2021-05-30 00:00:00', 4.63481806132004, 7.69230769230769, 4.46767234181807, 10.2980769230769, 7.56813283547432, 14.4711538461538, 10.4076829978922, 24.4342307692308, 23.3254237161613, 49.0334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1080, '2021-05-30 00:00:00', 3.12041417369307, 7.49384615384616, 5.82814160907099, 10.3688461538462, 6.7300520057426, 13.84, 10.7174834015051, 23.6876923076923, 23.9746979093825, 49.0496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1095, '2021-05-30 00:00:00', 4.80612589866788, 7.42307692307692, 5.89067875154011, 10.5480769230769, 7.36961667931243, 13.875, 11.3821177223816, 23.7996153846154, 24.3280391697759, 49.1553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1110, '2021-05-30 00:00:00', 3.38874381082203, 7.19384615384615, 3.58262258902394, 8.88615384615384, 5.70084103107063, 12.4726923076923, 11.7770080306437, 23.1569230769231, 24.17950101922, 49.4615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1125, '2021-05-30 00:00:00', 2.95177717003477, 5.60730769230769, 4.41537218572359, 8.70346153846154, 5.04805369958028, 11.8830769230769, 11.6663732746992, 22.9342307692308, 24.0577388284614, 49.7515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1140, '2021-05-30 00:00:00', 3.73727842152548, 6.165, 4.2891800363957, 8.14576923076923, 5.28085256811377, 11.4903846153846, 12.1280259538996, 24.4984615384615, 24.1560754708592, 49.8669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1155, '2021-05-30 00:00:00', 2.99583043578905, 5.25, 4.13821078022114, 8.02730769230769, 5.20147612184789, 11.1746153846154, 12.2358237784982, 23.9934615384615, 24.4417246653214, 49.8261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1170, '2021-05-30 00:00:00', 3.43167501150901, 5.85576923076923, 4.20039421226884, 7.95346153846154, 5.14081603818513, 11.0015384615385, 12.759076069757, 23.3630769230769, 25.0698929364717, 50.1296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1185, '2021-05-30 00:00:00', 2.211571839213, 5.18500000000002, 3.23305706723526, 7.47500000000001, 5.57265268969812, 10.725, 12.7233950718291, 22.3830769230769, 25.2271820829468, 49.8396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1200, '2021-05-30 00:00:00', 3.3421801498193, 5.62807692307692, 5.14732838844205, 7.96153846153846, 5.89688444467467, 10.1169230769231, 12.404952857009, 22.1792307692308, 25.1648714160159, 50.3542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1215, '2021-05-30 00:00:00', 3.29822033597142, 5.16423076923077, 4.01839998774867, 6.86769230769231, 5.20121768287152, 9.95423076923077, 10.3635562651794, 21.1523076923077, 24.3680601165984, 49.5546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1230, '2021-05-30 00:00:00', 1.918031843804, 4.67307692307692, 3.26938008708779, 6.42307692307692, 5.81229863174768, 10.4292307692308, 10.1518271564967, 20.9311538461538, 25.1031350325321, 50.3526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1245, '2021-05-30 00:00:00', 3.00705644468781, 4.60730769230769, 4.23043732963863, 7.54, 5.75998297273124, 11.2403846153846, 9.65329371450293, 20.5634615384615, 25.8091877856287, 51.3830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1260, '2021-05-30 00:00:00', 3.48150332250529, 5.89423076923077, 4.08155136418272, 7.94846153846155, 5.05741078479431, 11.2403846153846, 8.80910732402291, 19.8903846153846, 25.2919557202255, 51.2580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1275, '2021-05-30 00:00:00', 2.98743401600774, 5.24500000000001, 3.77496816084383, 7.84615384615385, 6.02335486636425, 11.2803846153846, 8.92584111098005, 19.1065384615384, 26.3748051338044, 51.7353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1290, '2021-05-30 00:00:00', 3.43164306912099, 6.13307692307692, 4.13496222659707, 8.40384615384615, 7.3638474997789, 11.875, 8.55091516469708, 19.236923076923, 27.2992742873393, 52.5238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1305, '2021-05-30 00:00:00', 2.7841702257861, 6.06961538461538, 4.70642199552908, 8.85, 6.52984420829588, 12.4542307692308, 8.49646811690236, 19.5123076923076, 27.965039165688, 52.9834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1320, '2021-05-30 00:00:00', 2.71928511533116, 6.26653846153844, 4.52653666215642, 8.37307692307692, 7.4141805916874, 14.4453846153846, 9.00338166383139, 19.1142307692307, 30.1988863396293, 53.4880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1335, '2021-05-30 00:00:00', 3.35165368550157, 5.88541666666667, 4.3682440175775, 8.63916666666665, 7.11595908728289, 13.8870833333333, 9.30931743594492, 19.8820833333333, 31.3992761847712, 53.7666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1350, '2021-05-30 00:00:00', 3.52169157344331, 6.25346153846153, 6.4325780571664, 11.5773076923077, 7.22852843839015, 12.8407692307692, 9.28718751001365, 18.8496153846153, 29.9827163982083, 53.3711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1365, '2021-05-30 00:00:00', 5.55171851425651, 9.43769230769231, 5.54783855347148, 10.6838461538462, 6.52035808360717, 11.3215384615385, 9.32342047666065, 18.4457692307691, 30.0675066117255, 53.1846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 2, 1380, '2021-05-30 00:00:00', 3.05653256229143, 5.75, 3.42485287423342, 6.51791666666666, 3.67350361430993, 8.32124999999996, 8.29621491308284, 16.3758333333333, 31.3847334777757, 52.2445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 1410, '2021-05-30 00:00:00', 2.04725036523894, 3.17416666666666, 2.13254079764567, 4.09458333333331, 3.32148037538357, 7.29666666666662, 8.05457467458127, 15.8558333333333, 31.1974856120569, 52.1029166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 2, 1425, '2021-05-30 00:00:00', 0.874075909548013, 2.30999999999998, 2.46817830933399, 5.23458333333334, 3.1445991196317, 7.21583333333335, 8.09091401968363, 15.52125, 32.2635684522863, 52.7116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 60, '2021-05-30 00:00:00', 1.9980088934891, 4.16346153846154, 2.6963650745744, 5.59615384615385, 2.91338093313224, 6.93269230769231, 8.1936340861953, 15.5734615384615, 31.0273128041433, 52.9003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 75, '2021-05-30 00:00:00', 1.51901410334264, 2.74038461538462, 2.24313053908697, 4.27884615384615, 2.51590424178786, 6.32692307692308, 8.33395955390676, 15.2946153846154, 31.026835987329, 52.8907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 90, '2021-05-30 00:00:00', 2.08603414678151, 3.30769230769231, 2.25576185322421, 4.21153846153846, 3.15209898321737, 6.75, 8.31995984642678, 15.1503846153846, 30.4960628505487, 53.1057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 105, '2021-05-30 00:00:00', 1.36028843095301, 2.65384615384615, 2.33246096512807, 5.07692307692308, 4.4225424640306, 7.11538461538461, 8.29384347202559, 14.9965384615385, 30.2817873570644, 53.0384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 120, '2021-05-30 00:00:00', 2.09226255890235, 4.02884615384615, 2.90701954162414, 5.31884615384615, 6.67436810031194, 7.78846153846154, 8.30505288271035, 14.9692307692308, 30.316255847571, 53.1638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 135, '2021-05-30 00:00:00', 2.50986132010393, 3.53038461538461, 4.03799264677198, 5.15384615384615, 6.63020477697449, 8.76923076923077, 8.8052106251836, 14.7769230769231, 30.3053181141529, 53.135 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 150, '2021-05-30 00:00:00', 2.19087004143595, 3.29653846153846, 5.29339247044406, 5.46961538461539, 6.96186646061131, 9.11384615384616, 8.28088156771135, 14.3634615384615, 30.3280718832214, 53.1219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 165, '2021-05-30 00:00:00', 4.9903753519997, 4.17307692307692, 4.99160834262403, 6.88461538461539, 7.14553114783047, 9.94076923076923, 8.52474407466063, 14.5015384615385, 30.3049799131836, 53.1534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 180, '2021-05-30 00:00:00', 2.3895606290697, 4.75, 4.32742817564713, 6.72115384615385, 5.62457690716514, 9.60576923076923, 7.4995025476053, 13.9823076923077, 30.3418466072595, 53.0365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 195, '2021-05-30 00:00:00', 3.28530942226147, 4.02499999999999, 4.68038709773186, 6.41923076923076, 5.28210465046472, 8.38846153846152, 7.85736448278835, 13.5761538461538, 30.3657914208635, 52.9861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 210, '2021-05-30 00:00:00', 3.52380484921975, 4.49384615384616, 4.4874273081749, 6.13961538461539, 4.209903781104, 7.65538461538461, 7.64098962579707, 12.9776923076923, 30.0823292086133, 52.9388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 225, '2021-05-30 00:00:00', 3.19975960635507, 3.78846153846154, 3.35180376238503, 5.22730769230769, 3.06483529485931, 6.67923076923076, 7.00530238736784, 12.0015384615385, 29.3925183075819, 53.0173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 240, '2021-05-30 00:00:00', 2.29657443899521, 3.75692307692307, 2.47988746642945, 4.83461538461538, 3.71743857225127, 6.98846153846153, 7.01260540850436, 11.7788461538462, 29.2772385309817, 52.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 255, '2021-05-30 00:00:00', 1.79293485230651, 2.98076923076923, 1.95490015483774, 4.27884615384615, 3.74382825460784, 6.625, 7.42346202667855, 11.4326923076923, 29.2644663739807, 53.1119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 270, '2021-05-30 00:00:00', 1.61295834273072, 3.27884615384615, 3.62851951161267, 5.13461538461539, 4.35789513412152, 6.875, 7.56013634390687, 11.3284615384615, 29.2233538037383, 52.9965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 285, '2021-05-30 00:00:00', 3.08839577475725, 3.52730769230769, 3.4165170073539, 4.77730769230769, 3.83576023955938, 6.01615384615385, 7.06124370174154, 10.5288461538462, 29.6567094289614, 53.246923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 300, '2021-05-30 00:00:00', 2.57395248297543, 3.35076923076923, 3.26164255457985, 4.41807692307692, 3.3150757967898, 5.70653846153846, 6.90105343129137, 10.5976923076923, 30.4469268172567, 53.5738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 315, '2021-05-30 00:00:00', 1.89483102554941, 2.84615384615385, 2.31689304557103, 3.89423076923077, 3.00955820933648, 5.42384615384615, 6.8040903987121, 11.2130769230769, 30.5109458089036, 53.3430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 330, '2021-05-30 00:00:00', 1.44461504055046, 2.59615384615385, 1.86405810407954, 3.59615384615385, 3.37334228234345, 5.40307692307692, 6.8133322356866, 11.3380769230769, 30.6213351766379, 53.17 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 345, '2021-05-30 00:00:00', 1.68803627376263, 2.59769230769232, 2.48993323975996, 3.93346153846154, 3.77686221006885, 5.68192307692308, 6.71040982355027, 11.54, 30.5692404903009, 53.2180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 360, '2021-05-30 00:00:00', 1.73085452439406, 2.62423076923077, 3.34771391572495, 4.00730769230769, 4.50334747288486, 5.38230769230769, 6.79849644010746, 11.6746153846154, 30.569609574518, 53.2084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 375, '2021-05-30 00:00:00', 2.9022325623826, 2.82461538461539, 3.43707165163334, 4.03846153846154, 4.86411506695878, 5.73076923076923, 6.86483710378757, 12.3573076923077, 30.569609574518, 53.2084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 390, '2021-05-30 00:00:00', 3.08644679950163, 2.86538461538462, 3.82045355744778, 3.60576923076923, 5.28179930006374, 5.50961538461539, 6.97700067805203, 13.2323076923077, 30.4889978542072, 53.1830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 405, '2021-05-30 00:00:00', 1.92945289176452, 2.18269230769231, 3.71515865692891, 4.24038461538461, 4.11993278511266, 5.42307692307692, 7.15042575386518, 13.7226923076923, 30.4356631930373, 53.135 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 420, '2021-05-30 00:00:00', 2.87551533842865, 3.31269230769231, 3.23089175591841, 4.09153846153847, 3.6748626347954, 5.51923076923077, 7.82279017703058, 14.2130769230769, 30.4359068131453, 53.1365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 435, '2021-05-30 00:00:00', 1.57003307167519, 2.54961538461538, 2.32990590764124, 3.78846153846154, 4.16219246958213, 6.07692307692308, 8.34381115650304, 14.6938461538462, 30.4009719682675, 53.1461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 450, '2021-05-30 00:00:00', 1.73437942792227, 2.58, 2.70890838076606, 4.13615384615384, 3.99724122171972, 6.18576923076923, 8.6564272964348, 15.1184615384615, 30.3357546165222, 53.251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 465, '2021-05-30 00:00:00', 2.14928968588372, 3.03692307692308, 3.11202691801686, 4.66346153846154, 3.7400663301399, 5.83807692307692, 8.4862331953673, 15.1153846153846, 30.3275016800568, 53.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 480, '2021-05-30 00:00:00', 1.90959117654499, 3.44230769230769, 2.78627957070963, 4.40538461538461, 2.91071495314494, 5.82846153846154, 8.29544175111572, 14.9053846153846, 30.3185867160978, 53.3673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 495, '2021-05-30 00:00:00', 1.74367538439752, 2.54961538461538, 2.29160675912372, 3.75153846153846, 3.3367700872827, 6.56884615384615, 8.48794711068855, 14.8669230769231, 30.3719370801403, 53.425 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 510, '2021-05-30 00:00:00', 1.63168742293181, 2.74038461538462, 1.98642024370861, 3.89423076923077, 2.94319619566108, 6.75961538461539, 7.90535967166969, 14.5865384615385, 29.9841813192326, 53.4742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 525, '2021-05-30 00:00:00', 1.50134426944144, 2.65884615384614, 2.73833821027392, 5.01192307692307, 3.18949055493193, 6.935, 7.61175507912698, 14.8292307692308, 29.912138909711, 53.5430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 540, '2021-05-30 00:00:00', 2.61983405229004, 4.46230769230769, 3.0526634020399, 5.67538461538461, 3.37380980723345, 7.19615384615384, 7.57704351719973, 14.9926923076923, 29.8454067513554, 53.5719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 555, '2021-05-30 00:00:00', 1.45711833635908, 3.07538461538462, 1.98223343343194, 4.31423076923077, 4.01134659914367, 7.99846153846154, 7.13918870633179, 14.2707692307692, 29.7357313604099, 53.4565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 570, '2021-05-30 00:00:00', 1.79604694130878, 3.13615384615384, 2.24164774560693, 4.38615384615384, 5.66477815439065, 9.33653846153846, 7.0942080926301, 14.3173076923077, 30.1069153517926, 53.73 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 585, '2021-05-30 00:00:00', 1.82710919213932, 3.25, 3.7695541462537, 7.09769230769231, 5.56918893418201, 9.89423076923077, 7.09130697511993, 14.7788461538462, 30.2421252000481, 53.8261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032231, 3, 600, '2021-05-30 00:00:00', 2.75410532729708, 6.08807692307692, 4.38530105974668, 8.10576923076923, 5.13408669130607, 9.82692307692308, 8.23872773038317, 15.2211538461538, 30.408118129109, 54.181923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 615, '2021-05-30 00:00:00', 2.79905547255883, 4.91346153846154, 2.81889230836402, 6.38461538461539, 3.65535697509622, 8.22115384615385, 8.3208091784763, 13.8942307692308, 30.4703146761162, 54.0073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 630, '2021-05-30 00:00:00', 1.88814622152156, 4.20192307692308, 2.22574792960792, 5.6946153846154, 4.08025263169593, 8.03846153846154, 9.0854278930604, 14, 30.5600015027185, 54.1803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 645, '2021-05-30 00:00:00', 2.23152769334237, 4.11038461538465, 3.0464506459914, 5.84846153846155, 4.38832466718398, 7.85576923076923, 10.1340334820537, 14.6811538461538, 31.0322231956001, 54.2573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 660, '2021-05-30 00:00:00', 2.21245078172114, 4.15230769230769, 3.46234373710153, 5.79807692307692, 4.92710606277622, 7.17307692307692, 10.0009924507521, 14.335, 30.8531285061238, 54.1911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 675, '2021-05-30 00:00:00', 1.71105118387679, 3.49192307692308, 2.06444002465187, 4.55615384615385, 3.19775462088395, 5.81884615384615, 9.78474578106146, 13.875, 30.0255296014268, 53.5196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 690, '2021-05-30 00:00:00', 1.4903777528378, 3.05461538461539, 2.40723588694266, 4.11384615384616, 3.07062759809031, 5.65538461538461, 9.18617795302352, 13.8557692307692, 29.5767819048347, 53.2696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 705, '2021-05-30 00:00:00', 1.93202265474852, 2.79653846153846, 2.36228377113856, 3.90384615384615, 3.24936578427237, 6.125, 11.1163282537965, 16.5753846153846, 29.2967180650771, 53.1157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 720, '2021-05-30 00:00:00', 1.50375043960606, 2.83423076923075, 2.38286666401239, 4.19153846153844, 3.50536672063765, 6.48961538461537, 11.8226557734911, 18.4984615384615, 29.2280801653795, 52.9330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 735, '2021-05-30 00:00:00', 1.53648610096594, 3.07846153846154, 2.79500741708112, 4.80769230769231, 3.73982091303026, 6.89730769230769, 11.8652152043759, 18.9696153846154, 29.1399761258548, 52.9138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 750, '2021-05-30 00:00:00', 2.14087688720156, 3.59461538461539, 3.05230051953252, 5.19230769230769, 4.08209033933125, 7.21153846153846, 11.7070813547252, 19.0753846153846, 29.0716299879083, 53.086923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 765, '2021-05-30 00:00:00', 2.00630517657172, 3.39730769230769, 3.00505983557476, 4.94384615384615, 4.20115597645, 7.16346153846154, 14.0509951303759, 22.4619230769231, 28.8126387999327, 53.1211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 780, '2021-05-30 00:00:00', 1.8850966920722, 3.28846153846154, 2.80707142766264, 4.835, 5.69199302664582, 7.30615384615385, 14.7754989086663, 24.26, 28.574640935896, 53.0538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 795, '2021-05-30 00:00:00', 2.38869533105739, 3.64423076923077, 3.05021058541613, 5.11384615384616, 5.80451846541853, 7.86115384615384, 14.8516298613472, 26.5615384615385, 28.5802761600481, 53.0442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 810, '2021-05-30 00:00:00', 2.35658138967316, 3.42961538461539, 5.43068019539131, 5.68923076923077, 6.13402010229708, 8.03115384615384, 14.9926431805223, 28.7584615384615, 28.5126345786458, 53.0811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 825, '2021-05-30 00:00:00', 3.73275522080695, 3.71153846153846, 3.86515870905114, 5.60961538461538, 5.50852789213793, 8.39653846153846, 14.9235696080446, 29.5253846153846, 27.3783569912159, 52.4865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 840, '2021-05-30 00:00:00', 2.40541376578239, 4.31076923076923, 3.88841785108229, 5.89576923076923, 5.12360726291695, 8.11923076923078, 15.342045475901, 29.8307692307692, 26.9804430738552, 52.2173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 855, '2021-05-30 00:00:00', 2.24156538709344, 3.48076923076923, 3.24878497998157, 5.70038461538462, 4.01134209269359, 7.39423076923077, 14.5167484174447, 29.6738461538462, 26.1089517716699, 51.8511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 870, '2021-05-30 00:00:00', 2.62617220713693, 4.20269230769231, 3.20431327096173, 5.28346153846155, 3.5107685987325, 7.35807692307692, 15.0879355829035, 29.8780769230769, 26.0291647461961, 51.7957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 885, '2021-05-30 00:00:00', 2.43600167361316, 3.39807692307694, 2.90034547013866, 4.79961538461538, 8.14188347138047, 10.5576923076923, 15.0423484254902, 29.8469230769231, 25.9906528553277, 52.1296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 900, '2021-05-30 00:00:00', 2.50307580019832, 3.72269230769231, 3.10052352899412, 5.71307692307692, 9.28678042248144, 12.7788461538462, 15.6108867337953, 30.4238461538462, 25.79964975612, 52.4265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 915, '2021-05-30 00:00:00', 2.18059624873565, 4, 7.90502980094611, 8.75807692307692, 9.06584318281453, 12.6138461538462, 15.9369957838793, 30.7411538461539, 25.2055751738808, 52.3303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 930, '2021-05-30 00:00:00', 7.18071319577659, 6.645, 8.13183586992412, 9.99115384615385, 8.21852946793918, 11.7988461538462, 16.1556749972072, 30.5488461538462, 24.7057554926284, 52.7823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 945, '2021-05-30 00:00:00', 4.96467261295709, 6.21307692307692, 5.08821008274559, 7.90538461538461, 7.61704335936599, 14.7384615384615, 15.8887653826412, 29.9157692307692, 25.085387229651, 52.9226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 960, '2021-05-30 00:00:00', 3.48728459494688, 5.13461538461539, 3.89032330078303, 6.73076923076923, 8.67339876598823, 16.4869230769231, 16.2602910608825, 30.2042307692308, 25.4219211674916, 54.1903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 975, '2021-05-30 00:00:00', 2.94393509543838, 4.7546153846154, 7.06333762902061, 12.4676923076923, 9.42741501399794, 18.8846153846154, 16.5028920542385, 31.4830769230769, 25.3218181021822, 54.95 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 990, '2021-05-30 00:00:00', 7.12696747464273, 11.7657692307692, 9.04926601358449, 15.1407692307692, 10.8306447354077, 21.3042307692308, 17.0906315857548, 31.75, 25.1734490561905, 55.3057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1005, '2021-05-30 00:00:00', 5.07054086024209, 9.40615384615384, 7.10001327192692, 13.9726923076923, 10.9575686873714, 19.9734615384615, 16.2120540529381, 30.9661538461539, 24.4807686059581, 54.1434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1020, '2021-05-30 00:00:00', 4.6722964210497, 9.65538461538461, 7.2970120333863, 14.2561538461538, 10.1072466386937, 18.0311538461538, 15.2910025228514, 29.6969230769231, 24.96794327502, 53.6392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1035, '2021-05-30 00:00:00', 5.48698495042165, 9.90038461538461, 7.10116810542733, 12.7426923076923, 8.49735818674522, 15.8580769230769, 13.8857377023499, 28.6465384615385, 25.4532942072337, 52.295 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1050, '2021-05-30 00:00:00', 4.86440762462003, 8.34846153846154, 6.21668781463372, 10.7892307692308, 7.92288700295154, 14.3676923076923, 12.8531260788962, 26.685, 26.1562642122009, 51.7584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1065, '2021-05-30 00:00:00', 4.99542031803593, 7.45192307692308, 5.66291793499266, 10.0865384615385, 7.03429182920794, 13.2515384615385, 12.9120223822607, 26.795, 26.1376109555089, 51.5276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1080, '2021-05-30 00:00:00', 3.24293788929825, 6.91692307692308, 4.52697895527896, 9.14769230769231, 7.01039396456878, 12.5434615384616, 13.8952317886943, 26.7823076923077, 26.7286226644483, 51.3615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1095, '2021-05-30 00:00:00', 2.95635755618295, 5.915, 3.70007345041441, 8.07346153846153, 6.38513538197543, 11.9246153846154, 12.7153954655824, 25.8846153846154, 26.5214893333979, 50.9173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1110, '2021-05-30 00:00:00', 3.04003299577235, 6.21615384615384, 4.88268999000162, 9.00153846153848, 6.70685556266588, 11.7034615384616, 13.3870858091498, 26.5576923076923, 27.2507598793134, 51.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1125, '2021-05-30 00:00:00', 5.01709577345306, 6.87500000000002, 6.19206222638188, 9.02884615384617, 7.14973184004939, 11.5657692307693, 14.4644041861924, 26.8926923076923, 28.827041930478, 52.5423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1140, '2021-05-30 00:00:00', 3.33299357242797, 5.17307692307692, 4.43287543422829, 7.09615384615385, 5.40164682865684, 10.1426923076923, 13.2523177015018, 26.9673076923077, 29.2708569820143, 53.0226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1155, '2021-05-30 00:00:00', 2.81986429024246, 5.22115384615385, 3.36127265275429, 7.09461538461539, 6.21660307934758, 11.3653846153846, 15.5052179455324, 28.0065384615385, 29.4128981544858, 53.5146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032231 and enddate = '2021-05-30 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 1032231, 3, 1170, '2021-05-30 00:00:00', 3.12054297543528, 5.14269230769231, 4.[...];
Date: 2021-05-30 19:00:04 Duration: 3s27ms Database: acaweb_fx User: pgperfstats
5 3s16ms 3s16ms 3s16ms 1 3s16ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofw[...];Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 30 19 1 3s16ms 3s16ms [ User: pgperfstats - Total duration: 3s16ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 1, 1155, '2021-05-30 00:00:00', 20.4950509035344, 29.8134615384615, 24.0546845749431, 40.425, 34.3287489408827, 56.2096153846153, 62.1577343414441, 112.142307692308, 136.155679632375, 251.298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1170, '2021-05-30 00:00:00', 14.3947607990386, 24.2923076923078, 23.3517447873896, 35.6461538461538, 31.7012867974691, 51.2461538461538, 60.4364824868607, 106.619230769231, 136.051287741623, 249.698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1185, '2021-05-30 00:00:00', 16.4703598578219, 26.1846153846153, 21.9532370138123, 36.3307692307692, 26.7159112054683, 50.0365384615385, 60.0216027776667, 103.85, 136.217210775799, 246.563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1200, '2021-05-30 00:00:00', 13.5122160241782, 24.3208333333334, 15.0272323753351, 33.6479166666667, 27.6033837324025, 51.0625, 58.5202570835984, 104.2875, 141.586346225546, 247.01875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1215, '2021-05-30 00:00:00', 8.65570280931525, 23.6145833333334, 14.6859094883497, 35.2937500000001, 29.1345740623938, 50.9416666666668, 58.3817660867933, 102.68125, 141.102867130044, 246.495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1230, '2021-05-30 00:00:00', 14.2424298160538, 25.25625, 24.7633842451989, 35.2291666666665, 29.7973578733399, 49.2333333333333, 54.3575680036862, 98.7541666666665, 139.589869742047, 245.377083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1245, '2021-05-30 00:00:00', 14.6422773581122, 25.5791666666665, 17.6901039589855, 36.1104166666667, 24.2794897637576, 49.5666666666668, 44.7387877116245, 94.2770833333332, 138.488044907954, 244.435416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1260, '2021-05-30 00:00:00', 13.3809564482894, 26.8729166666668, 20.0429347801526, 34.7979166666668, 26.618357424769, 51.7104166666666, 44.7575772368065, 92.8562499999998, 137.812400580003, 243.458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1275, '2021-05-30 00:00:00', 11.0487881737636, 21.8937500000001, 15.984455197817, 33.8208333333334, 29.3725035942002, 52.4125000000001, 39.8766167156694, 87.1770833333332, 134.66265848287, 240.80625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1290, '2021-05-30 00:00:00', 14.6667509158482, 25.5854166666667, 21.2427394885467, 36.4437499999999, 32.9659010806313, 53.6791666666666, 39.3510951705692, 85.6229166666665, 132.957213188865, 239.947916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1305, '2021-05-30 00:00:00', 15.4518254104327, 25.3770833333334, 22.3713106220729, 38.8479166666667, 25.3257441197172, 53.7375, 30.0550292398576, 81.9749999999998, 131.008676004324, 240.408333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1320, '2021-05-30 00:00:00', 15.7464120596922, 27.9833333333333, 19.9672720218048, 37.2270833333334, 26.7359911001761, 59.08125, 28.5933976081081, 77.4104166666665, 129.320643520591, 242.266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1335, '2021-05-30 00:00:00', 11.7436295708709, 26.9545454545456, 16.1376861234785, 39.1909090909092, 21.2126127687324, 62.875, 28.1999785084811, 79.8454545454544, 134.399282865827, 245.134090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1350, '2021-05-30 00:00:00', 14.075999076442, 29.1125000000001, 21.8805451563845, 49.0895833333333, 22.6898654793503, 55.8729166666667, 28.1024974391752, 75.7416666666666, 128.179223414785, 242.0625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1365, '2021-05-30 00:00:00', 19.0903457228737, 38.8104166666665, 21.7994378168438, 45.0374999999998, 24.1276540741779, 47.9229166666665, 43.2379504870301, 73.4583333333333, 127.406991633938, 243.060416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 1, 1380, '2021-05-30 00:00:00', 11.9425709124962, 25.25, 12.1294818110392, 27.3636363636364, 15.9242096992429, 36.7454545454546, 39.9027687307658, 66, 130.500728236843, 241.656818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 1, 1410, '2021-05-30 00:00:00', 4.73408475225762, 11.3818181818181, 9.18140914073236, 16.1249999999999, 13.7994235716241, 28.2363636363636, 37.3157079751722, 64.2204545454544, 126.440411272717, 239.161363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 1, 1425, '2021-05-30 00:00:00', 6.95366700730519, 10.2909090909091, 8.70776386422791, 21.4090909090909, 11.1295363823738, 26.3909090909092, 37.4542417072016, 64.1886363636363, 126.310642715503, 237.768181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 60, '2021-05-30 00:00:00', 5.98434239045151, 14.4653846153846, 9.28325394708963, 18.7903846153845, 9.12295245731674, 23.3884615384614, 36.4785937228946, 66.3, 116.308390331646, 234.338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 75, '2021-05-30 00:00:00', 5.982482440747, 11.4480769230769, 6.49600616947416, 15.6019230769231, 12.0521526963188, 24.4961538461539, 37.7813022538927, 66.2500000000001, 115.842405497894, 235.313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 90, '2021-05-30 00:00:00', 5.68946394662981, 10.6500000000001, 7.82805605105517, 15.2115384615385, 11.7338735488984, 23.7173076923077, 39.6565362252506, 68.2557692307693, 116.143832314142, 235.896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 105, '2021-05-30 00:00:00', 4.5615280840458, 10.4576923076923, 9.77262503117767, 18.05, 11.314844742128, 24.8134615384616, 39.635948378286, 67.4096153846154, 116.620811129325, 235.582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 120, '2021-05-30 00:00:00', 8.26859024352912, 14.2038461538462, 8.50839223717024, 17.7423076923077, 11.1529906303198, 25.8, 40.06953691349, 66.4673076923077, 116.644193828266, 236.265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 135, '2021-05-30 00:00:00', 6.88560371075322, 12.1923076923077, 9.40131435164581, 17.6634615384615, 13.1183114825745, 27.5480769230769, 39.8284120176308, 64.5096153846154, 116.319200544814, 235.480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 150, '2021-05-30 00:00:00', 6.74194676290507, 12.0769230769231, 7.90607969564221, 17.3519230769231, 17.3211103969871, 32.3557692307692, 39.441413465466, 63.2019230769231, 116.003265670212, 235.076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 165, '2021-05-30 00:00:00', 5.66514308326331, 11.8230769230769, 10.8035117153921, 19.6057692307692, 19.5512861076078, 34.4326923076923, 39.1206391032426, 62.6403846153846, 115.974259411966, 234.023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 180, '2021-05-30 00:00:00', 9.97611088859474, 15.4326923076923, 15.5309771102787, 24.875, 31.271670947459, 38.9903846153846, 39.0038282144793, 60.9192307692308, 115.844941126557, 233.146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 195, '2021-05-30 00:00:00', 13.4712343104169, 18.0153846153846, 19.0540950575339, 25.7076923076923, 32.8767341162994, 36.3269230769231, 40.2987772767363, 58.675, 115.740749505755, 231.751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 210, '2021-05-30 00:00:00', 9.81770868615248, 15.0096153846154, 24.4570345394027, 24.5576923076923, 29.0137784244234, 34.0423076923077, 35.8310014566244, 54.8557692307692, 115.517101048353, 230.078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 225, '2021-05-30 00:00:00', 19.9089465780125, 17.3653846153846, 24.1812190314334, 23.3153846153846, 25.6761934783656, 32.7865384615384, 32.0432864083283, 52.5096153846153, 115.572710380156, 229.703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 240, '2021-05-30 00:00:00', 14.2550845180022, 16.3211538461538, 17.2008498224763, 23.5288461538462, 21.7149853433416, 29.7826923076923, 27.4396591843603, 49.701923076923, 113.689265053749, 230.417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 255, '2021-05-30 00:00:00', 12.3209916246779, 16.8288461538462, 13.9999210162607, 22.7173076923077, 18.0642869092157, 27.2884615384615, 23.9088198241698, 47.2557692307691, 110.709633744522, 229.190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 270, '2021-05-30 00:00:00', 8.33565557386779, 14.0153846153846, 12.6686385948196, 17.9096153846154, 16.526817949577, 25.8134615384615, 21.911473285438, 46.3384615384615, 110.856923936286, 228.896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 285, '2021-05-30 00:00:00', 8.56475896647688, 11.7980769230769, 11.1090096837588, 16.7980769230769, 14.3945509187972, 25.1019230769231, 21.3213205861753, 47.7134615384614, 111.251385332775, 229.607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 300, '2021-05-30 00:00:00', 7.35294812669351, 11.7269230769231, 11.6026059738584, 17.8442307692307, 12.7225723088472, 23.376923076923, 22.1009004341452, 47.6499999999999, 111.310604443326, 230.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 315, '2021-05-30 00:00:00', 9.93062706208194, 12.9346153846154, 11.1412582150933, 17.9288461538461, 12.7761436338923, 21.9730769230769, 20.6949002450808, 49.101923076923, 111.310604443326, 230.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 330, '2021-05-30 00:00:00', 7.80894457558865, 12.2307692307692, 9.55677769962241, 15.4, 11.4465320579574, 20.1980769230769, 19.8836261396542, 49.6826923076922, 111.310604443326, 230.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 345, '2021-05-30 00:00:00', 6.20522267622513, 9.33269230769229, 7.5410568530902, 12.9576923076923, 11.8275590823362, 21.7846153846154, 20.5914736835793, 51.6673076923076, 111.466875193416, 230.605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 360, '2021-05-30 00:00:00', 5.324264123946, 9.31730769230769, 7.72916554357584, 14.75, 11.1350702046075, 21.2173076923077, 22.3746598598985, 54.1096153846153, 111.466875193416, 230.605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 375, '2021-05-30 00:00:00', 4.42757964789585, 10.1115384615384, 9.37186562988476, 15.7557692307692, 11.109698638854, 22.6403846153846, 24.1359556232223, 58.5846153846153, 111.469703783308, 230.711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 390, '2021-05-30 00:00:00', 6.76893924197422, 10.3423076923077, 7.12285730264521, 13.6980769230769, 10.4020316062999, 21.7115384615385, 26.9386533841959, 60.776923076923, 111.469703783308, 230.711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 405, '2021-05-30 00:00:00', 4.15071819550081, 8.71153846153846, 7.36237837825627, 15.0192307692308, 9.12850564904328, 21.6192307692308, 30.8874689552501, 64.9576923076922, 111.772692619372, 231.569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 420, '2021-05-30 00:00:00', 5.5759442111766, 11.1346153846154, 9.02980960698847, 16.0615384615385, 10.0570306445101, 21.4557692307692, 33.3846466899889, 67.9211538461538, 111.849466093427, 231.444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 435, '2021-05-30 00:00:00', 6.34691930115583, 10.2538461538462, 6.369693870195, 14.85, 11.5961180507165, 22.9653846153846, 42.1937941116756, 72.2384615384615, 111.715041890586, 230.453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 450, '2021-05-30 00:00:00', 5.57722015123884, 10.9038461538462, 7.4013317408735, 14.5865384615385, 15.7897386347541, 24.9769230769231, 47.7983031964687, 74.0173076923076, 111.526740446475, 230.271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 465, '2021-05-30 00:00:00', 6.12507456783495, 10.3076923076923, 10.7659677474188, 17.6115384615384, 16.4637770224865, 26.8653846153845, 50.1437387762575, 74.5076923076922, 110.929637383343, 230.425 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 480, '2021-05-30 00:00:00', 9.03461314143475, 13.4288461538461, 14.0255782823328, 19.4769230769231, 17.2052429397375, 27.4461538461538, 50.484091934604, 75.3923076923076, 109.728234077863, 229.934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 495, '2021-05-30 00:00:00', 9.86586968368145, 12.6538461538462, 11.8322635847272, 19.6384615384615, 14.0414996185757, 29.2634615384615, 58.6010427841062, 76.7307692307692, 109.839536755284, 229.771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 510, '2021-05-30 00:00:00', 7.97363443818728, 13.2730769230769, 9.50195526437346, 18.9653846153846, 12.9580417561392, 29.2730769230769, 66.5342873145987, 77.3326923076922, 110.045771613452, 231.425 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 525, '2021-05-30 00:00:00', 6.63751720264322, 12.7211538461538, 8.13565277982327, 21.0769230769231, 15.7386467016704, 32.25, 70.4200286467947, 78.0711538461538, 110.749137676796, 232.798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 540, '2021-05-30 00:00:00', 7.5001558958157, 16.9423076923076, 11.2669470644823, 22.8980769230769, 22.9377334404386, 35.4807692307692, 70.7558623828335, 78.2884615384615, 111.167123045233, 232.673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 555, '2021-05-30 00:00:00', 9.92377196432889, 14.875, 15.1045109156172, 22.625, 25.7745399869418, 39.5365384615384, 70.3806453125815, 75.1211538461538, 113.012658531961, 235.917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 570, '2021-05-30 00:00:00', 10.3629564017521, 15.6057692307692, 16.6988835416761, 23.4865384615385, 23.8596235220798, 40.2788461538462, 68.6544088169144, 74.4749999999999, 110.050641087847, 235.140384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 585, '2021-05-30 00:00:00', 12.5168632406292, 15.7557692307693, 19.3243680362386, 29.7, 27.1267282327852, 44.1038461538462, 68.1523248940309, 75.1826923076922, 109.399669033391, 234.803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 600, '2021-05-30 00:00:00', 16.522945816698, 25.0076923076923, 20.1580700579579, 32.6826923076923, 27.886592863569, 44.1384615384616, 66.7993745940324, 74.176923076923, 107.397014569594, 233.207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 615, '2021-05-30 00:00:00', 11.687209478084, 20.1057692307692, 17.8794236054057, 29.5173076923077, 29.9567265465474, 41.9557692307692, 61.3829969253577, 70.0134615384615, 104.628884396232, 231.525 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 630, '2021-05-30 00:00:00', 12.4586695178034, 19.5230769230769, 17.0670974504927, 26.4807692307692, 28.0509583683806, 38.7442307692306, 53.1444729378904, 67.6096153846153, 100.242876075291, 229.259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 645, '2021-05-30 00:00:00', 14.0400591714729, 18.9115384615384, 20.4508187723996, 29.0673076923077, 27.8589337280078, 37.6826923076922, 52.8738312836829, 69.8788461538461, 100.30386862698, 229.088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 660, '2021-05-30 00:00:00', 14.913059841835, 19.9153846153847, 21.6611123551294, 26.2826923076923, 24.7674713003848, 34.3711538461538, 49.2453483941534, 69.0423076923076, 98.5103251128843, 228.015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 675, '2021-05-30 00:00:00', 12.2250117193589, 15.7865384615384, 15.1627571320705, 23.9903846153846, 24.8154611389446, 30.6634615384615, 40.8889889259274, 66.6692307692308, 97.6510562588114, 227.332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 690, '2021-05-30 00:00:00', 9.93360903506558, 17.3826923076922, 10.9022250728216, 21.1134615384614, 28.3620214642479, 30.2884615384615, 36.6854174025592, 67.3249999999999, 97.9945183906498, 226.871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 705, '2021-05-30 00:00:00', 8.55543911564658, 13.5076923076923, 19.611222552406, 20.6249999999999, 34.2060233674622, 30.3288461538461, 37.2421013308655, 71.7634615384616, 98.561605588352, 227.698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 720, '2021-05-30 00:00:00', 15.3118692020779, 15.8576923076923, 24.4796515183845, 22.2423076923077, 30.2872842701609, 30.9326923076922, 35.9338095028153, 74.2057692307692, 98.4930555927676, 228 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 735, '2021-05-30 00:00:00', 13.8439468860804, 14.2942307692308, 19.7237771386562, 21.0461538461538, 20.5542063821495, 29.7499999999999, 34.6186597083133, 75.2499999999999, 98.2102562597991, 229.778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 750, '2021-05-30 00:00:00', 11.4488259391351, 15.2192307692307, 15.6219155724848, 21.526923076923, 17.7205886340849, 31.3384615384615, 33.1296500364622, 74.8634615384614, 98.2042798691351, 231.896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 765, '2021-05-30 00:00:00', 12.3904499514747, 15.525, 12.1508367866326, 21.8288461538461, 16.9638059272812, 31.9865384615384, 45.0877029116161, 96.8846153846154, 98.5595994036877, 232.428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 780, '2021-05-30 00:00:00', 11.4958842133241, 16.4153846153846, 13.7710789477301, 23.0807692307692, 17.4519106293662, 33.3461538461538, 58.3099445602153, 116.428846153846, 99.0264109487193, 232.944230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 795, '2021-05-30 00:00:00', 8.39842773747197, 14.8173076923077, 11.8370247041287, 22.0346153846154, 13.6684691900739, 31.625, 60.8514207216739, 125.090384615385, 98.2499506556933, 235.340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 810, '2021-05-30 00:00:00', 11.4318255154365, 15.7211538461538, 13.5286978451223, 21.8942307692308, 15.7624335538159, 31.8134615384615, 60.3312248852437, 129.598076923077, 98.8727763923846, 235.863461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 825, '2021-05-30 00:00:00', 9.7381432837777, 16.1788461538461, 11.7362222004554, 23.8634615384615, 19.6731895853605, 34.8173076923077, 60.4469830003629, 130.384615384615, 102.300708641053, 237.632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 840, '2021-05-30 00:00:00', 7.45097747846653, 17.4057692307692, 10.1004942757959, 23.3538461538461, 19.5944785197651, 34.5673076923076, 68.0125969101428, 135.157692307692, 102.501540551275, 237.719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 855, '2021-05-30 00:00:00', 7.75918735832168, 15.2326923076923, 18.4845791238161, 24.6442307692308, 21.5426660731317, 33.6884615384615, 70.7902845626542, 140.067307692308, 102.333362407079, 237.538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 870, '2021-05-30 00:00:00', 18.4466152826099, 19.5807692307692, 18.9027190758774, 24.4173076923076, 21.9422483246012, 35.0384615384615, 73.5905212332718, 146.969230769231, 105.485699085414, 242.136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 885, '2021-05-30 00:00:00', 10.3792790990215, 14.9711538461538, 13.7006660422039, 23.925, 20.9232325786067, 38.6384615384616, 69.9167471959441, 152.057692307692, 105.142158784411, 245.265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 900, '2021-05-30 00:00:00', 11.2243862261527, 18.8230769230769, 13.7678303972033, 25.6846153846153, 25.1650928103563, 40.698076923077, 70.3192869100539, 154.386538461538, 109.431455961466, 249.834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 915, '2021-05-30 00:00:00', 9.57100850726574, 16.5403846153846, 17.0440556973801, 29.5711538461539, 25.9853198201185, 41.6730769230769, 69.2492037166105, 160.369230769231, 110.845202248625, 251.411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 930, '2021-05-30 00:00:00', 17.3925603016394, 24.9653846153847, 23.7308893962797, 31.3634615384616, 26.5689187991127, 43.726923076923, 69.7709035674284, 161.253846153846, 113.163446887847, 264.313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 945, '2021-05-30 00:00:00', 11.8813766684866, 18.6634615384615, 16.3810317135399, 28.0999999999999, 37.7595824312798, 76.2442307692308, 70.3713915866821, 156.965384615385, 117.344754610572, 265.771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 960, '2021-05-30 00:00:00', 13.1920198779997, 21.5173076923077, 14.3315461616887, 29.1692307692307, 50.7500940885828, 96.8749999999999, 69.818475982089, 157.667307692308, 121.926253893333, 270.467307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 975, '2021-05-30 00:00:00', 9.18998116680081, 19.2653846153845, 34.7240750555222, 70.7673076923077, 50.5752331071856, 104.059615384615, 69.3954835595339, 159.357692307692, 120.868122539212, 274.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 990, '2021-05-30 00:00:00', 36.2225270430517, 65.5442307692308, 48.4284200174301, 90.9557692307692, 53.3275074422198, 107.575, 71.0450162816615, 160.292307692308, 120.709864615054, 278.980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1005, '2021-05-30 00:00:00', 25.9834527225428, 52.0192307692307, 39.0105814540698, 70.4442307692307, 50.5185870211688, 89.5211538461538, 68.5329862183169, 146.3, 120.416935877616, 272.773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1020, '2021-05-30 00:00:00', 16.8807705802969, 44.3807692307691, 28.6783403258655, 61.0403846153844, 41.5025506630435, 79.3634615384614, 51.8399604181354, 135.798076923077, 111.035367061408, 264.542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1035, '2021-05-30 00:00:00', 22.3723043928459, 47.7903846153845, 26.7004250182251, 62.0980769230768, 34.8081922828522, 81.5749999999999, 49.6025275410592, 133.342307692308, 110.060248902415, 264.217307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1050, '2021-05-30 00:00:00', 15.140882125506, 38.6865384615384, 23.3653886862929, 55.0826923076922, 37.3071560984465, 80.7480769230769, 50.2206151357724, 131.346153846154, 108.589872402824, 261.117307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1065, '2021-05-30 00:00:00', 18.9742376962513, 38.1519230769231, 20.6378682001351, 52.7596153846155, 36.9851069818857, 80.2576923076923, 48.2102628716524, 127.423076923077, 109.902682353351, 259.282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1080, '2021-05-30 00:00:00', 13.6070106364894, 39.9423076923077, 27.9954342431322, 58.4923076923077, 31.3379036287711, 76.5903846153846, 45.9963130629468, 121.569230769231, 109.570475476535, 259.851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1095, '2021-05-30 00:00:00', 23.7087397063096, 37.2423076923076, 28.1243409495431, 53.6346153846154, 37.1418575816473, 73.6461538461538, 54.2585214859947, 117.915384615385, 109.025401697882, 258.76923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1110, '2021-05-30 00:00:00', 18.8868012521565, 36.2615384615385, 19.2810361196216, 47.0346153846154, 29.6479271554584, 66.0538461538463, 61.5179360962186, 115.038461538462, 106.883724960999, 259.088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1125, '2021-05-30 00:00:00', 11.7987137499749, 30.1769230769231, 21.538667911099, 49.2807692307693, 23.5097361991545, 59.9480769230769, 62.8663947468081, 112.582692307692, 105.566067045895, 259.536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1140, '2021-05-30 00:00:00', 17.5461107897492, 33.6596153846155, 21.0084854651271, 41.4615384615386, 27.0922109868102, 53.1019230769231, 66.4720743273788, 111.605769230769, 108.509735490203, 257.398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1155, '2021-05-30 00:00:00', 17.5049096409681, 24.8115384615385, 22.2248891145455, 36.2980769230769, 27.2147257225538, 52.051923076923, 66.232842567833, 112.571153846154, 108.901157230554, 257.123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1170, '2021-05-30 00:00:00', 20.7290476236756, 27.5807692307692, 22.8219321807233, 37.0326923076922, 31.5473020301991, 56.7442307692306, 66.0686627974725, 110.540384615385, 110.754072211989, 257.513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1185, '2021-05-30 00:00:00', 12.2658432868866, 26.4634615384615, 19.33013281422, 39.2788461538461, 33.5995247219132, 60.7615384615386, 66.1244913314736, 107.984615384615, 113.034817593791, 260.482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1200, '2021-05-30 00:00:00', 20.4676206764207, 29.001923076923, 32.3602147111827, 43.9519230769231, 33.4915689160949, 57.5173076923079, 65.9152020518668, 104.761538461539, 115.483374561016, 262.95 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1215, '2021-05-30 00:00:00', 18.5486080754988, 27.7115384615384, 21.8726323553852, 36.923076923077, 24.4310011130248, 50.7192307692309, 52.3704230972464, 96.7692307692308, 115.285224501935, 259.667307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1230, '2021-05-30 00:00:00', 9.82568239947672, 24.2788461538463, 16.52616573335, 33.6153846153847, 25.2198966019964, 50.5038461538463, 49.8546751530422, 95.1711538461539, 118.139463282238, 263.203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1245, '2021-05-30 00:00:00', 15.5396268888977, 23.6403846153846, 20.3193716778994, 35.9942307692307, 27.4397351551472, 51.6942307692308, 47.6809522120326, 93.7596153846155, 121.444859551726, 266.486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1260, '2021-05-30 00:00:00', 14.5754334940152, 26.3115384615384, 17.4695393140791, 37.3903846153847, 22.4546394897666, 52.2211538461539, 41.8742100269915, 89.3557692307693, 121.483184227283, 266.875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1275, '2021-05-30 00:00:00', 13.5528914031145, 25.4557692307692, 17.4286401120066, 35.8980769230769, 29.4554733714884, 51.3134615384617, 40.2641025461407, 87.5846153846154, 124.671306627282, 268.001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1290, '2021-05-30 00:00:00', 15.9017228142595, 27.3673076923077, 19.0779777391469, 38.0711538461538, 37.7293573208734, 52.3403846153846, 39.4794957492541, 86.0961538461538, 126.279846616705, 269.138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1305, '2021-05-30 00:00:00', 13.2026781956716, 26.6134615384615, 23.1895115548786, 38.0769230769231, 34.7972260167607, 52.0923076923076, 37.0054805192627, 85.3326923076922, 127.610879569946, 270.246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1320, '2021-05-30 00:00:00', 13.7339434921713, 27.4903846153847, 24.4596440001766, 37.1461538461538, 32.9507665371325, 57.7692307692307, 35.1430617400012, 82.4826923076922, 144.505401509371, 275.994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1335, '2021-05-30 00:00:00', 15.0868678799655, 26.4145833333332, 18.3594424181617, 36.1104166666666, 32.1274632507383, 65.7458333333333, 39.3098171073651, 85.1958333333332, 149.143146149859, 270.375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1350, '2021-05-30 00:00:00', 15.0188513593366, 27.4980769230769, 25.6659242067107, 47.0942307692307, 32.3650491092807, 61.3596153846153, 38.2371265415413, 82.526923076923, 144.880984100213, 275.265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1365, '2021-05-30 00:00:00', 20.5529702139469, 37.2961538461538, 29.184923992732, 50.4673076923077, 30.4815613874253, 53.5038461538462, 37.2705379623101, 80.3999999999999, 144.09303101976, 274.882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 2, 1380, '2021-05-30 00:00:00', 27.7327381355097, 32.6041666666667, 27.5631790724457, 35.1083333333333, 27.427458918343, 41.0937499999999, 37.2444314848599, 72.94375, 152.594424794161, 266.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 1410, '2021-05-30 00:00:00', 8.5897014508356, 13.9083333333335, 9.85574553794336, 17.4437500000001, 12.552253103368, 28.9666666666667, 35.0439806487525, 63.9333333333333, 149.982200151614, 264.383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 2, 1425, '2021-05-30 00:00:00', 4.53007612230888, 10.05625, 8.78560225967558, 22.1062500000001, 11.3207989616649, 28.0625000000001, 35.0965169599119, 62.74375, 152.515195726643, 264.816666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 60, '2021-05-30 00:00:00', 6.36934756953462, 16.9826923076923, 9.59992728337843, 21.4903846153845, 10.3059648523785, 26.5865384615384, 39.0911660294044, 65.7615384615384, 148.504141472941, 271.471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 75, '2021-05-30 00:00:00', 6.40732753602047, 11.4769230769231, 9.39529853785311, 16.9288461538461, 13.0365020084141, 25.6538461538462, 39.9667945347712, 66.1057692307692, 148.289816082717, 271.134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 90, '2021-05-30 00:00:00', 8.81341307326509, 13.125, 9.15097724920047, 16.4038461538462, 14.0371793408132, 27.4903846153846, 41.0067742996391, 65.7923076923077, 147.369472741657, 271.398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 105, '2021-05-30 00:00:00', 5.1988256810109, 10.9326923076923, 11.2916579146527, 20.3076923076923, 14.9855346918287, 27.625, 44.0553559129351, 65.5038461538462, 146.544490015306, 271.965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 120, '2021-05-30 00:00:00', 9.57603177811063, 15.4038461538462, 11.6486215757653, 20.3038461538461, 21.8856222561403, 29.8884615384616, 43.8468374440638, 65.9846153846154, 147.16794780637, 273.138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 135, '2021-05-30 00:00:00', 9.39889027819447, 13.4076923076923, 11.808363398619, 18.9269230769231, 21.7391228327746, 32.6884615384616, 45.9148545177333, 64.7442307692308, 147.031791342501, 273.355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 150, '2021-05-30 00:00:00', 6.7661217729327, 11.8903846153846, 18.2945310239048, 20.9557692307692, 32.9730710638941, 36.7692307692308, 45.8774454389082, 63.85, 147.77061938642, 274.634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 165, '2021-05-30 00:00:00', 17.006782018224, 16.1288461538462, 18.1513992891415, 26.498076923077, 33.2853035830437, 41.2211538461538, 46.2937809413549, 63.7153846153846, 147.626720637403, 274.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 180, '2021-05-30 00:00:00', 10.0432382534412, 18.3788461538462, 23.125650510601, 27.8134615384615, 26.6910126043609, 39.5346153846154, 42.2417648323769, 61.6480769230769, 146.626975008011, 272.95 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 195, '2021-05-30 00:00:00', 19.595843848986, 17.6019230769231, 22.5565419471909, 27.7038461538461, 22.9721223191535, 35.8903846153846, 47.0395913443786, 62.0653846153846, 146.10346065506, 273.030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 210, '2021-05-30 00:00:00', 14.1338552909182, 18.7942307692308, 17.3057904938025, 25.1538461538462, 16.5980768116717, 32.3846153846154, 44.1368919908888, 59.6211538461538, 145.348469018954, 273.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 225, '2021-05-30 00:00:00', 10.4840070510351, 16.1096153846154, 12.1220499979932, 21.3980769230769, 11.1569614349759, 28.5673076923077, 42.2637103835502, 55.8807692307692, 144.46113573713, 274.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 240, '2021-05-30 00:00:00', 6.95002075259768, 14.5673076923077, 10.4595227130408, 19.8307692307692, 20.4990964153583, 31.1346153846154, 40.3041435167079, 54.9461538461539, 144.46113573713, 274.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 255, '2021-05-30 00:00:00', 8.37051900789548, 13.4326923076923, 8.67651738004108, 19.6153846153846, 19.8235517464998, 31.9096153846154, 42.1947107512851, 53.1807692307693, 143.989810269819, 274.738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 270, '2021-05-30 00:00:00', 7.67192684652699, 15.0384615384615, 17.9908657379238, 23.875, 23.2148543294689, 32.6884615384615, 43.7158522559212, 53.0423076923077, 144.343559566963, 276.717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 285, '2021-05-30 00:00:00', 13.00452953634, 15.8173076923077, 13.7512037235347, 21.8096153846154, 20.2902141058575, 27.9326923076923, 39.6257915232763, 49.2153846153846, 146.683041925308, 278.367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 300, '2021-05-30 00:00:00', 10.4659359535885, 15.3192307692307, 16.9828516451154, 20.275, 17.9123184944371, 25.3846153846154, 38.0785328175661, 47.8884615384616, 149.788685525771, 279.813461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 315, '2021-05-30 00:00:00', 10.222126265343, 12.7942307692308, 12.325649460186, 17.4711538461538, 13.4847492204513, 23.2115384615385, 32.1507198747017, 47.5673076923077, 149.615052731489, 280.409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 330, '2021-05-30 00:00:00', 7.55604699256471, 11.6730769230769, 9.25801212256378, 15.9673076923077, 13.4348799771343, 21.8, 31.8878639200655, 48.2442307692308, 149.621610121615, 280.419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 345, '2021-05-30 00:00:00', 7.59847656796064, 10.7730769230769, 10.0804061655044, 15.9326923076922, 16.4851906734034, 21.7134615384615, 30.6396766401896, 49.5038461538461, 149.384257550272, 280.790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 360, '2021-05-30 00:00:00', 7.39449899483492, 10.8807692307692, 11.9650820499294, 14.8826923076923, 19.7677413985513, 20.95, 31.5908158513491, 50.3230769230769, 149.446068738988, 281.511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 375, '2021-05-30 00:00:00', 11.4281260661852, 10.6942307692308, 15.9673561223661, 15.4384615384615, 26.827778729117, 24.7365384615384, 33.1221351155898, 54.0211538461539, 149.478033953539, 281.578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 390, '2021-05-30 00:00:00', 14.9812350574361, 11.7596153846154, 18.2126646552928, 14.7653846153846, 27.7098755653315, 25.2596153846154, 38.5874415600963, 62.0769230769231, 149.337527098851, 281.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 405, '2021-05-30 00:00:00', 8.08283675450639, 8.52499999999999, 22.3065012944657, 19.5, 23.3574107001479, 25.0711538461539, 39.8125952238929, 63.8576923076923, 149.310359280465, 281.582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 420, '2021-05-30 00:00:00', 18.7959079016193, 15.8653846153846, 19.8061808534609, 19.5, 20.0202571450481, 24.948076923077, 42.1341982425021, 66.4884615384616, 149.281178369494, 281.630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 435, '2021-05-30 00:00:00', 8.71169704389542, 11.3942307692308, 12.9518973958971, 17.0769230769231, 18.6228153081108, 27.0750000000001, 43.9677351982285, 67.7576923076923, 149.043960745196, 281.371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 450, '2021-05-30 00:00:00', 10.0437897000316, 12.4865384615384, 12.248341331977, 17.9057692307693, 19.8081876039644, 28.6519230769231, 47.0802552522327, 68.5711538461539, 148.833918551983, 281.713461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 465, '2021-05-30 00:00:00', 7.51808818783069, 11.8250000000001, 13.0075760468807, 19.471153846154, 18.3920363201032, 26.75, 45.9546669597835, 67.8692307692308, 148.631132997612, 282.348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 480, '2021-05-30 00:00:00', 10.6627253335375, 15.3865384615385, 16.2787347126905, 20.6403846153846, 15.3254038722035, 25.8596153846153, 45.2354362878689, 67.4519230769231, 148.234775272201, 283.05 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 495, '2021-05-30 00:00:00', 9.70830334539232, 12.5153846153847, 12.6387141811913, 17.8980769230769, 18.3407511799859, 28.2153846153846, 46.6549850992944, 66.6711538461539, 147.202612866129, 283.078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 510, '2021-05-30 00:00:00', 8.02573960167198, 12.5980769230769, 11.3304728667702, 18.0192307692308, 17.3966085333187, 28.5173076923077, 43.7645653995945, 65.6038461538462, 147.082103392838, 283.992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 525, '2021-05-30 00:00:00', 8.52677344513242, 12.6442307692308, 15.2918404587343, 22.0961538461538, 19.1235160309137, 30.2557692307692, 43.0400857877326, 66.6038461538462, 146.220627832896, 284.459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 540, '2021-05-30 00:00:00', 15.5351214993639, 19.5, 18.178351452716, 24.8115384615385, 24.0207906742343, 33.2038461538461, 42.8610347069906, 68.3480769230769, 146.131477957352, 284.825 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 555, '2021-05-30 00:00:00', 9.27380927459361, 13.5423076923077, 11.7506091495128, 19.3192307692307, 20.0925990967206, 34.0423076923077, 36.7211526235221, 65.525, 145.986472713689, 285.219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 570, '2021-05-30 00:00:00', 10.6811914129464, 14.075, 17.6016831581527, 21.425, 29.6744850256657, 42.3115384615385, 36.8620893956838, 68.8788461538461, 145.326397583561, 287.621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 585, '2021-05-30 00:00:00', 12.5681228327249, 14.9865384615384, 15.9719508947597, 29.2692307692308, 27.3275893276655, 42.9576923076923, 37.4547799147392, 70.9576923076923, 145.818737808808, 288.351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032261, 3, 600, '2021-05-30 00:00:00', 13.2517627274493, 25.2692307692308, 22.2944384234136, 36.6961538461539, 25.3531397691459, 43.5980769230769, 36.6068373184783, 71.6576923076923, 146.188661627575, 289.267307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 615, '2021-05-30 00:00:00', 15.6683998495747, 24.1346153846154, 16.4502855949022, 29.3519230769231, 19.9614366678893, 38.1653846153846, 36.8304620994842, 67.7923076923076, 145.667195821371, 287.842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 630, '2021-05-30 00:00:00', 10.6645821080088, 17.5365384615385, 12.1083609066691, 24.1096153846154, 18.9612524943329, 32.6480769230769, 44.3255252474411, 70.0173076923076, 145.311776072638, 287.544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 645, '2021-05-30 00:00:00', 9.21317868807835, 17.0115384615384, 13.9692012876679, 25.8961538461538, 19.856128389376, 33.2711538461538, 44.1550765441006, 71.1461538461538, 145.84538187884, 287.319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 660, '2021-05-30 00:00:00', 10.6725889008316, 19.0346153846154, 13.9792363883011, 24.275, 17.7987615169838, 31.3865384615384, 45.7611413924354, 71.5115384615384, 145.603550305405, 286.861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 675, '2021-05-30 00:00:00', 8.88465596061331, 14.3634615384616, 10.5530921461984, 19.5846153846154, 12.265370419945, 25.3634615384616, 46.3504715767231, 70.2807692307693, 143.359596134497, 284.390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 690, '2021-05-30 00:00:00', 8.00129604886228, 13.7423076923077, 10.4693980798252, 19.251923076923, 12.9420340810032, 26.673076923077, 46.1868361615665, 71.9788461538462, 142.110796753259, 283.515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 705, '2021-05-30 00:00:00', 6.67210957297963, 11.9730769230769, 9.80178496303293, 18.2326923076923, 16.1686735339097, 28.6096153846154, 61.1798067490096, 89.4846153846155, 140.668488256829, 282.867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 720, '2021-05-30 00:00:00', 8.56801116856269, 14.5307692307693, 11.9215667529965, 20.7153846153847, 17.1014530421788, 31.201923076923, 69.4467475009559, 98.4576923076923, 140.21375265863, 282.271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 735, '2021-05-30 00:00:00', 8.94982939244351, 14.873076923077, 15.4338135274468, 23.15, 19.4305742422764, 32.6192307692307, 74.9013940765817, 102.628846153846, 139.740725755291, 281.978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 750, '2021-05-30 00:00:00', 9.91604313919928, 16.0365384615384, 13.1620947596323, 23.8923076923077, 23.1526945599128, 34.8557692307692, 78.5833413546506, 106.192307692308, 139.294598823998, 281.738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 765, '2021-05-30 00:00:00', 10.0226320817515, 16.0153846153846, 14.3344641175895, 22.9884615384615, 27.5744511068881, 35.7153846153846, 80.8626255781038, 130.519230769231, 138.975018064952, 281.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 780, '2021-05-30 00:00:00', 8.49709452604916, 15.0692307692307, 15.0805835430861, 22.8, 25.5820568878928, 35.4288461538461, 83.0761606090368, 138.911538461538, 136.966897811675, 280.898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 795, '2021-05-30 00:00:00', 13.3583170577504, 16.6288461538462, 18.9870907562118, 25.1692307692308, 28.6993980773116, 38.425, 86.3993460623402, 150.65, 137.708291633494, 281.846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 810, '2021-05-30 00:00:00', 13.1423632402421, 17.2365384615385, 19.7310693109584, 26.5480769230769, 35.7024776666615, 41.9365384615385, 83.8235696842804, 162.028846153846, 137.733487799948, 280.461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 825, '2021-05-30 00:00:00', 13.7981081479143, 17.5826923076923, 20.666276598883, 27.7326923076923, 31.021006530315, 40.873076923077, 82.7148119234909, 167.986538461538, 135.239153297465, 278.846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 840, '2021-05-30 00:00:00', 12.6476603187491, 20.7865384615385, 24.7132739947272, 31.2634615384616, 28.4423487751303, 38.6096153846155, 81.3849778238259, 168.930769230769, 133.321731522486, 277.201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 855, '2021-05-30 00:00:00', 18.586920235643, 19.8403846153846, 18.2108771385084, 27.2769230769232, 22.190388771857, 35.5653846153847, 76.7274109328705, 169.967307692308, 129.05329072191, 275.373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 870, '2021-05-30 00:00:00', 9.41165746050325, 17.9519230769231, 13.2311923121085, 23.0250000000001, 17.7474791276005, 35.1192307692309, 74.6069121359514, 172.392307692308, 124.608535576266, 273.692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 885, '2021-05-30 00:00:00', 10.4885299989303, 15.6115384615384, 13.5125316480096, 24.4134615384615, 50.603708476143, 56.0365384615384, 73.4623962676459, 172.844230769231, 123.901837774289, 274.809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 900, '2021-05-30 00:00:00', 11.7275358091053, 18.8519230769231, 17.0436810984193, 27.9442307692307, 63.0827318807488, 68.7384615384614, 73.8287615676669, 173.528846153846, 124.565599847569, 276.355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 915, '2021-05-30 00:00:00', 12.6006307839666, 18.1980769230769, 49.4132937967725, 48.3403846153846, 66.6862925599003, 71.2192307692307, 71.6686114107039, 174.388461538461, 122.021156630253, 274.544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 930, '2021-05-30 00:00:00', 43.6458074909659, 39.8134615384615, 52.8235517111885, 56.0307692307691, 63.8629220705145, 70.4807692307692, 64.5486193917782, 171.944230769231, 124.194815697572, 279.926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 945, '2021-05-30 00:00:00', 32.513714739381, 32.8230769230768, 36.2074665589211, 43.4711538461538, 40.0455254871061, 85.4865384615384, 60.9699104855453, 169.446153846154, 122.305934191525, 279.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 960, '2021-05-30 00:00:00', 23.5823422370344, 29.0057692307692, 28.9537495911085, 39.2192307692307, 39.3158642867658, 92.7961538461537, 61.7903185408898, 169.244230769231, 123.006304169277, 283.094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 975, '2021-05-30 00:00:00', 17.7120576053541, 25.9461538461537, 32.2403781710977, 73.253846153846, 43.5772439291605, 107.317307692308, 63.2535220059237, 173.323076923077, 123.742438416998, 286.255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 990, '2021-05-30 00:00:00', 30.606669773358, 70.5288461538461, 37.354986898055, 89.176923076923, 48.3451286624065, 123.294230769231, 62.7815167557608, 173.476923076923, 122.978320494055, 286.563461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1005, '2021-05-30 00:00:00', 24.6641653011003, 55.425, 36.8700276438945, 81.1923076923078, 52.8315085545911, 113.251923076923, 70.4048563939034, 164.709615384615, 119.38422837467, 274.496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1020, '2021-05-30 00:00:00', 21.818666408517, 53.1403846153847, 41.620584034641, 78.2807692307691, 47.7184705812684, 99.2788461538462, 74.2558950780755, 156.415384615385, 120.219031915148, 267.978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1035, '2021-05-30 00:00:00', 31.8577272355607, 53.9038461538461, 37.4485528630741, 70.5134615384615, 39.6107876234979, 85.398076923077, 75.9810542427924, 145.959615384615, 123.96892670529, 260.982692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1050, '2021-05-30 00:00:00', 20.3350863893305, 45.5576923076923, 23.5360322778631, 56.1692307692309, 33.1920180395598, 72.9884615384616, 76.5975423636676, 134.451923076923, 124.679903954085, 256.875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1065, '2021-05-30 00:00:00', 22.6782539858375, 40.5403846153847, 26.7249146936827, 53.4442307692309, 35.1614476380026, 71.7500000000001, 79.2535326317721, 137.571153846154, 122.399358909834, 259.711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1080, '2021-05-30 00:00:00', 15.6637523748794, 38.5423076923078, 24.3055909997299, 52.6846153846155, 29.2598870206557, 66.9826923076923, 80.5496124232665, 135.161538461539, 123.181462266665, 258.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1095, '2021-05-30 00:00:00', 12.7927661349926, 33.8557692307692, 18.2375783859758, 45.6942307692307, 25.8399315312262, 62.9884615384615, 77.6487682055944, 129.140384615385, 124.171102872051, 253.982692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1110, '2021-05-30 00:00:00', 15.3156130744464, 35.0596153846154, 18.1412831367066, 46.0153846153847, 26.2696757029558, 61.1884615384616, 81.8867028042638, 134.601923076923, 126.54226353886, 254.761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1125, '2021-05-30 00:00:00', 18.1197962291141, 33.6192307692308, 21.9243837734645, 46.3596153846154, 30.3485389332768, 63.3307692307692, 80.5552835730744, 136.213461538462, 134.81200278964, 258.451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1140, '2021-05-30 00:00:00', 13.7376121819455, 28.2326923076923, 22.1171267608124, 39.8519230769231, 29.536333622272, 56.3903846153846, 75.8794179045835, 136.138461538462, 136.467317149565, 259.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 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 1032261, 3, 1155, '2021-05-30 00:00:00', 16.1174854881752, 28.2076923076922, 20.5969957667468, 40.3711538461538, 37.0189417730977, 59.475, 88.5035347620907, 141.055769230769, 134.715526716342, 261.457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032261 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofw[...];
Date: 2021-05-30 19:00:21 Duration: 3s16ms Database: acaweb_fx User: pgperfstats
6 3s1ms 3s1ms 3s1ms 1 3s1ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, [...];Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 30 19 1 3s1ms 3s1ms [ User: pgperfstats - Total duration: 3s1ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 1, 1155, '2021-05-30 00:00:00', 0.0160185182259111, 0.0135430769230769, 0.0253510176642948, 0.0186038461538462, 0.0285350938939836, 0.0253634615384615, 0.0684085250434139, 0.0534488461538462, 0.123196011759247, 0.136385769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1170, '2021-05-30 00:00:00', 0.0150915197583075, 0.0117138461538462, 0.0191523909895184, 0.0171838461538461, 0.0268802741772876, 0.0258003846153846, 0.0652826794993541, 0.0508088461538461, 0.1199967038605, 0.134015769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1185, '2021-05-30 00:00:00', 0.0105119345288325, 0.0104165384615385, 0.0153923851353144, 0.0151319230769231, 0.0219847692872904, 0.0221738461538462, 0.0642466802985541, 0.0500442307692308, 0.121973954539484, 0.134255 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1200, '2021-05-30 00:00:00', 0.0129407875934374, 0.0116765384615385, 0.018761878436381, 0.0178376923076923, 0.0237273924399627, 0.02298, 0.0644699880755498, 0.0509123076923077, 0.122670193699015, 0.134633076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1215, '2021-05-30 00:00:00', 0.0117354805676566, 0.0112019230769231, 0.0140577967909408, 0.0149511538461538, 0.0196787983998398, 0.0209623076923077, 0.0638620857931069, 0.0504253846153846, 0.122397578960471, 0.134499230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1230, '2021-05-30 00:00:00', 0.0101039025209988, 0.0101630769230769, 0.0139113628431526, 0.0143219230769231, 0.0181878058219068, 0.0189138461538462, 0.0621582161312194, 0.0505361538461538, 0.121113711678164, 0.133302692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1245, '2021-05-30 00:00:00', 0.00984411105491696, 0.0099723076923077, 0.0150919231582786, 0.0153061538461539, 0.0194323190112206, 0.0206069230769231, 0.0616366695613527, 0.0506811538461538, 0.121111797136111, 0.132891538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1260, '2021-05-30 00:00:00', 0.0116660007780664, 0.0114230769230769, 0.0129827501175747, 0.0135338461538461, 0.0193325017681464, 0.0191261538461538, 0.05899399507903, 0.0496492307692308, 0.12139297601021, 0.132093846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1275, '2021-05-30 00:00:00', 0.0069872009141991, 0.00755384615384615, 0.0126459789413321, 0.0126192307692308, 0.0168522784261905, 0.0177480769230769, 0.0580764470371728, 0.0486073076923077, 0.122871343142079, 0.131998461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1290, '2021-05-30 00:00:00', 0.0106794392823132, 0.0103192307692308, 0.013622223832908, 0.0132969230769231, 0.0158077768056884, 0.0174734615384615, 0.0580922217327428, 0.0492153846153846, 0.123384177362353, 0.131859230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1305, '2021-05-30 00:00:00', 0.00755705078819671, 0.00803615384615385, 0.0114988004524887, 0.0125996153846154, 0.0144777091898068, 0.0170592307692308, 0.0580085486127161, 0.0485980769230769, 0.121640917357353, 0.130933461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1320, '2021-05-30 00:00:00', 0.00997621133574187, 0.0102038461538462, 0.0103131632169021, 0.0122934615384615, 0.0285073835105115, 0.0222188461538461, 0.0572499192448204, 0.0484984615384615, 0.12108552171852, 0.130294615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1335, '2021-05-30 00:00:00', 0.00790493416505453, 0.00919192307692308, 0.0128097050467454, 0.0137707692307692, 0.0527935709095778, 0.0275542307692308, 0.0570834826669205, 0.0497357692307692, 0.120510963155289, 0.130476153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1350, '2021-05-30 00:00:00', 0.00968735446143777, 0.00966730769230768, 0.0266725782434666, 0.0183469230769231, 0.0514576724652258, 0.0288865384615384, 0.0565710188714491, 0.0509180769230769, 0.120116733578376, 0.130081538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1365, '2021-05-30 00:00:00', 0.0227239164284274, 0.0134353846153846, 0.048010708967255, 0.0213034615384615, 0.0485390176440166, 0.0288553846153846, 0.0548963528352784, 0.0505388461538462, 0.119974874701074, 0.129293461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 1, 1380, '2021-05-30 00:00:00', 0.0340712362332443, 0.0149623076923077, 0.0350509778399756, 0.0192934615384615, 0.0377933889802884, 0.0277788461538462, 0.0522276972864605, 0.0509796153846154, 0.120492914843092, 0.129500769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 1, 1395, '2021-05-30 00:00:00', 0.016827135959972, 0.0122038461538461, 0.0192588064531528, 0.017895, 0.0275007019099234, 0.0245415384615385, 0.0494389236066545, 0.0525392307692308, 0.119332532627882, 0.127289230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 1, 1410, '2021-05-30 00:00:00', 0.0128780024012326, 0.0120746153846154, 0.0197242158116518, 0.0171642307692308, 0.0272801243286136, 0.0242892307692308, 0.0521880861927465, 0.0542073076923077, 0.119200633494057, 0.128044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 1, 1425, '2021-05-30 00:00:00', 0.0173661274767422, 0.0123765384615385, 0.022385978303737, 0.0175761538461538, 0.0281203745242594, 0.0244992307692308, 0.0565317098273173, 0.05678, 0.118544455422363, 0.129370769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 0, '2021-05-30 00:00:00', 0.0105584245109697, 0.0106119230769231, 0.0156451746751318, 0.0155488461538461, 0.0215454324733002, 0.0217426923076923, 0.0582113072402208, 0.0576388461538462, 0.118353920051422, 0.127933461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 15, '2021-05-30 00:00:00', 0.0116588414232862, 0.00968, 0.0180937289965336, 0.0158604, 0.0211024984144848, 0.0210968, 0.0589299053480772, 0.0569812, 0.117582646080675, 0.1225248 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 30, '2021-05-30 00:00:00', 0.0150071066498509, 0.01277, 0.0165431036789755, 0.0155628, 0.0232281452839725, 0.021934, 0.0626765189870444, 0.0596864, 0.11727741678317, 0.1218796 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 45, '2021-05-30 00:00:00', 0.00833649279696482, 0.00922192307692307, 0.0146097600306729, 0.0155319230769231, 0.0211258672102382, 0.0218342307692308, 0.0623966598317077, 0.0601769230769231, 0.117635525256878, 0.125602307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 60, '2021-05-30 00:00:00', 0.0127391528579597, 0.0119234615384615, 0.0174543453218786, 0.0166211538461538, 0.0217402295402219, 0.0232426923076923, 0.0609019888989363, 0.0594096153846154, 0.116359657312344, 0.125305384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 75, '2021-05-30 00:00:00', 0.00987086469597034, 0.0106046153846154, 0.0156889141311751, 0.0156688461538461, 0.0193000458070401, 0.0228119230769231, 0.0584831778219502, 0.0574319230769231, 0.114912814070227, 0.123468461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 90, '2021-05-30 00:00:00', 0.0105013540811869, 0.0107684615384615, 0.0153756469632488, 0.0163165384615385, 0.0215163217223934, 0.0238773076923077, 0.0579195404731027, 0.0581461538461539, 0.114866014834006, 0.123520384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 105, '2021-05-30 00:00:00', 0.0100840717051123, 0.0109969230769231, 0.0143669740510873, 0.0172607692307692, 0.0240308617726968, 0.0253784615384616, 0.0549923622500994, 0.0574046153846154, 0.114897593535086, 0.123161923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 120, '2021-05-30 00:00:00', 0.0121420634224108, 0.0141180769230769, 0.0183966080694659, 0.0185473076923077, 0.0251165773911605, 0.0270303846153846, 0.0533875165241406, 0.0570361538461539, 0.114049528827813, 0.122585384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 135, '2021-05-30 00:00:00', 0.0100277367643644, 0.0105261538461539, 0.0159525519009921, 0.0171819230769231, 0.0294869274738172, 0.0297103846153846, 0.0502796568389856, 0.0540296153846154, 0.108755623580859, 0.120332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 150, '2021-05-30 00:00:00', 0.0136258650198239, 0.0131915384615385, 0.0167074062480824, 0.0179134615384615, 0.0325417236269898, 0.0326238461538461, 0.0487573354670469, 0.0533646153846154, 0.108514440301032, 0.119994615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 165, '2021-05-30 00:00:00', 0.0103075445109955, 0.0112153846153846, 0.0214479455282928, 0.0213392307692308, 0.0347887410787765, 0.0314546153846154, 0.0467257790156075, 0.0508238461538462, 0.108336015258085, 0.119045 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 180, '2021-05-30 00:00:00', 0.0206424197746738, 0.0188069230769231, 0.0272860927326611, 0.0248461538461538, 0.0409251947074923, 0.0341046153846154, 0.0459763560037615, 0.0501992307692308, 0.109389725632712, 0.119615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 195, '2021-05-30 00:00:00', 0.0175882393048922, 0.0149153846153846, 0.0246412359580128, 0.0205684615384615, 0.0339046377154422, 0.0279811538461539, 0.0392452572911193, 0.0449003846153846, 0.107827736132864, 0.118373461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 210, '2021-05-30 00:00:00', 0.0169355221399828, 0.0147969230769231, 0.025735894935942, 0.0207819230769231, 0.0346831352078522, 0.0301096153846154, 0.0366979878991499, 0.0455203846153846, 0.107250741034557, 0.117767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 225, '2021-05-30 00:00:00', 0.0214413987058107, 0.0141676923076923, 0.0251108384597936, 0.0190280769230769, 0.0320332824706766, 0.0275653846153846, 0.0332860401878117, 0.0444107692307693, 0.105794471858629, 0.116830384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 240, '2021-05-30 00:00:00', 0.0141567697586702, 0.012345, 0.0220421274276886, 0.0189284615384615, 0.026331628632911, 0.0246576923076923, 0.0324640763543099, 0.0433684615384616, 0.105795409358746, 0.116564230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 255, '2021-05-30 00:00:00', 0.0145730983823461, 0.0124073076923077, 0.0190631162881462, 0.0169588461538461, 0.0236682652479254, 0.0226396153846154, 0.0307845183568225, 0.0425276923076923, 0.104935209191196, 0.11663 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 270, '2021-05-30 00:00:00', 0.0110366337468242, 0.0108073076923077, 0.0143819179688085, 0.0152526923076923, 0.0178642182459368, 0.0215215384615385, 0.0278924664022385, 0.041615, 0.102693675023568, 0.115035384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 285, '2021-05-30 00:00:00', 0.00974618038791843, 0.0103980769230769, 0.0125100401524289, 0.0138538461538462, 0.0158385204291504, 0.0203357692307692, 0.0314338245549893, 0.0430669230769231, 0.102449145022524, 0.114619615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 300, '2021-05-30 00:00:00', 0.0107223404161592, 0.01064, 0.0144717807952102, 0.0163592307692308, 0.0177087282955653, 0.0217246153846154, 0.0328467901721825, 0.0434338461538462, 0.102083990252371, 0.114925384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 315, '2021-05-30 00:00:00', 0.0103939157128656, 0.0114003846153846, 0.01344682020176, 0.0156315384615385, 0.0186075942519756, 0.0215703846153846, 0.035210873407995, 0.0433930769230769, 0.102069869285701, 0.1148 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 330, '2021-05-30 00:00:00', 0.00985035159856668, 0.00993115384615386, 0.0156027597756098, 0.0156138461538462, 0.0187253088133106, 0.0205830769230769, 0.0352862459345543, 0.0423980769230769, 0.102329118292964, 0.114141153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 345, '2021-05-30 00:00:00', 0.0103300046689989, 0.0112126923076923, 0.0123416323630473, 0.0149257692307692, 0.0145306893690032, 0.0193715384615385, 0.0333109330077402, 0.0414346153846154, 0.101644110915715, 0.114029615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 360, '2021-05-30 00:00:00', 0.00758591536994714, 0.00987000000000002, 0.0108850318398177, 0.0136930769230769, 0.0140551179837973, 0.0179015384615385, 0.0349100973997716, 0.0422126923076923, 0.101548939032446, 0.113841153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 375, '2021-05-30 00:00:00', 0.00728884146117566, 0.00885538461538459, 0.00971714595642472, 0.0127484615384615, 0.0145203677003665, 0.0185530769230769, 0.0414915891532433, 0.0442523076923077, 0.100839125066384, 0.115291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 390, '2021-05-30 00:00:00', 0.00882433230422476, 0.00987615384615385, 0.0127153915998864, 0.0132834615384615, 0.0156858838254214, 0.0200892307692308, 0.0448261999487594, 0.0461553846153846, 0.100281402819957, 0.114786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 405, '2021-05-30 00:00:00', 0.00685554110527782, 0.00846038461538461, 0.0100195173613226, 0.0129619230769231, 0.0152141778665114, 0.0205519230769231, 0.04396875626554, 0.0460865384615385, 0.0995066188142585, 0.114670384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 420, '2021-05-30 00:00:00', 0.00907953476442826, 0.0110165384615385, 0.0137994263481661, 0.0165134615384615, 0.0168647597852855, 0.0221488461538461, 0.0451186813909886, 0.0471423076923077, 0.0991626193187425, 0.115136923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 435, '2021-05-30 00:00:00', 0.00882552023308627, 0.0101807692307692, 0.0114020494851381, 0.0143226923076923, 0.0147890724575224, 0.0204380769230769, 0.0498879576836551, 0.0488846153846154, 0.0985354048326715, 0.114601538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 450, '2021-05-30 00:00:00', 0.00936771719996188, 0.0104915384615385, 0.012383915399234, 0.0142461538461539, 0.0147064517291405, 0.0203276923076923, 0.0513814895253744, 0.0494046153846154, 0.102431646252513, 0.116975 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 465, '2021-05-30 00:00:00', 0.00699803185518286, 0.0089446153846154, 0.0104510570094792, 0.0137461538461539, 0.0197699549705725, 0.0221634615384616, 0.0520731783151956, 0.0512496153846154, 0.107749206734899, 0.1199 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 480, '2021-05-30 00:00:00', 0.00720973657899244, 0.0102015384615385, 0.0100714024766243, 0.0148096153846154, 0.0221736958267084, 0.0222811538461538, 0.0536355036663073, 0.0531115384615385, 0.11258754323568, 0.121609615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 495, '2021-05-30 00:00:00', 0.00714667681782669, 0.00971153846153845, 0.0170708716194035, 0.0157453846153846, 0.025629843650293, 0.0214184615384615, 0.053095527357628, 0.0522057692307693, 0.112968021277637, 0.121049230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 510, '2021-05-30 00:00:00', 0.0137991840171244, 0.0109334615384615, 0.0188900855884367, 0.0154484615384615, 0.0243193225139695, 0.0204365384615385, 0.0515981363602035, 0.0507296153846154, 0.114593433773493, 0.12122 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 525, '2021-05-30 00:00:00', 0.00840297899557059, 0.00944000000000001, 0.0129014759084139, 0.0135061538461539, 0.0162428693941017, 0.0186130769230769, 0.0448971194416061, 0.0470669230769231, 0.107365119046393, 0.118259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 540, '2021-05-30 00:00:00', 0.00956658956191567, 0.0102003846153846, 0.0109256989707753, 0.013385, 0.0184664045936231, 0.0192288461538462, 0.0456128332886194, 0.0479161538461539, 0.10610998234778, 0.117514615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 555, '2021-05-30 00:00:00', 0.00934660844288535, 0.00959423076923076, 0.0133955306208969, 0.0137361538461538, 0.0232596072491479, 0.0220842307692308, 0.0509447535820762, 0.0520215384615385, 0.106154180932192, 0.117365769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 570, '2021-05-30 00:00:00', 0.00872229775654594, 0.00872307692307691, 0.0131432169578075, 0.01268, 0.0263988550480159, 0.0231603846153846, 0.0533802905445014, 0.0545088461538462, 0.106217163744124, 0.117485384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 585, '2021-05-30 00:00:00', 0.00825425741896032, 0.00888153846153847, 0.0184608465511367, 0.0161392307692308, 0.0243587117380715, 0.0226384615384615, 0.0571654509875973, 0.0576988461538462, 0.105847161395026, 0.118279230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 600, '2021-05-30 00:00:00', 0.0150172136768238, 0.0119588461538461, 0.0209547914440001, 0.0169073076923077, 0.0257515194114833, 0.02314, 0.055738447269367, 0.05643, 0.103350214835845, 0.117661153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 615, '2021-05-30 00:00:00', 0.0116373274489397, 0.0104769230769231, 0.013322455935519, 0.0151919230769231, 0.0260355720476074, 0.0239003846153846, 0.0537693822227426, 0.0556761538461539, 0.101956110908265, 0.117786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 630, '2021-05-30 00:00:00', 0.00908483155933772, 0.0109073076923077, 0.0149731348549532, 0.0155607692307692, 0.0292856610962798, 0.0267046153846154, 0.057242434195406, 0.0597261538461539, 0.10175033298906, 0.118139230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 645, '2021-05-30 00:00:00', 0.0124006292396177, 0.0110784615384615, 0.0216103240284681, 0.0184561538461539, 0.0294064932887018, 0.0270265384615385, 0.0587767576892562, 0.0600126923076923, 0.100105583260875, 0.11766 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 660, '2021-05-30 00:00:00', 0.016053530395332, 0.0145969230769231, 0.0259298993085944, 0.0213030769230769, 0.0324954428710337, 0.0288907692307692, 0.058875371574199, 0.059955, 0.0997738839484253, 0.117293076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 675, '2021-05-30 00:00:00', 0.0167896804065428, 0.0131280769230769, 0.0207249716488625, 0.0186346153846154, 0.0255148841146617, 0.0251607692307692, 0.0547706516976438, 0.0566292307692308, 0.0994992156080408, 0.115848846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 690, '2021-05-30 00:00:00', 0.013577215303022, 0.0131692307692308, 0.0180070746780686, 0.0176076923076923, 0.0194429243012623, 0.0225542307692308, 0.0509799315809662, 0.0552, 0.0981094470954995, 0.114784230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 705, '2021-05-30 00:00:00', 0.0115885003277454, 0.0117103846153846, 0.0139524982488663, 0.0163492307692308, 0.0158894058222646, 0.0202142307692308, 0.0477381879469837, 0.0529973076923077, 0.0966640992438009, 0.113978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 720, '2021-05-30 00:00:00', 0.00923937563658098, 0.0114869230769231, 0.0126477397433449, 0.0151961538461538, 0.0163364454471025, 0.0205553846153846, 0.0464053104918624, 0.0521053846153846, 0.0963497834766638, 0.11367 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 735, '2021-05-30 00:00:00', 0.00905256822887637, 0.00978346153846154, 0.0104485966448205, 0.0127703846153846, 0.0223651211453494, 0.0228496153846154, 0.0449668961998285, 0.0514153846153846, 0.0952393403718313, 0.113327692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 750, '2021-05-30 00:00:00', 0.00812745481969317, 0.00913538461538461, 0.0129616959301094, 0.0141957692307692, 0.0260272947883563, 0.027125, 0.04391083028313, 0.0509419230769231, 0.0956208750149013, 0.113571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 765, '2021-05-30 00:00:00', 0.00957765949408391, 0.0106357692307692, 0.0179540050685077, 0.018165, 0.0295471856189384, 0.030375, 0.0441845091423889, 0.0515519230769231, 0.0958177688290883, 0.113850769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 780, '2021-05-30 00:00:00', 0.0136944704843288, 0.0138746153846154, 0.0197554019408908, 0.0210053846153846, 0.0260248587434281, 0.0285361538461538, 0.0457072918420952, 0.0520165384615385, 0.0962248110624282, 0.11421 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 795, '2021-05-30 00:00:00', 0.0132399633743393, 0.0136869230769231, 0.0189749741136947, 0.0207188461538461, 0.0235846051776284, 0.0254257692307692, 0.0514179178945957, 0.0540261538461538, 0.0936340030651259, 0.113415 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 810, '2021-05-30 00:00:00', 0.012368537187309, 0.0134419230769231, 0.0164072672125682, 0.0170257692307692, 0.0267689260610421, 0.0272776923076923, 0.0515442539198488, 0.0532719230769231, 0.0923147632171916, 0.112159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 825, '2021-05-30 00:00:00', 0.0140261767365934, 0.0123146153846154, 0.0191444903662807, 0.0183792307692308, 0.0292264887967168, 0.0282492307692308, 0.0535863704829732, 0.0547115384615385, 0.0924537498419948, 0.111979615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 840, '2021-05-30 00:00:00', 0.013435934893469, 0.0129023076923077, 0.0218818470778511, 0.0202765384615385, 0.0270894862176908, 0.0274165384615385, 0.0501794476040356, 0.0519746153846154, 0.0917683061930341, 0.110301538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 855, '2021-05-30 00:00:00', 0.0180417671657058, 0.0141176923076923, 0.0205937816006528, 0.0189861538461538, 0.025063151747904, 0.0267765384615384, 0.0483876779546834, 0.0515453846153846, 0.0899003735467554, 0.109430384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 870, '2021-05-30 00:00:00', 0.0121139646625766, 0.0133196153846154, 0.0174654360248595, 0.0188065384615385, 0.0236208506588174, 0.0268346153846154, 0.0487047225383583, 0.0523284615384615, 0.106658562785828, 0.114296538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 885, '2021-05-30 00:00:00', 0.0127901524679671, 0.0123080769230769, 0.0179532719452043, 0.0183915384615385, 0.0232580228837607, 0.0253726923076923, 0.0461463018019863, 0.050535, 0.127283383591345, 0.119862307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 900, '2021-05-30 00:00:00', 0.0139997895863309, 0.0136826923076923, 0.016833519422683, 0.0184619230769231, 0.0247229453311322, 0.0253453846153846, 0.0455326546574417, 0.0510280769230769, 0.128045652695255, 0.121883076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 915, '2021-05-30 00:00:00', 0.01063850273589, 0.0113673076923077, 0.0170025349467479, 0.0174511538461538, 0.0208234945157184, 0.0231996153846154, 0.0477608317927825, 0.0529915384615385, 0.125432837870128, 0.121588076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 930, '2021-05-30 00:00:00', 0.0127982814471319, 0.01247, 0.0166342256669333, 0.0170334615384615, 0.0218112988503313, 0.0232715384615385, 0.0470820063097766, 0.0520230769230769, 0.12465282028961, 0.121496923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 945, '2021-05-30 00:00:00', 0.0110040910783916, 0.0116026923076923, 0.0129170281233131, 0.0154865384615385, 0.0208462006757919, 0.0239188461538462, 0.0470347984647047, 0.0517811538461538, 0.123384041593717, 0.12001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 960, '2021-05-30 00:00:00', 0.008061624392525, 0.0102396153846154, 0.0152652151185427, 0.0160661538461538, 0.0215068358113272, 0.0241011538461539, 0.0480533070037849, 0.052005, 0.162840742722642, 0.129617692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 975, '2021-05-30 00:00:00', 0.0115735023420544, 0.0119873076923077, 0.0167362775017441, 0.0185038461538462, 0.02841548767567, 0.0277103846153846, 0.0467193655927027, 0.0511657692307692, 0.162139883845828, 0.129831538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 990, '2021-05-30 00:00:00', 0.0129862518131232, 0.0127280769230769, 0.0171328325782355, 0.0178080769230769, 0.0274657817012649, 0.0267873076923077, 0.0467061771437635, 0.0503392307692308, 0.162046040141493, 0.129498461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1005, '2021-05-30 00:00:00', 0.0114863855732977, 0.0107915384615385, 0.0217731546776158, 0.0192638461538462, 0.0289369881905229, 0.0265715384615385, 0.0449705984770562, 0.0489507692307692, 0.161613988975631, 0.130653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1020, '2021-05-30 00:00:00', 0.0155842008605362, 0.0145226923076923, 0.0190361390396913, 0.0185715384615385, 0.0256515568698306, 0.0250853846153846, 0.0458569581197881, 0.04877, 0.161712123064413, 0.130255 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1035, '2021-05-30 00:00:00', 0.0143664624680592, 0.0120303846153846, 0.0214670428940594, 0.0187588461538462, 0.0223797975415329, 0.025385, 0.0457572818534425, 0.0475788461538461, 0.166979109859241, 0.133744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1050, '2021-05-30 00:00:00', 0.0163741327568351, 0.0131634615384615, 0.0163538346526481, 0.0156503846153846, 0.020948347465575, 0.0238584615384615, 0.0434337649371475, 0.0454861538461538, 0.167015054238095, 0.133673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1065, '2021-05-30 00:00:00', 0.00994563846424845, 0.0107773076923077, 0.0154965973883103, 0.0186911538461538, 0.0193514377919416, 0.0249061538461538, 0.0424425595345774, 0.0450696153846154, 0.167151638765984, 0.133413076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1080, '2021-05-30 00:00:00', 0.0123085359999286, 0.0149123076923077, 0.0166051275352386, 0.0202526923076923, 0.0199350827398873, 0.0254603846153846, 0.0425502480296486, 0.0445692307692307, 0.167058982133211, 0.133140769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1095, '2021-05-30 00:00:00', 0.0118662690656525, 0.0133915384615385, 0.0161266013206083, 0.0186769230769231, 0.0282176992792713, 0.0285061538461539, 0.0420790590509743, 0.0439711538461538, 0.167218620129918, 0.132783076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1110, '2021-05-30 00:00:00', 0.0110517065372102, 0.0121257692307692, 0.0149075217411057, 0.0170273076923077, 0.02852908753967, 0.0279996153846154, 0.0421319386269079, 0.0432573076923077, 0.166985414502631, 0.133853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1125, '2021-05-30 00:00:00', 0.0110086827619768, 0.0112519230769231, 0.0247089617750322, 0.02118, 0.0288179893389262, 0.0276484615384615, 0.0421601971988528, 0.0419396153846154, 0.166879040085465, 0.134799615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1140, '2021-05-30 00:00:00', 0.0201551191168741, 0.0177488461538462, 0.0226285588242278, 0.0217776923076923, 0.027417302016175, 0.0272546153846154, 0.0434060177412516, 0.0438019230769231, 0.166977916820896, 0.135015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1155, '2021-05-30 00:00:00', 0.0156640808367915, 0.0140073076923077, 0.021782013133635, 0.0197080769230769, 0.0277014440306749, 0.0256457692307692, 0.0480210427144665, 0.0452292307692308, 0.16704061504455, 0.135237692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1170, '2021-05-30 00:00:00', 0.0132230029174105, 0.0124369230769231, 0.0189418341732303, 0.0172046153846154, 0.0216674953186707, 0.0210357692307692, 0.0478186947735522, 0.0449646153846154, 0.167384502657343, 0.135055384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1185, '2021-05-30 00:00:00', 0.0129520160830422, 0.0117438461538462, 0.0175943530276489, 0.0163376923076923, 0.0199092905912329, 0.0199396153846154, 0.0485801767121592, 0.0462057692307692, 0.167453749716612, 0.135263076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1200, '2021-05-30 00:00:00', 0.0116307038744603, 0.0108338461538462, 0.0140655872036903, 0.0143807692307692, 0.0170585021797163, 0.0180861538461539, 0.0464963159979865, 0.0442242307692308, 0.166014184593226, 0.133463076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1215, '2021-05-30 00:00:00', 0.00883486512891701, 0.00996461538461539, 0.0104661097099896, 0.0122726923076923, 0.0208750089378147, 0.0195369230769231, 0.0471941899227176, 0.0455976923076923, 0.165896449853052, 0.133175384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1230, '2021-05-30 00:00:00', 0.00715615389824621, 0.00849884615384616, 0.0134613063087674, 0.0130034615384616, 0.0219497024896607, 0.0201807692307692, 0.0470088791416456, 0.0448330769230769, 0.165909070450793, 0.133105384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1245, '2021-05-30 00:00:00', 0.00978869370557373, 0.00883269230769233, 0.0163337393947432, 0.0140088461538462, 0.0202503460369295, 0.0201111538461538, 0.046990984682007, 0.0443542307692308, 0.165915440247782, 0.133046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1260, '2021-05-30 00:00:00', 0.0116171501602654, 0.0102946153846154, 0.0149224705523119, 0.0143107692307692, 0.0347252829727629, 0.0237615384615385, 0.0466339656688127, 0.044435, 0.165917709071047, 0.133039230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1275, '2021-05-30 00:00:00', 0.00912941849188654, 0.009525, 0.0135474757739645, 0.0146796153846154, 0.0346540684169428, 0.0248146153846154, 0.049710418188359, 0.0460173076923077, 0.166061895532498, 0.132749615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1290, '2021-05-30 00:00:00', 0.0107483974905743, 0.0107438461538462, 0.0317369550281929, 0.0179423076923077, 0.0323045881594836, 0.0232919230769231, 0.0467586565198196, 0.0450865384615385, 0.165822184370905, 0.133511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1305, '2021-05-30 00:00:00', 0.0242933187142854, 0.0121969230769231, 0.0250158669678636, 0.0180880769230769, 0.0256960138453119, 0.0215765384615385, 0.0431718513154115, 0.043765, 0.166026013608155, 0.134038846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1320, '2021-05-30 00:00:00', 0.0149864578254452, 0.0130069230769231, 0.0152686440131401, 0.014665, 0.0237191770644638, 0.0217438461538462, 0.0435022173935289, 0.0432169230769231, 0.16619949556019, 0.133652692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1335, '2021-05-30 00:00:00', 0.00981092420958156, 0.00978461538461537, 0.0140623767550155, 0.01422, 0.0296389017651828, 0.0240046153846154, 0.0426044411697257, 0.0437692307692308, 0.166251310733526, 0.133293846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1350, '2021-05-30 00:00:00', 0.0118355659576744, 0.00999846153846154, 0.0195047284878466, 0.0157257692307692, 0.0280325246372577, 0.0235815384615385, 0.0419590340524587, 0.0427011538461539, 0.166153894142194, 0.132331153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1365, '2021-05-30 00:00:00', 0.0129319216074619, 0.0109473076923077, 0.0205658022492157, 0.0170069230769231, 0.0243676280875957, 0.0234411538461538, 0.0415467695235882, 0.0431153846153846, 0.166229675706651, 0.132658461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 2, 1380, '2021-05-30 00:00:00', 0.0122877353299321, 0.0106165384615385, 0.0153874372785074, 0.015295, 0.0223719998796573, 0.0216188461538461, 0.0429151688029374, 0.0443857692307692, 0.166725361099762, 0.134225384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 1395, '2021-05-30 00:00:00', 0.0107476840367516, 0.0108419230769231, 0.0164902433438219, 0.0154084615384615, 0.0214217769463334, 0.0219234615384615, 0.0412334357474424, 0.0451634615384615, 0.166645492998207, 0.133933846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 1410, '2021-05-30 00:00:00', 0.0120932619827991, 0.0104242307692308, 0.0153436590210368, 0.0149880769230769, 0.0237022523304951, 0.0224384615384615, 0.0421504363842726, 0.0453707692307692, 0.166597631506389, 0.133543461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 2, 1425, '2021-05-30 00:00:00', 0.0112023362123882, 0.0105961538461538, 0.0164005445172268, 0.0160973076923077, 0.0257216499052093, 0.0228653846153846, 0.041830051310217, 0.0456061538461539, 0.166604251885903, 0.133787692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 0, '2021-05-30 00:00:00', 0.0117661657109894, 0.0109165384615385, 0.0176936502865163, 0.0154973076923077, 0.024775309561056, 0.0225403846153846, 0.0419015558661012, 0.04587, 0.166633319117618, 0.133651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 15, '2021-05-30 00:00:00', 0.0120205824254132, 0.0104146153846154, 0.017431691832804, 0.0149119230769231, 0.0293865504976996, 0.0251769230769231, 0.0410346727480367, 0.0464565384615385, 0.167247330360205, 0.135063846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 30, '2021-05-30 00:00:00', 0.0109189662514361, 0.00982, 0.0170928636120908, 0.0161176923076923, 0.0272857922708166, 0.0249103846153846, 0.0427476745080496, 0.0481103846153846, 0.166697478805631, 0.137418076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 45, '2021-05-30 00:00:00', 0.0115809263612466, 0.0100892307692308, 0.0215521179005684, 0.016765, 0.0248272501900633, 0.02298, 0.0436167394683068, 0.0479553846153846, 0.166842442497751, 0.136981153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 60, '2021-05-30 00:00:00', 0.0142586138715676, 0.0120084615384615, 0.0181829524386062, 0.0169392307692308, 0.0247523203232468, 0.0220042307692308, 0.0475241304407965, 0.0493669230769231, 0.166870031178114, 0.136785769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 75, '2021-05-30 00:00:00', 0.0113698641355796, 0.0108223076923077, 0.0147177981421762, 0.0143130769230769, 0.0204682568984645, 0.0212226923076923, 0.0436427992756581, 0.0477561538461538, 0.167367196475295, 0.13769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 90, '2021-05-30 00:00:00', 0.00761978360282273, 0.00865692307692307, 0.0123861947965653, 0.0128215384615385, 0.016557848657173, 0.0197419230769231, 0.0412123831073212, 0.0465442307692308, 0.167234213441462, 0.137964230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 105, '2021-05-30 00:00:00', 0.00976233651099194, 0.00946692307692308, 0.0154955861904161, 0.0167892307692308, 0.0166695490456285, 0.0210442307692308, 0.0413079596222549, 0.0465980769230769, 0.167114663011313, 0.138364230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 120, '2021-05-30 00:00:00', 0.0102013548421464, 0.0121738461538461, 0.010865703021611, 0.0149530769230769, 0.0188220749612298, 0.0228553846153846, 0.0407085655038914, 0.0456457692307692, 0.166992620371726, 0.138791153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 135, '2021-05-30 00:00:00', 0.00801812093851267, 0.00955923076923078, 0.00971824026489126, 0.0130046153846154, 0.0235564135607726, 0.0251303846153846, 0.0412889372126947, 0.0457219230769231, 0.167305686454925, 0.139591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 150, '2021-05-30 00:00:00', 0.00791169717278451, 0.00985807692307693, 0.0155158198028285, 0.0170480769230769, 0.0249496208696337, 0.0257415384615385, 0.0410941402897523, 0.0460630769230769, 0.167276402890085, 0.139399615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 165, '2021-05-30 00:00:00', 0.0128451680948369, 0.0125607692307692, 0.0213681015642836, 0.0201726923076923, 0.0244041379719474, 0.0252930769230769, 0.0412563604364411, 0.0459326923076923, 0.167638737759321, 0.139888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 180, '2021-05-30 00:00:00', 0.0191776872472633, 0.0168619230769231, 0.0209555470497395, 0.0198480769230769, 0.0270699319995736, 0.0264523076923077, 0.0415758850592689, 0.0454376923076923, 0.169387585371992, 0.141826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 195, '2021-05-30 00:00:00', 0.00972198881995779, 0.0104411538461538, 0.0140072492001051, 0.0153530769230769, 0.0234522991492224, 0.0251492307692308, 0.0398874479986644, 0.0424396153846154, 0.171868609850217, 0.144240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 210, '2021-05-30 00:00:00', 0.00952629046376395, 0.011205, 0.0158757959219009, 0.0168619230769231, 0.0263666308457081, 0.0261669230769231, 0.0500487592053989, 0.046055, 0.172143447901854, 0.145373461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 225, '2021-05-30 00:00:00', 0.0104449906432922, 0.0109584615384615, 0.0155599854904026, 0.0171526923076923, 0.0271500200113257, 0.0247088461538461, 0.0548948444377626, 0.0477353846153846, 0.170467946141022, 0.144038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 240, '2021-05-30 00:00:00', 0.0122941006991159, 0.01268, 0.020648097099882, 0.0192853846153846, 0.0291892808170291, 0.0245211538461538, 0.0568697814322672, 0.0482319230769231, 0.166948776857316, 0.142793076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 255, '2021-05-30 00:00:00', 0.013988552886062, 0.0128396153846154, 0.0168321508840853, 0.0155107692307692, 0.0236356579248063, 0.0209815384615385, 0.0535987580410075, 0.0464634615384615, 0.164821133773741, 0.143597692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 270, '2021-05-30 00:00:00', 0.00925938506846722, 0.00903038461538461, 0.0162571066968832, 0.0141030769230769, 0.0178878211125292, 0.0185319230769231, 0.0520541985183195, 0.0460192307692308, 0.160431004728369, 0.142473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 285, '2021-05-30 00:00:00', 0.0112533309735384, 0.010145, 0.0143915374492736, 0.0140630769230769, 0.0148094148640446, 0.0171861538461538, 0.0508915238113986, 0.0463003846153846, 0.159376983700717, 0.142188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 300, '2021-05-30 00:00:00', 0.0098736016965208, 0.0102776923076923, 0.0109210080754762, 0.0128442307692308, 0.0151598306262103, 0.0169238461538461, 0.0508742687265531, 0.0460376923076923, 0.159139539733579, 0.143611153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 315, '2021-05-30 00:00:00', 0.00717379741731085, 0.00848576923076925, 0.00886799805697214, 0.0108084615384615, 0.0162511516656986, 0.0193323076923077, 0.0502975752237085, 0.0467057692307692, 0.157724342219631, 0.143186153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 330, '2021-05-30 00:00:00', 0.00756874187289152, 0.00832846153846153, 0.0127824453240191, 0.0127573076923077, 0.0173499623453371, 0.0205557692307692, 0.0511679504317362, 0.0486292307692308, 0.157579891903953, 0.142947307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 345, '2021-05-30 00:00:00', 0.0111856769954327, 0.00943461538461537, 0.0148935126197229, 0.0153430769230769, 0.0195258977888736, 0.0218473076923077, 0.0519950793840518, 0.0494919230769231, 0.157278612544256, 0.142130384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 360, '2021-05-30 00:00:00', 0.0101205518320206, 0.0112957692307692, 0.0119328776334707, 0.0148361538461539, 0.0177031484205494, 0.02156, 0.0532715957465572, 0.0512442307692308, 0.155168562117262, 0.140338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 375, '2021-05-30 00:00:00', 0.00915072850399604, 0.00973807692307691, 0.0149390875841248, 0.0144546153846154, 0.0187682465227432, 0.0191184615384615, 0.0537343211923255, 0.051455, 0.154697272923604, 0.140025 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 390, '2021-05-30 00:00:00', 0.0108774178850568, 0.0100196153846154, 0.0134224325721475, 0.0142380769230769, 0.0291487774041013, 0.0229919230769231, 0.0507797882217537, 0.0502803846153846, 0.154003967104247, 0.139869615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 405, '2021-05-30 00:00:00', 0.00933606740632181, 0.0102488461538461, 0.0127834906572741, 0.0133642307692308, 0.0328378813544076, 0.0249203846153846, 0.04663881241561, 0.0490034615384615, 0.153386057802376, 0.139248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 420, '2021-05-30 00:00:00', 0.0109206501356199, 0.0104707692307692, 0.0249365926270241, 0.0180096153846154, 0.0373088479524423, 0.0260034615384615, 0.0453939081443246, 0.0481561538461539, 0.152808123948354, 0.138196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 435, '2021-05-30 00:00:00', 0.0167562813251077, 0.0116603846153846, 0.0247356433823433, 0.0178084615384615, 0.0307887605866417, 0.0235923076923077, 0.041625348039201, 0.0470492307692308, 0.149139247381561, 0.136568461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 450, '2021-05-30 00:00:00', 0.0171595170274511, 0.0123561538461538, 0.0228015787712504, 0.0167976923076923, 0.0265020845624235, 0.0218269230769231, 0.0390152832874503, 0.046265, 0.148923606158945, 0.136399230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 465, '2021-05-30 00:00:00', 0.0123463687592126, 0.0101184615384615, 0.019052413858778, 0.0153446153846154, 0.0222268337376245, 0.020685, 0.0411238372423886, 0.0471415384615385, 0.148951731378374, 0.136356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 480, '2021-05-30 00:00:00', 0.0108202224347959, 0.0102215384615385, 0.0148225574093625, 0.0136119230769231, 0.0210683174933358, 0.019375, 0.0497322127645809, 0.0485176923076923, 0.149002241125634, 0.135972692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 495, '2021-05-30 00:00:00', 0.0105880148571573, 0.00905884615384615, 0.0148471619717502, 0.0136611538461538, 0.0225221374071071, 0.0205057692307692, 0.0522738457754339, 0.0488919230769231, 0.148573693298853, 0.135397307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 510, '2021-05-30 00:00:00', 0.0109688775388158, 0.0104976923076923, 0.0173691547467165, 0.0145838461538461, 0.0221184667989999, 0.0226015384615385, 0.0558059892071148, 0.0492692307692308, 0.148206191717952, 0.134973461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 525, '2021-05-30 00:00:00', 0.0133108163362906, 0.0105834615384615, 0.0178914576780696, 0.0160746153846154, 0.023735697853979, 0.0240661538461538, 0.0557059179841921, 0.0494223076923077, 0.14807583324562, 0.134870769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 540, '2021-05-30 00:00:00', 0.0140967405507034, 0.0123769230769231, 0.0173428536734432, 0.0178584615384615, 0.0275976051831704, 0.0262496153846154, 0.0548516198105959, 0.0492303846153846, 0.147690427334184, 0.133746923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 555, '2021-05-30 00:00:00', 0.00972161354128797, 0.0109053846153846, 0.0146739304367146, 0.0149276923076923, 0.0246188460768137, 0.0246369230769231, 0.0537799310466703, 0.0495607692307692, 0.146707158525463, 0.132148846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 570, '2021-05-30 00:00:00', 0.0105818503035223, 0.0101496153846154, 0.0202659902451221, 0.0179138461538462, 0.0255668568628636, 0.0248053846153846, 0.0536162263168674, 0.0493873076923077, 0.146680529469792, 0.131528461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 585, '2021-05-30 00:00:00', 0.0175378428504236, 0.0124096153846154, 0.0205615100500537, 0.0176734615384615, 0.02516575529136, 0.0240092307692308, 0.0539280084514389, 0.0488565384615385, 0.146361137715531, 0.129704230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032236, 3, 600, '2021-05-30 00:00:00', 0.0126454678594592, 0.0119542307692308, 0.0163923720534419, 0.0164215384615385, 0.0229660721969136, 0.0226480769230769, 0.0534372925269927, 0.0490261538461539, 0.14614545364649, 0.128718461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 615, '2021-05-30 00:00:00', 0.0110119854773718, 0.0108419230769231, 0.0173772735933593, 0.0156284615384616, 0.0232992721741722, 0.0235503846153846, 0.053552281446768, 0.0486380769230769, 0.145627980946182, 0.129177692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 630, '2021-05-30 00:00:00', 0.0105385523454819, 0.0101884615384615, 0.0136758285812822, 0.0142892307692308, 0.0181875967034172, 0.0221246153846154, 0.06706423715651, 0.0543957692307692, 0.145195272485553, 0.128868076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 645, '2021-05-30 00:00:00', 0.00786907634106691, 0.00931230769230771, 0.0155724868474943, 0.0166388461538462, 0.0272238881414551, 0.0230915384615385, 0.0875408332186494, 0.0621961538461539, 0.14435336814061, 0.127628461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 660, '2021-05-30 00:00:00', 0.0146022683380146, 0.0140638461538462, 0.0154682950629294, 0.0170680769230769, 0.0421572277314341, 0.026515, 0.0889641279280587, 0.064545, 0.144235633314166, 0.127248461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 675, '2021-05-30 00:00:00', 0.00855346231291526, 0.00985846153846153, 0.0252502355937219, 0.0166984615384615, 0.0434452161055914, 0.0259723076923077, 0.0888632435253528, 0.0629453846153846, 0.143995948108058, 0.126356538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 690, '2021-05-30 00:00:00', 0.021769858046956, 0.0127007692307692, 0.0378118579609828, 0.0192823076923077, 0.0460387707715339, 0.0264369230769231, 0.087680037966724, 0.0626046153846154, 0.142877228578083, 0.125423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 705, '2021-05-30 00:00:00', 0.0234074242923052, 0.01284, 0.0266381020691444, 0.0173053846153846, 0.0325750418572256, 0.02341, 0.0833859052441395, 0.0601457692307692, 0.139732783724452, 0.123119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 720, '2021-05-30 00:00:00', 0.015388164008044, 0.0110765384615385, 0.0280826443308921, 0.0176238461538462, 0.0279787944453542, 0.0215511538461539, 0.124764086336512, 0.0697907692307692, 0.137576065970793, 0.12235 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 735, '2021-05-30 00:00:00', 0.0239413861721947, 0.0130403846153846, 0.0239301904585947, 0.0157507692307692, 0.0265676498482937, 0.0239323076923077, 0.122156297719829, 0.0704961538461538, 0.135615121751, 0.121846538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 750, '2021-05-30 00:00:00', 0.014739787040524, 0.010965, 0.0189914939542782, 0.0152211538461538, 0.0248604561502801, 0.02386, 0.121422996119415, 0.0703788461538462, 0.1354776677708, 0.121636153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 765, '2021-05-30 00:00:00', 0.00806328813440655, 0.00892346153846153, 0.0144108146836379, 0.0166803846153846, 0.0210489920569937, 0.0235211538461538, 0.120510582761592, 0.0715484615384615, 0.135572700760089, 0.121369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 780, '2021-05-30 00:00:00', 0.0135870079119724, 0.01397, 0.0153258652409779, 0.0172957692307692, 0.0231341579388242, 0.0248565384615385, 0.121189501845409, 0.0724115384615385, 0.135005189705376, 0.121229230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 795, '2021-05-30 00:00:00', 0.00740814861123572, 0.00926538461538462, 0.0135239739039177, 0.0154130769230769, 0.0177275328362843, 0.0211526923076923, 0.124055087649988, 0.0755203846153846, 0.130837262977863, 0.119266538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 810, '2021-05-30 00:00:00', 0.010812065767181, 0.0117869230769231, 0.0142491546469903, 0.0155880769230769, 0.0385513125247976, 0.0268342307692308, 0.123196764860746, 0.0752619230769231, 0.129975951105757, 0.118935384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 825, '2021-05-30 00:00:00', 0.00960192775516378, 0.00929615384615385, 0.0129092904470445, 0.0147403846153846, 0.064609812053112, 0.0345684615384615, 0.121874031218871, 0.0740984615384615, 0.127911285786433, 0.118646538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 840, '2021-05-30 00:00:00', 0.0108871618679278, 0.0119315384615385, 0.0368177001935001, 0.0214865384615385, 0.0666071205664518, 0.0373169230769231, 0.121862030815433, 0.0741423076923077, 0.127971373556144, 0.119285384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 855, '2021-05-30 00:00:00', 0.0322878496318066, 0.0159153846153846, 0.0602473911098104, 0.0281065384615385, 0.0633505380124079, 0.0369923076923077, 0.117309923887374, 0.0739823076923077, 0.123849794035418, 0.118831153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 870, '2021-05-30 00:00:00', 0.0399705999281395, 0.0200288461538462, 0.0446568664321453, 0.0263965384615385, 0.0525492894660301, 0.0347207692307692, 0.106196837243938, 0.0738738461538461, 0.114360330274364, 0.116262692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 885, '2021-05-30 00:00:00', 0.0198229471533915, 0.0150153846153846, 0.0280016848531545, 0.0219211538461538, 0.0458943651459942, 0.0315180769230769, 0.104988828243771, 0.07226, 0.112051055972781, 0.113426153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 900, '2021-05-30 00:00:00', 0.0172358105073754, 0.0147096153846154, 0.0218296468169745, 0.0193619230769231, 0.0947170910684104, 0.0417973076923077, 0.102093254155962, 0.0702319230769231, 0.111114231509047, 0.112469615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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 1032236, 3, 915, '2021-05-30 00:00:00', 0.0139838166298926, 0.0116434615384615, 0.0377280947774793, 0.0215465384615385, 0.0901165939888645, 0.0417280769230769, 0.09682343554914, 0.0678134615384615, 0.108079416914672, 0.111313846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032236 and enddate = '2021-05-30 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, [...];
Date: 2021-05-30 19:00:08 Duration: 3s1ms Database: acaweb_fx User: pgperfstats
7 2s994ms 2s994ms 2s994ms 1 2s994ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where[...];Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 30 19 1 2s994ms 2s994ms [ User: pgperfstats - Total duration: 2s994ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 180, '2021-05-30 00:00:00', 0.0211579557355858, 0.0497499999999995, 0.0260273748661722, 0.0688333333333328, 0.0215357349256528, 0.0918333333333325, 0.0464715618481459, 0.157166666666669, 0.158277374481406, 0.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 195, '2021-05-30 00:00:00', 0.0158190525709454, 0.0416666666666667, 0.0185366140545172, 0.0558333333333323, 0.0296109879278062, 0.0869166666666636, 0.0477455376306139, 0.151000000000002, 0.173031504400648, 0.473416666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 210, '2021-05-30 00:00:00', 0.0147737994948885, 0.0354166666666664, 0.0200822173712326, 0.0577499999999998, 0.0341569461412595, 0.0938333333333337, 0.0527461042651637, 0.144166666666668, 0.177929058897078, 0.47075 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 225, '2021-05-30 00:00:00', 0.0190732241319568, 0.0398333333333329, 0.0306811559973436, 0.0536666666666659, 0.0485276397342981, 0.09275, 0.059175330138239, 0.140083333333334, 0.178077272978657, 0.468666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 240, '2021-05-30 00:00:00', 0.0133447867473905, 0.0369166666666665, 0.025602290380496, 0.0637500000000012, 0.0442068142286043, 0.0923333333333349, 0.0559027158227894, 0.128250000000001, 0.178793346090005, 0.467166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 255, '2021-05-30 00:00:00', 0.0273085409763394, 0.0396153846153858, 0.0384567689350393, 0.0576153846153864, 0.0423933049866618, 0.0837692307692307, 0.0516028969570421, 0.121769230769233, 0.176141260327453, 0.453076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 270, '2021-05-30 00:00:00', 0.0158946854527243, 0.036846153846156, 0.0236214808802145, 0.0538461538461563, 0.0247469241808003, 0.0709230769230789, 0.0344515639182067, 0.111923076923079, 0.174226863600307, 0.444 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 285, '2021-05-30 00:00:00', 0.0119620125225525, 0.0346153846153848, 0.0170433083341913, 0.0511538461538455, 0.01707111820951, 0.0616153846153848, 0.0342494619085575, 0.115230769230772, 0.172405120692586, 0.443230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 300, '2021-05-30 00:00:00', 0.0130703226177968, 0.0370000000000007, 0.0127907217975604, 0.044461538461542, 0.0131709665163329, 0.0561538461538476, 0.044498343386047, 0.12446153846154, 0.172405120692586, 0.443230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 315, '2021-05-30 00:00:00', 0.00930536101340182, 0.0243846153846159, 0.00838114489455804, 0.0330769230769236, 0.012178164570562, 0.0458461538461563, 0.0407094142706151, 0.131384615384619, 0.16411827348686, 0.440153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 330, '2021-05-30 00:00:00', 0.00731875006842528, 0.0246923076923097, 0.00641012820384595, 0.0333846153846174, 0.0126592420885446, 0.0463846153846204, 0.0437215841784906, 0.139076923076927, 0.16411827348686, 0.440153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 345, '2021-05-30 00:00:00', 0.00429071747033778, 0.0240769230769233, 0.00727482487232892, 0.0313846153846188, 0.00986056637474566, 0.0426923076923093, 0.0408563775895955, 0.143076923076925, 0.16129503942648, 0.438615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 360, '2021-05-30 00:00:00', 0.00900569620310308, 0.0235384615384624, 0.0108675003612853, 0.0355384615384629, 0.0127581045131788, 0.0445384615384621, 0.0370585122924998, 0.156000000000003, 0.157681112798374, 0.443000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 375, '2021-05-30 00:00:00', 0.0112796617516103, 0.0236923076923093, 0.00939448829135586, 0.0293846153846158, 0.017281975195752, 0.0460000000000032, 0.0404989711803493, 0.164, 0.157630694655059, 0.447461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 390, '2021-05-30 00:00:00', 0.00744380658065699, 0.0160769230769233, 0.0116937414775389, 0.0269230769230776, 0.0242516190313334, 0.0501538461538484, 0.0397579213200629, 0.165769230769232, 0.157049110398384, 0.458615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 405, '2021-05-30 00:00:00', 0.00861647200097505, 0.0199230769230791, 0.0151196085962088, 0.0344615384615412, 0.0265066513181601, 0.0535384615384625, 0.0541224869138831, 0.182923076923078, 0.157360438777693, 0.467846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 420, '2021-05-30 00:00:00', 0.00768698533820089, 0.0233846153846166, 0.0147873820085451, 0.0350000000000021, 0.02349822688346, 0.0530000000000006, 0.0888252389635023, 0.202384615384618, 0.151260727528027, 0.474153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 435, '2021-05-30 00:00:00', 0.00936647047882755, 0.0236923076923082, 0.0182938969786805, 0.0349999999999977, 0.0212617991375182, 0.0556923076923047, 0.0949819820970123, 0.204923076923079, 0.150526852532474, 0.483 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 450, '2021-05-30 00:00:00', 0.0116789312823326, 0.0223076923076906, 0.0100709024880125, 0.0346153846153826, 0.0177817970883819, 0.0552307692307673, 0.114975749951556, 0.216384615384617, 0.1511447769185, 0.485923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 465, '2021-05-30 00:00:00', 0.00988718414192881, 0.0256153846153823, 0.014803412634967, 0.0401538461538422, 0.0198771870269056, 0.0594615384615382, 0.121627531464946, 0.233615384615387, 0.151118055395992, 0.491000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 480, '2021-05-30 00:00:00', 0.0106235104536594, 0.0297692307692275, 0.017608637158057, 0.0396923076923059, 0.0339228007431046, 0.0726153846153859, 0.118502894046668, 0.237538461538464, 0.150971214780525, 0.492153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 495, '2021-05-30 00:00:00', 0.0144710143531923, 0.0270769230769245, 0.0169599830672396, 0.0431538461538489, 0.0291547594742261, 0.083000000000005, 0.115624502770934, 0.240230769230772, 0.152053170524873, 0.502000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 510, '2021-05-30 00:00:00', 0.0111889368437014, 0.0332307692307705, 0.0240256273431236, 0.0586923076923092, 0.0302127074640386, 0.0868461538461553, 0.108355776767897, 0.245153846153847, 0.152847124898518, 0.502923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 525, '2021-05-30 00:00:00', 0.0241597249092853, 0.0427692307692306, 0.0222509002986972, 0.0635384615384632, 0.028161393832055, 0.0846923076923054, 0.102731414814277, 0.244076923076923, 0.149782705858715, 0.502230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 540, '2021-05-30 00:00:00', 0.01114588575353, 0.0496923076923099, 0.0174862583410309, 0.06946153846154, 0.0296580944111818, 0.101538461538461, 0.107497763840783, 0.245461538461539, 0.148793265631999, 0.506461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 555, '2021-05-30 00:00:00', 0.0139830483452499, 0.0427692307692317, 0.0145108270806342, 0.0583076923076898, 0.0363986122586978, 0.111230769230769, 0.104581400022994, 0.249538461538463, 0.143072735670732, 0.503846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 570, '2021-05-30 00:00:00', 0.0129134197738792, 0.0503846153846133, 0.0314946067829124, 0.078076923076922, 0.0313272634600811, 0.117307692307694, 0.104781151661879, 0.252384615384616, 0.142233466435852, 0.504230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 585, '2021-05-30 00:00:00', 0.0254734653295825, 0.0546923076923076, 0.0296840197015318, 0.0938461538461538, 0.0528510242968903, 0.128307692307693, 0.0951556754171941, 0.250461538461538, 0.133863832460546, 0.49923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 600, '2021-05-30 00:00:00', 0.0219436925111879, 0.0727692307692295, 0.0217391293199532, 0.084384615384616, 0.0685591640436109, 0.13723076923077, 0.0943567290005949, 0.246230769230771, 0.128160156214891, 0.49323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 615, '2021-05-30 00:00:00', 0.0199814016089072, 0.0473846153846143, 0.0316553961049931, 0.0873076923076905, 0.0641305759309154, 0.124692307692308, 0.0894593447269442, 0.241153846153847, 0.12414817449632, 0.489461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 630, '2021-05-30 00:00:00', 0.0221263852239137, 0.0570769230769223, 0.0578822854970264, 0.0892307692307701, 0.073574051306431, 0.132846153846154, 0.0826559132790884, 0.229000000000002, 0.123910016978822, 0.491769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 645, '2021-05-30 00:00:00', 0.0473470547103377, 0.060923076923077, 0.0464444802273645, 0.0813846153846159, 0.0754554546804013, 0.14023076923077, 0.0710218456821742, 0.217538461538463, 0.12248301818452, 0.487384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 660, '2021-05-30 00:00:00', 0.0154919333848296, 0.054000000000001, 0.0356780475492039, 0.087384615384615, 0.0468309836074496, 0.129846153846155, 0.0423854413805697, 0.203230769230772, 0.120343951516751, 0.476 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 675, '2021-05-30 00:00:00', 0.0278282276907876, 0.0580769230769227, 0.0509813942934354, 0.0934615384615398, 0.0453588257886267, 0.118384615384616, 0.035748229290917, 0.19946153846154, 0.122190530079158, 0.47223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 690, '2021-05-30 00:00:00', 0.043973476854425, 0.0689999999999993, 0.0386881019277146, 0.0914615384615379, 0.0389002669557768, 0.114692307692307, 0.0467941482206098, 0.191230769230771, 0.122245549444445, 0.472153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 705, '2021-05-30 00:00:00', 0.00752261547533661, 0.0446153846153834, 0.0175568673100756, 0.0629230769230735, 0.0268526367897854, 0.0993076923076899, 0.0512957738050283, 0.184615384615384, 0.118319591112485, 0.465769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 720, '2021-05-30 00:00:00', 0.010078537744977, 0.044923076923075, 0.0253491010309427, 0.0669230769230751, 0.0268550238818063, 0.0952307692307681, 0.0521807755148722, 0.181000000000001, 0.1187786132869, 0.464769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 735, '2021-05-30 00:00:00', 0.0149687709102695, 0.0403076923076902, 0.0211408584838924, 0.0694615384615389, 0.0230414898912872, 0.0939230769230772, 0.0540131750309418, 0.181615384615385, 0.118764364853159, 0.463846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 750, '2021-05-30 00:00:00', 0.0175951625053516, 0.0506153846153869, 0.0220863689253731, 0.0608461538461547, 0.0334227007148859, 0.0859230769230784, 0.0519897672377564, 0.176461538461539, 0.129333250726908, 0.465384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 765, '2021-05-30 00:00:00', 0.0172701016284343, 0.0443846153846152, 0.0284090993006974, 0.0650769230769234, 0.0311100198221302, 0.0850000000000003, 0.0595096415372953, 0.186692307692307, 0.126023451216073, 0.468076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 780, '2021-05-30 00:00:00', 0.0176042681304933, 0.0450769230769219, 0.0207821422355224, 0.058307692307692, 0.0267390044499483, 0.0891538461538477, 0.0820482190934707, 0.200923076923077, 0.128367411392815, 0.469230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 795, '2021-05-30 00:00:00', 0.00823064941202165, 0.0409230769230788, 0.0146855938479395, 0.0590000000000019, 0.0247246373544222, 0.0918461538461562, 0.0861211877203212, 0.215769230769229, 0.122571172417057, 0.478230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 810, '2021-05-30 00:00:00', 0.0155501669543346, 0.0391538461538462, 0.0226033240124166, 0.0600769230769235, 0.0264308483327694, 0.0823846153846141, 0.0921057780976539, 0.218846153846154, 0.123623860861722, 0.482769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 825, '2021-05-30 00:00:00', 0.0184171742591617, 0.0477692307692304, 0.0261247009552279, 0.0659999999999981, 0.0218898758942752, 0.0869999999999989, 0.0949266923635111, 0.224923076923075, 0.131715067377877, 0.491769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 840, '2021-05-30 00:00:00', 0.0125074336870484, 0.042538461538458, 0.0177926086641902, 0.0629230769230746, 0.0275534445703692, 0.0907692307692302, 0.0864497779208505, 0.229692307692306, 0.132358196979607, 0.491769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 855, '2021-05-30 00:00:00', 0.0156631201659589, 0.046999999999997, 0.0196960883790626, 0.064461538461538, 0.0283691327380211, 0.0951538461538458, 0.0794605207570059, 0.229846153846153, 0.131232715589618, 0.490230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 870, '2021-05-30 00:00:00', 0.0172113558219817, 0.0446923076923068, 0.0243460627048991, 0.0656923076923087, 0.0350812244326278, 0.0962307692307696, 0.0776053461018616, 0.227384615384615, 0.130714407814351, 0.490615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 885, '2021-05-30 00:00:00', 0.0135793017455796, 0.0463076923076926, 0.0164133310420957, 0.0643076923076922, 0.0344952616590031, 0.102384615384616, 0.0775375839388675, 0.228923076923076, 0.127704386206622, 0.493076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 900, '2021-05-30 00:00:00', 0.0176464567519224, 0.0526923076923079, 0.0279537163255675, 0.0739230769230779, 0.0309596511608254, 0.106, 0.0794367188880059, 0.234230769230769, 0.127968996645922, 0.493692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 915, '2021-05-30 00:00:00', 0.0204328167417027, 0.051000000000003, 0.0267687149965037, 0.0823076923076951, 0.0389230009120565, 0.107000000000002, 0.0740274550593505, 0.232307692307693, 0.128383240379172, 0.496615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 930, '2021-05-30 00:00:00', 0.0277867335990127, 0.0614615384615379, 0.0294772837352812, 0.0779230769230762, 0.040093320627935, 0.109153846153846, 0.0710745365344674, 0.231615384615384, 0.125526991683165, 0.495230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 945, '2021-05-30 00:00:00', 0.0198478184553364, 0.0525384615384588, 0.029234244057972, 0.0798461538461536, 0.0229668099433609, 0.118153846153845, 0.0514800185284751, 0.224769230769229, 0.124576050297367, 0.488769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 960, '2021-05-30 00:00:00', 0.0299495301962211, 0.0658461538461545, 0.0338266697997822, 0.0860769230769231, 0.0305936980271143, 0.140153846153845, 0.0523364362954002, 0.223538461538461, 0.12577151648515, 0.491846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 975, '2021-05-30 00:00:00', 0.0206645987385549, 0.0537692307692317, 0.0263285454913917, 0.0872307692307682, 0.0416942472819703, 0.139076923076921, 0.0531112765079846, 0.210153846153845, 0.124023157473691, 0.491076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 990, '2021-05-30 00:00:00', 0.0334618037124768, 0.0717692307692291, 0.0316422307878386, 0.110692307692306, 0.0461349747744153, 0.14246153846154, 0.0518304682199321, 0.207692307692307, 0.125255431327042, 0.489384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1005, '2021-05-30 00:00:00', 0.0262817573466977, 0.0796923076923078, 0.0374222270438707, 0.107615384615385, 0.0417469482993392, 0.144846153846152, 0.0437267154154712, 0.19376923076923, 0.121879985105147, 0.48530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1020, '2021-05-30 00:00:00', 0.027975722075418, 0.0678461538461531, 0.02840436044532, 0.091846153846154, 0.0277093430508127, 0.146153846153843, 0.0422850522173693, 0.179230769230767, 0.12242810553807, 0.486153846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1035, '2021-05-30 00:00:00', 0.0236854385646515, 0.0640000000000017, 0.0316948592450582, 0.100307692307691, 0.0377119650468132, 0.136230769230768, 0.0460633621583713, 0.174999999999999, 0.124950656927712, 0.488999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1050, '2021-05-30 00:00:00', 0.0193039121848654, 0.0701538461538455, 0.0308561592571462, 0.105461538461538, 0.0414705641667386, 0.127153846153847, 0.0392021388741444, 0.162846153846153, 0.120251232735299, 0.488769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1065, '2021-05-30 00:00:00', 0.0261251916935676, 0.0757692307692296, 0.0326168510797573, 0.0947692307692307, 0.0329743490050648, 0.115846153846154, 0.0308825317814264, 0.153307692307691, 0.123690577548815, 0.492769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1080, '2021-05-30 00:00:00', 0.0192809857179675, 0.0563846153846157, 0.0346076914528036, 0.0762307692307703, 0.0354955757445341, 0.107538461538462, 0.0348619990011904, 0.148230769230769, 0.121863206201221, 0.490846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1095, '2021-05-30 00:00:00', 0.0153785564992284, 0.0459999999999999, 0.027912408783596, 0.0684615384615385, 0.0288934825407597, 0.0879999999999993, 0.0408704959096096, 0.131692307692307, 0.118708920019972, 0.487153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1110, '2021-05-30 00:00:00', 0.0183386938550095, 0.0458461538461563, 0.0220852079513954, 0.0643846153846178, 0.0203863327771962, 0.0744615384615387, 0.0419214772689387, 0.127076923076922, 0.118306371070614, 0.487692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1125, '2021-05-30 00:00:00', 0.0132969053658231, 0.0361538461538461, 0.0133675842130255, 0.0442307692307673, 0.0256677488949338, 0.0699999999999997, 0.0442071174220754, 0.12253846153846, 0.117939358603023, 0.486769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1140, '2021-05-30 00:00:00', 0.00724037823066325, 0.0306153846153843, 0.0155555250304952, 0.0488461538461531, 0.0305664471652786, 0.0761538461538458, 0.0442985211306078, 0.120769230769229, 0.116775315709162, 0.48684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1155, '2021-05-30 00:00:00', 0.0154467654899828, 0.0364615384615388, 0.0219492421456714, 0.0555384615384633, 0.0439460625114077, 0.0796153846153844, 0.0418976163571433, 0.116923076923077, 0.123042310838226, 0.488923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1170, '2021-05-30 00:00:00', 0.0146484443910247, 0.0380769230769245, 0.0233789846459784, 0.0509230769230774, 0.0376721688742818, 0.0687692307692301, 0.0427051609203261, 0.116692307692306, 0.123085648729157, 0.48907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1185, '2021-05-30 00:00:00', 0.0170910082822122, 0.0295384615384605, 0.0291358445200685, 0.0473076923076908, 0.0277350098112637, 0.0573076923076905, 0.0415841747512649, 0.109923076923076, 0.12403871397311, 0.488461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1200, '2021-05-30 00:00:00', 0.0198981380394222, 0.0374615384615391, 0.0186520088970982, 0.0446923076923079, 0.0239039209314582, 0.058692307692307, 0.0433135556444421, 0.111307692307691, 0.123629253446313, 0.490769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1215, '2021-05-30 00:00:00', 0.0120517048480141, 0.0300769230769257, 0.0162421578710357, 0.0411538461538448, 0.0207907770479202, 0.0613846153846144, 0.0415824790519113, 0.118461538461538, 0.125707026097417, 0.491384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1230, '2021-05-30 00:00:00', 0.00630628502124691, 0.0265384615384604, 0.0168789050562358, 0.0373076923076923, 0.0215701003884852, 0.0594615384615371, 0.0434782586399129, 0.118230769230768, 0.12809836965275, 0.490769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1245, '2021-05-30 00:00:00', 0.014311103811645, 0.0288461538461538, 0.0165001942490507, 0.0396153846153825, 0.0276159559972335, 0.0588461538461517, 0.0463062547694096, 0.120538461538459, 0.127366924016141, 0.489999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1260, '2021-05-30 00:00:00', 0.00803757202782901, 0.023461538461539, 0.0207620832905618, 0.0383076923076927, 0.0249018586475513, 0.0595384615384605, 0.0510546464396428, 0.123923076923074, 0.126373530578083, 0.487538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1275, '2021-05-30 00:00:00', 0.0201281153027565, 0.0278461538461534, 0.0251643316967405, 0.0379230769230765, 0.0263229450460501, 0.0586923076923059, 0.0460607180099226, 0.129384615384611, 0.126094134555226, 0.488692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1290, '2021-05-30 00:00:00', 0.0131138994572303, 0.0251538461538427, 0.017966849815913, 0.0418461538461514, 0.0211953671764247, 0.0559230769230728, 0.0389495070901284, 0.134692307692304, 0.126094134555226, 0.488692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1305, '2021-05-30 00:00:00', 0.0111170924071766, 0.0316153846153847, 0.0135187429244116, 0.0416153846153833, 0.017920408076854, 0.048846153846151, 0.037779725942728, 0.133846153846151, 0.125862104029648, 0.48853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1320, '2021-05-30 00:00:00', 0.0127596117616355, 0.0268461538461509, 0.0174050537900872, 0.0355384615384585, 0.021313291868133, 0.0456153846153827, 0.0444327495297015, 0.140538461538459, 0.125914551815805, 0.488153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1335, '2021-05-30 00:00:00', 0.0104335504196289, 0.0232307692307687, 0.011382622833251, 0.0296923076923074, 0.0148570107770958, 0.0446923076923047, 0.046064475438627, 0.14153846153846, 0.126688948782404, 0.489615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1350, '2021-05-30 00:00:00', 0.00856498536828669, 0.0202307692307696, 0.0109421556025641, 0.0343076923076911, 0.0181916436155723, 0.0474615384615377, 0.0447034387480116, 0.148692307692307, 0.127679034682428, 0.49053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1365, '2021-05-30 00:00:00', 0.0095950040418982, 0.0256923076923079, 0.0132887073709119, 0.0336153846153833, 0.0220131079831331, 0.0469230769230758, 0.0451762928525265, 0.148692307692307, 0.127643634529491, 0.491692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 1, 1380, '2021-05-30 00:00:00', 0.00553665471693384, 0.0196363636363618, 0.00835463942968617, 0.0269999999999984, 0.0224252292985157, 0.0420909090909085, 0.0486206091730999, 0.158818181818179, 0.123998607030301, 0.48763636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 1395, '2021-05-30 00:00:00', 0.0103616425514313, 0.0158181818181837, 0.0191021179216053, 0.0259090909090906, 0.0193494185959137, 0.0779999999999991, 0.049731826283121, 0.167636363636361, 0.123998607030301, 0.48763636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 1410, '2021-05-30 00:00:00', 0.00813410329192215, 0.0168181818181807, 0.0114566376155719, 0.0303636363636367, 0.0214675230395738, 0.0866363636363613, 0.0510966997688952, 0.172454545454541, 0.124344170459548, 0.489454545454543 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 1, 1425, '2021-05-30 00:00:00', 0.0109041276588275, 0.0253, 0.0202662828911015, 0.0774999999999992, 0.0253379381779821, 0.0956999999999979, 0.0518888769926219, 0.177699999999996, 0.13186289175588, 0.487399999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 180, '2021-05-30 00:00:00', 0.0167898015443147, 0.0446923076923068, 0.0157858261643925, 0.0622307692307669, 0.0239264364035764, 0.0808461538461507, 0.0467118828565055, 0.154999999999996, 0.129707906565643, 0.490846153846149 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 195, '2021-05-30 00:00:00', 0.0133128047094069, 0.0373076923076901, 0.0195218483782313, 0.0505384615384613, 0.0196970647299103, 0.0738461538461523, 0.0468155135365635, 0.144230769230768, 0.132187270033748, 0.488846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 210, '2021-05-30 00:00:00', 0.0112438017113022, 0.0316153846153858, 0.0130820879694711, 0.0468461538461523, 0.0195769356707415, 0.0766153846153831, 0.043265578193409, 0.142923076923076, 0.13191421066117, 0.489230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 225, '2021-05-30 00:00:00', 0.0121148351523737, 0.0345384615384603, 0.0184724326830738, 0.0593076923076913, 0.0209140487686491, 0.0783076923076913, 0.0438142934176969, 0.142230769230768, 0.131899242819703, 0.489076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 240, '2021-05-30 00:00:00', 0.021470910553583, 0.0429999999999987, 0.0240871813978372, 0.0607692307692291, 0.0297474411741598, 0.0829230769230772, 0.0460359391378903, 0.137846153846153, 0.131254548150748, 0.490615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 255, '2021-05-30 00:00:00', 0.0125723546944931, 0.034692307692305, 0.0134878863030144, 0.0453846153846135, 0.0326001415759071, 0.0704615384615382, 0.0441635944746704, 0.119384615384615, 0.128465200316304, 0.479846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 270, '2021-05-30 00:00:00', 0.0100032046147275, 0.0326923076923075, 0.0272121296483738, 0.0500000000000004, 0.0303099374412446, 0.0732307692307702, 0.0406048816062373, 0.113615384615384, 0.131645064764781, 0.476615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 285, '2021-05-30 00:00:00', 0.0250351035599299, 0.0386153846153832, 0.0297670442448847, 0.0500769230769206, 0.0253842268812537, 0.0687692307692301, 0.0343500083977151, 0.108615384615383, 0.131963621638307, 0.474692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 300, '2021-05-30 00:00:00', 0.0185157590536619, 0.0310000000000004, 0.0207104581533815, 0.0473846153846165, 0.0201542131499177, 0.0642307692307687, 0.0289774448095842, 0.10223076923077, 0.132936412406796, 0.472384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 315, '2021-05-30 00:00:00', 0.0166752541978839, 0.0336923076923079, 0.0144310917901701, 0.0423846153846177, 0.0318054986376534, 0.0616153846153837, 0.0291951875205285, 0.112230769230768, 0.133872451734229, 0.470999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 330, '2021-05-30 00:00:00', 0.0101501547291433, 0.0247692307692321, 0.0165304691481036, 0.0386153846153832, 0.0383532835487965, 0.0551538461538428, 0.0281352047013991, 0.134384615384615, 0.137561780992193, 0.472923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 345, '2021-05-30 00:00:00', 0.0143034871129297, 0.0293846153846147, 0.0286665175905514, 0.0415384615384598, 0.0302479073232509, 0.0575384615384619, 0.0366728433026057, 0.148307692307692, 0.138061348310947, 0.472538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 360, '2021-05-30 00:00:00', 0.0224105057781147, 0.0323076923076924, 0.0266133280663896, 0.045461538461538, 0.0252170068782461, 0.0593076923076935, 0.0545917247415423, 0.167384615384613, 0.138061348310947, 0.472538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 375, '2021-05-30 00:00:00', 0.0098690139273118, 0.0223076923076906, 0.0112038226077379, 0.0322307692307701, 0.0198636376971613, 0.047692307692307, 0.0560347877295667, 0.189307692307691, 0.141533179946052, 0.473153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 390, '2021-05-30 00:00:00', 0.00673490715296069, 0.0222307692307693, 0.00839184585911196, 0.0313846153846133, 0.0114455231422596, 0.049, 0.0582346050967059, 0.19953846153846, 0.156141208279803, 0.481923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 405, '2021-05-30 00:00:00', 0.00620690269181608, 0.0212307692307689, 0.0100217711725978, 0.0325384615384606, 0.0149923057189077, 0.0475384615384622, 0.0615834851321842, 0.217769230769231, 0.16114665243108, 0.488923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 420, '2021-05-30 00:00:00', 0.006706292490967, 0.0258461538461505, 0.00906033904386543, 0.0356153846153831, 0.0113176739478449, 0.0453846153846146, 0.0725300114718228, 0.225461538461537, 0.160690616897733, 0.490153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 435, '2021-05-30 00:00:00', 0.00698349703008715, 0.0215384615384616, 0.00909635035294625, 0.030923076923077, 0.0205164099423608, 0.0463846153846171, 0.0684902201515678, 0.235923076923076, 0.161720239603569, 0.494461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 450, '2021-05-30 00:00:00', 0.00935277279604251, 0.0228461538461536, 0.0117854756330605, 0.0293076923076934, 0.0232894275562436, 0.0473076923076919, 0.0710088474083078, 0.238615384615384, 0.161297106019471, 0.497615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 465, '2021-05-30 00:00:00', 0.0100371106272494, 0.0209230769230774, 0.0213039661649898, 0.0377692307692307, 0.0175736545241272, 0.0500000000000004, 0.0696331044171459, 0.24553846153846, 0.160925886748034, 0.504153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 480, '2021-05-30 00:00:00', 0.0163910544708598, 0.0319999999999987, 0.0173707682542725, 0.0390769230769227, 0.00989107341664074, 0.0539999999999988, 0.0795692731572253, 0.253461538461538, 0.161407947886794, 0.503769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 495, '2021-05-30 00:00:00', 0.0131300204073518, 0.0226923076923078, 0.0103910711177623, 0.0338461538461537, 0.0210573088596362, 0.0749230769230783, 0.0807687423672663, 0.256615384615385, 0.162660689780906, 0.501999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 510, '2021-05-30 00:00:00', 0.00904050713349523, 0.0273076923076904, 0.0115386752116977, 0.0421538461538441, 0.0358418892588125, 0.103846153846153, 0.0797795038262929, 0.258538461538462, 0.162748705142748, 0.501846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 525, '2021-05-30 00:00:00', 0.0112443718115271, 0.0305384615384609, 0.0212871093772948, 0.0628461538461555, 0.0453828443809152, 0.122538461538463, 0.0781999409797166, 0.262692307692307, 0.16646848473587, 0.503384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 540, '2021-05-30 00:00:00', 0.0207599219404674, 0.0551538461538482, 0.0375614027208653, 0.0917692307692317, 0.0619669059732454, 0.143692307692308, 0.0753114047957417, 0.266846153846153, 0.16646848473587, 0.503384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 555, '2021-05-30 00:00:00', 0.0239288475190472, 0.054384615384616, 0.0386864449858204, 0.0851538461538494, 0.051141708604371, 0.142846153846154, 0.0583558930735405, 0.250923076923077, 0.17429830015206, 0.489692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 570, '2021-05-30 00:00:00', 0.0348643892966121, 0.0622307692307712, 0.0420585672238492, 0.0946153846153838, 0.0493231105139299, 0.136461538461537, 0.0652439210254089, 0.241461538461536, 0.177762878649176, 0.476846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 585, '2021-05-30 00:00:00', 0.0280370633818318, 0.0619230769230764, 0.0197591264210531, 0.0923846153846138, 0.0391504330787864, 0.134384615384615, 0.0562635738608027, 0.227384615384613, 0.169778211280603, 0.466846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 600, '2021-05-30 00:00:00', 0.019427379569131, 0.0716153846153833, 0.0282470783603823, 0.0943076923076901, 0.0387417485011075, 0.135615384615384, 0.050575787254479, 0.232076923076923, 0.164300732710571, 0.461692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 615, '2021-05-30 00:00:00', 0.0211871998125615, 0.0673076923076901, 0.0347047990474392, 0.0993846153846144, 0.0391291418713692, 0.130615384615384, 0.0550724464589521, 0.216846153846153, 0.165827721848107, 0.461999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 630, '2021-05-30 00:00:00', 0.0199964740481657, 0.0607692307692302, 0.0296074748011824, 0.0795384615384587, 0.0323999446026763, 0.112384615384614, 0.0506286125649936, 0.206615384615384, 0.15946139312522, 0.45853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 645, '2021-05-30 00:00:00', 0.025995068565858, 0.0580769230769205, 0.0383474333042728, 0.0872307692307693, 0.0325777177271168, 0.116846153846152, 0.0509168502661472, 0.20223076923077, 0.162361420199599, 0.458307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 660, '2021-05-30 00:00:00', 0.0198949162427901, 0.0581538461538484, 0.0189510164804143, 0.0771538461538462, 0.0349842455384892, 0.111692307692306, 0.0544117728588282, 0.195153846153847, 0.161531809997367, 0.454230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 675, '2021-05-30 00:00:00', 0.0138795182063704, 0.0528461538461526, 0.0295489598064117, 0.074153846153845, 0.0392629204603655, 0.108923076923078, 0.0475181476803788, 0.190153846153847, 0.150542821235822, 0.451153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 690, '2021-05-30 00:00:00', 0.02262146699997, 0.0553076923076929, 0.0361866599588057, 0.0831538461538464, 0.0390674958343805, 0.110538461538462, 0.0442726112011027, 0.191307692307693, 0.143013671571672, 0.451923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 705, '2021-05-30 00:00:00', 0.0305192247103849, 0.0556153846153856, 0.0361551145440359, 0.0732307692307713, 0.0343908529878307, 0.102307692307695, 0.0603083954694731, 0.218461538461537, 0.141208474722069, 0.450000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 720, '2021-05-30 00:00:00', 0.021137826101748, 0.0458461538461563, 0.0236073652131639, 0.0751538461538486, 0.0316863636447227, 0.100230769230772, 0.0608548082924209, 0.222846153846153, 0.141208474722069, 0.450000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 735, '2021-05-30 00:00:00', 0.0181821270370023, 0.0543846153846182, 0.0253389838502656, 0.071307692307695, 0.025189283435621, 0.0940000000000028, 0.0591430252514793, 0.227307692307692, 0.1396617250212, 0.443307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 750, '2021-05-30 00:00:00', 0.010886948196147, 0.0397692307692315, 0.0143634150642393, 0.0531538461538474, 0.0250645320967866, 0.0846923076923054, 0.0616900856432114, 0.227999999999996, 0.136486638775019, 0.434461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 765, '2021-05-30 00:00:00', 0.0130737552724186, 0.0396153846153879, 0.0144913767461906, 0.0580000000000015, 0.0241631739297433, 0.0887692307692305, 0.0736229131000221, 0.238999999999998, 0.155353030554811, 0.453307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 780, '2021-05-30 00:00:00', 0.0121079545796364, 0.0425384615384624, 0.0205594821844409, 0.0622307692307679, 0.0186300006193497, 0.0919230769230775, 0.0779524838833879, 0.239615384615382, 0.150634427569633, 0.457692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 795, '2021-05-30 00:00:00', 0.0157459803580442, 0.0435384615384606, 0.0157894804318491, 0.0658461538461523, 0.0214111162118172, 0.0875384615384598, 0.0805574329283166, 0.238999999999999, 0.145761000376538, 0.468461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 810, '2021-05-30 00:00:00', 0.0141923598081178, 0.0453846153846146, 0.0225550608341173, 0.066307692307693, 0.0238856785757869, 0.089230769230769, 0.0880500294849904, 0.241153846153844, 0.145734831202567, 0.468846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 825, '2021-05-30 00:00:00', 0.0164105969515954, 0.0491538461538469, 0.015649199209464, 0.0613076923076921, 0.0264500012117676, 0.0924615384615383, 0.0914352089509158, 0.240307692307691, 0.14463721193705, 0.470384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 840, '2021-05-30 00:00:00', 0.009211893093115, 0.040769230769232, 0.0233254565459464, 0.0590769230769253, 0.0294735866105965, 0.092769230769231, 0.0957563012588178, 0.252538461538461, 0.14463721193705, 0.470384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 855, '2021-05-30 00:00:00', 0.021729396371429, 0.0450000000000017, 0.0339141071925322, 0.0669999999999996, 0.0259427377318897, 0.100230769230772, 0.0966636383256863, 0.263230769230768, 0.143658962254005, 0.471692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 870, '2021-05-30 00:00:00', 0.0286287017537015, 0.0514615384615393, 0.0277715035649211, 0.0716153846153855, 0.033589146598727, 0.105307692307694, 0.0932178314624624, 0.264692307692306, 0.145029572581171, 0.471923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 885, '2021-05-30 00:00:00', 0.0130732649483699, 0.050076923076925, 0.0155534644504135, 0.0770769230769249, 0.0768102056520308, 0.147846153846153, 0.0903221442592556, 0.266615384615384, 0.152996396806909, 0.471307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 900, '2021-05-30 00:00:00', 0.0146366242430005, 0.0563076923076933, 0.0279266438351883, 0.0763076923076905, 0.070256124835653, 0.149384615384613, 0.0949017035323053, 0.264999999999998, 0.156204542105404, 0.47776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 915, '2021-05-30 00:00:00', 0.0208212785636637, 0.0552307692307684, 0.0753606712365966, 0.11630769230769, 0.0709629733716366, 0.152923076923074, 0.0986403724492314, 0.262615384615383, 0.150613531588087, 0.47053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 930, '2021-05-30 00:00:00', 0.0817754900274555, 0.0886923076923059, 0.0747428926386962, 0.111999999999999, 0.0795409908837534, 0.160461538461535, 0.100177726681519, 0.254076923076923, 0.151219232937667, 0.467615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 945, '2021-05-30 00:00:00', 0.0258903011243139, 0.0651538461538435, 0.0342575090028003, 0.0919230769230753, 0.0407308237088338, 0.146, 0.0716761770672424, 0.224153846153845, 0.131052397037333, 0.443692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 960, '2021-05-30 00:00:00', 0.0306391320088632, 0.0633846153846141, 0.0398054563970111, 0.106846153846151, 0.0456716261577948, 0.132307692307693, 0.0585752857659604, 0.209692307692307, 0.127763553649018, 0.436769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 975, '2021-05-30 00:00:00', 0.0319378402686461, 0.0772307692307674, 0.0398371685740829, 0.102000000000001, 0.0412616727851095, 0.121230769230771, 0.0512780254830085, 0.201538461538461, 0.127982070058311, 0.431076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 990, '2021-05-30 00:00:00', 0.0167251537879544, 0.0696923076923092, 0.0283171145132944, 0.089769230769232, 0.0261394190977772, 0.111538461538462, 0.0580465109709213, 0.194692307692308, 0.12921116685885, 0.429769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1005, '2021-05-30 00:00:00', 0.0199605379918224, 0.0616153846153859, 0.019701295024464, 0.0808461538461551, 0.0248616685703639, 0.105461538461538, 0.065821923711067, 0.196769230769231, 0.130053539271037, 0.429384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1020, '2021-05-30 00:00:00', 0.0113713540226165, 0.0601538461538437, 0.0225627330586729, 0.08107692307692, 0.0419476169061177, 0.125461538461536, 0.0669396973172345, 0.195615384615385, 0.132432663102464, 0.430923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1035, '2021-05-30 00:00:00', 0.0143088640270158, 0.0550769230769226, 0.0175491982430659, 0.0761538461538458, 0.0639628297509066, 0.128923076923075, 0.0680185683547183, 0.195769230769232, 0.119510003872653, 0.450153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1050, '2021-05-30 00:00:00', 0.0101501547291451, 0.0532307692307698, 0.0391566544758819, 0.0980769230769213, 0.0637209461194586, 0.130230769230768, 0.0678814955337406, 0.193307692307694, 0.120032367429663, 0.449538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1065, '2021-05-30 00:00:00', 0.0381741958758681, 0.0854615384615377, 0.0668236293229955, 0.105307692307691, 0.0624141461611512, 0.130769230769231, 0.0634384417954589, 0.192461538461538, 0.136173625971613, 0.458384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1080, '2021-05-30 00:00:00', 0.0574943698469901, 0.0684615384615385, 0.0523488054868259, 0.0933076923076929, 0.0495628324349448, 0.111153846153847, 0.040818704862681, 0.176, 0.135507166997516, 0.45423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1095, '2021-05-30 00:00:00', 0.0265240577782814, 0.0587692307692315, 0.0284652284510288, 0.0725384615384625, 0.0298221222309709, 0.0962307692307707, 0.0349336367181976, 0.162769230769232, 0.138335248673797, 0.458153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1110, '2021-05-30 00:00:00', 0.0136686990358751, 0.0440000000000024, 0.0152458485311889, 0.0594615384615382, 0.0181355296558303, 0.0846923076923087, 0.0389847110071069, 0.152153846153846, 0.136315903844804, 0.45823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1125, '2021-05-30 00:00:00', 0.0166783292528562, 0.0459999999999988, 0.0243941985536919, 0.0660769230769238, 0.0219170932004902, 0.0892307692307679, 0.0394422654989829, 0.149230769230769, 0.136902360864438, 0.471384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1140, '2021-05-30 00:00:00', 0.02621435308552, 0.0467692307692333, 0.0225337353931669, 0.0644615384615402, 0.0302788324132154, 0.082153846153846, 0.0437333118355148, 0.14446153846154, 0.137939367951173, 0.47346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1155, '2021-05-30 00:00:00', 0.0125529647126481, 0.0420769230769229, 0.026546041280995, 0.0597692307692298, 0.0266708330078629, 0.0749999999999985, 0.0445271452786559, 0.136, 0.13684367836218, 0.478769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1170, '2021-05-30 00:00:00', 0.020223114472657, 0.0388461538461535, 0.0199187451978355, 0.0496153846153821, 0.0227252260150672, 0.0715384615384599, 0.0385529938310006, 0.126, 0.136926051537841, 0.476923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1185, '2021-05-30 00:00:00', 0.0114264650073487, 0.0353076923076893, 0.0179418576633068, 0.051076923076921, 0.0260507394451914, 0.0728461538461541, 0.0377834585975105, 0.120384615384616, 0.136726941054994, 0.474615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1200, '2021-05-30 00:00:00', 0.0181641376738872, 0.0385384615384608, 0.0164488328632797, 0.050692307692306, 0.0151678641398222, 0.0646923076923094, 0.0309519892902799, 0.11476923076923, 0.139103447947092, 0.47153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1215, '2021-05-30 00:00:00', 0.0168959864753233, 0.0321538461538466, 0.0182886401619787, 0.0468461538461556, 0.0233743229711355, 0.0632307692307727, 0.0289320601161425, 0.113692307692311, 0.138829631803398, 0.469 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1230, '2021-05-30 00:00:00', 0.00867430629754434, 0.031076923076925, 0.00913221965884719, 0.0393076923076974, 0.0234230874489456, 0.0618461538461584, 0.0317080027106318, 0.118307692307694, 0.142388778007835, 0.471692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1245, '2021-05-30 00:00:00', 0.0101816828995359, 0.0280000000000047, 0.0171198640061705, 0.0463846153846193, 0.0178239251483055, 0.0612307692307708, 0.0383000970742547, 0.12869230769231, 0.142388778007835, 0.471692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1260, '2021-05-30 00:00:00', 0.0187787386594773, 0.0348461538461541, 0.0205613528438454, 0.0454615384615391, 0.0223638329818684, 0.0608461538461536, 0.0383918728044844, 0.129461538461539, 0.142998610357242, 0.470538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1275, '2021-05-30 00:00:00', 0.0079743177507378, 0.0283846153846154, 0.0116893552277725, 0.0381538461538447, 0.0172295958849601, 0.062230769230769, 0.0478931770741548, 0.129615384615386, 0.14513843965906, 0.472999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1290, '2021-05-30 00:00:00', 0.00805191488612142, 0.0260000000000006, 0.011475726891673, 0.0417692307692323, 0.0175955268208303, 0.0594615384615382, 0.0468692945245681, 0.132692307692308, 0.145649781923485, 0.476230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1305, '2021-05-30 00:00:00', 0.00983583192940967, 0.0329230769230778, 0.0197519878908689, 0.0498461538461546, 0.0170421799496413, 0.0565384615384615, 0.0459717025560016, 0.134692307692308, 0.141504054485719, 0.480307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1320, '2021-05-30 00:00:00', 0.0144222051018563, 0.0319999999999987, 0.0135684400025426, 0.0364615384615344, 0.0142895873870523, 0.0522307692307672, 0.0475234085369975, 0.130153846153845, 0.147479942139036, 0.480999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1335, '2021-05-30 00:00:00', 0.00529392491688593, 0.0202307692307685, 0.0070492771042373, 0.0282307692307685, 0.0147130676262388, 0.0571538461538458, 0.0472342769932698, 0.128923076923077, 0.148978401463315, 0.484692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1350, '2021-05-30 00:00:00', 0.00690224786870263, 0.0211538461538455, 0.0123210264307673, 0.0391538461538451, 0.015375221491001, 0.0576923076923077, 0.0466901955336917, 0.129153846153846, 0.150178782345135, 0.486999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1365, '2021-05-30 00:00:00', 0.0103490368683565, 0.0315384615384602, 0.0156303452395558, 0.047153846153845, 0.0169194926274187, 0.0515384615384617, 0.0460687891455078, 0.129000000000002, 0.154230056267935, 0.490076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 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 1033036, 2, 1380, '2021-05-30 00:00:00', 0.00874174935686464, 0.0252727272727252, 0.00990224951486024, 0.0316363636363622, 0.0148152255835322, 0.0429090909090904, 0.0493503246742559, 0.134636363636362, 0.146888950014504, 0.485181818181817 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 1395, '2021-05-30 00:00:00', 0.00459248397829475, 0.017090909090908, 0.00654911513800791, 0.0210909090909077, 0.0186922443810272, 0.0630000000000024, 0.0514486504814626, 0.137181818181817, 0.146764622935687, 0.485363636363635 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 1410, '2021-05-30 00:00:00', 0.00702851335632102, 0.014999999999998, 0.00744067445622939, 0.0288181818181825, 0.0229402385657711, 0.0696363636363641, 0.0495778542936628, 0.14081818181818, 0.146464205990282, 0.48581818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 2, 1425, '2021-05-30 00:00:00', 0.00888000819000265, 0.024363636363639, 0.0192873015219866, 0.0600000000000036, 0.0308267888222382, 0.0839090909090911, 0.0498397431775081, 0.140999999999998, 0.146178720003351, 0.486272727272726 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 180, '2021-05-30 00:00:00', 0.00878810384729115, 0.0426923076923104, 0.0171179917345908, 0.0552307692307706, 0.0238451199114128, 0.079384615384614, 0.0557113669752992, 0.126384615384613, 0.15601113536852, 0.487846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 195, '2021-05-30 00:00:00', 0.011208970766356, 0.0308461538461536, 0.0183718709179443, 0.0517692307692298, 0.0297698436298142, 0.0750769230769219, 0.0498205755044036, 0.120384615384613, 0.15601113536852, 0.487846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 210, '2021-05-30 00:00:00', 0.0193718669923458, 0.0364615384615388, 0.0179397138587356, 0.0539999999999977, 0.0292375329556581, 0.0779999999999986, 0.0481707699432278, 0.120384615384614, 0.155929759005746, 0.488615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 225, '2021-05-30 00:00:00', 0.0161117889630475, 0.0356153846153831, 0.0234003616014131, 0.0529230769230782, 0.026230976012419, 0.0693076923076909, 0.0415261733961058, 0.111615384615383, 0.155929759005746, 0.488615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 240, '2021-05-30 00:00:00', 0.0156982768938468, 0.0344615384615401, 0.0138253761482651, 0.0468461538461534, 0.0218150735936733, 0.0583076923076898, 0.0390289176157435, 0.109384615384614, 0.15674652901731, 0.487846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 255, '2021-05-30 00:00:00', 0.0107429165690792, 0.0270769230769201, 0.0250732260921209, 0.043999999999998, 0.0238297917397306, 0.0572307692307648, 0.0367250700371134, 0.10530769230769, 0.157607879212125, 0.48707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 270, '2021-05-30 00:00:00', 0.0181912912384771, 0.0343846153846134, 0.0179654226294965, 0.0403846153846115, 0.0213871516666038, 0.0569230769230733, 0.0267035002027247, 0.106923076923077, 0.157607879212125, 0.48707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 285, '2021-05-30 00:00:00', 0.00761156340287145, 0.0255384615384556, 0.0131879898742394, 0.0413846153846129, 0.0192173799542944, 0.0551538461538461, 0.0232971330909268, 0.103384615384616, 0.157607879212125, 0.48707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1033036 and enddate = '2021-05-30 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1033036, 3, 300, '2021-05-30 00:00:00', 0.00982800811913197, 0.0293846153846158, 0.0148163977074606, 0.0392307692307696, 0.0210731327304905, 0.0549230769230779, 0.0268435639041612, 0.104076923076925, 0.157785435290282, 0.486923076923075 where not exists (select 1 from powerstats_trumpet where[...];
Date: 2021-05-30 19:00:29 Duration: 2s994ms Database: acaweb_fx User: pgperfstats
8 2s61ms 2s225ms 2s126ms 4 8s507ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 30 19 4 8s507ms 2s126ms [ User: postgres - Total duration: 8s507ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-05-30 19:01:03 Duration: 2s225ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-05-30 19:16:03 Duration: 2s153ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-05-30 19:46:03 Duration: 2s67ms Database: acaweb_fx User: postgres
9 1s227ms 3s45ms 1s689ms 4 6s756ms select updateresultsmaterializedview ();Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 30 19 4 6s756ms 1s689ms [ User: postgres - Total duration: 6s756ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:02:10 Duration: 3s45ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:32:08 Duration: 1s246ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-30 19:47:08 Duration: 1s237ms Database: acaweb_fx User: postgres
10 50ms 9s90ms 1s671ms 168 4m40s with rar_max as ( ;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 30 19 168 4m40s 1s671ms [ User: postgres - Total duration: 4m40s - Times executed: 168 ]
-
WITH rar_max as ( ;
Date: 2021-05-30 19:16:22 Duration: 9s90ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-30 19:31:23 Duration: 9s61ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-30 19:46:22 Duration: 9s43ms Database: acaweb_fx User: postgres Bind query: yes
11 184ms 8s989ms 1s310ms 291 6m21s 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 #11
Day Hour Count Duration Avg duration May 30 19 291 6m21s 1s310ms [ User: postgres - Total duration: 6m21s - Times executed: 291 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:21:43 Duration: 8s989ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:36:33 Duration: 8s932ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:01:24 Duration: 8s198ms Database: acaweb_fx User: postgres Bind query: yes
12 402ms 2s189ms 943ms 6 5s658ms select fixcandlegaps (?, false);Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 30 19 6 5s658ms 943ms [ User: postgres - Total duration: 5s658ms - Times executed: 6 ]
-
select fixcandlegaps ('XM', false);
Date: 2021-05-30 19:06:07 Duration: 2s189ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-05-30 19:06:03 Duration: 1s88ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-05-30 19:06:04 Duration: 796ms Database: acaweb_fx User: postgres
13 50ms 2s767ms 399ms 59 23s545ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration May 30 19 59 23s545ms 399ms [ User: postgres - Total duration: 23s545ms - Times executed: 59 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:03:18 Duration: 2s767ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:48:19 Duration: 2s476ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:48:16 Duration: 1s669ms Database: acaweb_fx User: postgres
14 116ms 963ms 397ms 16 6s367ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 30 19 16 6s367ms 397ms [ User: postgres - Total duration: 6s367ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:03:19 Duration: 963ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:46:14 Duration: 940ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-05-30 19:48:19 Duration: 934ms Database: acaweb_fx User: postgres
15 61ms 1s56ms 296ms 9 2s672ms 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 #15
Day Hour Count Duration Avg duration May 30 19 9 2s672ms 296ms [ User: postgres - Total duration: 2s672ms - Times executed: 9 ]
-
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 >= 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-05-30 19:46:24 Duration: 1s56ms 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 = 3608 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-05-30 19:46:05 Duration: 455ms 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 = 479 AND sg.groupid = 2966 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-05-30 19:50:43 Duration: 320ms Database: acaweb_fx User: postgres Bind query: yes
16 51ms 1s345ms 239ms 240 57s417ms 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 May 30 19 240 57s417ms 239ms [ User: postgres - Total duration: 57s417ms - Times executed: 240 ]
-
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 = '643' 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-05-30 19:20:39 Duration: 1s345ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) AND ('0' = 0 OR 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-05-30 19:01:06 Duration: 789ms 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 = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-30 19:16:13 Duration: 653ms Database: acaweb_fx User: postgres Bind query: yes
17 230ms 255ms 238ms 16 3s821ms with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 30 19 16 3s821ms 238ms [ User: postgres - Total duration: 3s821ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:46:12 Duration: 255ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:01:13 Duration: 248ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-05-30 19:03:13 Duration: 248ms Database: acaweb_fx User: postgres
18 52ms 449ms 167ms 16 2s680ms 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 May 30 19 16 2s680ms 167ms [ User: postgres - Total duration: 2s680ms - Times executed: 16 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '970127' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:56:58 Duration: 449ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:03:12 Duration: 415ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-30 19:03:12 Duration: 410ms Database: acaweb_fx User: postgres Bind query: yes
19 157ms 169ms 163ms 16 2s614ms copy solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) from ? with ( format csv, header);Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 30 19 16 2s614ms 163ms [ User: postgres - Total duration: 2s614ms - Times executed: 16 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:31:13 Duration: 169ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:18:14 Duration: 168ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid, hod_correct, hod_percent, hod_total, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total) FROM '/tmp/solr_cp_acaweb_fx.output' WITH ( FORMAT csv, HEADER);
Date: 2021-05-30 19:11:13 Duration: 166ms Database: acaweb_fx User: postgres
20 61ms 536ms 153ms 13 2s1ms 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 #20
Day Hour Count Duration Avg duration May 30 19 13 2s1ms 153ms [ User: postgres - Total duration: 2s1ms - 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 '%audjpy%' 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 > 514193905 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-30 19:18:14 Duration: 536ms 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 '%audjpy%' 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 > 514193905 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-30 19:02:13 Duration: 457ms 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 '%audjpy%' 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 > 514193905 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-30 19:34:14 Duration: 211ms 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 56ms 1 56ms 56ms 56ms 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 = 479 AND sg.groupid = 2966 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration May 30 19 1 56ms 56ms [ User: postgres - Total duration: 320ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 479 AND sg.groupid = 2966 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-05-30 19:50:43 Duration: 56ms Database: postgres User: acaweb_fx Remote: postgres
2 53ms 1 53ms 53ms 53ms 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 = 479 AND sg.groupid = 2970 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 19 1 53ms 53ms [ User: postgres - Total duration: 82ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 479 AND sg.groupid = 2970 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-05-30 19:50:43 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 66,418 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 21295 ERROR entries
- 70 WARNING entries
Most Frequent Errors/Events
Key values
- 18,234 Max number of times the same event was reported
- 21,365 Total events found
Rank Times reported Error 1 18,234 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count May 30 19 18,234 - ERROR: duplicate key value violates unique constraint "pk_t60"
- ERROR: duplicate key value violates unique constraint "pk_t240_1"
- ERROR: duplicate key value violates unique constraint "pk_t1440_1"
Detail: Key (pricedatetime, symbolid)=(2021-05-25 18:00:00, 960603) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960603, '2021-05-25 18:00', 1.57891, 1.58035, 1.57885, 1.58031, 0, 0,'2021-05-30 19:00');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960603, '2021-05-25 18:00', 1.57891, 1.58035, 1.57885, 1.58031, 0, 0,'2021-05-30 19:00');Date: 2021-05-30 19:00:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-23 20:00:00, 960641) already exists.
Statement: INSERT INTO T240 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960641, '2021-05-23 20:00', 1.57513, 1.57671, 1.57513, 1.57653, 0, 0,'2021-05-30 19:00');INSERT INTO T240 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960641, '2021-05-23 20:00', 1.57513, 1.57671, 1.57513, 1.57653, 0, 0,'2021-05-30 19:00');Date: 2021-05-30 19:00:09 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-23 00:00:00, 960679) already exists.
Statement: INSERT INTO T1440 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960679, '2021-05-23 00:00', 1.57513, 1.57671, 1.57513, 1.57653, 0, 0,'2021-05-30 19:00');INSERT INTO T1440 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960679, '2021-05-23 00:00', 1.57513, 1.57671, 1.57513, 1.57653, 0, 0,'2021-05-30 19:00');Date: 2021-05-30 19:00:12 Database: acaweb_fx Application: User: postgres Remote:
2 3,059 ERROR: function powerstatslatestprfprice(...) does not exist
Times Reported Most Frequent Error / Event #2
Day Hour Count May 30 19 3,059 - ERROR: function powerstatslatestprfprice(bigint, integer) does not exist at character 16
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
Statement: select * from PowerStatsLatestPRFPrice($1, $2)Date: 2021-05-30 19:00:01 Database: acaweb_fx Application: User: postgres Remote:
3 70 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #3
Day Hour Count May 30 19 70 - WARNING: there is no transaction in progress
Date: 2021-05-30 19:00:45 Database: acaweb_fx Application: User: postgres Remote:
4 2 ERROR: missing data for column "..."
Times Reported Most Frequent Error / Event #4
Day Hour Count May 30 19 2 - ERROR: missing data for column "relevant"
Context: COPY solr_relevance_old, line 2: "<head>"
Statement: COPY solr_relevance_old (uuid,relevant,age,result_uid) FROM STDIN WITH (FORMAT csv, HEADER)Date: 2021-05-30 19:41:24 Database: acaweb_fx Application: User: postgres Remote: