Розділ: Хвороби і стани
Розділ: Хвороби і стани
Розділ: Хвороби і стани
Найближчим часом з Вами зв’яжеться менеджер
1 x Application (78.16%) | 167.12ms |
1 x Booting (21.71%) | 46.43ms |
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` = 'hvorobi-i-stani' limit 1
430μ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 (3) order by `priority` asc
1.12msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
1031Metadata | |
---|---|
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 | 103 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `tb_tree` where `template` = 'news' limit 1
360μ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` = 173
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` = 175
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` = 176
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` = 179
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` = 180
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` = 181
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` = 183
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` = 189
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` = 190
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` = 192
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` = 193
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` = 194
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` = 195
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` = 196
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` = 197
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` = 198
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` = 199
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` = 200
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` = 201
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` = 211
290μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 212
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` = 213
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` = 214
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` = 215
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` = 219
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` = 228
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` = 240
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` = 241
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` = 248
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` = 249
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` = 250
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` = 251
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` = 252
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` = 253
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` = 254
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` = 255
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` = 256
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` = 257
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` = 258
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` = 259
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` = 260
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` = 261
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` = 262
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` = 263
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` = 264
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` = 321
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 3 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 355
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` = 431
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` = 558
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` = 559
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` = 560
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` = 561
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` = 562
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` = 564
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` = 566
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` = 575
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` = 581
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` = 590
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 591
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` = 592
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` = 593
430μ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` = 594
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 595
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 596
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 597
370μ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` = 599
390μ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` = 600
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 601
380μ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` = 602
410μ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` = 603
390μ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` = 604
410μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 605
400μ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` = 606
380μ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` = 607
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` = 608
430μ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` = 609
390μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 610
370μ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` = 611
400μ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` = 613
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` = 614
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 615
340μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 616
390μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 617
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 618
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` = 619
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` = 621
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` = 622
390μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 623
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` = 624
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 625
400μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 626
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` = 627
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` = 628
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` = 629
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` = 630
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` = 632
350μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 633
330μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 634
360μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
21Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 2 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 635
450μ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` = 636
470μ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` = 637
750μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 638
420μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news_tag` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | news_tag |
partitions | null |
type | ref |
possible_keys | news_tag_news_id_index,news_tag_tag_id_index |
key | news_tag_news_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `tags` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tags |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.news_tag.tag_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `tags`.*, `news_tag`.`news_id` as `pivot_news_id`, `news_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `news_tag` on `tags`.`id` = `news_tag`.`tag_id` where `news_tag`.`news_id` = 43
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 * from `seo` where `seo`.`seo_id` = 3 and `seo`.`seo_id` is not null and `seo`.`seo_type` = 'App\Models\Category' limit 1
360μ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
520μ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` = 3 limit 1
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (3) order by `priority` asc
1.11msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
1031Metadata | |
---|---|
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 | 103 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 3 limit 1
240μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (3) order by `priority` asc
930μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
1031Metadata | |
---|---|
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 | 103 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 3 limit 1
200μ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 (3) order by `priority` asc
820μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
1031Metadata | |
---|---|
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 | 103 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 3 limit 1
230μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `categories` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | categories |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `news` where `is_active` = '1' and `news`.`category_id` in (3) order by `priority` asc
1.14msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
1031Metadata | |
---|---|
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 | 103 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 3 limit 1
220μ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 (3) order by `priority` asc
890μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
1031Metadata | |
---|---|
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 | 103 |
filtered | 10 |
Extra | Using where; Using filesort |
select * from `categories` where `categories`.`id` = 3 limit 1
310μ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 (3) order by `priority` asc
1.09msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `news` (SIMPLE)
1031Metadata | |
---|---|
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 | 103 |
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
590μ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)
500μ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
390μ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
190μ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" => "10" ]
0 of 0array:1 [▼ "page" => "10" ]
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/hvorobi-i-stani?page=10" "QUERY_STRING" => "page=10" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=10" "REDIRECT_URL" => "/news/hvorobi-i-stani" "REMOTE_PORT" => "20207" "SCRIPT_FILENAME" => "/var/www/clients/client1/web116/web/oberig/public/index.php" "SERVER_ADMIN" => "webmaster@oberig-dev.vis-design.com.ua" "CONTEXT_DOCUMENT_ROOT" => "/var/www/clients/client1/web116/web/oberig/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/clients/client1/web116/web/oberig/public" "REMOTE_ADDR" => "18.220.45.179" "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" => 1746014232.0202 "REQUEST_TIME" => 1746014232 ]
[]
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, 30 Apr 2025 11:57:12 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlF1dktFcm5RNEdhSDd0OWxTY1pHc2c9PSIsInZhbHVlIjoidkdSQWJyQi9YZkZqUVZJWXU1cVVKQ2grRHpkQ2tlNHNtdmNnUlo0WnplS1ZJYmpHUDZqL3V6d09LU3Q1NTBpSDVjSnZQNnNmeVFCTXlrd3ZBN2hXZW1hMS9CNHhPM000amxDVnFKQUYvTWwzcUtPZ2dBMkFBdVVaWHppY0s1eC8iLCJtYWMiOiJmZDhlY2JiN2RmNjI0YzBkODdhNzI2MWJhM2YzNzk4MzIzZTEwODg0NDc3MzJiOGQ3ZDU3MjljMzZhODQwMmM1In0%3D; expires=Wed, 30-Apr-2025 13:57:12 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IlF1dktFcm5RNEdhSDd0OWxTY1pHc2c9PSIsInZhbHVlIjoidkdSQWJyQi9YZkZqUVZJWXU1cVVKQ2grRHpkQ2tlNHNtdmNnUlo0WnplS1ZJYmpHUDZqL3V6d09LU3Q1NTBpSDVjSnZQN ▶" 1 => "oberig_dev_session=eyJpdiI6Ii9GaVJNbGdibzF2ZWdZbUs2MWFGL2c9PSIsInZhbHVlIjoicU9OUkpIRktkZ2hIRU1KVDBvVUh6RnJBZEdqWFJkWDdjZEJlYXJjc2ZpcENWc1VraFNJejNaMHJNU1dpV1VLQmpWTEZrK3E1NFBOdlUrMUl0SEJVVTZCVmhqOWFlQnNiSlF3cGRWSTIweHk3UmpCSFNSVWY5bzI4SGI1aVh1WHUiLCJtYWMiOiI2ZTg2MmZmNTNkMmY0Yjg3NmJjNGEwNGEyZjkyZmY0YTk0ZDRlNjc4OWFkODA5Yzg3NDkwY2FhZWJkNWU2YjQ0In0%3D; expires=Wed, 30-Apr-2025 13:57:12 GMT; Max-Age=7200; path=/; httponly ◀oberig_dev_session=eyJpdiI6Ii9GaVJNbGdibzF2ZWdZbUs2MWFGL2c9PSIsInZhbHVlIjoicU9OUkpIRktkZ2hIRU1KVDBvVUh6RnJBZEdqWFJkWDdjZEJlYXJjc2ZpcENWc1VraFNJejNaMHJNU1dpV1VLQ ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlF1dktFcm5RNEdhSDd0OWxTY1pHc2c9PSIsInZhbHVlIjoidkdSQWJyQi9YZkZqUVZJWXU1cVVKQ2grRHpkQ2tlNHNtdmNnUlo0WnplS1ZJYmpHUDZqL3V6d09LU3Q1NTBpSDVjSnZQNnNmeVFCTXlrd3ZBN2hXZW1hMS9CNHhPM000amxDVnFKQUYvTWwzcUtPZ2dBMkFBdVVaWHppY0s1eC8iLCJtYWMiOiJmZDhlY2JiN2RmNjI0YzBkODdhNzI2MWJhM2YzNzk4MzIzZTEwODg0NDc3MzJiOGQ3ZDU3MjljMzZhODQwMmM1In0%3D; expires=Wed, 30-Apr-2025 13:57:12 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlF1dktFcm5RNEdhSDd0OWxTY1pHc2c9PSIsInZhbHVlIjoidkdSQWJyQi9YZkZqUVZJWXU1cVVKQ2grRHpkQ2tlNHNtdmNnUlo0WnplS1ZJYmpHUDZqL3V6d09LU3Q1NTBpSDVjSnZQN ▶" 1 => "oberig_dev_session=eyJpdiI6Ii9GaVJNbGdibzF2ZWdZbUs2MWFGL2c9PSIsInZhbHVlIjoicU9OUkpIRktkZ2hIRU1KVDBvVUh6RnJBZEdqWFJkWDdjZEJlYXJjc2ZpcENWc1VraFNJejNaMHJNU1dpV1VLQmpWTEZrK3E1NFBOdlUrMUl0SEJVVTZCVmhqOWFlQnNiSlF3cGRWSTIweHk3UmpCSFNSVWY5bzI4SGI1aVh1WHUiLCJtYWMiOiI2ZTg2MmZmNTNkMmY0Yjg3NmJjNGEwNGEyZjkyZmY0YTk0ZDRlNjc4OWFkODA5Yzg3NDkwY2FhZWJkNWU2YjQ0In0%3D; expires=Wed, 30-Apr-2025 13:57:12 GMT; path=/; httponly ◀oberig_dev_session=eyJpdiI6Ii9GaVJNbGdibzF2ZWdZbUs2MWFGL2c9PSIsInZhbHVlIjoicU9OUkpIRktkZ2hIRU1KVDBvVUh6RnJBZEdqWFJkWDdjZEJlYXJjc2ZpcENWc1VraFNJejNaMHJNU1dpV1VLQ ▶" ] ]
0 of 0array:4 [▼ "_token" => "HMZaiqnIGHxknJv6rwWZyVUGRqLMeoUitl9URWPQ" "_previous" => array:1 [▶ "url" => "https://oberig-dev.vis-design.com.ua/news/hvorobi-i-stani?page=10" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]