Skip to content

Instantly share code, notes, and snippets.

@aptiko
Created April 14, 2020 13:27
Show Gist options
  • Save aptiko/e898be41292c7c84ac891b45125ae187 to your computer and use it in GitHub Desktop.
Save aptiko/e898be41292c7c84ac891b45125ae187 to your computer and use it in GitHub Desktop.
TimescaleDB last date EXPLAIN ANALYZE
QUERY PLAN
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Sort (cost=81686.50..83123.40 rows=574762 width=12) (actual time=294.183..352.196 rows=564469 loops=1)
Sort Key: _hyper_1_1254_chunk."timestamp" DESC
Sort Method: external merge Disk: 14408kB
-> Append (cost=0.28..20948.68 rows=574762 width=12) (actual time=0.028..159.398 rows=564469 loops=1)
-> Index Only Scan Backward using "1254_1254_enhydris_timeseriesrecord_pk" on _hyper_1_1254_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1253_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1253_chunk (cost=0.42..28.83 rows=972 width=12) (actual time=0.016..0.190 rows=908 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1252_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1252_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.015..0.367 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1251_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1251_chunk (cost=0.42..33.43 rows=1115 width=12) (actual time=0.038..0.308 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1250_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1250_chunk (cost=0.42..29.81 rows=1028 width=12) (actual time=0.017..0.237 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1249_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1249_chunk (cost=0.42..29.81 rows=1028 width=12) (actual time=0.010..0.230 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1248_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1248_chunk (cost=0.42..30.07 rows=1043 width=12) (actual time=0.009..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1247_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1247_chunk (cost=0.42..30.11 rows=1045 width=12) (actual time=0.009..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1246_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1246_chunk (cost=0.42..30.48 rows=1066 width=12) (actual time=0.008..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1245_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1245_chunk (cost=0.42..30.06 rows=1042 width=12) (actual time=0.011..0.235 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1244_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1244_chunk (cost=0.42..30.39 rows=1061 width=12) (actual time=0.016..0.233 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1243_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1243_chunk (cost=0.42..30.13 rows=1046 width=12) (actual time=0.014..0.238 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1242_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1242_chunk (cost=0.42..29.97 rows=1037 width=12) (actual time=0.014..0.236 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1241_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1241_chunk (cost=0.42..30.37 rows=1060 width=12) (actual time=0.009..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1240_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1240_chunk (cost=0.42..30.37 rows=1060 width=12) (actual time=0.008..0.223 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1239_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1239_chunk (cost=0.42..30.83 rows=1086 width=12) (actual time=0.008..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1238_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1238_chunk (cost=0.42..30.16 rows=1048 width=12) (actual time=0.008..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1237_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1237_chunk (cost=0.42..30.20 rows=1050 width=12) (actual time=0.013..0.239 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1236_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1236_chunk (cost=0.42..29.93 rows=1035 width=12) (actual time=0.016..0.242 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1235_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1235_chunk (cost=0.42..30.04 rows=1041 width=12) (actual time=0.013..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1234_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1234_chunk (cost=0.42..30.58 rows=1072 width=12) (actual time=0.013..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1233_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1233_chunk (cost=0.42..29.78 rows=1026 width=12) (actual time=0.010..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1232_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1232_chunk (cost=0.42..29.51 rows=1011 width=12) (actual time=0.011..0.229 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1231_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1231_chunk (cost=0.42..29.27 rows=997 width=12) (actual time=0.014..0.224 rows=1003 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1230_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1230_chunk (cost=0.42..29.90 rows=1033 width=12) (actual time=0.014..0.232 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1229_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1229_chunk (cost=0.42..29.99 rows=1038 width=12) (actual time=0.021..0.240 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1228_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1228_chunk (cost=0.42..29.88 rows=1032 width=12) (actual time=0.017..0.238 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1227_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1227_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.016..0.236 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1226_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1226_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.012..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1225_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1225_chunk (cost=0.42..29.50 rows=1010 width=12) (actual time=0.013..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1224_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1224_chunk (cost=0.42..29.92 rows=1034 width=12) (actual time=0.015..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1223_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1223_chunk (cost=0.42..30.07 rows=1043 width=12) (actual time=0.010..0.214 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1222_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1222_chunk (cost=0.42..29.79 rows=1027 width=12) (actual time=0.016..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1221_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1221_chunk (cost=0.42..29.37 rows=1003 width=12) (actual time=0.014..0.243 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1220_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1220_chunk (cost=0.42..29.36 rows=1002 width=12) (actual time=0.016..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1219_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1219_chunk (cost=0.42..29.79 rows=1027 width=12) (actual time=0.014..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1218_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1218_chunk (cost=0.42..29.08 rows=986 width=12) (actual time=0.010..0.215 rows=963 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1217_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1217_chunk (cost=0.42..29.22 rows=994 width=12) (actual time=0.012..0.226 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1216_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1216_chunk (cost=0.42..29.11 rows=988 width=12) (actual time=0.008..0.208 rows=989 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1215_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1215_chunk (cost=0.42..28.87 rows=974 width=12) (actual time=0.014..0.207 rows=955 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1374_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1374_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1373_1373_enhydris_timeseriesrecord_pk" on _hyper_1_1373_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1372_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1372_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1371_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1371_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1370_1370_enhydris_timeseriesrecord_pk" on _hyper_1_1370_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1369_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1369_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1368_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1368_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1367_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1367_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1366_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1366_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1365_1365_enhydris_timeseriesrecord_pk" on _hyper_1_1365_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "1364_1364_enhydris_timeseriesrecord_pk" on _hyper_1_1364_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.021..0.021 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "1363_1363_enhydris_timeseriesrecord_pk" on _hyper_1_1363_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1362_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1362_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1361_1361_enhydris_timeseriesrecord_pk" on _hyper_1_1361_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1360_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1360_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.016..0.016 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1359_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1359_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.022..0.022 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1214_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1214_chunk (cost=0.42..6.09 rows=141 width=12) (actual time=0.014..0.040 rows=148 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1213_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1213_chunk (cost=0.42..14.46 rows=442 width=12) (actual time=0.010..0.098 rows=437 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1212_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1212_chunk (cost=0.42..15.86 rows=522 width=12) (actual time=0.016..0.111 rows=509 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1211_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1211_chunk (cost=0.42..23.56 rows=785 width=12) (actual time=0.013..0.164 rows=776 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1210_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1210_chunk (cost=0.42..23.09 rows=758 width=12) (actual time=0.015..0.161 rows=740 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1209_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1209_chunk (cost=0.42..21.22 rows=714 width=12) (actual time=0.018..0.153 rows=712 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1208_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1208_chunk (cost=0.42..16.28 rows=546 width=12) (actual time=0.030..0.135 rows=535 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1207_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1207_chunk (cost=0.42..10.43 rows=332 width=12) (actual time=0.015..0.077 rows=327 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1206_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1206_chunk (cost=0.42..20.69 rows=684 width=12) (actual time=0.010..0.148 rows=670 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1205_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1205_chunk (cost=0.42..23.96 rows=808 width=12) (actual time=0.009..0.162 rows=803 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1204_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1204_chunk (cost=0.42..25.84 rows=858 width=12) (actual time=0.013..0.196 rows=856 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1203_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1203_chunk (cost=0.42..25.21 rows=822 width=12) (actual time=0.022..0.175 rows=822 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1202_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1202_chunk (cost=0.42..26.27 rows=883 width=12) (actual time=0.010..0.184 rows=879 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1201_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1201_chunk (cost=0.42..30.09 rows=1044 width=12) (actual time=0.018..0.231 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1200_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1200_chunk (cost=0.42..29.44 rows=1007 width=12) (actual time=0.016..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1199_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1199_chunk (cost=0.42..29.50 rows=1010 width=12) (actual time=0.012..0.221 rows=1005 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1198_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1198_chunk (cost=0.42..25.64 rows=847 width=12) (actual time=0.014..0.197 rows=840 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1358_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1358_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1357_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1357_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1356_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1356_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1355_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1355_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1354_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1354_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1353_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1353_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1352_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1352_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1351_1351_enhydris_timeseriesrecord_pk" on _hyper_1_1351_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.017..0.017 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1350_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1350_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.014..0.014 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1349_1349_enhydris_timeseriesrecord_pk" on _hyper_1_1349_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1348_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1348_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1347_1347_enhydris_timeseriesrecord_pk" on _hyper_1_1347_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1346_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1346_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1345_1345_enhydris_timeseriesrecord_pk" on _hyper_1_1345_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1344_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1344_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1343_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1343_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1255_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1255_chunk (cost=0.42..1.54 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1197_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1197_chunk (cost=0.42..16.07 rows=534 width=12) (actual time=0.010..0.108 rows=529 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1196_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1196_chunk (cost=0.42..30.65 rows=1076 width=12) (actual time=0.012..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1195_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1195_chunk (cost=0.42..30.63 rows=1075 width=12) (actual time=0.011..0.211 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1194_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1194_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.014..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1193_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1193_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.013..0.236 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1192_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1192_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.017..0.234 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1191_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1191_chunk (cost=0.42..30.79 rows=1084 width=12) (actual time=0.015..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1190_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1190_chunk (cost=0.42..30.81 rows=1085 width=12) (actual time=0.011..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1189_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1189_chunk (cost=0.42..30.81 rows=1085 width=12) (actual time=0.013..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1188_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1188_chunk (cost=0.42..31.93 rows=1086 width=12) (actual time=0.013..0.229 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1187_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1187_chunk (cost=0.42..30.79 rows=1084 width=12) (actual time=0.010..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1186_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1186_chunk (cost=0.42..30.76 rows=1082 width=12) (actual time=0.013..0.243 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1185_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1185_chunk (cost=0.42..29.97 rows=1037 width=12) (actual time=0.025..0.238 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1184_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1184_chunk (cost=0.42..30.07 rows=1043 width=12) (actual time=0.015..0.207 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1183_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1183_chunk (cost=0.42..30.55 rows=1070 width=12) (actual time=0.035..0.232 rows=997 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1182_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1182_chunk (cost=0.42..30.23 rows=1052 width=12) (actual time=0.014..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1181_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1181_chunk (cost=0.42..30.23 rows=1052 width=12) (actual time=0.016..0.233 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1180_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1180_chunk (cost=0.42..30.39 rows=1061 width=12) (actual time=0.015..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1179_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1179_chunk (cost=0.42..30.39 rows=1061 width=12) (actual time=0.025..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1178_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1178_chunk (cost=0.42..30.51 rows=1068 width=12) (actual time=0.017..0.221 rows=995 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1177_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1177_chunk (cost=0.42..30.53 rows=1069 width=12) (actual time=0.011..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1176_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1176_chunk (cost=0.42..30.53 rows=1069 width=12) (actual time=0.019..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1175_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1175_chunk (cost=0.42..30.53 rows=1069 width=12) (actual time=0.012..0.238 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1174_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1174_chunk (cost=0.42..30.55 rows=1070 width=12) (actual time=0.014..0.226 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1173_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1173_chunk (cost=0.42..30.58 rows=1072 width=12) (actual time=0.013..0.242 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1172_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1172_chunk (cost=0.42..30.63 rows=1075 width=12) (actual time=0.012..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1171_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1171_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.008..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1170_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1170_chunk (cost=0.42..29.44 rows=1007 width=12) (actual time=0.010..0.206 rows=1000 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1169_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1169_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.010..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1168_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1168_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.013..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1167_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1167_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.014..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1166_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1166_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.013..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1165_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1165_chunk (cost=0.42..29.71 rows=1022 width=12) (actual time=0.017..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1164_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1164_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.020..0.259 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1163_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1163_chunk (cost=0.42..29.57 rows=1014 width=12) (actual time=0.013..0.237 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1162_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1162_chunk (cost=0.42..29.57 rows=1014 width=12) (actual time=0.012..0.209 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1161_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1161_chunk (cost=0.42..29.39 rows=1004 width=12) (actual time=0.014..0.214 rows=997 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1160_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1160_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.015..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1159_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1159_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.014..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1158_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1158_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.011..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1157_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1157_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.012..0.210 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1156_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1156_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.011..0.253 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1155_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1155_chunk (cost=0.42..29.34 rows=1001 width=12) (actual time=0.026..0.209 rows=994 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1154_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1154_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.014..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1153_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1153_chunk (cost=0.42..29.60 rows=1016 width=12) (actual time=0.013..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1152_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1152_chunk (cost=0.42..29.60 rows=1016 width=12) (actual time=0.012..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1151_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1151_chunk (cost=0.42..29.60 rows=1016 width=12) (actual time=0.010..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1150_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1150_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.011..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1149_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1149_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.010..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1148_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1148_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.015..0.228 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1147_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1147_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.014..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1146_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1146_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.016..0.228 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1145_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1145_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.017..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1144_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1144_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.010..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1143_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1143_chunk (cost=0.42..29.16 rows=991 width=12) (actual time=0.011..0.199 rows=984 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1142_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1142_chunk (cost=0.42..29.55 rows=1013 width=12) (actual time=0.012..0.227 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1141_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1141_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.013..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1140_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1140_chunk (cost=0.42..29.72 rows=1023 width=12) (actual time=0.016..0.212 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1139_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1139_chunk (cost=0.42..30.65 rows=1076 width=12) (actual time=0.032..0.226 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1138_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1138_chunk (cost=0.42..30.63 rows=1075 width=12) (actual time=0.012..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1137_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1137_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.011..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1136_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1136_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.010..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1135_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1135_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.010..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1134_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1134_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.013..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1133_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1133_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.013..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1132_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1132_chunk (cost=0.42..23.77 rows=797 width=12) (actual time=0.013..0.178 rows=797 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1342_1342_enhydris_timeseriesrecord_pk" on _hyper_1_1342_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "1341_1341_enhydris_timeseriesrecord_pk" on _hyper_1_1341_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "1340_1340_enhydris_timeseriesrecord_pk" on _hyper_1_1340_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "1339_1339_enhydris_timeseriesrecord_pk" on _hyper_1_1339_chunk (cost=0.42..2.64 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_1338_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1338_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1337_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1337_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1336_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1336_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1335_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1335_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1334_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1334_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1333_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1333_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1332_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1332_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1331_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1331_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1330_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1330_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1329_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1329_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1328_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1328_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1327_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1327_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1326_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1326_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1325_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1325_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1324_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1324_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1323_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1323_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1322_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1322_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1321_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1321_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1320_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1320_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.014..0.014 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1319_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1319_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1318_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1318_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1317_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1317_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1316_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1316_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1315_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1315_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1314_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1314_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1313_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1313_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1312_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1312_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1311_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1311_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1310_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1310_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1309_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1309_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1308_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1308_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.017..0.017 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1307_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1307_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1306_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1306_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1305_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1305_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1304_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1304_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1303_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1303_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.010..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1302_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1302_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1301_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1301_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1300_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1300_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1299_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1299_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1298_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1298_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1297_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1297_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1296_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1296_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1295_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1295_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1294_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1294_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1293_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1293_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1292_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1292_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1291_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1291_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1290_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1290_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1289_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1289_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1288_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1288_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1287_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1287_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1286_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1286_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1285_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1285_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1284_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1284_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1283_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1283_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1282_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1282_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1281_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1281_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1280_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1280_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1279_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1279_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1278_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1278_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1277_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1277_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1276_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1276_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1131_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1131_chunk (cost=0.29..8.23 rows=271 width=12) (actual time=0.014..0.063 rows=265 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1130_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1130_chunk (cost=0.42..29.79 rows=1027 width=12) (actual time=0.015..0.229 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1129_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1129_chunk (cost=0.42..29.79 rows=1027 width=12) (actual time=0.014..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1128_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1128_chunk (cost=0.42..29.79 rows=1027 width=12) (actual time=0.025..0.214 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1127_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1127_chunk (cost=0.42..29.42 rows=1006 width=12) (actual time=0.014..0.216 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1126_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1126_chunk (cost=0.42..33.29 rows=1107 width=12) (actual time=0.037..0.253 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1125_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1125_chunk (cost=0.42..33.29 rows=1107 width=12) (actual time=0.012..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1124_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1124_chunk (cost=0.42..33.29 rows=1107 width=12) (actual time=0.014..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1123_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1123_chunk (cost=0.42..33.29 rows=1107 width=12) (actual time=0.016..0.233 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1122_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1122_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.019..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1121_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1121_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.025..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1120_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1120_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.015..0.216 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1119_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1119_chunk (cost=0.42..29.58 rows=1015 width=12) (actual time=0.011..0.201 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1118_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1118_chunk (cost=0.42..29.76 rows=1025 width=12) (actual time=0.011..0.212 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1117_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1117_chunk (cost=0.42..29.76 rows=1025 width=12) (actual time=0.015..0.214 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1116_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1116_chunk (cost=0.42..31.91 rows=1085 width=12) (actual time=0.014..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1115_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1115_chunk (cost=0.42..31.91 rows=1085 width=12) (actual time=0.016..0.212 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1114_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1114_chunk (cost=0.42..31.91 rows=1085 width=12) (actual time=0.015..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1113_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1113_chunk (cost=0.42..31.91 rows=1085 width=12) (actual time=0.011..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1112_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1112_chunk (cost=0.42..31.91 rows=1085 width=12) (actual time=0.011..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1111_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1111_chunk (cost=0.42..31.91 rows=1085 width=12) (actual time=0.010..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1110_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1110_chunk (cost=0.42..31.91 rows=1085 width=12) (actual time=0.015..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1109_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1109_chunk (cost=0.42..30.63 rows=1075 width=12) (actual time=0.015..0.200 rows=998 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1108_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1108_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.015..0.246 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1107_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1107_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.021..0.242 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1106_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1106_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1105_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1105_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1104_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1104_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1103_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1103_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.007..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1102_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1102_chunk (cost=0.42..33.24 rows=1104 width=12) (actual time=0.018..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1101_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1101_chunk (cost=0.42..33.24 rows=1104 width=12) (actual time=0.012..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1100_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1100_chunk (cost=0.42..33.24 rows=1104 width=12) (actual time=0.012..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1099_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1099_chunk (cost=0.42..33.26 rows=1105 width=12) (actual time=0.012..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1098_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1098_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1097_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1097_chunk (cost=0.42..29.60 rows=1016 width=12) (actual time=0.007..0.210 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1096_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1096_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.008..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1095_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1095_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.009..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1094_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1094_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.012..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1093_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1093_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.012..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1092_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1092_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.010..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1091_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1091_chunk (cost=0.42..29.62 rows=1017 width=12) (actual time=0.012..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1090_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1090_chunk (cost=0.29..29.56 rows=1021 width=12) (actual time=0.008..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1089_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1089_chunk (cost=0.29..30.54 rows=1077 width=12) (actual time=0.007..0.194 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1088_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1088_chunk (cost=0.29..30.43 rows=1071 width=12) (actual time=0.011..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1087_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1087_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.010..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1086_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1086_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.006..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1085_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1085_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.008..0.239 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1084_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1084_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.011..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1083_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1083_chunk (cost=0.29..30.40 rows=1069 width=12) (actual time=0.011..0.201 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1082_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1082_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.007..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1081_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1081_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.008..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1080_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1080_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.014..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1079_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1079_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.006..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1078_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1078_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.007..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1077_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1077_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.007..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1076_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1076_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.010..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1075_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1075_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.006..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1074_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1074_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.009..0.228 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1073_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1073_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.010..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1072_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1072_chunk (cost=0.29..30.38 rows=1068 width=12) (actual time=0.012..0.201 rows=1005 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1071_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1071_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.007..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1070_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1070_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.007..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1069_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1069_chunk (cost=0.29..31.71 rows=1081 width=12) (actual time=0.010..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1068_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1068_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.009..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1067_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1067_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.007..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1066_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1066_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.011..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1065_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1065_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.011..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1064_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1064_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.011..0.243 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1063_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1063_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.008..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1062_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1062_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.008..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1061_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1061_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.009..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1060_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1060_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.009..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1059_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1059_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.007..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1058_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1058_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.009..0.235 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1057_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1057_chunk (cost=0.29..31.55 rows=1072 width=12) (actual time=0.012..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1056_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1056_chunk (cost=0.29..29.56 rows=1021 width=12) (actual time=0.010..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1055_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1055_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1054_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1054_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.006..0.229 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1053_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1053_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1052_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1052_chunk (cost=0.29..29.28 rows=1005 width=12) (actual time=0.011..0.219 rows=1005 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1051_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1051_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1050_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1050_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1049_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1049_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.226 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1048_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1048_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1047_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1047_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1046_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1046_chunk (cost=0.42..33.92 rows=1143 width=12) (actual time=0.007..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1045_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1045_chunk (cost=0.42..33.82 rows=1137 width=12) (actual time=0.011..0.209 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1044_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1044_chunk (cost=0.42..33.96 rows=1145 width=12) (actual time=0.013..0.246 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1043_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1043_chunk (cost=0.42..33.99 rows=1147 width=12) (actual time=0.010..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1042_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1042_chunk (cost=0.42..34.01 rows=1148 width=12) (actual time=0.007..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1041_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1041_chunk (cost=0.42..33.90 rows=1142 width=12) (actual time=0.009..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1040_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1040_chunk (cost=0.42..33.90 rows=1142 width=12) (actual time=0.009..0.238 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1039_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1039_chunk (cost=0.42..34.01 rows=1148 width=12) (actual time=0.012..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1038_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1038_chunk (cost=0.42..34.11 rows=1154 width=12) (actual time=0.013..0.196 rows=1001 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1037_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1037_chunk (cost=0.42..34.25 rows=1162 width=12) (actual time=0.015..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1036_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1036_chunk (cost=0.42..26.92 rows=920 width=12) (actual time=0.014..0.163 rows=794 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1267_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1267_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1266_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1266_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1265_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1265_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1264_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1264_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1263_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1263_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.003..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1262_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1262_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.098..0.098 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1261_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1261_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1260_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1260_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1259_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1259_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1258_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1258_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1257_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1257_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1256_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1256_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1035_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1035_chunk (cost=0.29..2.60 rows=6 width=12) (actual time=0.005..0.006 rows=6 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1034_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1034_chunk (cost=0.42..34.22 rows=1160 width=12) (actual time=0.010..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1033_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1033_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.009..0.231 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1032_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1032_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1031_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1031_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.232 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1030_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1030_chunk (cost=0.42..34.39 rows=1170 width=12) (actual time=0.012..0.238 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1029_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1029_chunk (cost=0.42..34.34 rows=1167 width=12) (actual time=0.013..0.222 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1028_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1028_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.012..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1027_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1027_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.229 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1026_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1026_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.228 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1025_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1025_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.013..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1024_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1024_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.013..0.223 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1023_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1023_chunk (cost=0.42..29.42 rows=1006 width=12) (actual time=0.012..0.231 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1022_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1022_chunk (cost=0.42..29.35 rows=1002 width=12) (actual time=0.009..0.207 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1021_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1021_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.007..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1020_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1020_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1019_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1019_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.014..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1018_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1018_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.012..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1017_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1017_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.012..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1016_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1016_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.011..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1015_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1015_chunk (cost=0.42..30.26 rows=1054 width=12) (actual time=0.010..0.210 rows=1054 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1014_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1014_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1013_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1013_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.018..0.258 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1012_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1012_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.010..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1011_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1011_chunk (cost=0.42..33.75 rows=1133 width=12) (actual time=0.010..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1010_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1010_chunk (cost=0.42..33.71 rows=1131 width=12) (actual time=0.012..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1009_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1009_chunk (cost=0.42..33.78 rows=1135 width=12) (actual time=0.012..0.212 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1008_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1008_chunk (cost=0.42..33.71 rows=1131 width=12) (actual time=0.013..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1007_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1007_chunk (cost=0.42..29.36 rows=1002 width=12) (actual time=0.009..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1006_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1006_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1005_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1005_chunk (cost=0.42..29.48 rows=1009 width=12) (actual time=0.009..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1004_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1004_chunk (cost=0.42..29.39 rows=1004 width=12) (actual time=0.007..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1003_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1003_chunk (cost=0.42..29.39 rows=1004 width=12) (actual time=0.012..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1002_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1002_chunk (cost=0.42..29.30 rows=999 width=12) (actual time=0.010..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1001_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1001_chunk (cost=0.42..29.55 rows=1013 width=12) (actual time=0.013..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1000_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1000_chunk (cost=0.42..33.63 rows=1126 width=12) (actual time=0.011..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_999_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_999_chunk (cost=0.42..33.71 rows=1131 width=12) (actual time=0.008..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_998_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_998_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_997_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_997_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.012..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_996_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_996_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.008..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_995_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_995_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.016..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_994_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_994_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.010..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_993_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_993_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.011..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_992_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_992_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.017..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_991_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_991_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.012..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_990_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_990_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.018..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_989_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_989_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_988_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_988_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.015..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_987_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_987_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_986_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_986_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.010..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_985_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_985_chunk (cost=0.42..29.46 rows=1008 width=12) (actual time=0.012..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_984_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_984_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.196 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_983_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_983_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.027..0.230 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_982_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_982_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.015..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_981_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_981_chunk (cost=0.29..29.32 rows=1007 width=12) (actual time=0.012..0.237 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_980_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_980_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_979_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_979_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.214 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_978_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_978_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_977_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_977_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.026..0.228 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_976_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_976_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_975_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_975_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.016..0.214 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_974_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_974_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.014..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_973_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_973_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_972_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_972_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_971_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_971_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.015..0.262 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_970_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_970_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_969_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_969_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_968_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_968_chunk (cost=0.29..29.32 rows=1007 width=12) (actual time=0.012..0.214 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_967_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_967_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_966_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_966_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_965_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_965_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.223 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_964_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_964_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.196 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_963_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_963_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_962_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_962_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_961_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_961_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_960_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_960_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_959_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_959_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.212 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_958_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_958_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_957_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_957_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_956_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_956_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.006..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_955_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_955_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_954_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_954_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_953_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_953_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_952_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_952_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_951_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_951_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_950_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_950_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_949_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_949_chunk (cost=0.29..29.23 rows=1002 width=12) (actual time=0.011..0.226 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_948_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_948_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_947_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_947_chunk (cost=0.29..29.32 rows=1007 width=12) (actual time=0.010..0.219 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_946_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_946_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_945_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_945_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.210 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_944_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_944_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.006..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_943_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_943_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_942_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_942_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_941_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_941_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.228 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_940_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_940_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_939_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_939_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.288 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_938_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_938_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_937_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_937_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_936_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_936_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.196 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_935_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_935_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.216 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_934_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_934_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_933_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_933_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_932_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_932_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_931_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_931_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.026..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_930_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_930_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_929_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_929_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_928_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_928_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.270 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_927_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_927_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.014..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_926_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_926_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_925_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_925_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_924_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_924_chunk (cost=0.29..29.35 rows=1009 width=12) (actual time=0.012..0.204 rows=1009 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_923_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_923_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.014..0.223 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_922_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_922_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_921_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_921_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.016..0.230 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_920_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_920_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_919_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_919_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.023..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_918_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_918_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.210 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_917_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_917_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_916_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_916_chunk (cost=0.29..9.67 rows=296 width=12) (actual time=0.010..0.087 rows=296 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_915_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_915_chunk (cost=0.29..23.16 rows=770 width=12) (actual time=0.012..0.158 rows=770 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_914_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_914_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_913_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_913_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_912_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_912_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_911_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_911_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.219 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_910_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_910_chunk (cost=0.29..29.31 rows=1007 width=12) (actual time=0.009..0.196 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_909_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_909_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_908_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_908_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.006..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_907_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_907_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_906_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_906_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.241 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_905_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_905_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.214 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_904_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_904_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_903_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_903_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.223 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_902_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_902_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.235 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_901_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_901_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.214 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_900_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_900_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_899_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_899_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.212 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_898_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_898_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_897_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_897_chunk (cost=0.29..29.22 rows=1002 width=12) (actual time=0.012..0.232 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_896_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_896_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.218 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_895_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_895_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_894_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_894_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.210 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_893_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_893_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_892_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_892_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_891_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_891_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_890_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_890_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.214 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_889_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_889_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_888_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_888_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_887_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_887_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_886_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_886_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.020..0.240 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_885_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_885_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_884_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_884_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_883_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_883_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.006..0.223 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_882_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_882_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_881_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_881_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_880_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_880_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_879_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_879_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_878_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_878_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_877_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_877_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_876_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_876_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.235 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_875_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_875_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.223 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_874_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_874_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_873_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_873_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.232 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_872_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_872_chunk (cost=0.29..28.47 rows=959 width=12) (actual time=0.006..0.194 rows=959 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1275_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1275_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1274_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1274_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_871_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_871_chunk (cost=0.29..22.74 rows=746 width=12) (actual time=0.007..0.158 rows=746 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_870_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_870_chunk (cost=0.29..29.24 rows=1003 width=12) (actual time=0.012..0.199 rows=1003 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_869_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_869_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_868_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_868_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_867_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_867_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_866_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_866_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_865_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_865_chunk (cost=0.29..29.26 rows=1004 width=12) (actual time=0.009..0.203 rows=1004 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_864_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_864_chunk (cost=0.29..29.23 rows=1002 width=12) (actual time=0.010..0.212 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_863_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_863_chunk (cost=0.29..20.84 rows=700 width=12) (actual time=0.009..0.157 rows=700 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_862_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_862_chunk (cost=0.29..29.31 rows=1007 width=12) (actual time=0.007..0.193 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_861_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_861_chunk (cost=0.29..20.99 rows=709 width=12) (actual time=0.012..0.153 rows=709 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_860_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_860_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_859_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_859_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.222 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_858_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_858_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.229 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_857_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_857_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_856_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_856_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_855_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_855_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_854_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_854_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_853_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_853_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_852_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_852_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_851_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_851_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_850_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_850_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_849_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_849_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_848_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_848_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_847_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_847_chunk (cost=0.29..29.23 rows=1002 width=12) (actual time=0.012..0.214 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_846_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_846_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_845_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_845_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_844_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_844_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_843_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_843_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_842_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_842_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_841_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_841_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_840_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_840_chunk (cost=0.29..29.31 rows=1007 width=12) (actual time=0.008..0.214 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_839_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_839_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.281 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_838_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_838_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.019..0.374 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_837_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_837_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.231 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_836_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_836_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.230 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_835_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_835_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.229 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_834_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_834_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.241 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_833_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_833_chunk (cost=0.29..29.30 rows=1006 width=12) (actual time=0.009..0.213 rows=1006 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_832_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_832_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.015..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_831_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_831_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.014..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_830_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_830_chunk (cost=0.29..29.31 rows=1007 width=12) (actual time=0.007..0.196 rows=1007 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_829_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_829_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.007..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_828_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_828_chunk (cost=0.29..29.26 rows=1004 width=12) (actual time=0.014..0.205 rows=1004 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_827_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_827_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_826_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_826_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_825_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_825_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_824_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_824_chunk (cost=0.29..11.99 rows=366 width=12) (actual time=0.016..0.079 rows=366 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1273_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1273_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1272_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1272_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1271_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1271_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.013..0.014 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1270_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1270_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1269_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1269_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_823_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_823_chunk (cost=0.29..9.42 rows=282 width=12) (actual time=0.035..0.093 rows=282 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_822_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_822_chunk (cost=0.29..5.99 rows=143 width=12) (actual time=0.010..0.035 rows=143 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_1268_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_1268_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_821_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_821_chunk (cost=0.29..26.81 rows=921 width=12) (actual time=0.005..0.182 rows=921 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_820_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_820_chunk (cost=0.29..12.22 rows=379 width=12) (actual time=0.006..0.079 rows=379 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_819_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_819_chunk (cost=0.29..25.53 rows=848 width=12) (actual time=0.011..0.169 rows=848 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_818_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_818_chunk (cost=0.29..23.09 rows=766 width=12) (actual time=0.005..0.148 rows=766 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_817_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_817_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_816_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_816_chunk (cost=0.29..26.97 rows=930 width=12) (actual time=0.010..0.184 rows=930 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_815_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_815_chunk (cost=0.29..28.98 rows=988 width=12) (actual time=0.016..0.206 rows=988 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_814_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_814_chunk (cost=0.29..23.65 rows=798 width=12) (actual time=0.008..0.165 rows=798 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_813_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_813_chunk (cost=0.29..4.83 rows=134 width=12) (actual time=0.009..0.034 rows=134 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_812_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_812_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_811_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_811_chunk (cost=0.29..18.61 rows=630 width=12) (actual time=0.006..0.129 rows=630 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_810_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_810_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.190 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_809_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_809_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_808_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_808_chunk (cost=0.29..27.11 rows=938 width=12) (actual time=0.008..0.249 rows=938 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_807_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_807_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_806_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_806_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_805_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_805_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_804_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_804_chunk (cost=0.29..18.44 rows=620 width=12) (actual time=0.009..0.125 rows=620 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_803_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_803_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_802_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_802_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.015..0.223 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_801_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_801_chunk (cost=0.29..29.23 rows=1002 width=12) (actual time=0.016..0.203 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_800_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_800_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_799_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_799_chunk (cost=0.29..14.58 rows=457 width=12) (actual time=0.010..0.092 rows=457 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_798_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_798_chunk (cost=0.29..26.25 rows=889 width=12) (actual time=0.012..0.175 rows=889 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_797_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_797_chunk (cost=0.29..7.63 rows=237 width=12) (actual time=0.008..0.049 rows=237 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_796_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_796_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.236 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_795_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_795_chunk (cost=0.29..29.00 rows=989 width=12) (actual time=0.009..0.203 rows=989 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_794_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_794_chunk (cost=0.29..28.44 rows=957 width=12) (actual time=0.007..0.196 rows=957 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_793_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_793_chunk (cost=0.29..28.86 rows=981 width=12) (actual time=0.011..0.197 rows=981 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_792_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_792_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_791_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_791_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_790_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_790_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_789_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_789_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.230 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_788_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_788_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_787_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_787_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_786_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_786_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_785_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_785_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.238 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_784_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_784_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_783_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_783_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_782_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_782_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_781_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_781_chunk (cost=0.29..29.23 rows=1002 width=12) (actual time=0.015..0.196 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_780_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_780_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_779_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_779_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.015..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_778_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_778_chunk (cost=0.29..22.20 rows=715 width=12) (actual time=0.017..0.179 rows=715 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_777_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_777_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.014..0.224 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_776_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_776_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.242 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_775_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_775_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.021..0.234 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_774_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_774_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.014..0.242 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_773_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_773_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.021..0.232 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_772_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_772_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_771_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_771_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.016..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_770_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_770_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_769_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_769_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.196 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_768_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_768_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_767_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_767_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.217 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_766_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_766_chunk (cost=0.29..18.80 rows=641 width=12) (actual time=0.014..0.139 rows=641 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_765_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_765_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_764_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_764_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.266 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_763_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_763_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.225 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_762_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_762_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.018..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_761_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_761_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.017..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_760_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_760_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_759_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_759_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_758_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_758_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.018..0.243 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_757_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_757_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.020..0.227 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_756_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_756_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.212 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_755_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_755_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.245 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_754_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_754_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.220 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_753_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_753_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_752_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_752_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_751_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_751_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_750_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_750_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_749_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_749_chunk (cost=0.29..29.22 rows=1002 width=12) (actual time=0.014..0.197 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_748_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_748_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_747_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_747_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_746_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_746_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_745_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_745_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_744_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_744_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.014..0.211 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_743_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_743_chunk (cost=0.29..26.05 rows=878 width=12) (actual time=0.011..0.191 rows=878 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_742_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_742_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_741_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_741_chunk (cost=0.29..27.08 rows=937 width=12) (actual time=0.009..0.187 rows=937 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_740_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_740_chunk (cost=0.29..29.01 rows=990 width=12) (actual time=0.008..0.189 rows=990 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_739_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_739_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_738_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_738_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_737_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_737_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.194 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_736_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_736_chunk (cost=0.29..23.56 rows=793 width=12) (actual time=0.009..0.162 rows=793 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_735_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_735_chunk (cost=0.29..26.03 rows=877 width=12) (actual time=0.010..0.179 rows=877 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_734_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_734_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_733_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_733_chunk (cost=0.29..28.94 rows=986 width=12) (actual time=0.010..0.204 rows=986 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_732_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_732_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_731_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_731_chunk (cost=0.29..18.56 rows=627 width=12) (actual time=0.010..0.163 rows=627 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_730_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_730_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_729_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_729_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_728_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_728_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.193 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_727_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_727_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.014..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_726_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_726_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_725_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_725_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_724_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_724_chunk (cost=0.29..24.97 rows=816 width=12) (actual time=0.018..0.172 rows=816 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_723_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_723_chunk (cost=0.29..23.53 rows=791 width=12) (actual time=0.011..0.161 rows=791 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_722_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_722_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.015..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_721_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_721_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.195 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_720_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_720_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_719_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_719_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.233 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_718_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_718_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.197 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_717_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_717_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_716_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_716_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_715_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_715_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_714_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_714_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_713_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_713_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_712_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_712_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.208 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_711_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_711_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.202 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_710_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_710_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_709_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_709_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.238 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_708_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_708_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_707_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_707_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_706_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_706_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_705_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_705_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_704_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_704_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_703_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_703_chunk (cost=0.29..23.51 rows=790 width=12) (actual time=0.014..0.165 rows=790 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_702_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_702_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.193 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_701_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_701_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_700_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_700_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_699_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_699_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.206 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_698_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_698_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.228 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_697_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_697_chunk (cost=0.29..29.22 rows=1002 width=12) (actual time=0.015..0.207 rows=1002 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_696_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_696_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.213 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_695_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_695_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_694_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_694_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_693_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_693_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_692_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_692_chunk (cost=0.29..23.67 rows=799 width=12) (actual time=0.008..0.157 rows=799 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_691_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_691_chunk (cost=0.29..9.35 rows=278 width=12) (actual time=0.013..0.062 rows=278 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_690_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_690_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.203 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_689_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_689_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.207 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_688_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_688_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.012..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_687_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_687_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.019..0.221 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_686_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_686_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_685_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_685_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.201 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_684_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_684_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.015..0.209 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_683_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_683_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.205 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_682_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_682_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_681_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_681_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.013..0.204 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_680_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_680_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.011..0.200 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_679_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_679_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.198 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_678_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_678_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.008..0.193 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_677_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_677_chunk (cost=0.29..28.38 rows=954 width=12) (actual time=0.011..0.190 rows=954 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_676_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_676_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.010..0.215 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_675_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_675_chunk (cost=0.29..29.33 rows=1008 width=12) (actual time=0.009..0.199 rows=1008 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_674_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_674_chunk (cost=0.29..28.29 rows=949 width=12) (actual time=0.009..0.200 rows=949 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_673_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_673_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_672_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_672_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "671_671_enhydris_timeseriesrecord_pk" on _hyper_1_671_chunk (cost=0.29..2.51 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_670_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_670_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_669_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_669_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_668_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_668_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_667_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_667_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_666_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_666_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_665_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_665_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_664_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_664_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_663_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_663_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_662_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_662_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_661_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_661_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_660_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_660_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_659_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_659_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_658_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_658_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_657_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_657_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_656_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_656_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_655_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_655_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_654_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_654_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_653_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_653_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_652_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_652_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_651_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_651_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_650_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_650_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_649_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_649_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_648_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_648_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_647_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_647_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_646_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_646_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_645_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_645_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_644_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_644_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_643_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_643_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_642_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_642_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_641_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_641_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_640_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_640_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_639_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_639_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.016..0.016 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_638_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_638_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_637_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_637_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_636_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_636_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_635_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_635_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_634_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_634_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_633_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_633_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_632_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_632_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_631_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_631_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_630_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_630_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_629_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_629_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_628_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_628_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_627_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_627_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_626_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_626_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_625_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_625_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_624_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_624_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_623_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_623_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_622_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_622_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_621_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_621_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_620_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_620_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_619_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_619_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_618_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_618_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_617_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_617_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_616_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_616_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_615_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_615_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.011..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_614_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_614_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_613_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_613_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_612_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_612_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_611_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_611_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_610_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_610_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_609_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_609_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_608_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_608_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_607_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_607_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_606_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_606_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_605_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_605_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_604_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_604_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_603_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_603_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_602_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_602_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_601_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_601_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_600_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_600_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_599_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_599_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.015..0.015 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_598_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_598_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_597_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_597_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_596_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_596_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_595_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_595_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_594_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_594_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_593_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_593_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_592_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_592_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_591_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_591_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_590_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_590_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_589_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_589_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_588_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_588_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_587_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_587_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_586_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_586_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_585_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_585_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_584_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_584_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_583_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_583_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_582_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_582_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_581_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_581_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_580_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_580_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_579_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_579_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_578_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_578_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_577_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_577_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_576_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_576_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_575_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_575_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_574_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_574_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_573_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_573_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_572_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_572_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_571_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_571_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_570_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_570_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_569_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_569_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_568_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_568_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_567_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_567_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_566_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_566_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_565_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_565_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_564_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_564_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_563_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_563_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_562_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_562_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_561_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_561_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_560_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_560_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_559_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_559_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_558_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_558_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_557_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_557_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_556_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_556_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_555_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_555_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_554_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_554_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_553_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_553_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_552_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_552_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_551_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_551_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_550_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_550_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_549_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_549_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_548_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_548_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_547_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_547_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_546_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_546_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_545_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_545_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_544_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_544_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_543_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_543_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_542_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_542_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_541_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_541_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_540_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_540_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_539_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_539_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_538_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_538_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_537_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_537_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_536_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_536_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_535_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_535_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_534_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_534_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_533_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_533_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_532_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_532_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_531_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_531_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_530_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_530_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_529_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_529_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_528_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_528_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_527_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_527_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_526_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_526_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_525_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_525_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_524_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_524_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_523_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_523_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_522_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_522_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_521_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_521_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_520_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_520_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_519_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_519_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_518_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_518_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_517_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_517_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_516_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_516_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_515_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_515_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_514_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_514_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_513_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_513_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_512_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_512_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_511_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_511_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_510_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_510_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_509_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_509_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_508_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_508_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_507_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_507_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_506_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_506_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_505_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_505_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_504_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_504_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_503_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_503_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_502_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_502_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_501_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_501_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_500_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_500_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_499_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_499_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_498_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_498_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_497_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_497_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_496_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_496_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_495_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_495_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_494_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_494_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_493_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_493_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_492_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_492_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_491_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_491_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_490_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_490_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_489_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_489_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_488_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_488_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_487_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_487_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_486_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_486_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_485_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_485_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_484_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_484_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_483_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_483_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_482_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_482_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_481_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_481_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_480_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_480_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_479_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_479_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_478_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_478_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_477_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_477_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_476_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_476_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_475_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_475_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_474_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_474_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_473_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_473_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_472_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_472_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_471_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_471_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_470_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_470_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_469_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_469_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.002..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_468_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_468_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_467_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_467_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_466_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_466_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_465_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_465_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_464_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_464_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_463_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_463_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_462_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_462_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_461_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_461_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_460_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_460_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_459_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_459_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_458_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_458_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_457_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_457_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_456_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_456_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_455_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_455_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_454_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_454_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_453_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_453_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_452_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_452_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_451_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_451_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_450_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_450_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_449_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_449_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_448_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_448_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_447_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_447_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "446_446_enhydris_timeseriesrecord_pk" on _hyper_1_446_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_445_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_445_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_444_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_444_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_443_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_443_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_442_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_442_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_441_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_441_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_440_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_440_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_439_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_439_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_438_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_438_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_437_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_437_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_436_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_436_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_435_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_435_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_434_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_434_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_433_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_433_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_432_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_432_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_431_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_431_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_430_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_430_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_429_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_429_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_428_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_428_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_427_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_427_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_426_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_426_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_425_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_425_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_424_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_424_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_423_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_423_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_422_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_422_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.002..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_421_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_421_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_420_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_420_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_419_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_419_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_418_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_418_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_417_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_417_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_416_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_416_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_415_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_415_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_414_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_414_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_413_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_413_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_412_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_412_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_411_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_411_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_410_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_410_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_409_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_409_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_408_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_408_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_407_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_407_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_406_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_406_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_405_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_405_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_404_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_404_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_403_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_403_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_402_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_402_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_401_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_401_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_400_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_400_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_399_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_399_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_398_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_398_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_397_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_397_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_396_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_396_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_395_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_395_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_394_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_394_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_393_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_393_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_392_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_392_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_391_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_391_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_390_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_390_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_389_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_389_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_388_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_388_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_387_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_387_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_386_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_386_chunk (cost=0.29..1.41 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_385_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_385_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_384_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_384_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_383_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_383_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_382_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_382_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_381_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_381_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_380_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_380_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_379_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_379_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_378_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_378_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_377_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_377_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_376_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_376_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_375_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_375_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_374_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_374_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_373_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_373_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_372_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_372_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_371_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_371_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_370_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_370_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_369_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_369_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_368_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_368_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_367_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_367_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_366_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_366_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_365_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_365_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_364_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_364_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_363_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_363_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_362_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_362_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_361_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_361_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_360_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_360_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_359_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_359_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_358_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_358_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_357_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_357_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_356_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_356_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_355_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_355_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_354_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_354_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_353_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_353_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_352_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_352_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_351_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_351_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_350_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_350_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_349_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_349_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_348_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_348_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_347_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_347_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_346_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_346_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_345_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_345_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_344_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_344_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_343_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_343_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_342_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_342_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_341_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_341_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_340_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_340_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_339_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_339_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_338_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_338_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_337_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_337_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_336_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_336_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_335_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_335_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_334_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_334_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_333_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_333_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_332_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_332_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_331_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_331_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_330_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_330_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_329_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_329_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_328_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_328_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_327_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_327_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_326_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_326_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_325_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_325_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_324_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_324_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_323_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_323_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_322_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_322_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_321_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_321_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_320_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_320_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_319_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_319_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_318_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_318_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_317_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_317_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_316_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_316_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.002..0.002 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_295_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_295_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_294_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_294_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_293_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_293_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_292_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_292_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_291_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_291_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "290_290_enhydris_timeseriesrecord_pk" on _hyper_1_290_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_289_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_289_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.002..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "288_288_enhydris_timeseriesrecord_pk" on _hyper_1_288_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "287_287_enhydris_timeseriesrecord_pk" on _hyper_1_287_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_286_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_286_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_285_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_285_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "284_284_enhydris_timeseriesrecord_pk" on _hyper_1_284_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_283_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_283_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_282_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_282_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "281_281_enhydris_timeseriesrecord_pk" on _hyper_1_281_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "280_280_enhydris_timeseriesrecord_pk" on _hyper_1_280_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "279_279_enhydris_timeseriesrecord_pk" on _hyper_1_279_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "278_278_enhydris_timeseriesrecord_pk" on _hyper_1_278_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_277_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_277_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "276_276_enhydris_timeseriesrecord_pk" on _hyper_1_276_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_275_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_275_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_274_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_274_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_273_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_273_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "272_272_enhydris_timeseriesrecord_pk" on _hyper_1_272_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "271_271_enhydris_timeseriesrecord_pk" on _hyper_1_271_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_270_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_270_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_269_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_269_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_268_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_268_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_267_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_267_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "266_266_enhydris_timeseriesrecord_pk" on _hyper_1_266_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "265_265_enhydris_timeseriesrecord_pk" on _hyper_1_265_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_264_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_264_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.003..0.003 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "263_263_enhydris_timeseriesrecord_pk" on _hyper_1_263_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_262_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_262_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_261_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_261_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "260_260_enhydris_timeseriesrecord_pk" on _hyper_1_260_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "259_259_enhydris_timeseriesrecord_pk" on _hyper_1_259_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_258_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_258_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_257_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_257_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_256_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_256_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "255_255_enhydris_timeseriesrecord_pk" on _hyper_1_255_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_254_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_254_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "253_253_enhydris_timeseriesrecord_pk" on _hyper_1_253_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_252_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_252_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_251_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_251_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_250_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_250_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_249_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_249_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "248_248_enhydris_timeseriesrecord_pk" on _hyper_1_248_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "247_247_enhydris_timeseriesrecord_pk" on _hyper_1_247_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_246_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_246_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "245_245_enhydris_timeseriesrecord_pk" on _hyper_1_245_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "244_244_enhydris_timeseriesrecord_pk" on _hyper_1_244_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "243_243_enhydris_timeseriesrecord_pk" on _hyper_1_243_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_242_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_242_chunk (cost=0.29..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "241_241_enhydris_timeseriesrecord_pk" on _hyper_1_241_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "240_240_enhydris_timeseriesrecord_pk" on _hyper_1_240_chunk (cost=0.29..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_239_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_239_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "238_238_enhydris_timeseriesrecord_pk" on _hyper_1_238_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "237_237_enhydris_timeseriesrecord_pk" on _hyper_1_237_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_236_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_236_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_235_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_235_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "234_234_enhydris_timeseriesrecord_pk" on _hyper_1_234_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_233_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_233_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_232_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_232_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_231_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_231_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_230_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_230_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_229_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_229_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_228_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_228_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_227_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_227_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "226_226_enhydris_timeseriesrecord_pk" on _hyper_1_226_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "225_225_enhydris_timeseriesrecord_pk" on _hyper_1_225_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "224_224_enhydris_timeseriesrecord_pk" on _hyper_1_224_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_223_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_223_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "222_222_enhydris_timeseriesrecord_pk" on _hyper_1_222_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "221_221_enhydris_timeseriesrecord_pk" on _hyper_1_221_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_220_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_220_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_219_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_219_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "218_218_enhydris_timeseriesrecord_pk" on _hyper_1_218_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "217_217_enhydris_timeseriesrecord_pk" on _hyper_1_217_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_216_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_216_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_215_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_215_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_214_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_214_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_213_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_213_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_212_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_212_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_211_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_211_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "210_210_enhydris_timeseriesrecord_pk" on _hyper_1_210_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_209_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_209_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "208_208_enhydris_timeseriesrecord_pk" on _hyper_1_208_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "207_207_enhydris_timeseriesrecord_pk" on _hyper_1_207_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "206_206_enhydris_timeseriesrecord_pk" on _hyper_1_206_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_205_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_205_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_204_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_204_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_203_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_203_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_202_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_202_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "201_201_enhydris_timeseriesrecord_pk" on _hyper_1_201_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "200_200_enhydris_timeseriesrecord_pk" on _hyper_1_200_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_199_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_199_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "198_198_enhydris_timeseriesrecord_pk" on _hyper_1_198_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_197_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_197_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_196_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_196_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_195_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_195_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "194_194_enhydris_timeseriesrecord_pk" on _hyper_1_194_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.017..0.017 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_193_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_193_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_192_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_192_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_191_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_191_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_190_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_190_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "189_189_enhydris_timeseriesrecord_pk" on _hyper_1_189_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "188_188_enhydris_timeseriesrecord_pk" on _hyper_1_188_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "187_187_enhydris_timeseriesrecord_pk" on _hyper_1_187_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_186_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_186_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "185_185_enhydris_timeseriesrecord_pk" on _hyper_1_185_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_184_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_184_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "183_183_enhydris_timeseriesrecord_pk" on _hyper_1_183_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_182_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_182_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "181_181_enhydris_timeseriesrecord_pk" on _hyper_1_181_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_180_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_180_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "179_179_enhydris_timeseriesrecord_pk" on _hyper_1_179_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_178_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_178_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_177_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_177_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_176_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_176_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "175_175_enhydris_timeseriesrecord_pk" on _hyper_1_175_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "174_174_enhydris_timeseriesrecord_pk" on _hyper_1_174_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "173_173_enhydris_timeseriesrecord_pk" on _hyper_1_173_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.015..0.015 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_172_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_172_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "171_171_enhydris_timeseriesrecord_pk" on _hyper_1_171_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "170_170_enhydris_timeseriesrecord_pk" on _hyper_1_170_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_169_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_169_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_168_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_168_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "167_167_enhydris_timeseriesrecord_pk" on _hyper_1_167_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_166_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_166_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_165_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_165_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_164_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_164_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_163_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_163_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_162_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_162_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_161_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_161_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_160_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_160_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "159_159_enhydris_timeseriesrecord_pk" on _hyper_1_159_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_158_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_158_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_157_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_157_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_156_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_156_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "155_155_enhydris_timeseriesrecord_pk" on _hyper_1_155_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_154_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_154_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_153_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_153_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_152_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_152_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "151_151_enhydris_timeseriesrecord_pk" on _hyper_1_151_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_150_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_150_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_149_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_149_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "148_148_enhydris_timeseriesrecord_pk" on _hyper_1_148_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "147_147_enhydris_timeseriesrecord_pk" on _hyper_1_147_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_146_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_146_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "145_145_enhydris_timeseriesrecord_pk" on _hyper_1_145_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_144_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_144_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.018..0.018 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_143_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_143_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_142_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_142_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_141_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_141_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_140_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_140_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "139_139_enhydris_timeseriesrecord_pk" on _hyper_1_139_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "138_138_enhydris_timeseriesrecord_pk" on _hyper_1_138_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_137_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_137_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "136_136_enhydris_timeseriesrecord_pk" on _hyper_1_136_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "135_135_enhydris_timeseriesrecord_pk" on _hyper_1_135_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "134_134_enhydris_timeseriesrecord_pk" on _hyper_1_134_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "133_133_enhydris_timeseriesrecord_pk" on _hyper_1_133_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_132_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_132_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "131_131_enhydris_timeseriesrecord_pk" on _hyper_1_131_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "130_130_enhydris_timeseriesrecord_pk" on _hyper_1_130_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "129_129_enhydris_timeseriesrecord_pk" on _hyper_1_129_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_128_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_128_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.032..0.032 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "127_127_enhydris_timeseriesrecord_pk" on _hyper_1_127_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.020..0.020 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_126_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_126_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_125_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_125_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.015..0.015 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_124_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_124_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_123_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_123_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.020..0.020 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_122_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_122_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "121_121_enhydris_timeseriesrecord_pk" on _hyper_1_121_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_120_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_120_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "119_119_enhydris_timeseriesrecord_pk" on _hyper_1_119_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_118_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_118_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "117_117_enhydris_timeseriesrecord_pk" on _hyper_1_117_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "116_116_enhydris_timeseriesrecord_pk" on _hyper_1_116_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_115_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_115_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_114_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_114_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "113_113_enhydris_timeseriesrecord_pk" on _hyper_1_113_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "112_112_enhydris_timeseriesrecord_pk" on _hyper_1_112_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "111_111_enhydris_timeseriesrecord_pk" on _hyper_1_111_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_110_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_110_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "109_109_enhydris_timeseriesrecord_pk" on _hyper_1_109_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_108_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_108_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "107_107_enhydris_timeseriesrecord_pk" on _hyper_1_107_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_106_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_106_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "105_105_enhydris_timeseriesrecord_pk" on _hyper_1_105_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "104_104_enhydris_timeseriesrecord_pk" on _hyper_1_104_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "103_103_enhydris_timeseriesrecord_pk" on _hyper_1_103_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "102_102_enhydris_timeseriesrecord_pk" on _hyper_1_102_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "101_101_enhydris_timeseriesrecord_pk" on _hyper_1_101_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_100_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_100_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "99_99_enhydris_timeseriesrecord_pk" on _hyper_1_99_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_98_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_98_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "97_97_enhydris_timeseriesrecord_pk" on _hyper_1_97_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_96_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_96_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_95_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_95_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "94_94_enhydris_timeseriesrecord_pk" on _hyper_1_94_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "93_93_enhydris_timeseriesrecord_pk" on _hyper_1_93_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_92_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_92_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_91_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_91_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_90_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_90_chunk (cost=0.28..1.39 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_89_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_89_chunk (cost=0.28..1.39 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_88_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_88_chunk (cost=0.28..1.39 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_87_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_87_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_86_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_86_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "85_85_enhydris_timeseriesrecord_pk" on _hyper_1_85_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "84_84_enhydris_timeseriesrecord_pk" on _hyper_1_84_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_83_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_83_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_82_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_82_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_81_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_81_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "80_80_enhydris_timeseriesrecord_pk" on _hyper_1_80_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_79_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_79_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "78_78_enhydris_timeseriesrecord_pk" on _hyper_1_78_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.015..0.015 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "77_77_enhydris_timeseriesrecord_pk" on _hyper_1_77_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_76_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_76_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_75_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_75_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "74_74_enhydris_timeseriesrecord_pk" on _hyper_1_74_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "73_73_enhydris_timeseriesrecord_pk" on _hyper_1_73_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_72_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_72_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "71_71_enhydris_timeseriesrecord_pk" on _hyper_1_71_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "70_70_enhydris_timeseriesrecord_pk" on _hyper_1_70_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_69_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_69_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_68_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_68_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "67_67_enhydris_timeseriesrecord_pk" on _hyper_1_67_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "66_66_enhydris_timeseriesrecord_pk" on _hyper_1_66_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_65_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_65_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_64_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_64_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_63_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_63_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "62_62_enhydris_timeseriesrecord_pk" on _hyper_1_62_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "61_61_enhydris_timeseriesrecord_pk" on _hyper_1_61_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.014..0.014 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "60_60_enhydris_timeseriesrecord_pk" on _hyper_1_60_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "59_59_enhydris_timeseriesrecord_pk" on _hyper_1_59_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "58_58_enhydris_timeseriesrecord_pk" on _hyper_1_58_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "57_57_enhydris_timeseriesrecord_pk" on _hyper_1_57_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_56_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_56_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "55_55_enhydris_timeseriesrecord_pk" on _hyper_1_55_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "54_54_enhydris_timeseriesrecord_pk" on _hyper_1_54_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "53_53_enhydris_timeseriesrecord_pk" on _hyper_1_53_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_52_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_52_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_51_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_51_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "50_50_enhydris_timeseriesrecord_pk" on _hyper_1_50_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_49_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_49_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_48_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_48_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_47_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_47_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "46_46_enhydris_timeseriesrecord_pk" on _hyper_1_46_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_45_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_45_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "44_44_enhydris_timeseriesrecord_pk" on _hyper_1_44_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "43_43_enhydris_timeseriesrecord_pk" on _hyper_1_43_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_42_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_42_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "41_41_enhydris_timeseriesrecord_pk" on _hyper_1_41_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "40_40_enhydris_timeseriesrecord_pk" on _hyper_1_40_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "39_39_enhydris_timeseriesrecord_pk" on _hyper_1_39_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "38_38_enhydris_timeseriesrecord_pk" on _hyper_1_38_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "37_37_enhydris_timeseriesrecord_pk" on _hyper_1_37_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_36_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_36_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_35_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_35_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_34_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_34_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_33_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_33_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_32_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_32_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_31_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_31_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "30_30_enhydris_timeseriesrecord_pk" on _hyper_1_30_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "29_29_enhydris_timeseriesrecord_pk" on _hyper_1_29_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_28_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_28_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.015..0.015 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_27_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_27_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_26_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_26_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "25_25_enhydris_timeseriesrecord_pk" on _hyper_1_25_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "24_24_enhydris_timeseriesrecord_pk" on _hyper_1_24_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "23_23_enhydris_timeseriesrecord_pk" on _hyper_1_23_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "22_22_enhydris_timeseriesrecord_pk" on _hyper_1_22_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_21_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_21_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_20_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_20_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_19_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_19_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "18_18_enhydris_timeseriesrecord_pk" on _hyper_1_18_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_17_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_17_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "16_16_enhydris_timeseriesrecord_pk" on _hyper_1_16_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_15_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_15_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "14_14_enhydris_timeseriesrecord_pk" on _hyper_1_14_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Only Scan Backward using "13_13_enhydris_timeseriesrecord_pk" on _hyper_1_13_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.013..0.013 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_12_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_12_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_11_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_11_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_10_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_10_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_9_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_9_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_8_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_8_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_7_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_7_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.010..0.010 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_6_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_6_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_5_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_5_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_4_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_4_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_3_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_3_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.010..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_2_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_2_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Only Scan Backward using "1_1_enhydris_timeseriesrecord_pk" on _hyper_1_1_chunk (cost=0.28..2.50 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Heap Fetches: 0
-> Index Scan using _hyper_1_315_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_315_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_314_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_314_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_313_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_313_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.012..0.012 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_312_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_312_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_311_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_311_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.008..0.008 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_310_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_310_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_309_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_309_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_308_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_308_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_307_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_307_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_306_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_306_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_305_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_305_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_304_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_304_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_303_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_303_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_302_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_302_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_301_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_301_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_300_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_300_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_299_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_299_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_298_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_298_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.011..0.011 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_297_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_297_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.007..0.007 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
-> Index Scan using _hyper_1_296_chunk_enhydris_timeseriesrecord_timeseries_id_idx on _hyper_1_296_chunk (cost=0.28..1.40 rows=1 width=12) (actual time=0.006..0.006 rows=0 loops=1)
Index Cond: (timeseries_id = 6661)
Planning Time: 956.084 ms
Execution Time: 389.733 ms
(2901 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment