Розділ: Статті
Розділ: Статті
Найближчим часом з Вами зв’яжеться менеджер
1 x Application (90.32%) | 571.36ms |
1 x Booting (9.62%) | 60.84ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
select * from `categories` where `slug` = 'statti' limit 1
540μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | ref |
possible_keys | categories_slug_index |
key | categories_slug_index |
key_len | 768 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
2.58msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
3811Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news |
partitions | null |
type | ref |
possible_keys | news_category_id_index |
key | news_category_id_index |
key_len | 5 |
ref | const |
rows | 381 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `tb_tree` where `template` = 'news' limit 1
470μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `tb_tree` (SIMPLE)
371Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tb_tree |
partitions | null |
type | ALL |
possible_keys | null |
key | null |
key_len | null |
ref | null |
rows | 37 |
filtered | 10 |
Extra | Using where |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 92
480μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 94
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 97
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 100
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 101
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 102
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 104
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 105
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 106
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 107
190μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 108
190μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 109
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 110
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 111
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 112
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 114
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 115
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 116
410μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 117
370μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 118
370μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 119
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 120
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 121
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 122
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 123
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 124
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 125
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 126
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 127
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 128
370μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 129
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 130
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 131
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 132
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 133
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 134
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 135
400μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 136
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 138
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 139
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 140
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 141
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 142
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 143
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 144
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 145
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 146
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 147
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 148
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 149
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 152
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 156
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 157
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 158
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 159
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 160
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 161
430μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 162
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 163
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 164
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 165
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 166
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 167
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 168
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 169
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 170
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 171
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 172
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 177
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 178
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 182
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 184
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 185
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 186
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 187
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 188
370μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 191
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 202
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 203
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 204
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 205
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 206
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 207
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 208
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 209
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 210
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 216
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 217
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 218
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 220
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 221
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 222
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 224
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 226
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 229
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 230
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 231
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 232
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 233
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 234
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 236
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 237
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 238
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 239
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 242
380μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 243
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 244
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 245
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 246
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 247
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 265
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 266
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 267
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 268
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 269
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 270
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 272
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 273
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 275
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 279
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 281
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 283
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 285
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 286
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 287
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 288
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 291
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 318
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 319
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 320
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 407
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 414
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 415
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 418
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 441
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 445
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 455
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 457
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 458
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 460
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 472
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 481
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 482
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 487
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 488
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 491
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 514
370μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 515
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 567
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 568
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 569
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 570
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 571
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 572
460μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 573
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 574
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 578
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 589
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 598
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 612
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 620
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 631
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 644
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 645
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 646
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 649
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 650
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 651
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 653
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
61Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 6 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 654
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 655
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 658
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 659
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 660
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 661
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 663
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 664
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 665
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 667
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 670
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 671
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 672
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 674
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 675
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 677
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 679
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 683
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 685
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 687
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 689
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 690
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 691
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 693
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 695
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 696
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 697
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 698
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 4 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 699
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 700
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 702
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 704
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 706
420μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 707
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 708
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 709
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 710
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 712
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 713
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 714
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 715
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 716
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 717
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 719
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 720
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 723
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 725
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 726
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 727
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 728
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 729
370μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 730
380μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 733
370μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 734
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 735
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 736
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 738
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 739
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 740
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 741
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 742
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 743
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 746
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 747
390μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 750
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 751
380μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 752
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 753
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 758
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 759
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 760
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 761
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 762
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 764
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 765
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 768
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 769
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 770
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 771
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 772
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 775
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 780
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 781
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 784
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 785
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 787
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 788
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 789
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 790
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 791
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 792
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 795
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 796
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 797
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 798
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 799
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 801
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 803
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 804
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 805
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 808
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 809
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 810
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 811
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 813
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 814
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 815
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 816
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 817
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 819
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 820
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 821
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 823
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 824
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 829
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 830
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 4 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 831
390μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 4 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 832
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 4 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 833
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 4 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 834
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 4 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 835
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 836
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 837
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 838
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 839
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 840
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 841
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 842
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 843
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 4 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 844
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 845
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 846
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 847
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 848
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 849
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 850
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 851
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 852
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 865
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
51Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 5 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 866
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 4 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 867
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 868
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 871
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 872
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 873
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 874
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 875
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 876
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 877
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 878
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 879
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 880
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 881
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 882
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 883
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 884
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 885
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 886
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 887
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 888
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 889
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 891
310μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 892
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 893
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 894
320μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 895
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 897
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 898
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 899
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 900
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 901
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 902
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 903
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 904
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 905
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 906
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 907
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 909
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 912
190μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 914
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 915
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 916
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 922
190μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 926
170μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 937
180μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 938
170μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 940
180μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 949
160μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 950
190μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 954
170μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 956
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 967
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 974
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 977
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 979
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 980
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 982
200μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 983
250μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 985
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 986
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 987
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 988
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 992
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 45
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 52
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 61
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 62
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 63
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 71
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 74
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 76
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `seo` where `seo`.`seo_id` = 1 and `seo`.`seo_id` is not null and `seo`.`seo_type` = 'App\Models\Category' limit 1
550μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `seo` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | seo |
partitions | null |
type | ref |
possible_keys | seo_seo_id_seo_type_index |
key | seo_seo_id_seo_type_index |
key_len | 1026 |
ref | const,const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `tb_tree` where ((select `_`.`rgt` from `tb_tree` as `_` where `id` = 5 limit 1) between `tb_tree`.`lft` and `tb_tree`.`rgt`) order by `lft` asc
510μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `tb_tree` (PRIMARY)
151Metadata | |
---|---|
id | 1 |
select_type | PRIMARY |
table | tb_tree |
partitions | null |
type | range |
possible_keys | tb_tree_lft_index,tb_tree_rgt_index |
key | tb_tree_rgt_index |
key_len | 4 |
ref | null |
rows | 15 |
filtered | 83.78378295898438 |
Extra | Using where; Using filesort |
- EXPLAIN # 2: `_` (SUBQUERY)
12Metadata | |
---|---|
id | 2 |
select_type | SUBQUERY |
table | _ |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `categories` where `categories`.`id` = 1 limit 1
400μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
2.41msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
3811Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news |
partitions | null |
type | ref |
possible_keys | news_category_id_index |
key | news_category_id_index |
key_len | 5 |
ref | const |
rows | 381 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 1 limit 1
280μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
3.18msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
3811Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news |
partitions | null |
type | ref |
possible_keys | news_category_id_index |
key | news_category_id_index |
key_len | 5 |
ref | const |
rows | 381 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 1 limit 1
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
3.67msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
3811Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news |
partitions | null |
type | ref |
possible_keys | news_category_id_index |
key | news_category_id_index |
key_len | 5 |
ref | const |
rows | 381 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 1 limit 1
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
2.62msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
3811Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news |
partitions | null |
type | ref |
possible_keys | news_category_id_index |
key | news_category_id_index |
key_len | 5 |
ref | const |
rows | 381 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 1 limit 1
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
3.26msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
3811Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news |
partitions | null |
type | ref |
possible_keys | news_category_id_index |
key | news_category_id_index |
key_len | 5 |
ref | const |
rows | 381 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 1 limit 1
430μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
3.55msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
3811Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news |
partitions | null |
type | ref |
possible_keys | news_category_id_index |
key | news_category_id_index |
key_len | 5 |
ref | const |
rows | 381 |
filtered | 10 |
Extra | Using where; Using filesort |
select `menu_header`.*, (select count(*) from `menu_header` as `laravel_reserved_0` where `menu_header`.`id` = `laravel_reserved_0`.`parent_id`) as `children_count` from `menu_header` where `is_active` = 1 order by `lft` asc
580μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
- EXPLAIN # 1: `menu_header` (PRIMARY)
151Metadata | |
---|---|
id | 1 |
select_type | PRIMARY |
table | menu_header |
partitions | null |
type | ALL |
possible_keys | null |
key | null |
key_len | null |
ref | null |
rows | 15 |
filtered | 10 |
Extra | Using where; Using filesort |
- EXPLAIN # 2: `laravel_reserved_0` (DEPENDENT SUBQUERY)
32Metadata | |
---|---|
id | 2 |
select_type | DEPENDENT SUBQUERY |
table | laravel_reserved_0 |
partitions | null |
type | ref |
possible_keys | menu_header_parent_id_index |
key | menu_header_parent_id_index |
key_len | 5 |
ref | c1_dev_oberig.menu_header.id |
rows | 3 |
filtered | 100 |
Extra | Using where; Using index |
select * from `tb_tree` where `tb_tree`.`id` in (2, 3, 4, 5, 7, 14, 23, 24, 25)
590μsc1_dev_oberigMetadata | |
---|---|
Hints |
|
- EXPLAIN # 1: `tb_tree` (SIMPLE)
91Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tb_tree |
partitions | null |
type | range |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | null |
rows | 9 |
filtered | 100 |
Extra | Using where |
select * from `menu_header` where `menu_header`.`parent_id` in (1, 2, 3, 12, 15, 16, 18, 19, 20, 21, 23, 24, 26, 29) order by `lft` asc
480μsc1_dev_oberigMetadata | |
---|---|
Hints |
|
- EXPLAIN # 1: `menu_header` (SIMPLE)
151Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | menu_header |
partitions | null |
type | ALL |
possible_keys | menu_header_parent_id_index |
key | null |
key_len | null |
ref | null |
rows | 15 |
filtered | 100 |
Extra | Using where; Using filesort |
select * from `social_networks` where `is_active` = 1 order by `priority` asc
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `social_networks` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | social_networks |
partitions | null |
type | ALL |
possible_keys | null |
key | null |
key_len | null |
ref | null |
rows | 4 |
filtered | 25 |
Extra | Using where; Using filesort |
200
0 of 0array:1 [▼ "page" => "62" ]
0 of 0array:1 [▼ "page" => "62" ]
0 of 0array:15 [▼ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "oberig-dev.vis-design.com.ua" ] ]
0 of 0array:53 [▼ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "TEMP" => "/var/www/clients/client1/web116/tmp" "TMPDIR" => "/var/www/clients/client1/web116/tmp" "TMP" => "/var/www/clients/client1/web116/tmp" "HOSTNAME" => "" "USER" => "web116" "HOME" => "/var/www/clients/client1/web116" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/news/statti?page=62" "QUERY_STRING" => "page=62" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=62" "REDIRECT_URL" => "/news/statti" "REMOTE_PORT" => "51028" "SCRIPT_FILENAME" => "/var/www/clients/client1/web116/web/oberig/public/index.php" "SERVER_ADMIN" => "webmaster@oberig-dev.vis-design.com.ua" "CONTEXT_DOCUMENT_ROOT" => "/var/www/clients/client1/web116/web/oberig/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/clients/client1/web116/web/oberig/public" "REMOTE_ADDR" => "18.117.101.118" "SERVER_PORT" => "443" "SERVER_ADDR" => "148.251.123.135" "SERVER_NAME" => "oberig-dev.vis-design.com.ua" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "oberig-dev.vis-design.com.ua" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "oberig-dev.vis-design.com.ua" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "oberig-dev.vis-design.com.ua" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1746479907.4693 "REQUEST_TIME" => 1746479907 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 05 May 2025 21:18:27 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ik9sRWdUdFZ3WDhKSFFWbktMY0N4L3c9PSIsInZhbHVlIjoiU2IyaUJhMFpCanJkLzNLMmZ2dmpsdlRyTFpwL3FlbW5GaHlQRFBDY0VjNWxPdktJSjRzWDdhbFRpNnI1bFQwK2N1VE5LRGVnL3paNllhbFVFR01KcnRvUzYwWFNHUm95NUVwMDEzM3crUEszcmNaaHpXVVdxRThxMll6dnV6Y3IiLCJtYWMiOiI0YTMzYWFhNGMzMWU1YWY3MDlhMzRmMGY3OTc0ZWJlYjU0MTE2ZjcxMjNhMDJiNDc5Yzk1YzY3ZTI3YzRlMDVhIn0%3D; expires=Mon, 05-May-2025 23:18:28 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6Ik9sRWdUdFZ3WDhKSFFWbktMY0N4L3c9PSIsInZhbHVlIjoiU2IyaUJhMFpCanJkLzNLMmZ2dmpsdlRyTFpwL3FlbW5GaHlQRFBDY0VjNWxPdktJSjRzWDdhbFRpNnI1bFQwK2N1VE5LR ▶" 1 => "oberig_dev_session=eyJpdiI6Ii9Pay9FVHNwcHhneVJEZ2p4ZGtSU3c9PSIsInZhbHVlIjoibGZzTEZlMVlMajhWS24xb09ENEppUjFBTklnWUU0VER0N0daK0JUNDhrUzZ1SjVhTXVyMlpDb0Ewc3Q0MkZEVk8rUy9UZFptSjJKZEVaSXhBS04ySy9jNS8wa2hGVHhRZ1BQMWVLbGJnV3d6NWkvbXNNZ2dQOGtSODh2cnR2Y3ciLCJtYWMiOiJmMDgwN2Y5OTFkZTIzMzRmZjA3YjRmYTljZTcwMThmYWQyNGNhZjZkMzMwMmYyZWVjY2ZkZjYzZWZiMGFkMDI0In0%3D; expires=Mon, 05-May-2025 23:18:28 GMT; Max-Age=7200; path=/; httponly ◀oberig_dev_session=eyJpdiI6Ii9Pay9FVHNwcHhneVJEZ2p4ZGtSU3c9PSIsInZhbHVlIjoibGZzTEZlMVlMajhWS24xb09ENEppUjFBTklnWUU0VER0N0daK0JUNDhrUzZ1SjVhTXVyMlpDb0Ewc3Q0MkZEV ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ik9sRWdUdFZ3WDhKSFFWbktMY0N4L3c9PSIsInZhbHVlIjoiU2IyaUJhMFpCanJkLzNLMmZ2dmpsdlRyTFpwL3FlbW5GaHlQRFBDY0VjNWxPdktJSjRzWDdhbFRpNnI1bFQwK2N1VE5LRGVnL3paNllhbFVFR01KcnRvUzYwWFNHUm95NUVwMDEzM3crUEszcmNaaHpXVVdxRThxMll6dnV6Y3IiLCJtYWMiOiI0YTMzYWFhNGMzMWU1YWY3MDlhMzRmMGY3OTc0ZWJlYjU0MTE2ZjcxMjNhMDJiNDc5Yzk1YzY3ZTI3YzRlMDVhIn0%3D; expires=Mon, 05-May-2025 23:18:28 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6Ik9sRWdUdFZ3WDhKSFFWbktMY0N4L3c9PSIsInZhbHVlIjoiU2IyaUJhMFpCanJkLzNLMmZ2dmpsdlRyTFpwL3FlbW5GaHlQRFBDY0VjNWxPdktJSjRzWDdhbFRpNnI1bFQwK2N1VE5LR ▶" 1 => "oberig_dev_session=eyJpdiI6Ii9Pay9FVHNwcHhneVJEZ2p4ZGtSU3c9PSIsInZhbHVlIjoibGZzTEZlMVlMajhWS24xb09ENEppUjFBTklnWUU0VER0N0daK0JUNDhrUzZ1SjVhTXVyMlpDb0Ewc3Q0MkZEVk8rUy9UZFptSjJKZEVaSXhBS04ySy9jNS8wa2hGVHhRZ1BQMWVLbGJnV3d6NWkvbXNNZ2dQOGtSODh2cnR2Y3ciLCJtYWMiOiJmMDgwN2Y5OTFkZTIzMzRmZjA3YjRmYTljZTcwMThmYWQyNGNhZjZkMzMwMmYyZWVjY2ZkZjYzZWZiMGFkMDI0In0%3D; expires=Mon, 05-May-2025 23:18:28 GMT; path=/; httponly ◀oberig_dev_session=eyJpdiI6Ii9Pay9FVHNwcHhneVJEZ2p4ZGtSU3c9PSIsInZhbHVlIjoibGZzTEZlMVlMajhWS24xb09ENEppUjFBTklnWUU0VER0N0daK0JUNDhrUzZ1SjVhTXVyMlpDb0Ewc3Q0MkZEV ▶" ] ]
0 of 0array:4 [▼ "_token" => "tnteWqfHu2mTDuK5rAhnLeS2XmdNbPrKOv3oztce" "_previous" => array:1 [▶ "url" => "https://oberig-dev.vis-design.com.ua/news/statti?page=62" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]