feat(ui/explorer): add EXPLAIN meta query template
parent
f339d71826
commit
e2222b0df0
|
@ -243,6 +243,16 @@ export const METAQUERY_TEMPLATE_OPTIONS: Array<
|
|||
id: `mqtd-divider-7`,
|
||||
type: DropdownChildTypes.Divider,
|
||||
},
|
||||
{
|
||||
id: 'Explain',
|
||||
text: 'Explain',
|
||||
query: 'EXPLAIN SELECT * FROM "db_name"."rp_name"."measurement"',
|
||||
type: DropdownChildTypes.Item,
|
||||
},
|
||||
{
|
||||
id: `mqtd-divider-8`,
|
||||
type: DropdownChildTypes.Divider,
|
||||
},
|
||||
{
|
||||
id: 'Show Stats',
|
||||
text: 'Show Stats',
|
||||
|
|
Loading…
Reference in New Issue