Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
Here is my next table:
- item_id => auto
- group_id;
the items can be in groups and they are fetched as groups (select * where group_id =x)
- another_id
items also are fetched by this _id
- title
- order
A similar example uses item_id/another_id as an index.
- item_id => auto
- group_id;
the items can be in groups and they are fetched as groups (select * where group_id =x)
- another_id
items also are fetched by this _id
- title
- order
A similar example uses item_id/another_id as an index.
Indexes are used to find rows with specific column values quickly. Without an index, MySQL must begin with the first row and then read through the entire table to find the relevant rows. The larger the table, the more...
Click to expand...
Click to expand...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.