Розділ: Статті
Розділ: Статті
Найближчим часом з Вами зв’яжеться менеджер
1 x Application (95.14%) | 878.28ms |
1 x Booting (4.82%) | 44.53ms |
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
550μ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
3.73msc1_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
820μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`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
560μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`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
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` = 100
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` = 101
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` = 102
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` = 104
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` = 105
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` = 106
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` = 107
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` = 108
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` = 109
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` = 110
200μ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
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` = 112
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` = 114
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` = 115
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` = 116
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` = 117
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` = 118
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` = 119
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` = 120
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` = 121
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` = 122
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` = 123
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` = 124
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` = 125
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` = 126
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` = 127
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` = 128
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` = 129
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` = 130
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` = 131
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` = 132
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` = 133
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` = 134
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` = 135
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` = 136
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` = 138
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` = 139
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` = 140
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` = 141
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` = 142
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` = 143
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` = 144
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` = 145
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` = 146
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` = 147
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` = 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
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` = 152
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` = 156
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` = 157
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` = 158
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` = 159
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` = 160
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` = 161
220μ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
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` = 163
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` = 164
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` = 165
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` = 166
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` = 167
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` = 168
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` = 169
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` = 170
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` = 171
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` = 172
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` = 177
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` = 178
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` = 182
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` = 184
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` = 185
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` = 186
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` = 187
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` = 188
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` = 191
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` = 202
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` = 203
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` = 204
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` = 205
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` = 206
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` = 207
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` = 208
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` = 209
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` = 210
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` = 216
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` = 217
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` = 218
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` = 220
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` = 221
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` = 222
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` = 224
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` = 226
180μ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
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` = 230
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` = 231
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` = 232
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` = 233
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` = 234
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` = 236
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` = 237
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` = 238
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` = 239
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` = 242
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` = 243
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` = 244
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` = 245
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` = 246
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` = 247
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` = 265
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` = 266
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` = 267
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` = 268
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` = 269
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` = 270
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` = 272
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` = 273
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` = 275
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` = 279
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` = 281
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` = 283
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` = 285
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` = 286
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` = 287
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` = 288
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` = 291
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` = 318
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` = 319
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` = 320
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` = 407
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` = 414
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` = 415
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` = 418
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` = 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
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` = 455
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` = 457
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` = 458
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` = 460
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` = 472
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` = 481
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` = 482
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` = 487
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` = 488
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` = 491
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` = 514
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` = 515
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` = 567
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` = 568
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` = 569
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` = 570
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` = 571
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` = 572
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` = 573
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` = 574
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` = 578
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` = 589
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` = 598
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` = 612
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` = 620
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` = 631
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` = 644
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` = 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
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` = 649
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` = 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
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` = 653
230μ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
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` = 655
180μ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
180μ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
180μ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
180μ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
180μ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
220μ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
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` = 665
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` = 667
220μ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
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` = 671
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` = 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
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` = 675
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` = 677
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` = 679
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` = 683
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` = 685
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` = 687
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` = 689
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` = 690
220μ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
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` = 693
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` = 695
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` = 696
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` = 697
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` = 698
240μ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
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` = 700
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` = 702
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` = 704
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` = 706
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` = 707
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` = 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
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` = 710
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` = 712
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` = 713
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` = 714
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` = 715
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` = 716
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` = 717
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` = 719
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` = 720
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` = 723
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` = 725
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` = 726
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` = 727
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` = 728
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` = 729
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` = 730
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` = 733
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` = 734
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` = 735
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` = 736
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` = 738
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` = 739
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` = 740
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` = 741
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` = 742
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` = 743
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` = 746
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` = 747
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` = 750
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` = 751
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` = 752
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` = 753
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` = 758
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` = 759
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` = 760
260μ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
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` = 762
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` = 764
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` = 765
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` = 768
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` = 769
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` = 770
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` = 771
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` = 772
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` = 775
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` = 780
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` = 781
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` = 784
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` = 785
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` = 787
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` = 788
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` = 789
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` = 790
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` = 791
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` = 792
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` = 795
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` = 796
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` = 797
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` = 798
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` = 799
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` = 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
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` = 804
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` = 805
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` = 808
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` = 809
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` = 810
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` = 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
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` = 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
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` = 816
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` = 817
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` = 819
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` = 820
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` = 821
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` = 823
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` = 824
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` = 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
310μ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
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` = 832
310μ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
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` = 834
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` = 835
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` = 836
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` = 837
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` = 838
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` = 839
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` = 840
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` = 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
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` = 843
310μ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
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` = 845
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` = 846
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` = 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
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` = 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
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` = 851
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` = 852
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` = 865
280μ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
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` = 867
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` = 868
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` = 871
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` = 872
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` = 873
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` = 874
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` = 875
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` = 876
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` = 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
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` = 879
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` = 880
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` = 881
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` = 882
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` = 883
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` = 884
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` = 885
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` = 886
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` = 887
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` = 888
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` = 889
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` = 891
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` = 892
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` = 893
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` = 894
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` = 895
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` = 897
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` = 898
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` = 899
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` = 900
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` = 901
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` = 902
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` = 903
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` = 904
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` = 905
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` = 906
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` = 907
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` = 909
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` = 912
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` = 914
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` = 915
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` = 916
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` = 922
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` = 926
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` = 937
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` = 938
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` = 940
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` = 949
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` = 950
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` = 954
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` = 956
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` = 967
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` = 974
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` = 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
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` = 980
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` = 982
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` = 983
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` = 985
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` = 986
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` = 987
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` = 988
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` = 992
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` = 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
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` = 62
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` = 63
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` = 71
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` = 74
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` = 76
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 * from `seo` where `seo`.`seo_id` = 1 and `seo`.`seo_id` is not null and `seo`.`seo_type` = 'App\Models\Category' limit 1
500μ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
460μ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.54msc1_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
410μ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.57msc1_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
370μ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.78msc1_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
330μ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
620μ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)
460μ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
330μ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
210μ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" => "64" ]
0 of 0array:1 [▼ "page" => "64" ]
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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "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=64" "QUERY_STRING" => "page=64" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=64" "REDIRECT_URL" => "/news/statti" "REMOTE_PORT" => "9515" "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" => "3.148.179.161" "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" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "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" => 1745801955.0533 "REQUEST_TIME" => 1745801955 ]
[]
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, 28 Apr 2025 00:59:15 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjJOdU11dFNvTzc3L0xNejFEc3V3dXc9PSIsInZhbHVlIjoiR1lLaFB4ZFBScDNBZ3ZwM2V1Q2N2R3lsVk5LWVpnWnZ1RTB3SVF0TWNFUTJCZi92ZHVtSDFnZ0k3VUFuejVoUEVDYm9TWFFnZjd3SzI4YlNTSVpGMnNHcTBXVkNjYWhSMDBwNnMwZ2ZLUmNYU1VKN2tOYW9TdHZrY01SVURJc0siLCJtYWMiOiI2N2RmYWQ1YWE4YTk3ZTFiZjljNzkyYjdkMGU5NzBkMTQ0ZGY3YjAzMDBlMTVjYzQ3ZjM5NGJjYzc5YTFjYThjIn0%3D; expires=Mon, 28-Apr-2025 02:59:15 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IjJOdU11dFNvTzc3L0xNejFEc3V3dXc9PSIsInZhbHVlIjoiR1lLaFB4ZFBScDNBZ3ZwM2V1Q2N2R3lsVk5LWVpnWnZ1RTB3SVF0TWNFUTJCZi92ZHVtSDFnZ0k3VUFuejVoUEVDYm9TW ▶" 1 => "oberig_dev_session=eyJpdiI6InZvZW9VdUVRSzdmNDVNakdKNzBMQkE9PSIsInZhbHVlIjoidjZhTzU1eUgwaHp6MG8xYm05b3RCTVlMM05HTlQ4SUtNT0ZteGVCME5NRXVTblRPWHhPY0dtR2RGZ0lkeFRBRGpwWmdHc3JwM2QrcVMrcmJ0MFMvVDdrU1V5VzcreUNlTHMvKzBOcWZRZFVncitKK0VIOHJsSHdPNHJYaFJWSEwiLCJtYWMiOiI2YzNjZTFlMzIyMmUxNzkxY2VmZDAzMDVkOGEyNjNiMTA4OWQ2NDE2MDQ0MTUyOTJkNzE2NWY1Y2FlNTZhNTY1In0%3D; expires=Mon, 28-Apr-2025 02:59:15 GMT; Max-Age=7200; path=/; httponly ◀oberig_dev_session=eyJpdiI6InZvZW9VdUVRSzdmNDVNakdKNzBMQkE9PSIsInZhbHVlIjoidjZhTzU1eUgwaHp6MG8xYm05b3RCTVlMM05HTlQ4SUtNT0ZteGVCME5NRXVTblRPWHhPY0dtR2RGZ0lkeFRBR ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjJOdU11dFNvTzc3L0xNejFEc3V3dXc9PSIsInZhbHVlIjoiR1lLaFB4ZFBScDNBZ3ZwM2V1Q2N2R3lsVk5LWVpnWnZ1RTB3SVF0TWNFUTJCZi92ZHVtSDFnZ0k3VUFuejVoUEVDYm9TWFFnZjd3SzI4YlNTSVpGMnNHcTBXVkNjYWhSMDBwNnMwZ2ZLUmNYU1VKN2tOYW9TdHZrY01SVURJc0siLCJtYWMiOiI2N2RmYWQ1YWE4YTk3ZTFiZjljNzkyYjdkMGU5NzBkMTQ0ZGY3YjAzMDBlMTVjYzQ3ZjM5NGJjYzc5YTFjYThjIn0%3D; expires=Mon, 28-Apr-2025 02:59:15 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjJOdU11dFNvTzc3L0xNejFEc3V3dXc9PSIsInZhbHVlIjoiR1lLaFB4ZFBScDNBZ3ZwM2V1Q2N2R3lsVk5LWVpnWnZ1RTB3SVF0TWNFUTJCZi92ZHVtSDFnZ0k3VUFuejVoUEVDYm9TW ▶" 1 => "oberig_dev_session=eyJpdiI6InZvZW9VdUVRSzdmNDVNakdKNzBMQkE9PSIsInZhbHVlIjoidjZhTzU1eUgwaHp6MG8xYm05b3RCTVlMM05HTlQ4SUtNT0ZteGVCME5NRXVTblRPWHhPY0dtR2RGZ0lkeFRBRGpwWmdHc3JwM2QrcVMrcmJ0MFMvVDdrU1V5VzcreUNlTHMvKzBOcWZRZFVncitKK0VIOHJsSHdPNHJYaFJWSEwiLCJtYWMiOiI2YzNjZTFlMzIyMmUxNzkxY2VmZDAzMDVkOGEyNjNiMTA4OWQ2NDE2MDQ0MTUyOTJkNzE2NWY1Y2FlNTZhNTY1In0%3D; expires=Mon, 28-Apr-2025 02:59:15 GMT; path=/; httponly ◀oberig_dev_session=eyJpdiI6InZvZW9VdUVRSzdmNDVNakdKNzBMQkE9PSIsInZhbHVlIjoidjZhTzU1eUgwaHp6MG8xYm05b3RCTVlMM05HTlQ4SUtNT0ZteGVCME5NRXVTblRPWHhPY0dtR2RGZ0lkeFRBR ▶" ] ]
0 of 0array:4 [▼ "_token" => "8cuVb9mu7YuirHiyXu3FBZU3vLHCrNzBiOcFMCIz" "_previous" => array:1 [▶ "url" => "https://oberig-dev.vis-design.com.ua/news/statti?page=64" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]