{
  'execution_time' => '0.588',
  'planning_time' => '0.041',
  'top_node' => {
    'actual_loops' => '1',
    'actual_rows' => '0',
    'actual_time_first' => '0.357',
    'actual_time_last' => '0.357',
    'estimated_row_width' => '24',
    'estimated_rows' => '1',
    'estimated_startup_cost' => '0',
    'estimated_total_cost' => '0.01',
    'is_analyzed' => 1,
    'scan_on' => {
      'table_name' => 'foo'
    },
    'sub_nodes' => [
      {
        'actual_loops' => '1',
        'actual_rows' => '1',
        'actual_time_first' => '0.012',
        'actual_time_last' => '0.013',
        'estimated_row_width' => '24',
        'estimated_rows' => '1',
        'estimated_startup_cost' => '0',
        'estimated_total_cost' => '0.01',
        'is_analyzed' => 1,
        'type' => 'Result'
      }
    ],
    'type' => 'Insert'
  },
  'trigger_times' => [
    {
      'calls' => '1',
      'name' => 'foo_system_time_generated_always',
      'relation' => 'foo',
      'time' => '0.283'
    },
    {
      'calls' => '1',
      'name' => 'foo_system_time_write_history',
      'relation' => 'foo',
      'time' => '0.194'
    }
  ]
}