Ajout des index
This commit is contained in:
parent
ee4ce7140b
commit
529fc55c4f
20
README.md
20
README.md
@ -433,4 +433,24 @@ ORDER BY
|
||||
900 rows in set (0.012 sec)
|
||||
```
|
||||
|
||||
## Index
|
||||
|
||||
##### Création index 1
|
||||
```sql
|
||||
CREATE INDEX idx_vol_compagnie_heure_depart ON t_vol(compagnie_fk, heure_depart);
|
||||
```
|
||||
|
||||
```
|
||||
Query OK, 0 rows affected (0.265 sec)
|
||||
Records: 0 Duplicates: 0 Warnings: 0
|
||||
```
|
||||
|
||||
##### Création index 2
|
||||
```sql
|
||||
CREATE INDEX idx_vol_heure_depart ON t_vol(heure_depart);
|
||||
```
|
||||
|
||||
```
|
||||
Query OK, 0 rows affected (0.205 sec)
|
||||
Records: 0 Duplicates: 0 Warnings: 0
|
||||
```
|
||||
|
||||
BIN
annexes/I-ConventionsDeCodageV3.6.0.pdf
Normal file
BIN
annexes/I-ConventionsDeCodageV3.6.0.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user