{
  "total_bytes_written": 0,
  "total_bytes_read": 0,
  "rows_returned": 1,
  "latency": 0.000739417,
  "result_set_size": 16,
  "cumulative_rows_scanned": 111000,
  "cpu_time": 0.00022858699999999999,
  "extra_info": {},
  "system_peak_buffer_memory": 12685312,
  "blocked_thread_time": 0.0,
  "cumulative_cardinality": 4112,
  "system_peak_temp_dir_size": 0,
  "query_name": "SELECT count(*) AS n, sum(f.id)::BIGINT AS total FROM fact f JOIN wide w USING(b) JOIN selective s USING(a) WHERE s.keep=1",
  "children": [
    {
      "total_bytes_written": 0,
      "result_set_size": 16,
      "operator_timing": 5.42e-07,
      "operator_rows_scanned": 0,
      "cumulative_rows_scanned": 111000,
      "operator_cardinality": 1,
      "operator_type": "PROJECTION",
      "total_bytes_read": 0,
      "operator_name": "PROJECTION",
      "cpu_time": 0.00022858699999999999,
      "extra_info": {
        "Projections": [
          "n",
          "total"
        ],
        "Estimated Cardinality": "1"
      },
      "cumulative_cardinality": 4112,
      "children": [
        {
          "cumulative_cardinality": 4111,
          "extra_info": {
            "Aggregates": [
              "count_star()",
              "sum(#0)"
            ]
          },
          "operator_name": "UNGROUPED_AGGREGATE",
          "cpu_time": 0.000228045,
          "cumulative_rows_scanned": 111000,
          "operator_rows_scanned": 0,
          "operator_timing": 4.917e-06,
          "result_set_size": 24,
          "total_bytes_read": 0,
          "operator_type": "UNGROUPED_AGGREGATE",
          "total_bytes_written": 0,
          "operator_cardinality": 1,
          "children": [
            {
              "total_bytes_written": 0,
              "result_set_size": 8000,
              "operator_timing": 5.429999999999999e-07,
              "operator_rows_scanned": 0,
              "cumulative_rows_scanned": 111000,
              "operator_cardinality": 1000,
              "operator_type": "PROJECTION",
              "total_bytes_read": 0,
              "operator_name": "PROJECTION",
              "cpu_time": 0.00022312799999999998,
              "extra_info": {
                "Projections": "id",
                "Estimated Cardinality": "0"
              },
              "cumulative_cardinality": 4110,
              "children": [
                {
                  "cumulative_cardinality": 3110,
                  "extra_info": {
                    "Join Type": "INNER",
                    "Conditions": "a = a",
                    "Estimated Cardinality": "0"
                  },
                  "operator_name": "HASH_JOIN",
                  "cpu_time": 0.00022258499999999997,
                  "cumulative_rows_scanned": 111000,
                  "operator_rows_scanned": 0,
                  "operator_timing": 2.8958e-05,
                  "result_set_size": 16000,
                  "total_bytes_read": 0,
                  "operator_type": "HASH_JOIN",
                  "total_bytes_written": 0,
                  "operator_cardinality": 1000,
                  "children": [
                    {
                      "total_bytes_written": 0,
                      "result_set_size": 24000,
                      "operator_timing": 6.5754e-05,
                      "operator_rows_scanned": 0,
                      "cumulative_rows_scanned": 101000,
                      "operator_cardinality": 1000,
                      "operator_type": "HASH_JOIN",
                      "total_bytes_read": 0,
                      "operator_name": "HASH_JOIN",
                      "cpu_time": 0.000185461,
                      "extra_info": {
                        "Join Type": "INNER",
                        "Conditions": "b = b",
                        "Estimated Cardinality": "100000"
                      },
                      "cumulative_cardinality": 2100,
                      "children": [
                        {
                          "cumulative_cardinality": 100,
                          "extra_info": {
                            "Table": "fact",
                            "Type": "Sequential Scan",
                            "Projections": [
                              "b",
                              "a",
                              "id"
                            ],
                            "Estimated Cardinality": "100000"
                          },
                          "operator_name": "SEQ_SCAN ",
                          "cpu_time": 0.000118958,
                          "cumulative_rows_scanned": 100000,
                          "operator_rows_scanned": 100000,
                          "operator_timing": 0.000118958,
                          "result_set_size": 2400,
                          "total_bytes_read": 0,
                          "operator_type": "TABLE_SCAN",
                          "total_bytes_written": 0,
                          "operator_cardinality": 100,
                          "children": []
                        },
                        {
                          "cumulative_cardinality": 1000,
                          "extra_info": {
                            "Table": "wide",
                            "Type": "Sequential Scan",
                            "Projections": "b",
                            "Estimated Cardinality": "1000"
                          },
                          "operator_name": "SEQ_SCAN ",
                          "cpu_time": 7.489999999999999e-07,
                          "cumulative_rows_scanned": 1000,
                          "operator_rows_scanned": 1000,
                          "operator_timing": 7.489999999999999e-07,
                          "result_set_size": 8000,
                          "total_bytes_read": 0,
                          "operator_type": "TABLE_SCAN",
                          "total_bytes_written": 0,
                          "operator_cardinality": 1000,
                          "children": []
                        }
                      ]
                    },
                    {
                      "total_bytes_written": 0,
                      "result_set_size": 80,
                      "operator_timing": 8.166e-06,
                      "operator_rows_scanned": 10000,
                      "cumulative_rows_scanned": 10000,
                      "operator_cardinality": 10,
                      "operator_type": "TABLE_SCAN",
                      "total_bytes_read": 0,
                      "operator_name": "SEQ_SCAN ",
                      "cpu_time": 8.166e-06,
                      "extra_info": {
                        "Table": "selective",
                        "Type": "Sequential Scan",
                        "Projections": "a",
                        "Filters": "keep=1",
                        "Estimated Cardinality": "10000"
                      },
                      "cumulative_cardinality": 10,
                      "children": []
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
