Advertisement
Guest User

Untitled

a guest
Apr 19th, 2023
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.31 KB | Source Code | 0 0
  1. {
  2.   "query_block": {
  3.     "select_id": 1,
  4.     "r_loops": 1,
  5.     "r_total_time_ms": 115.4217044,
  6.     "const_condition": "1",
  7.     "window_functions_computation": {
  8.       "sorts": {
  9.         "filesort": {
  10.           "sort_key": "max(stats.p.coins) desc",
  11.           "r_loops": 1,
  12.           "r_total_time_ms": 0.002775319,
  13.           "r_used_priority_queue": false,
  14.           "r_output_rows": 1,
  15.           "r_buffer_size": "320",
  16.           "r_sort_mode": "sort_key,rowid"
  17.         }
  18.       },
  19.       "temporary_table": {
  20.         "table": {
  21.           "table_name": "p",
  22.           "access_type": "index",
  23.           "key": "unique_uuid_coins",
  24.           "key_length": "150",
  25.           "used_key_parts": ["uuid", "coins"],
  26.           "r_loops": 1,
  27.           "rows": 1772,
  28.           "r_rows": 1772,
  29.           "r_table_time_ms": 0.442582891,
  30.           "r_other_time_ms": 0.190843384,
  31.           "filtered": 100,
  32.           "r_filtered": 100,
  33.           "using_index": true
  34.         },
  35.         "block-nl-join": {
  36.           "table": {
  37.             "table_name": "<derived2>",
  38.             "access_type": "ALL",
  39.             "r_loops": 1,
  40.             "rows": 334,
  41.             "r_rows": 234,
  42.             "r_table_time_ms": 0.017516686,
  43.             "r_other_time_ms": 114.5703855,
  44.             "filtered": 100,
  45.             "r_filtered": 100
  46.           },
  47.           "buffer_type": "flat",
  48.           "buffer_size": "256Kb",
  49.           "join_type": "BNL",
  50.           "attached_condition": "trigcond(stats.p.uuid = convert(b.uuid using utf8mb4))",
  51.           "r_filtered": 0.427350427,
  52.           "materialized": {
  53.             "query_block": {
  54.               "select_id": 2,
  55.               "r_loops": 1,
  56.               "r_total_time_ms": 0.216223472,
  57.               "table": {
  58.                 "table_name": "bans",
  59.                 "access_type": "index",
  60.                 "key": "idx_bans_uuid",
  61.                 "key_length": "111",
  62.                 "used_key_parts": ["uuid"],
  63.                 "r_loops": 1,
  64.                 "rows": 334,
  65.                 "r_rows": 334,
  66.                 "r_table_time_ms": 0.080273077,
  67.                 "r_other_time_ms": 0.100695803,
  68.                 "filtered": 100,
  69.                 "r_filtered": 100,
  70.                 "using_index": true
  71.               }
  72.             }
  73.           }
  74.         }
  75.       }
  76.     }
  77.   }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement