SQL : improve vw_fiche_attr with index
This commit is contained in:
parent
f1c2929c2b
commit
df45c20cf8
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- improve vw_fiche_attr
|
||||
drop index if exists fiche_detail_attr_ix;
|
||||
create index fiche_detail_attr_ix on fiche_detail (ad_id);
|
||||
Loading…
Add table
Add a link
Reference in a new issue