Skip to content

Instantly share code, notes, and snippets.

@kbrock
Created February 16, 2018 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbrock/25f893ba674a86a8a0b7d1736cf01ac1 to your computer and use it in GitHub Desktop.
Save kbrock/25f893ba674a86a8a0b7d1736cf01ac1 to your computer and use it in GitHub Desktop.
explain deleting from metrics (actual execution. in json this time)
This file has been truncated, but you can view the full file.
[
{
"Plan": {
"Node Type": "ModifyTable",
"Operation": "Delete",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics",
"Startup Cost": 26.03,
"Total Cost": 37347.65,
"Plan Rows": 2207,
"Plan Width": 38,
"Actual Startup Time": 90491.361,
"Actual Total Time": 90491.361,
"Actual Rows": 0,
"Actual Loops": 1,
"Target Tables": [
{
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics"
},
{
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00"
},
{
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01"
},
{
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02"
},
{
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03"
},
{
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04"
},
{
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05"
},
{
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06"
},
{
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07"
},
{
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08"
},
{
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09"
},
{
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10"
},
{
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11"
},
{
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12"
},
{
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13"
},
{
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14"
},
{
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15"
},
{
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16"
},
{
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17"
},
{
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18"
},
{
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19"
},
{
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20"
},
{
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21"
},
{
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22"
},
{
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23"
}
],
"Shared Hit Blocks": 42399,
"Shared Read Blocks": 21848991,
"Shared Dirtied Blocks": 8,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Hash Join",
"Parent Relationship": "Member",
"Join Type": "Semi",
"Startup Cost": 26.03,
"Total Cost": 26.03,
"Plan Rows": 1,
"Plan Width": 38,
"Actual Startup Time": 0.005,
"Actual Total Time": 0.005,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics.ctid", "\"ANY_subquery\".*"],
"Hash Cond": "(metrics.id = \"ANY_subquery\".id)",
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics.ctid", "metrics.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Hash",
"Parent Relationship": "Inner",
"Startup Cost": 24.78,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery\".*", "\"ANY_subquery\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery\".*", "\"ANY_subquery\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_1.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_1",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_1.id"],
"Filter": "(metrics_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_1",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_00_1.id"],
"Filter": "(metrics_00_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_1",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_01_1.id"],
"Filter": "(metrics_01_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_1",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_02_1.id"],
"Filter": "(metrics_02_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_1",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_03_1.id"],
"Filter": "(metrics_03_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_1",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_04_1.id"],
"Filter": "(metrics_04_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_1",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_05_1.id"],
"Filter": "(metrics_05_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_1",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_06_1.id"],
"Index Cond": "(metrics_06_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_1",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_07_1.id"],
"Index Cond": "(metrics_07_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_1",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_08_1.id"],
"Index Cond": "(metrics_08_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_1",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_09_1.id"],
"Index Cond": "(metrics_09_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_1",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_10_1.id"],
"Recheck Cond": "(metrics_10_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_10_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_1",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_11_1.id"],
"Filter": "(metrics_11_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_1",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_12_1.id"],
"Index Cond": "(metrics_12_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_1",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_13_1.id"],
"Filter": "(metrics_13_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_1",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_14_1.id"],
"Filter": "(metrics_14_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_1",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_15_1.id"],
"Filter": "(metrics_15_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_1",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_16_1.id"],
"Filter": "(metrics_16_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_1",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_17_1.id"],
"Recheck Cond": "(metrics_17_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_17_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_1",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_18_1.id"],
"Filter": "(metrics_18_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_1",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_1.id"],
"Filter": "(metrics_19_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_1",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_1.id"],
"Filter": "(metrics_20_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_1",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_1.id"],
"Filter": "(metrics_21_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_1",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_1.id"],
"Filter": "(metrics_22_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_1",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_1.id"],
"Filter": "(metrics_23_1.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
}
]
},
{
"Node Type": "Hash Join",
"Parent Relationship": "Member",
"Join Type": "Semi",
"Startup Cost": 26.03,
"Total Cost": 38.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00.ctid", "\"ANY_subquery_1\".*"],
"Hash Cond": "(metrics_00.id = \"ANY_subquery_1\".id)",
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00",
"Startup Cost": 0.00,
"Total Cost": 11.10,
"Plan Rows": 110,
"Plan Width": 14,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00.ctid", "metrics_00.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Hash",
"Parent Relationship": "Inner",
"Startup Cost": 24.78,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_1\".*", "\"ANY_subquery_1\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_1",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_1\".*", "\"ANY_subquery_1\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_2.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_2",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_2.id"],
"Filter": "(metrics_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_2",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_00_2.id"],
"Filter": "(metrics_00_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_2",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_01_2.id"],
"Filter": "(metrics_01_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_2",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_02_2.id"],
"Filter": "(metrics_02_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_2",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_03_2.id"],
"Filter": "(metrics_03_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_2",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_04_2.id"],
"Filter": "(metrics_04_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_2",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_05_2.id"],
"Filter": "(metrics_05_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_2",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_06_2.id"],
"Index Cond": "(metrics_06_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_2",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_07_2.id"],
"Index Cond": "(metrics_07_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_2",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_08_2.id"],
"Index Cond": "(metrics_08_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_2",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_09_2.id"],
"Index Cond": "(metrics_09_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_2",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_10_2.id"],
"Recheck Cond": "(metrics_10_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_10_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_2",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_11_2.id"],
"Filter": "(metrics_11_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_2",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_12_2.id"],
"Index Cond": "(metrics_12_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_2",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_13_2.id"],
"Filter": "(metrics_13_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_2",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_14_2.id"],
"Filter": "(metrics_14_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_2",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_15_2.id"],
"Filter": "(metrics_15_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_2",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_16_2.id"],
"Filter": "(metrics_16_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_2",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_17_2.id"],
"Recheck Cond": "(metrics_17_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_17_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_2",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_18_2.id"],
"Filter": "(metrics_18_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_2",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_2.id"],
"Filter": "(metrics_19_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_2",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_2.id"],
"Filter": "(metrics_20_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_2",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_2.id"],
"Filter": "(metrics_21_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_2",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_2.id"],
"Filter": "(metrics_22_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_2",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_2.id"],
"Filter": "(metrics_23_2.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
}
]
},
{
"Node Type": "Hash Join",
"Parent Relationship": "Member",
"Join Type": "Semi",
"Startup Cost": 26.03,
"Total Cost": 38.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01.ctid", "\"ANY_subquery_2\".*"],
"Hash Cond": "(metrics_01.id = \"ANY_subquery_2\".id)",
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01",
"Startup Cost": 0.00,
"Total Cost": 11.10,
"Plan Rows": 110,
"Plan Width": 14,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01.ctid", "metrics_01.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Hash",
"Parent Relationship": "Inner",
"Startup Cost": 24.78,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_2\".*", "\"ANY_subquery_2\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_2",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_2\".*", "\"ANY_subquery_2\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_3.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_3",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_3.id"],
"Filter": "(metrics_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_3",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_00_3.id"],
"Filter": "(metrics_00_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_3",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_01_3.id"],
"Filter": "(metrics_01_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_3",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_02_3.id"],
"Filter": "(metrics_02_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_3",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_03_3.id"],
"Filter": "(metrics_03_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_3",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_04_3.id"],
"Filter": "(metrics_04_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_3",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_05_3.id"],
"Filter": "(metrics_05_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_3",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_06_3.id"],
"Index Cond": "(metrics_06_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_3",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_07_3.id"],
"Index Cond": "(metrics_07_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_3",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_08_3.id"],
"Index Cond": "(metrics_08_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_3",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_09_3.id"],
"Index Cond": "(metrics_09_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_3",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_10_3.id"],
"Recheck Cond": "(metrics_10_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_10_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_3",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_11_3.id"],
"Filter": "(metrics_11_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_3",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_12_3.id"],
"Index Cond": "(metrics_12_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_3",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_13_3.id"],
"Filter": "(metrics_13_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_3",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_14_3.id"],
"Filter": "(metrics_14_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_3",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_15_3.id"],
"Filter": "(metrics_15_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_3",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_16_3.id"],
"Filter": "(metrics_16_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_3",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_17_3.id"],
"Recheck Cond": "(metrics_17_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_17_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_3",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_18_3.id"],
"Filter": "(metrics_18_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_3",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_3.id"],
"Filter": "(metrics_19_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_3",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_3.id"],
"Filter": "(metrics_20_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_3",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_3.id"],
"Filter": "(metrics_21_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_3",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_3.id"],
"Filter": "(metrics_22_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_3",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_3.id"],
"Filter": "(metrics_23_3.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
}
]
},
{
"Node Type": "Hash Join",
"Parent Relationship": "Member",
"Join Type": "Semi",
"Startup Cost": 26.03,
"Total Cost": 38.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02.ctid", "\"ANY_subquery_3\".*"],
"Hash Cond": "(metrics_02.id = \"ANY_subquery_3\".id)",
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02",
"Startup Cost": 0.00,
"Total Cost": 11.10,
"Plan Rows": 110,
"Plan Width": 14,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02.ctid", "metrics_02.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Hash",
"Parent Relationship": "Inner",
"Startup Cost": 24.78,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_3\".*", "\"ANY_subquery_3\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_3",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_3\".*", "\"ANY_subquery_3\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_4.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_4",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_4.id"],
"Filter": "(metrics_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_4",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_00_4.id"],
"Filter": "(metrics_00_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_4",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_01_4.id"],
"Filter": "(metrics_01_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_4",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_02_4.id"],
"Filter": "(metrics_02_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_4",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_03_4.id"],
"Filter": "(metrics_03_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_4",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_04_4.id"],
"Filter": "(metrics_04_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_4",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_05_4.id"],
"Filter": "(metrics_05_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_4",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_06_4.id"],
"Index Cond": "(metrics_06_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_4",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_07_4.id"],
"Index Cond": "(metrics_07_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_4",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_08_4.id"],
"Index Cond": "(metrics_08_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_4",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_09_4.id"],
"Index Cond": "(metrics_09_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_4",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_10_4.id"],
"Recheck Cond": "(metrics_10_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_10_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_4",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_11_4.id"],
"Filter": "(metrics_11_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_4",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_12_4.id"],
"Index Cond": "(metrics_12_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_4",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_13_4.id"],
"Filter": "(metrics_13_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_4",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_14_4.id"],
"Filter": "(metrics_14_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_4",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_15_4.id"],
"Filter": "(metrics_15_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_4",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_16_4.id"],
"Filter": "(metrics_16_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_4",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_17_4.id"],
"Recheck Cond": "(metrics_17_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_17_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_4",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_18_4.id"],
"Filter": "(metrics_18_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_4",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_4.id"],
"Filter": "(metrics_19_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_4",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_4.id"],
"Filter": "(metrics_20_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_4",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_4.id"],
"Filter": "(metrics_21_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_4",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_4.id"],
"Filter": "(metrics_22_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_4",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_4.id"],
"Filter": "(metrics_23_4.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
}
]
},
{
"Node Type": "Hash Join",
"Parent Relationship": "Member",
"Join Type": "Semi",
"Startup Cost": 26.03,
"Total Cost": 38.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03.ctid", "\"ANY_subquery_4\".*"],
"Hash Cond": "(metrics_03.id = \"ANY_subquery_4\".id)",
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03",
"Startup Cost": 0.00,
"Total Cost": 11.10,
"Plan Rows": 110,
"Plan Width": 14,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03.ctid", "metrics_03.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Hash",
"Parent Relationship": "Inner",
"Startup Cost": 24.78,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_4\".*", "\"ANY_subquery_4\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_4",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_4\".*", "\"ANY_subquery_4\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_5.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_5",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_5.id"],
"Filter": "(metrics_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_5",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_00_5.id"],
"Filter": "(metrics_00_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_5",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_01_5.id"],
"Filter": "(metrics_01_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_5",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_02_5.id"],
"Filter": "(metrics_02_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_5",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_03_5.id"],
"Filter": "(metrics_03_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_5",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_04_5.id"],
"Filter": "(metrics_04_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_5",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_05_5.id"],
"Filter": "(metrics_05_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_5",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_06_5.id"],
"Index Cond": "(metrics_06_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_5",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_07_5.id"],
"Index Cond": "(metrics_07_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_5",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_08_5.id"],
"Index Cond": "(metrics_08_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_5",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_09_5.id"],
"Index Cond": "(metrics_09_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_5",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_10_5.id"],
"Recheck Cond": "(metrics_10_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_10_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_5",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_11_5.id"],
"Filter": "(metrics_11_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_5",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_12_5.id"],
"Index Cond": "(metrics_12_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_5",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_13_5.id"],
"Filter": "(metrics_13_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_5",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_14_5.id"],
"Filter": "(metrics_14_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_5",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_15_5.id"],
"Filter": "(metrics_15_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_5",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_16_5.id"],
"Filter": "(metrics_16_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_5",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_17_5.id"],
"Recheck Cond": "(metrics_17_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_17_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_5",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_18_5.id"],
"Filter": "(metrics_18_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_5",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_5.id"],
"Filter": "(metrics_19_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_5",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_5.id"],
"Filter": "(metrics_20_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_5",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_5.id"],
"Filter": "(metrics_21_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_5",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_5.id"],
"Filter": "(metrics_22_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_5",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_5.id"],
"Filter": "(metrics_23_5.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
}
]
},
{
"Node Type": "Hash Join",
"Parent Relationship": "Member",
"Join Type": "Semi",
"Startup Cost": 26.03,
"Total Cost": 38.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04.ctid", "\"ANY_subquery_5\".*"],
"Hash Cond": "(metrics_04.id = \"ANY_subquery_5\".id)",
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04",
"Startup Cost": 0.00,
"Total Cost": 11.10,
"Plan Rows": 110,
"Plan Width": 14,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04.ctid", "metrics_04.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Hash",
"Parent Relationship": "Inner",
"Startup Cost": 24.78,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_5\".*", "\"ANY_subquery_5\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_5",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_5\".*", "\"ANY_subquery_5\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_6.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_6",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_6.id"],
"Filter": "(metrics_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_6",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_00_6.id"],
"Filter": "(metrics_00_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_6",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_01_6.id"],
"Filter": "(metrics_01_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_6",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_02_6.id"],
"Filter": "(metrics_02_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_6",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_03_6.id"],
"Filter": "(metrics_03_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_6",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_04_6.id"],
"Filter": "(metrics_04_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_6",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_05_6.id"],
"Filter": "(metrics_05_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_6",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_06_6.id"],
"Index Cond": "(metrics_06_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_6",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_07_6.id"],
"Index Cond": "(metrics_07_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_6",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_08_6.id"],
"Index Cond": "(metrics_08_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_6",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_09_6.id"],
"Index Cond": "(metrics_09_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_6",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_10_6.id"],
"Recheck Cond": "(metrics_10_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_10_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_6",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_11_6.id"],
"Filter": "(metrics_11_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_6",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_12_6.id"],
"Index Cond": "(metrics_12_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_6",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_13_6.id"],
"Filter": "(metrics_13_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_6",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_14_6.id"],
"Filter": "(metrics_14_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_6",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_15_6.id"],
"Filter": "(metrics_15_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_6",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_16_6.id"],
"Filter": "(metrics_16_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_6",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_17_6.id"],
"Recheck Cond": "(metrics_17_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_17_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_6",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_18_6.id"],
"Filter": "(metrics_18_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_6",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_6.id"],
"Filter": "(metrics_19_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_6",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_6.id"],
"Filter": "(metrics_20_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_6",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_6.id"],
"Filter": "(metrics_21_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_6",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_6.id"],
"Filter": "(metrics_22_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_6",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_6.id"],
"Filter": "(metrics_23_6.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
}
]
},
{
"Node Type": "Hash Join",
"Parent Relationship": "Member",
"Join Type": "Semi",
"Startup Cost": 26.03,
"Total Cost": 38.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05.ctid", "\"ANY_subquery_6\".*"],
"Hash Cond": "(metrics_05.id = \"ANY_subquery_6\".id)",
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Outer",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05",
"Startup Cost": 0.00,
"Total Cost": 11.10,
"Plan Rows": 110,
"Plan Width": 14,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05.ctid", "metrics_05.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Hash",
"Parent Relationship": "Inner",
"Startup Cost": 24.78,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_6\".*", "\"ANY_subquery_6\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_6",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["\"ANY_subquery_6\".*", "\"ANY_subquery_6\".id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_7.id"],
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_7",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_7.id"],
"Filter": "(metrics_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_7",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_00_7.id"],
"Filter": "(metrics_00_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_7",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_01_7.id"],
"Filter": "(metrics_01_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_7",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_02_7.id"],
"Filter": "(metrics_02_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_7",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_03_7.id"],
"Filter": "(metrics_03_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_7",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_04_7.id"],
"Filter": "(metrics_04_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_7",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_05_7.id"],
"Filter": "(metrics_05_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_7",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_06_7.id"],
"Index Cond": "(metrics_06_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_7",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_07_7.id"],
"Index Cond": "(metrics_07_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_7",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_08_7.id"],
"Index Cond": "(metrics_08_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_7",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_09_7.id"],
"Index Cond": "(metrics_09_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_7",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_10_7.id"],
"Recheck Cond": "(metrics_10_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_10_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_7",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_11_7.id"],
"Filter": "(metrics_11_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_7",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_12_7.id"],
"Index Cond": "(metrics_12_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_7",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_13_7.id"],
"Filter": "(metrics_13_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_7",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_14_7.id"],
"Filter": "(metrics_14_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_7",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_15_7.id"],
"Filter": "(metrics_15_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_7",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_16_7.id"],
"Filter": "(metrics_16_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_7",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_17_7.id"],
"Recheck Cond": "(metrics_17_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Index Cond": "(metrics_17_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_7",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_18_7.id"],
"Filter": "(metrics_18_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_7",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_7.id"],
"Filter": "(metrics_19_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_7",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_7.id"],
"Filter": "(metrics_20_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_7",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_7.id"],
"Filter": "(metrics_21_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_7",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_7.id"],
"Filter": "(metrics_22_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_7",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_7.id"],
"Filter": "(metrics_23_7.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 84.39,
"Total Cost": 6364.31,
"Plan Rows": 90,
"Plan Width": 38,
"Actual Startup Time": 5221.924,
"Actual Total Time": 5221.924,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06.ctid", "\"ANY_subquery_7\".*"],
"Shared Hit Blocks": 638,
"Shared Read Blocks": 1215572,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5221.579,
"Actual Total Time": 5221.605,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_7\".*", "\"ANY_subquery_7\".id"],
"Group Key": ["\"ANY_subquery_7\".id"],
"Shared Hit Blocks": 338,
"Shared Read Blocks": 1215572,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_7",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5221.249,
"Actual Total Time": 5221.523,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_7\".*", "\"ANY_subquery_7\".id"],
"Shared Hit Blocks": 338,
"Shared Read Blocks": 1215572,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 5221.134,
"Actual Total Time": 5221.370,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_8.id"],
"Shared Hit Blocks": 338,
"Shared Read Blocks": 1215572,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 5221.132,
"Actual Total Time": 5221.349,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 338,
"Shared Read Blocks": 1215572,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_8",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_8.id"],
"Filter": "(metrics_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_8",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_8.id"],
"Filter": "(metrics_00_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_8",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_8.id"],
"Filter": "(metrics_01_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_8",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_8.id"],
"Filter": "(metrics_02_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_8",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_8.id"],
"Filter": "(metrics_03_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_8",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_8.id"],
"Filter": "(metrics_04_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_8",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_8.id"],
"Filter": "(metrics_05_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_8",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.010,
"Actual Total Time": 0.010,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_8.id"],
"Index Cond": "(metrics_06_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_8",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.004,
"Actual Total Time": 0.004,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_8.id"],
"Index Cond": "(metrics_07_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_8",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_8.id"],
"Index Cond": "(metrics_08_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_8",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.004,
"Actual Total Time": 0.004,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_8.id"],
"Index Cond": "(metrics_09_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_8",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 14.781,
"Actual Total Time": 14.781,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_8.id"],
"Recheck Cond": "(metrics_10_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 4,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 14.764,
"Actual Total Time": 14.764,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 0,
"Shared Read Blocks": 4,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_8",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 982.254,
"Actual Total Time": 982.254,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_8.id"],
"Filter": "(metrics_11_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 64,
"Shared Read Blocks": 227030,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_8",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.022,
"Actual Total Time": 0.022,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_8.id"],
"Index Cond": "(metrics_12_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_8",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 2117.875,
"Actual Total Time": 2117.875,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_8.id"],
"Filter": "(metrics_13_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 64,
"Shared Read Blocks": 463377,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_8",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 387.854,
"Actual Total Time": 387.854,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_8.id"],
"Filter": "(metrics_14_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 64,
"Shared Read Blocks": 100304,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_8",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1687.653,
"Actual Total Time": 1687.653,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_8.id"],
"Filter": "(metrics_15_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 64,
"Shared Read Blocks": 416773,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_8",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 30.590,
"Actual Total Time": 30.590,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_8.id"],
"Filter": "(metrics_16_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 64,
"Shared Read Blocks": 8080,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_8",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.030,
"Actual Total Time": 0.030,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_8.id"],
"Recheck Cond": "(metrics_17_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.027,
"Actual Total Time": 0.027,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_8",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.032,
"Actual Total Time": 0.207,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_8.id"],
"Filter": "(metrics_18_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 4,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_8",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_8.id"],
"Filter": "(metrics_19_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_8",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_8.id"],
"Filter": "(metrics_20_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_8",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_8.id"],
"Filter": "(metrics_21_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_8",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_8.id"],
"Filter": "(metrics_22_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_8",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_8.id"],
"Filter": "(metrics_23_8.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Inner",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06",
"Startup Cost": 59.36,
"Total Cost": 63.37,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_06.ctid", "metrics_06.id"],
"Recheck Cond": "(metrics_06.id = \"ANY_subquery_7\".id)",
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 300,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "metrics_06_pkey",
"Startup Cost": 0.00,
"Total Cost": 59.36,
"Plan Rows": 1,
"Plan Width": 0,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Index Cond": "(metrics_06.id = \"ANY_subquery_7\".id)",
"Shared Hit Blocks": 300,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 138.74,
"Total Cost": 11799.56,
"Plan Rows": 15,
"Plan Width": 38,
"Actual Startup Time": 5245.078,
"Actual Total Time": 5245.078,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07.ctid", "\"ANY_subquery_8\".*"],
"Shared Hit Blocks": 806,
"Shared Read Blocks": 1215404,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5244.749,
"Actual Total Time": 5244.773,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_8\".*", "\"ANY_subquery_8\".id"],
"Group Key": ["\"ANY_subquery_8\".id"],
"Shared Hit Blocks": 506,
"Shared Read Blocks": 1215404,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_8",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5244.549,
"Actual Total Time": 5244.674,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_8\".*", "\"ANY_subquery_8\".id"],
"Shared Hit Blocks": 506,
"Shared Read Blocks": 1215404,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 5244.514,
"Actual Total Time": 5244.598,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_9.id"],
"Shared Hit Blocks": 506,
"Shared Read Blocks": 1215404,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 5244.513,
"Actual Total Time": 5244.582,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 506,
"Shared Read Blocks": 1215404,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_9",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_9.id"],
"Filter": "(metrics_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_9",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_9.id"],
"Filter": "(metrics_00_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_9",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_9.id"],
"Filter": "(metrics_01_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_9",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_9.id"],
"Filter": "(metrics_02_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_9",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_9.id"],
"Filter": "(metrics_03_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_9",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_9.id"],
"Filter": "(metrics_04_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_9",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_9.id"],
"Filter": "(metrics_05_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_9",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.010,
"Actual Total Time": 0.010,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_9.id"],
"Index Cond": "(metrics_06_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_9",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.011,
"Actual Total Time": 0.011,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_9.id"],
"Index Cond": "(metrics_07_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_9",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_9.id"],
"Index Cond": "(metrics_08_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_9",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.008,
"Actual Total Time": 0.008,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_9.id"],
"Index Cond": "(metrics_09_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_9",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.008,
"Actual Total Time": 0.008,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_9.id"],
"Recheck Cond": "(metrics_10_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.006,
"Actual Total Time": 0.006,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_9",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 989.347,
"Actual Total Time": 989.347,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_9.id"],
"Filter": "(metrics_11_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 96,
"Shared Read Blocks": 226998,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_9",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.025,
"Actual Total Time": 0.025,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_9.id"],
"Index Cond": "(metrics_12_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_9",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 2118.529,
"Actual Total Time": 2118.529,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_9.id"],
"Filter": "(metrics_13_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 96,
"Shared Read Blocks": 463345,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_9",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 412.823,
"Actual Total Time": 412.823,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_9.id"],
"Filter": "(metrics_14_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 96,
"Shared Read Blocks": 100272,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_9",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1691.799,
"Actual Total Time": 1691.799,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_9.id"],
"Filter": "(metrics_15_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 96,
"Shared Read Blocks": 416741,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_9",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 31.833,
"Actual Total Time": 31.833,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_9.id"],
"Filter": "(metrics_16_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 96,
"Shared Read Blocks": 8048,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_9",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.064,
"Actual Total Time": 0.064,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_9.id"],
"Recheck Cond": "(metrics_17_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.061,
"Actual Total Time": 0.061,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_9",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.019,
"Actual Total Time": 0.067,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_9.id"],
"Filter": "(metrics_18_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_9",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_9.id"],
"Filter": "(metrics_19_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_9",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_9.id"],
"Filter": "(metrics_20_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_9",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_9.id"],
"Filter": "(metrics_21_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_9",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_9.id"],
"Filter": "(metrics_22_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_9",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_9.id"],
"Filter": "(metrics_23_9.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Inner",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07",
"Startup Cost": 113.71,
"Total Cost": 117.73,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_07.ctid", "metrics_07.id"],
"Recheck Cond": "(metrics_07.id = \"ANY_subquery_8\".id)",
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 300,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "metrics_07_pkey",
"Startup Cost": 0.00,
"Total Cost": 113.71,
"Plan Rows": 1,
"Plan Width": 0,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Index Cond": "(metrics_07.id = \"ANY_subquery_8\".id)",
"Shared Hit Blocks": 300,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 29.12,
"Total Cost": 837.56,
"Plan Rows": 1,
"Plan Width": 38,
"Actual Startup Time": 5361.848,
"Actual Total Time": 5361.848,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08.ctid", "\"ANY_subquery_9\".*"],
"Shared Hit Blocks": 926,
"Shared Read Blocks": 1215084,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5361.624,
"Actual Total Time": 5361.650,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_9\".*", "\"ANY_subquery_9\".id"],
"Group Key": ["\"ANY_subquery_9\".id"],
"Shared Hit Blocks": 826,
"Shared Read Blocks": 1215084,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_9",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5361.443,
"Actual Total Time": 5361.561,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_9\".*", "\"ANY_subquery_9\".id"],
"Shared Hit Blocks": 826,
"Shared Read Blocks": 1215084,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 5361.414,
"Actual Total Time": 5361.498,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_24.id"],
"Shared Hit Blocks": 826,
"Shared Read Blocks": 1215084,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 5361.411,
"Actual Total Time": 5361.473,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 826,
"Shared Read Blocks": 1215084,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_24",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_24.id"],
"Filter": "(metrics_24.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_10",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_10.id"],
"Filter": "(metrics_00_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_10",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_10.id"],
"Filter": "(metrics_01_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_10",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_10.id"],
"Filter": "(metrics_02_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_10",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_10.id"],
"Filter": "(metrics_03_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_10",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_10.id"],
"Filter": "(metrics_04_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_10",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_10.id"],
"Filter": "(metrics_05_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_10",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.008,
"Actual Total Time": 0.008,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_10.id"],
"Index Cond": "(metrics_06_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_10",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.005,
"Actual Total Time": 0.005,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_10.id"],
"Index Cond": "(metrics_07_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_10",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.004,
"Actual Total Time": 0.004,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_10.id"],
"Index Cond": "(metrics_08_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_10",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.006,
"Actual Total Time": 0.006,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_10.id"],
"Index Cond": "(metrics_09_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_10",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.010,
"Actual Total Time": 0.010,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_10.id"],
"Recheck Cond": "(metrics_10_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.008,
"Actual Total Time": 0.008,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_10",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 1075.928,
"Actual Total Time": 1075.928,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_10.id"],
"Filter": "(metrics_11_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 160,
"Shared Read Blocks": 226934,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_10",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.022,
"Actual Total Time": 0.022,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_10.id"],
"Index Cond": "(metrics_12_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_10",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 2105.876,
"Actual Total Time": 2105.876,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_10.id"],
"Filter": "(metrics_13_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 160,
"Shared Read Blocks": 463281,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_10",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 413.820,
"Actual Total Time": 413.820,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_10.id"],
"Filter": "(metrics_14_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 160,
"Shared Read Blocks": 100208,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_10",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1732.850,
"Actual Total Time": 1732.850,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_10.id"],
"Filter": "(metrics_15_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 160,
"Shared Read Blocks": 416677,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_10",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 32.797,
"Actual Total Time": 32.797,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_10.id"],
"Filter": "(metrics_16_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 160,
"Shared Read Blocks": 7984,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_10",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.047,
"Actual Total Time": 0.047,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_10.id"],
"Recheck Cond": "(metrics_17_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.011,
"Actual Total Time": 0.011,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_10",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.011,
"Actual Total Time": 0.050,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_10.id"],
"Filter": "(metrics_18_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_10",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_10.id"],
"Filter": "(metrics_19_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_10",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_10.id"],
"Filter": "(metrics_20_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_10",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_10.id"],
"Filter": "(metrics_21_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_10",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_10.id"],
"Filter": "(metrics_22_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_10",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_10.id"],
"Filter": "(metrics_23_10.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Inner",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08",
"Startup Cost": 4.09,
"Total Cost": 8.11,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_08.ctid", "metrics_08.id"],
"Recheck Cond": "(metrics_08.id = \"ANY_subquery_9\".id)",
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 100,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "metrics_08_pkey",
"Startup Cost": 0.00,
"Total Cost": 4.09,
"Plan Rows": 1,
"Plan Width": 0,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 100,
"Index Cond": "(metrics_08.id = \"ANY_subquery_9\".id)",
"Shared Hit Blocks": 100,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 80.11,
"Total Cost": 5936.56,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 4857.357,
"Actual Total Time": 4857.357,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09.ctid", "\"ANY_subquery_10\".*"],
"Shared Hit Blocks": 1443,
"Shared Read Blocks": 1214767,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4856.989,
"Actual Total Time": 4857.004,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_10\".*", "\"ANY_subquery_10\".id"],
"Group Key": ["\"ANY_subquery_10\".id"],
"Shared Hit Blocks": 1146,
"Shared Read Blocks": 1214764,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_10",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4856.795,
"Actual Total Time": 4856.926,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_10\".*", "\"ANY_subquery_10\".id"],
"Shared Hit Blocks": 1146,
"Shared Read Blocks": 1214764,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 4856.745,
"Actual Total Time": 4856.833,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_25.id"],
"Shared Hit Blocks": 1146,
"Shared Read Blocks": 1214764,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 4856.742,
"Actual Total Time": 4856.818,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 1146,
"Shared Read Blocks": 1214764,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_25",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_25.id"],
"Filter": "(metrics_25.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_11",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_11.id"],
"Filter": "(metrics_00_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_11",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_11.id"],
"Filter": "(metrics_01_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_11",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_11.id"],
"Filter": "(metrics_02_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_11",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_11.id"],
"Filter": "(metrics_03_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_11",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_11.id"],
"Filter": "(metrics_04_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_11",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_11.id"],
"Filter": "(metrics_05_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_11",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_11.id"],
"Index Cond": "(metrics_06_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_11",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.005,
"Actual Total Time": 0.005,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_11.id"],
"Index Cond": "(metrics_07_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_11",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.003,
"Actual Total Time": 0.003,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_11.id"],
"Index Cond": "(metrics_08_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_11",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.005,
"Actual Total Time": 0.005,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_11.id"],
"Index Cond": "(metrics_09_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_11",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.017,
"Actual Total Time": 0.017,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_11.id"],
"Recheck Cond": "(metrics_10_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.017,
"Actual Total Time": 0.017,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_11",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 908.401,
"Actual Total Time": 908.401,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_11.id"],
"Filter": "(metrics_11_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 224,
"Shared Read Blocks": 226870,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_11",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.029,
"Actual Total Time": 0.029,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_11.id"],
"Index Cond": "(metrics_12_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_11",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 1812.512,
"Actual Total Time": 1812.512,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_11.id"],
"Filter": "(metrics_13_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 224,
"Shared Read Blocks": 463217,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_11",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 394.635,
"Actual Total Time": 394.635,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_11.id"],
"Filter": "(metrics_14_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 224,
"Shared Read Blocks": 100144,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_11",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1708.132,
"Actual Total Time": 1708.132,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_11.id"],
"Filter": "(metrics_15_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 224,
"Shared Read Blocks": 416613,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_11",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 32.934,
"Actual Total Time": 32.934,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_11.id"],
"Filter": "(metrics_16_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 224,
"Shared Read Blocks": 7920,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_11",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.026,
"Actual Total Time": 0.026,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_11.id"],
"Recheck Cond": "(metrics_17_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.023,
"Actual Total Time": 0.023,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_11",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.014,
"Actual Total Time": 0.065,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_11.id"],
"Filter": "(metrics_18_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_11",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_11.id"],
"Filter": "(metrics_19_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_11",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_11.id"],
"Filter": "(metrics_20_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_11",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_11.id"],
"Filter": "(metrics_21_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_11",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_11.id"],
"Filter": "(metrics_22_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_11",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_11.id"],
"Filter": "(metrics_23_11.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Inner",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09",
"Startup Cost": 55.08,
"Total Cost": 59.10,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.003,
"Actual Total Time": 0.003,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_09.ctid", "metrics_09.id"],
"Recheck Cond": "(metrics_09.id = \"ANY_subquery_10\".id)",
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 297,
"Shared Read Blocks": 3,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "metrics_09_pkey",
"Startup Cost": 0.00,
"Total Cost": 55.08,
"Plan Rows": 1,
"Plan Width": 0,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Index Cond": "(metrics_09.id = \"ANY_subquery_10\".id)",
"Shared Hit Blocks": 297,
"Shared Read Blocks": 3,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 25.45,
"Total Cost": 870.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 4722.137,
"Actual Total Time": 4722.137,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10.ctid", "\"ANY_subquery_11\".*"],
"Shared Hit Blocks": 1603,
"Shared Read Blocks": 1214607,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4721.867,
"Actual Total Time": 4721.883,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_11\".*", "\"ANY_subquery_11\".id"],
"Group Key": ["\"ANY_subquery_11\".id"],
"Shared Hit Blocks": 1306,
"Shared Read Blocks": 1214604,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_11",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4721.686,
"Actual Total Time": 4721.806,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_11\".*", "\"ANY_subquery_11\".id"],
"Shared Hit Blocks": 1306,
"Shared Read Blocks": 1214604,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 4721.617,
"Actual Total Time": 4721.704,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_26.id"],
"Shared Hit Blocks": 1306,
"Shared Read Blocks": 1214604,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 4721.615,
"Actual Total Time": 4721.680,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 1306,
"Shared Read Blocks": 1214604,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_26",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_26.id"],
"Filter": "(metrics_26.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_12",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_12.id"],
"Filter": "(metrics_00_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_12",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_12.id"],
"Filter": "(metrics_01_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_12",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_12.id"],
"Filter": "(metrics_02_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_12",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_12.id"],
"Filter": "(metrics_03_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_12",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_12.id"],
"Filter": "(metrics_04_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_12",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_12.id"],
"Filter": "(metrics_05_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_12",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_12.id"],
"Index Cond": "(metrics_06_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_12",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.005,
"Actual Total Time": 0.005,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_12.id"],
"Index Cond": "(metrics_07_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_12",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.012,
"Actual Total Time": 0.012,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_12.id"],
"Index Cond": "(metrics_08_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_12",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.004,
"Actual Total Time": 0.004,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_12.id"],
"Index Cond": "(metrics_09_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_12",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.017,
"Actual Total Time": 0.017,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_12.id"],
"Recheck Cond": "(metrics_10_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.006,
"Actual Total Time": 0.006,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_12",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 870.254,
"Actual Total Time": 870.254,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_12.id"],
"Filter": "(metrics_11_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 256,
"Shared Read Blocks": 226838,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_12",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.039,
"Actual Total Time": 0.039,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_12.id"],
"Index Cond": "(metrics_12_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_12",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 1770.038,
"Actual Total Time": 1770.038,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_12.id"],
"Filter": "(metrics_13_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 256,
"Shared Read Blocks": 463185,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_12",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 384.797,
"Actual Total Time": 384.797,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_12.id"],
"Filter": "(metrics_14_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 256,
"Shared Read Blocks": 100112,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_12",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1664.044,
"Actual Total Time": 1664.044,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_12.id"],
"Filter": "(metrics_15_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 256,
"Shared Read Blocks": 416581,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_12",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 32.330,
"Actual Total Time": 32.330,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_12.id"],
"Filter": "(metrics_16_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 256,
"Shared Read Blocks": 7888,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_12",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.016,
"Actual Total Time": 0.016,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_12.id"],
"Recheck Cond": "(metrics_17_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.012,
"Actual Total Time": 0.012,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_12",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.014,
"Actual Total Time": 0.053,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_12.id"],
"Filter": "(metrics_18_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_12",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_12.id"],
"Filter": "(metrics_19_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_12",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_12.id"],
"Filter": "(metrics_20_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_12",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_12.id"],
"Filter": "(metrics_21_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_12",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_12.id"],
"Filter": "(metrics_22_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_12",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_12.id"],
"Filter": "(metrics_23_12.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Inner",
"Scan Direction": "Forward",
"Index Name": "metrics_10_pkey",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10",
"Startup Cost": 0.42,
"Total Cost": 8.44,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_10.ctid", "metrics_10.id"],
"Index Cond": "(metrics_10.id = \"ANY_subquery_11\".id)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 297,
"Shared Read Blocks": 3,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 25.46,
"Total Cost": 871.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 5190.513,
"Actual Total Time": 5190.513,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11.ctid", "\"ANY_subquery_12\".*"],
"Shared Hit Blocks": 1923,
"Shared Read Blocks": 1214287,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5190.207,
"Actual Total Time": 5190.232,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_12\".*", "\"ANY_subquery_12\".id"],
"Group Key": ["\"ANY_subquery_12\".id"],
"Shared Hit Blocks": 1626,
"Shared Read Blocks": 1214284,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_12",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5190.020,
"Actual Total Time": 5190.144,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_12\".*", "\"ANY_subquery_12\".id"],
"Shared Hit Blocks": 1626,
"Shared Read Blocks": 1214284,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 5189.951,
"Actual Total Time": 5190.033,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_27.id"],
"Shared Hit Blocks": 1626,
"Shared Read Blocks": 1214284,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 5189.949,
"Actual Total Time": 5190.010,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 1626,
"Shared Read Blocks": 1214284,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_27",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_27.id"],
"Filter": "(metrics_27.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_13",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_13.id"],
"Filter": "(metrics_00_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_13",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_13.id"],
"Filter": "(metrics_01_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_13",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_13.id"],
"Filter": "(metrics_02_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_13",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_13.id"],
"Filter": "(metrics_03_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_13",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_13.id"],
"Filter": "(metrics_04_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_13",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_13.id"],
"Filter": "(metrics_05_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_13",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_13.id"],
"Index Cond": "(metrics_06_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_13",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.005,
"Actual Total Time": 0.005,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_13.id"],
"Index Cond": "(metrics_07_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_13",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.004,
"Actual Total Time": 0.004,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_13.id"],
"Index Cond": "(metrics_08_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_13",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.004,
"Actual Total Time": 0.004,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_13.id"],
"Index Cond": "(metrics_09_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_13",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.018,
"Actual Total Time": 0.018,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_13.id"],
"Recheck Cond": "(metrics_10_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.016,
"Actual Total Time": 0.016,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_13",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 831.071,
"Actual Total Time": 831.071,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_13.id"],
"Filter": "(metrics_11_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 320,
"Shared Read Blocks": 226774,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_13",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.018,
"Actual Total Time": 0.018,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_13.id"],
"Index Cond": "(metrics_12_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_13",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 2190.986,
"Actual Total Time": 2190.986,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_13.id"],
"Filter": "(metrics_13_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 320,
"Shared Read Blocks": 463121,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_13",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 407.137,
"Actual Total Time": 407.137,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_13.id"],
"Filter": "(metrics_14_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 320,
"Shared Read Blocks": 100048,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_13",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1727.526,
"Actual Total Time": 1727.526,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_13.id"],
"Filter": "(metrics_15_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 320,
"Shared Read Blocks": 416517,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_13",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 33.100,
"Actual Total Time": 33.100,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_13.id"],
"Filter": "(metrics_16_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 320,
"Shared Read Blocks": 7824,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_13",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.026,
"Actual Total Time": 0.026,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_13.id"],
"Recheck Cond": "(metrics_17_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.022,
"Actual Total Time": 0.022,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_13",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.014,
"Actual Total Time": 0.062,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_13.id"],
"Filter": "(metrics_18_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_13",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_13.id"],
"Filter": "(metrics_19_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_13",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_13.id"],
"Filter": "(metrics_20_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_13",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_13.id"],
"Filter": "(metrics_21_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_13",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_13.id"],
"Filter": "(metrics_22_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_13",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_13.id"],
"Filter": "(metrics_23_13.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Inner",
"Scan Direction": "Forward",
"Index Name": "metrics_11_pkey",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11",
"Startup Cost": 0.43,
"Total Cost": 8.45,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_11.ctid", "metrics_11.id"],
"Index Cond": "(metrics_11.id = \"ANY_subquery_12\".id)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 297,
"Shared Read Blocks": 3,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 25.46,
"Total Cost": 871.28,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 4818.304,
"Actual Total Time": 4818.304,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12.ctid", "\"ANY_subquery_13\".*"],
"Shared Hit Blocks": 2243,
"Shared Read Blocks": 1213967,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4817.951,
"Actual Total Time": 4817.971,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_13\".*", "\"ANY_subquery_13\".id"],
"Group Key": ["\"ANY_subquery_13\".id"],
"Shared Hit Blocks": 1946,
"Shared Read Blocks": 1213964,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_13",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4817.768,
"Actual Total Time": 4817.893,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_13\".*", "\"ANY_subquery_13\".id"],
"Shared Hit Blocks": 1946,
"Shared Read Blocks": 1213964,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 4817.737,
"Actual Total Time": 4817.817,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_28.id"],
"Shared Hit Blocks": 1946,
"Shared Read Blocks": 1213964,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 4817.731,
"Actual Total Time": 4817.793,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 1946,
"Shared Read Blocks": 1213964,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_28",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_28.id"],
"Filter": "(metrics_28.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_14",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_14.id"],
"Filter": "(metrics_00_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_14",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_14.id"],
"Filter": "(metrics_01_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_14",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_14.id"],
"Filter": "(metrics_02_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_14",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_14.id"],
"Filter": "(metrics_03_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_14",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_14.id"],
"Filter": "(metrics_04_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_14",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.004,
"Actual Total Time": 0.004,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_14.id"],
"Filter": "(metrics_05_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_14",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.010,
"Actual Total Time": 0.010,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_14.id"],
"Index Cond": "(metrics_06_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_14",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.009,
"Actual Total Time": 0.009,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_14.id"],
"Index Cond": "(metrics_07_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_14",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_14.id"],
"Index Cond": "(metrics_08_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_14",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.020,
"Actual Total Time": 0.020,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_14.id"],
"Index Cond": "(metrics_09_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_14",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.008,
"Actual Total Time": 0.008,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_14.id"],
"Recheck Cond": "(metrics_10_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.006,
"Actual Total Time": 0.006,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_14",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 870.093,
"Actual Total Time": 870.093,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_14.id"],
"Filter": "(metrics_11_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 384,
"Shared Read Blocks": 226710,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_14",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.039,
"Actual Total Time": 0.039,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_14.id"],
"Index Cond": "(metrics_12_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_14",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 1853.456,
"Actual Total Time": 1853.456,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_14.id"],
"Filter": "(metrics_13_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 384,
"Shared Read Blocks": 463057,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_14",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 395.369,
"Actual Total Time": 395.369,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_14.id"],
"Filter": "(metrics_14_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 384,
"Shared Read Blocks": 99984,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_14",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1669.667,
"Actual Total Time": 1669.667,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_14.id"],
"Filter": "(metrics_15_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 384,
"Shared Read Blocks": 416453,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_14",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 28.930,
"Actual Total Time": 28.930,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_14.id"],
"Filter": "(metrics_16_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 384,
"Shared Read Blocks": 7760,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_14",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.038,
"Actual Total Time": 0.038,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_14.id"],
"Recheck Cond": "(metrics_17_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.013,
"Actual Total Time": 0.013,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_14",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.015,
"Actual Total Time": 0.056,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_14.id"],
"Filter": "(metrics_18_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_14",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_14.id"],
"Filter": "(metrics_19_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_14",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_14.id"],
"Filter": "(metrics_20_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_14",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_14.id"],
"Filter": "(metrics_21_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_14",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_14.id"],
"Filter": "(metrics_22_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_14",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_14.id"],
"Filter": "(metrics_23_14.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Inner",
"Scan Direction": "Forward",
"Index Name": "metrics_12_pkey",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12",
"Startup Cost": 0.42,
"Total Cost": 8.44,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.003,
"Actual Total Time": 0.003,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_12.ctid", "metrics_12.id"],
"Index Cond": "(metrics_12.id = \"ANY_subquery_13\".id)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 297,
"Shared Read Blocks": 3,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 25.21,
"Total Cost": 846.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 4887.611,
"Actual Total Time": 4887.611,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13.ctid", "\"ANY_subquery_14\".*"],
"Shared Hit Blocks": 2205,
"Shared Read Blocks": 1213805,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4887.440,
"Actual Total Time": 4887.463,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_14\".*", "\"ANY_subquery_14\".id"],
"Group Key": ["\"ANY_subquery_14\".id"],
"Shared Hit Blocks": 2106,
"Shared Read Blocks": 1213804,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_14",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4887.205,
"Actual Total Time": 4887.324,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_14\".*", "\"ANY_subquery_14\".id"],
"Shared Hit Blocks": 2106,
"Shared Read Blocks": 1213804,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 4887.113,
"Actual Total Time": 4887.199,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_29.id"],
"Shared Hit Blocks": 2106,
"Shared Read Blocks": 1213804,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 4887.111,
"Actual Total Time": 4887.176,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 2106,
"Shared Read Blocks": 1213804,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_29",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.006,
"Actual Total Time": 0.006,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_29.id"],
"Filter": "(metrics_29.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_15",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_15.id"],
"Filter": "(metrics_00_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_15",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_15.id"],
"Filter": "(metrics_01_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_15",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_15.id"],
"Filter": "(metrics_02_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_15",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_15.id"],
"Filter": "(metrics_03_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_15",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_15.id"],
"Filter": "(metrics_04_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_15",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_15.id"],
"Filter": "(metrics_05_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_15",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.021,
"Actual Total Time": 0.021,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_15.id"],
"Index Cond": "(metrics_06_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_15",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_15.id"],
"Index Cond": "(metrics_07_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_15",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.005,
"Actual Total Time": 0.005,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_15.id"],
"Index Cond": "(metrics_08_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_15",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.012,
"Actual Total Time": 0.012,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_15.id"],
"Index Cond": "(metrics_09_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_15",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.012,
"Actual Total Time": 0.012,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_15.id"],
"Recheck Cond": "(metrics_10_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.011,
"Actual Total Time": 0.011,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_15",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 828.920,
"Actual Total Time": 828.920,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_15.id"],
"Filter": "(metrics_11_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 416,
"Shared Read Blocks": 226678,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_15",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.012,
"Actual Total Time": 0.012,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_15.id"],
"Index Cond": "(metrics_12_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_15",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 1968.190,
"Actual Total Time": 1968.190,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_15.id"],
"Filter": "(metrics_13_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 416,
"Shared Read Blocks": 463025,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_15",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 401.916,
"Actual Total Time": 401.916,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_15.id"],
"Filter": "(metrics_14_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 416,
"Shared Read Blocks": 99952,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_15",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1657.390,
"Actual Total Time": 1657.390,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_15.id"],
"Filter": "(metrics_15_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 416,
"Shared Read Blocks": 416421,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_15",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 30.501,
"Actual Total Time": 30.501,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_15.id"],
"Filter": "(metrics_16_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 416,
"Shared Read Blocks": 7728,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_15",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.048,
"Actual Total Time": 0.048,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_15.id"],
"Recheck Cond": "(metrics_17_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.012,
"Actual Total Time": 0.012,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_15",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.022,
"Actual Total Time": 0.066,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_15.id"],
"Filter": "(metrics_18_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_15",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_15.id"],
"Filter": "(metrics_19_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_15",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_15.id"],
"Filter": "(metrics_20_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_15",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_15.id"],
"Filter": "(metrics_21_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_15",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_15.id"],
"Filter": "(metrics_22_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_15",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_15.id"],
"Filter": "(metrics_23_15.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Inner",
"Scan Direction": "Forward",
"Index Name": "metrics_13_pkey",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13",
"Startup Cost": 0.18,
"Total Cost": 8.20,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_13.ctid", "metrics_13.id"],
"Index Cond": "(metrics_13.id = \"ANY_subquery_14\".id)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 99,
"Shared Read Blocks": 1,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 25.45,
"Total Cost": 871.03,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 4975.311,
"Actual Total Time": 4975.311,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14.ctid", "\"ANY_subquery_15\".*"],
"Shared Hit Blocks": 2723,
"Shared Read Blocks": 1213487,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4975.040,
"Actual Total Time": 4975.062,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_15\".*", "\"ANY_subquery_15\".id"],
"Group Key": ["\"ANY_subquery_15\".id"],
"Shared Hit Blocks": 2426,
"Shared Read Blocks": 1213484,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_15",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 4974.850,
"Actual Total Time": 4974.973,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_15\".*", "\"ANY_subquery_15\".id"],
"Shared Hit Blocks": 2426,
"Shared Read Blocks": 1213484,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 4974.812,
"Actual Total Time": 4974.898,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_30.id"],
"Shared Hit Blocks": 2426,
"Shared Read Blocks": 1213484,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 4974.809,
"Actual Total Time": 4974.870,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 2426,
"Shared Read Blocks": 1213484,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_30",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_30.id"],
"Filter": "(metrics_30.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_16",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_16.id"],
"Filter": "(metrics_00_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_16",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_16.id"],
"Filter": "(metrics_01_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_16",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_16.id"],
"Filter": "(metrics_02_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_16",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_16.id"],
"Filter": "(metrics_03_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_16",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_16.id"],
"Filter": "(metrics_04_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_16",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_16.id"],
"Filter": "(metrics_05_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_16",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.008,
"Actual Total Time": 0.008,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_16.id"],
"Index Cond": "(metrics_06_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_16",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.012,
"Actual Total Time": 0.012,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_16.id"],
"Index Cond": "(metrics_07_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_16",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.004,
"Actual Total Time": 0.004,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_16.id"],
"Index Cond": "(metrics_08_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_16",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.005,
"Actual Total Time": 0.005,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_16.id"],
"Index Cond": "(metrics_09_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_16",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.011,
"Actual Total Time": 0.011,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_16.id"],
"Recheck Cond": "(metrics_10_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.009,
"Actual Total Time": 0.009,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_16",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 835.458,
"Actual Total Time": 835.458,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_16.id"],
"Filter": "(metrics_11_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 480,
"Shared Read Blocks": 226614,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_16",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.041,
"Actual Total Time": 0.041,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_16.id"],
"Index Cond": "(metrics_12_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_16",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 1819.485,
"Actual Total Time": 1819.485,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_16.id"],
"Filter": "(metrics_13_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 480,
"Shared Read Blocks": 462961,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_16",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 464.913,
"Actual Total Time": 464.913,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_16.id"],
"Filter": "(metrics_14_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 480,
"Shared Read Blocks": 99888,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_16",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1823.063,
"Actual Total Time": 1823.063,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_16.id"],
"Filter": "(metrics_15_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 480,
"Shared Read Blocks": 416357,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_16",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 31.717,
"Actual Total Time": 31.717,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_16.id"],
"Filter": "(metrics_16_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 480,
"Shared Read Blocks": 7664,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_16",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.038,
"Actual Total Time": 0.038,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_16.id"],
"Recheck Cond": "(metrics_17_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.034,
"Actual Total Time": 0.034,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_16",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.013,
"Actual Total Time": 0.057,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_16.id"],
"Filter": "(metrics_18_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_16",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_16.id"],
"Filter": "(metrics_19_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_16",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_16.id"],
"Filter": "(metrics_20_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_16",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_16.id"],
"Filter": "(metrics_21_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_16",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_16.id"],
"Filter": "(metrics_22_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_16",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_16.id"],
"Filter": "(metrics_23_16.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Inner",
"Scan Direction": "Forward",
"Index Name": "metrics_14_pkey",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14",
"Startup Cost": 0.42,
"Total Cost": 8.44,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_14.ctid", "metrics_14.id"],
"Index Cond": "(metrics_14.id = \"ANY_subquery_15\".id)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 297,
"Shared Read Blocks": 3,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 25.46,
"Total Cost": 871.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 5044.526,
"Actual Total Time": 5044.526,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15.ctid", "\"ANY_subquery_16\".*"],
"Shared Hit Blocks": 3043,
"Shared Read Blocks": 1213167,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5044.257,
"Actual Total Time": 5044.277,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_16\".*", "\"ANY_subquery_16\".id"],
"Group Key": ["\"ANY_subquery_16\".id"],
"Shared Hit Blocks": 2746,
"Shared Read Blocks": 1213164,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_16",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5044.036,
"Actual Total Time": 5044.174,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_16\".*", "\"ANY_subquery_16\".id"],
"Shared Hit Blocks": 2746,
"Shared Read Blocks": 1213164,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 5043.995,
"Actual Total Time": 5044.093,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_31.id"],
"Shared Hit Blocks": 2746,
"Shared Read Blocks": 1213164,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 5043.992,
"Actual Total Time": 5044.072,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 2746,
"Shared Read Blocks": 1213164,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_31",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_31.id"],
"Filter": "(metrics_31.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_17",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_17.id"],
"Filter": "(metrics_00_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_17",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_17.id"],
"Filter": "(metrics_01_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_17",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_17.id"],
"Filter": "(metrics_02_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_17",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_17.id"],
"Filter": "(metrics_03_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_17",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_17.id"],
"Filter": "(metrics_04_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_17",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.003,
"Actual Total Time": 0.003,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_17.id"],
"Filter": "(metrics_05_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_17",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.009,
"Actual Total Time": 0.009,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_17.id"],
"Index Cond": "(metrics_06_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_17",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.008,
"Actual Total Time": 0.008,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_17.id"],
"Index Cond": "(metrics_07_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_17",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.010,
"Actual Total Time": 0.010,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_17.id"],
"Index Cond": "(metrics_08_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_17",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.055,
"Actual Total Time": 0.055,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_17.id"],
"Index Cond": "(metrics_09_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_17",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.021,
"Actual Total Time": 0.021,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_17.id"],
"Recheck Cond": "(metrics_10_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.010,
"Actual Total Time": 0.010,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_17",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 958.487,
"Actual Total Time": 958.487,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_17.id"],
"Filter": "(metrics_11_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 544,
"Shared Read Blocks": 226550,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_17",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.021,
"Actual Total Time": 0.021,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_17.id"],
"Index Cond": "(metrics_12_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_17",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 2008.760,
"Actual Total Time": 2008.760,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_17.id"],
"Filter": "(metrics_13_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 544,
"Shared Read Blocks": 462897,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_17",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 382.799,
"Actual Total Time": 382.799,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_17.id"],
"Filter": "(metrics_14_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 544,
"Shared Read Blocks": 99824,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_17",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1663.225,
"Actual Total Time": 1663.225,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_17.id"],
"Filter": "(metrics_15_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 544,
"Shared Read Blocks": 416293,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_17",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 30.422,
"Actual Total Time": 30.422,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_17.id"],
"Filter": "(metrics_16_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 544,
"Shared Read Blocks": 7600,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_17",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.037,
"Actual Total Time": 0.037,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_17.id"],
"Recheck Cond": "(metrics_17_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.033,
"Actual Total Time": 0.033,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_17",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.017,
"Actual Total Time": 0.062,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_17.id"],
"Filter": "(metrics_18_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_17",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_17.id"],
"Filter": "(metrics_19_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_17",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_17.id"],
"Filter": "(metrics_20_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_17",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_17.id"],
"Filter": "(metrics_21_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_17",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_17.id"],
"Filter": "(metrics_22_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_17",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_17.id"],
"Filter": "(metrics_23_17.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Inner",
"Scan Direction": "Forward",
"Index Name": "metrics_15_pkey",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15",
"Startup Cost": 0.43,
"Total Cost": 8.45,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_15.ctid", "metrics_15.id"],
"Index Cond": "(metrics_15.id = \"ANY_subquery_16\".id)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 297,
"Shared Read Blocks": 3,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 25.46,
"Total Cost": 871.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 5317.221,
"Actual Total Time": 5317.221,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16.ctid", "\"ANY_subquery_17\".*"],
"Shared Hit Blocks": 3203,
"Shared Read Blocks": 1213007,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5316.935,
"Actual Total Time": 5316.957,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_17\".*", "\"ANY_subquery_17\".id"],
"Group Key": ["\"ANY_subquery_17\".id"],
"Shared Hit Blocks": 2906,
"Shared Read Blocks": 1213004,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Subquery Scan",
"Parent Relationship": "Outer",
"Alias": "ANY_subquery_17",
"Startup Cost": 0.00,
"Total Cost": 24.78,
"Plan Rows": 100,
"Plan Width": 40,
"Actual Startup Time": 5316.726,
"Actual Total Time": 5316.844,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["\"ANY_subquery_17\".*", "\"ANY_subquery_17\".id"],
"Shared Hit Blocks": 2906,
"Shared Read Blocks": 1213004,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Limit",
"Parent Relationship": "Subquery",
"Startup Cost": 0.00,
"Total Cost": 23.78,
"Plan Rows": 100,
"Plan Width": 8,
"Actual Startup Time": 5316.630,
"Actual Total Time": 5316.715,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_32.id"],
"Shared Hit Blocks": 2906,
"Shared Read Blocks": 1213004,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Append",
"Parent Relationship": "Outer",
"Startup Cost": 0.00,
"Total Cost": 4410192.47,
"Plan Rows": 18544692,
"Plan Width": 8,
"Actual Startup Time": 5316.628,
"Actual Total Time": 5316.687,
"Actual Rows": 100,
"Actual Loops": 1,
"Shared Hit Blocks": 2906,
"Shared Read Blocks": 1213004,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics",
"Schema": "public",
"Alias": "metrics_32",
"Startup Cost": 0.00,
"Total Cost": 0.00,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_32.id"],
"Filter": "(metrics_32.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_00",
"Schema": "public",
"Alias": "metrics_00_18",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_00_18.id"],
"Filter": "(metrics_00_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_01",
"Schema": "public",
"Alias": "metrics_01_18",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_01_18.id"],
"Filter": "(metrics_01_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_02",
"Schema": "public",
"Alias": "metrics_02_18",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_02_18.id"],
"Filter": "(metrics_02_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_03",
"Schema": "public",
"Alias": "metrics_03_18",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_03_18.id"],
"Filter": "(metrics_03_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_04",
"Schema": "public",
"Alias": "metrics_04_18",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_04_18.id"],
"Filter": "(metrics_04_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_05",
"Schema": "public",
"Alias": "metrics_05_18",
"Startup Cost": 0.00,
"Total Cost": 11.38,
"Plan Rows": 37,
"Plan Width": 8,
"Actual Startup Time": 0.001,
"Actual Total Time": 0.001,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_05_18.id"],
"Filter": "(metrics_05_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_06_on_ts_and_capture_interval_name",
"Relation Name": "metrics_06",
"Schema": "public",
"Alias": "metrics_06_18",
"Startup Cost": 0.39,
"Total Cost": 281.02,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.009,
"Actual Total Time": 0.009,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_06_18.id"],
"Index Cond": "(metrics_06_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_07_on_ts_and_capture_interval_name",
"Relation Name": "metrics_07",
"Schema": "public",
"Alias": "metrics_07_18",
"Startup Cost": 0.39,
"Total Cost": 2286.23,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.008,
"Actual Total Time": 0.008,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_07_18.id"],
"Index Cond": "(metrics_07_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_08_on_ts_and_capture_interval_name",
"Relation Name": "metrics_08",
"Schema": "public",
"Alias": "metrics_08_18",
"Startup Cost": 0.12,
"Total Cost": 8.14,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.006,
"Actual Total Time": 0.006,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_08_18.id"],
"Index Cond": "(metrics_08_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_09_on_ts_and_capture_interval_name",
"Relation Name": "metrics_09",
"Schema": "public",
"Alias": "metrics_09_18",
"Startup Cost": 0.40,
"Total Cost": 222.58,
"Plan Rows": 1,
"Plan Width": 8,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_09_18.id"],
"Index Cond": "(metrics_09_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 3,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_10",
"Schema": "public",
"Alias": "metrics_10_18",
"Startup Cost": 1808.68,
"Total Cost": 6977.71,
"Plan Rows": 1566,
"Plan Width": 8,
"Actual Startup Time": 0.018,
"Actual Total Time": 0.018,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_10_18.id"],
"Recheck Cond": "(metrics_10_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_10_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 1808.29,
"Plan Rows": 1566,
"Plan Width": 0,
"Actual Startup Time": 0.007,
"Actual Total Time": 0.007,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_10_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_11",
"Schema": "public",
"Alias": "metrics_11_18",
"Startup Cost": 0.00,
"Total Cost": 245446.61,
"Plan Rows": 487284,
"Plan Width": 8,
"Actual Startup Time": 947.819,
"Actual Total Time": 947.819,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_11_18.id"],
"Filter": "(metrics_11_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 576,
"Shared Read Blocks": 226518,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Member",
"Scan Direction": "Forward",
"Index Name": "index_metrics_12_on_ts_and_capture_interval_name",
"Relation Name": "metrics_12",
"Schema": "public",
"Alias": "metrics_12_18",
"Startup Cost": 0.55,
"Total Cost": 284.03,
"Plan Rows": 66,
"Plan Width": 8,
"Actual Startup Time": 0.013,
"Actual Total Time": 0.013,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_12_18.id"],
"Index Cond": "(metrics_12_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 4,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_13",
"Schema": "public",
"Alias": "metrics_13_18",
"Startup Cost": 0.00,
"Total Cost": 486237.14,
"Plan Rows": 1823609,
"Plan Width": 8,
"Actual Startup Time": 1932.016,
"Actual Total Time": 1932.016,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_13_18.id"],
"Filter": "(metrics_13_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 576,
"Shared Read Blocks": 462865,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_14",
"Schema": "public",
"Alias": "metrics_14_18",
"Startup Cost": 0.00,
"Total Cost": 103778.50,
"Plan Rows": 271425,
"Plan Width": 8,
"Actual Startup Time": 471.130,
"Actual Total Time": 471.130,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_14_18.id"],
"Filter": "(metrics_14_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 576,
"Shared Read Blocks": 99792,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_15",
"Schema": "public",
"Alias": "metrics_15_18",
"Startup Cost": 0.00,
"Total Cost": 435378.46,
"Plan Rows": 1451402,
"Plan Width": 8,
"Actual Startup Time": 1929.799,
"Actual Total Time": 1929.799,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_15_18.id"],
"Filter": "(metrics_15_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 576,
"Shared Read Blocks": 416261,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16_18",
"Startup Cost": 0.00,
"Total Cost": 25891.25,
"Plan Rows": 1411022,
"Plan Width": 8,
"Actual Startup Time": 35.696,
"Actual Total Time": 35.696,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_16_18.id"],
"Filter": "(metrics_16_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 576,
"Shared Read Blocks": 7568,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Bitmap Heap Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_17",
"Schema": "public",
"Alias": "metrics_17_18",
"Startup Cost": 15380.68,
"Total Cost": 205479.54,
"Plan Rows": 87291,
"Plan Width": 8,
"Actual Startup Time": 0.050,
"Actual Total Time": 0.050,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17_18.id"],
"Recheck Cond": "(metrics_17_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)", +
"Rows Removed by Index Recheck": 0,
"Exact Heap Blocks": 0,
"Lossy Heap Blocks": 0,
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Bitmap Index Scan",
"Parent Relationship": "Outer",
"Index Name": "index_metrics_17_on_ts_and_capture_interval_name",
"Startup Cost": 0.00,
"Total Cost": 15358.86,
"Plan Rows": 87291,
"Plan Width": 0,
"Actual Startup Time": 0.046,
"Actual Total Time": 0.046,
"Actual Rows": 0,
"Actual Loops": 1,
"Index Cond": "(metrics_17_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",+
"Shared Hit Blocks": 1,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_18",
"Schema": "public",
"Alias": "metrics_18_18",
"Startup Cost": 0.00,
"Total Cost": 422627.19,
"Plan Rows": 1667596,
"Plan Width": 8,
"Actual Startup Time": 0.020,
"Actual Total Time": 0.061,
"Actual Rows": 100,
"Actual Loops": 1,
"Output": ["metrics_18_18.id"],
"Filter": "(metrics_18_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 7,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_19",
"Schema": "public",
"Alias": "metrics_19_18",
"Startup Cost": 0.00,
"Total Cost": 493598.59,
"Plan Rows": 2990170,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_19_18.id"],
"Filter": "(metrics_19_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_20",
"Schema": "public",
"Alias": "metrics_20_18",
"Startup Cost": 0.00,
"Total Cost": 492859.35,
"Plan Rows": 2080476,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_20_18.id"],
"Filter": "(metrics_20_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_21",
"Schema": "public",
"Alias": "metrics_21_18",
"Startup Cost": 0.00,
"Total Cost": 496204.62,
"Plan Rows": 2088911,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_21_18.id"],
"Filter": "(metrics_21_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_22",
"Schema": "public",
"Alias": "metrics_22_18",
"Startup Cost": 0.00,
"Total Cost": 496263.41,
"Plan Rows": 2103562,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_22_18.id"],
"Filter": "(metrics_22_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
},
{
"Node Type": "Seq Scan",
"Parent Relationship": "Member",
"Relation Name": "metrics_23",
"Schema": "public",
"Alias": "metrics_23_18",
"Startup Cost": 0.00,
"Total Cost": 496299.85,
"Plan Rows": 2080085,
"Plan Width": 8,
"Actual Startup Time": 0.000,
"Actual Total Time": 0.000,
"Actual Rows": 0,
"Actual Loops": 0,
"Output": ["metrics_23_18.id"],
"Filter": "(metrics_23_18.\"timestamp\" <= '2018-02-01 19:56:37.519979'::timestamp without time zone)",
"Rows Removed by Filter": 0,
"Shared Hit Blocks": 0,
"Shared Read Blocks": 0,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
}
]
}
]
}
]
},
{
"Node Type": "Index Scan",
"Parent Relationship": "Inner",
"Scan Direction": "Forward",
"Index Name": "metrics_16_pkey",
"Relation Name": "metrics_16",
"Schema": "public",
"Alias": "metrics_16",
"Startup Cost": 0.43,
"Total Cost": 8.45,
"Plan Rows": 1,
"Plan Width": 14,
"Actual Startup Time": 0.002,
"Actual Total Time": 0.002,
"Actual Rows": 0,
"Actual Loops": 100,
"Output": ["metrics_16.ctid", "metrics_16.id"],
"Index Cond": "(metrics_16.id = \"ANY_subquery_17\".id)",
"Rows Removed by Index Recheck": 0,
"Shared Hit Blocks": 297,
"Shared Read Blocks": 3,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0
}
]
},
{
"Node Type": "Nested Loop",
"Parent Relationship": "Member",
"Join Type": "Inner",
"Startup Cost": 25.21,
"Total Cost": 846.53,
"Plan Rows": 100,
"Plan Width": 38,
"Actual Startup Time": 5318.768,
"Actual Total Time": 5318.768,
"Actual Rows": 0,
"Actual Loops": 1,
"Output": ["metrics_17.ctid", "\"ANY_subquery_18\".*"],
"Shared Hit Blocks": 3325,
"Shared Read Blocks": 1212685,
"Shared Dirtied Blocks": 0,
"Shared Written Blocks": 0,
"Local Hit Blocks": 0,
"Local Read Blocks": 0,
"Local Dirtied Blocks": 0,
"Local Written Blocks": 0,
"Temp Read Blocks": 0,
"Temp Written Blocks": 0,
"Plans": [
{
"Node Type": "Aggregate",
"Strategy": "Hashed",
"Parent Relationship": "Outer",
"Startup Cost": 25.03,
"Total Cost": 26.03,
"Plan Rows":
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment