Skip to content

Instantly share code, notes, and snippets.

@atom992
atom992 / UNION_SELECT_EXPLAIN
Created April 5, 2017 17:48
CASE WHEN vs UNION SELECT TEST
{
"#operator": "Sequence",
"#stats": {
"#phaseSwitches": 2,
"execTime": "805ns",
"kernTime": "2.835992ms"
},
"~children": [
{
"#operator": "Authorize",
@atom992
atom992 / CASE_WHEN_EXPLAIN
Created April 5, 2017 17:47
CASE WHEN vs UNION SELECT TEST
{
"#operator": "Sequence",
"#stats": {
"#phaseSwitches": 2,
"execTime": "964ns",
"kernTime": "2.489323ms"
},
"~children": [
{
"#operator": "Authorize",