Use EXPLAIN ANALYZE for query
This commit is contained in:
parent
1e4ecd5ba1
commit
e016e7a8d2
@ -177,7 +177,7 @@ function runExplain() {
|
||||
return;
|
||||
}
|
||||
|
||||
query = "EXPLAIN " + query;
|
||||
query = "EXPLAIN ANALYZE " + query;
|
||||
|
||||
executeQuery(query, function(data) {
|
||||
buildTable(data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user