Найближчим часом з Вами зв’яжеться менеджер
1 x Application (87.57%) | 432.88ms |
1 x Booting (12.34%) | 61.00ms |
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
330μ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
4.06msc1_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
460μ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
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` = 94
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` = 97
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` = 100
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` = 101
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` = 102
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` = 104
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` = 105
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` = 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
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` = 108
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` = 109
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` = 110
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` = 111
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` = 112
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` = 114
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` = 115
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` = 116
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` = 117
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` = 118
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` = 119
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` = 120
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` = 121
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` = 122
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` = 123
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 124
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` = 125
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` = 126
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` = 127
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` = 128
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` = 129
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` = 130
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` = 131
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` = 132
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` = 133
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` = 134
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` = 135
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` = 136
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` = 138
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` = 139
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` = 140
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` = 141
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` = 142
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` = 143
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` = 144
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` = 145
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` = 146
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` = 147
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` = 148
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` = 149
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` = 152
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` = 156
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` = 157
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` = 158
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` = 159
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` = 160
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` = 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
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` = 163
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` = 164
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` = 165
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` = 166
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` = 167
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` = 168
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` = 169
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` = 170
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` = 171
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` = 172
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` = 177
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` = 178
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` = 182
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 184
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` = 185
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` = 186
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` = 187
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` = 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
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` = 202
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` = 203
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` = 204
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` = 205
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` = 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
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` = 208
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` = 209
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` = 210
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` = 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
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` = 218
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` = 220
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` = 221
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 222
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` = 224
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` = 226
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` = 229
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` = 230
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` = 231
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` = 232
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` = 233
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` = 234
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` = 236
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 237
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` = 238
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` = 239
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` = 242
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` = 243
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` = 244
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` = 245
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` = 246
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` = 247
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 265
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` = 266
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` = 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
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` = 269
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` = 270
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` = 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
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` = 275
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` = 279
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` = 281
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` = 283
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` = 285
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` = 286
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` = 287
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` = 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
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` = 319
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` = 320
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` = 407
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` = 414
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` = 415
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` = 418
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` = 441
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` = 445
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` = 455
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` = 457
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` = 458
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` = 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
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` = 481
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` = 482
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` = 487
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` = 488
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` = 491
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` = 514
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` = 515
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` = 567
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` = 568
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` = 569
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` = 570
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` = 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
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` = 573
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` = 574
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` = 578
190μ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
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` = 598
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` = 612
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` = 620
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` = 631
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` = 644
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` = 645
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` = 646
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` = 649
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 650
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` = 651
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` = 653
190μ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
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` = 655
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` = 658
200μ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
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` = 660
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` = 661
190μ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
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` = 664
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` = 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
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` = 670
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` = 671
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` = 672
200μ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
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` = 675
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` = 677
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` = 679
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` = 683
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` = 685
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` = 687
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` = 689
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` = 690
190μ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
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` = 693
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` = 695
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` = 696
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` = 697
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` = 698
200μ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
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` = 702
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` = 704
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` = 706
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` = 707
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` = 708
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` = 709
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` = 710
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` = 712
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` = 713
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` = 714
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` = 715
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` = 716
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` = 717
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` = 719
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` = 720
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` = 723
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` = 725
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` = 726
190μ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
170μ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
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` = 729
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` = 730
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` = 733
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` = 734
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` = 735
190μ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
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` = 738
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` = 739
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` = 740
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` = 741
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` = 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
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` = 746
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` = 747
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` = 750
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` = 751
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` = 752
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` = 753
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` = 758
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` = 759
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` = 760
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` = 761
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` = 762
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` = 764
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` = 765
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` = 768
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` = 769
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` = 770
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` = 771
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` = 772
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` = 775
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` = 780
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` = 781
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` = 784
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` = 785
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` = 787
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` = 788
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` = 789
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` = 790
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` = 791
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` = 792
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` = 795
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` = 796
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` = 797
210μ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
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` = 799
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` = 801
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` = 803
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` = 804
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` = 805
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 808
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` = 809
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` = 810
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 811
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` = 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
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` = 815
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` = 816
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` = 817
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` = 819
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` = 820
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` = 821
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` = 823
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` = 824
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` = 829
190μ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
250μ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
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` = 832
190μ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
260μ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
190μ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
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` = 836
190μ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
200μ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
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` = 839
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` = 840
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` = 841
200μ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
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` = 843
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` = 844
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` = 845
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` = 846
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` = 847
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` = 848
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` = 849
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` = 850
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` = 851
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` = 852
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` = 865
300μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
51Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 5 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 866
270μ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
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` = 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
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` = 872
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` = 873
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` = 874
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` = 875
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` = 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
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` = 878
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 879
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` = 880
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` = 881
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` = 882
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` = 883
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` = 884
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` = 885
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` = 886
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` = 887
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` = 888
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` = 889
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 891
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` = 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
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` = 894
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` = 895
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` = 897
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` = 898
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` = 899
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` = 900
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` = 901
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` = 902
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` = 903
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` = 904
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` = 905
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` = 906
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` = 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
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` = 912
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` = 914
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` = 915
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` = 916
220μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 922
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` = 926
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` = 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
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` = 940
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` = 949
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` = 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
170μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 956
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` = 967
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` = 974
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` = 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
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` = 980
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` = 982
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` = 983
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` = 985
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` = 986
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` = 987
210μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 988
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` = 992
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` = 45
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` = 52
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` = 61
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` = 62
260μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 63
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 71
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` = 74
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` = 76
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 * from `seo` where `seo`.`seo_id` = 1 and `seo`.`seo_id` is not null and `seo`.`seo_type` = 'App\Models\Category' limit 1
420μ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
540μ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
350μ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.2msc1_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
400μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
3.11msc1_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
360μ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.24msc1_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
350μ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.31msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
3811Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news |
partitions | null |
type | ref |
possible_keys | news_category_id_index |
key | news_category_id_index |
key_len | 5 |
ref | const |
rows | 381 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 1 limit 1
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (1) order by `priority` asc
2.91msc1_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
380μ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
4.4msc1_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
550μ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)
420μ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
310μ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
350μ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" => "29" ]
0 of 0array:1 [▼ "page" => "29" ]
0 of 0array:15 [▼ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "oberig-dev.vis-design.com.ua" ] ]
0 of 0array:53 [▼ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "TEMP" => "/var/www/clients/client1/web116/tmp" "TMPDIR" => "/var/www/clients/client1/web116/tmp" "TMP" => "/var/www/clients/client1/web116/tmp" "HOSTNAME" => "" "USER" => "web116" "HOME" => "/var/www/clients/client1/web116" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/news/statti?page=29" "QUERY_STRING" => "page=29" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=29" "REDIRECT_URL" => "/news/statti" "REMOTE_PORT" => "1790" "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.135.200.168" "SERVER_PORT" => "443" "SERVER_ADDR" => "148.251.123.135" "SERVER_NAME" => "oberig-dev.vis-design.com.ua" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "oberig-dev.vis-design.com.ua" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "oberig-dev.vis-design.com.ua" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "oberig-dev.vis-design.com.ua" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1746625640.8157 "REQUEST_TIME" => 1746625640 ]
[]
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 => "Wed, 07 May 2025 13:47:21 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkxWQ1MwOGFubzdsWU9Ma0J6SmZKQmc9PSIsInZhbHVlIjoiSVFlUTlNZXpnYk15VVVTTzlUbjBnempaQzh6aGRLSm9LdCsrU0YvclZTNktxK0JQN3pxK2s5VHVuVHUvNStDbGE4MzNUYmRSbDRrNkVaVy9MTDV6QWo3eDh6azFNd09LSWF6UlBLNC85S0ZvY0J1bE5kSGYvb0tuaHFraGVSVmwiLCJtYWMiOiJlMzgyNjg1NjkyOTJlZTQ2MTE2MWMxYWU3ZTZkMDdmOTM3YWIyOWM0MDg2NGU5ZmVhMTFhZTcyMjBmYjllOWQwIn0%3D; expires=Wed, 07-May-2025 15:47:21 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IkxWQ1MwOGFubzdsWU9Ma0J6SmZKQmc9PSIsInZhbHVlIjoiSVFlUTlNZXpnYk15VVVTTzlUbjBnempaQzh6aGRLSm9LdCsrU0YvclZTNktxK0JQN3pxK2s5VHVuVHUvNStDbGE4MzNUY ▶" 1 => "oberig_dev_session=eyJpdiI6IllNaEE5Sm9STENqcDdyZ3o5SVlNbkE9PSIsInZhbHVlIjoianhUbm9iMzNNRzljaEVDSWd1RnBnSlNJdFVINzVjV0VEckQvRmdoWFNkeUR3NzNMMUVqeFVSc2hEaVhyRkwrMU9xNDE4QW1IK0h3Vmgzemwvd1BXOFVUbTljcnpDZjhpTFJCZmp4c1Ara3dwRWk0aHZ6cEhzcitCcUF2V1BxVUgiLCJtYWMiOiJiMWUwNjg3ZTZhODMwNDcxMDJjY2IxNGRmZDk5NzViMTg5YzhiM2QxZDc3MzhiNjU1MWE2ZWVjOGVmZTA3MzRlIn0%3D; expires=Wed, 07-May-2025 15:47:21 GMT; Max-Age=7200; path=/; httponly ◀oberig_dev_session=eyJpdiI6IllNaEE5Sm9STENqcDdyZ3o5SVlNbkE9PSIsInZhbHVlIjoianhUbm9iMzNNRzljaEVDSWd1RnBnSlNJdFVINzVjV0VEckQvRmdoWFNkeUR3NzNMMUVqeFVSc2hEaVhyRkwrM ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkxWQ1MwOGFubzdsWU9Ma0J6SmZKQmc9PSIsInZhbHVlIjoiSVFlUTlNZXpnYk15VVVTTzlUbjBnempaQzh6aGRLSm9LdCsrU0YvclZTNktxK0JQN3pxK2s5VHVuVHUvNStDbGE4MzNUYmRSbDRrNkVaVy9MTDV6QWo3eDh6azFNd09LSWF6UlBLNC85S0ZvY0J1bE5kSGYvb0tuaHFraGVSVmwiLCJtYWMiOiJlMzgyNjg1NjkyOTJlZTQ2MTE2MWMxYWU3ZTZkMDdmOTM3YWIyOWM0MDg2NGU5ZmVhMTFhZTcyMjBmYjllOWQwIn0%3D; expires=Wed, 07-May-2025 15:47:21 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IkxWQ1MwOGFubzdsWU9Ma0J6SmZKQmc9PSIsInZhbHVlIjoiSVFlUTlNZXpnYk15VVVTTzlUbjBnempaQzh6aGRLSm9LdCsrU0YvclZTNktxK0JQN3pxK2s5VHVuVHUvNStDbGE4MzNUY ▶" 1 => "oberig_dev_session=eyJpdiI6IllNaEE5Sm9STENqcDdyZ3o5SVlNbkE9PSIsInZhbHVlIjoianhUbm9iMzNNRzljaEVDSWd1RnBnSlNJdFVINzVjV0VEckQvRmdoWFNkeUR3NzNMMUVqeFVSc2hEaVhyRkwrMU9xNDE4QW1IK0h3Vmgzemwvd1BXOFVUbTljcnpDZjhpTFJCZmp4c1Ara3dwRWk0aHZ6cEhzcitCcUF2V1BxVUgiLCJtYWMiOiJiMWUwNjg3ZTZhODMwNDcxMDJjY2IxNGRmZDk5NzViMTg5YzhiM2QxZDc3MzhiNjU1MWE2ZWVjOGVmZTA3MzRlIn0%3D; expires=Wed, 07-May-2025 15:47:21 GMT; path=/; httponly ◀oberig_dev_session=eyJpdiI6IllNaEE5Sm9STENqcDdyZ3o5SVlNbkE9PSIsInZhbHVlIjoianhUbm9iMzNNRzljaEVDSWd1RnBnSlNJdFVINzVjV0VEckQvRmdoWFNkeUR3NzNMMUVqeFVSc2hEaVhyRkwrM ▶" ] ]
0 of 0array:4 [▼ "_token" => "95gcNWNpISku5JuEI6xUMiU24Oas7B9PeJ68b5U1" "_previous" => array:1 [▶ "url" => "https://oberig-dev.vis-design.com.ua/news/statti?page=29" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]