/* Creation INDEX complémentaires */ drop index if exists IDX_SRC_flowsv4 on flowsv4; drop index if exists IDX_DST_flowsv4 on flowsv4; create index IDX_SRC_flowsv4 on flowsv4 (IP_SRC_ADDR,L4_SRC_PORT); create index IDX_DST_flowsv4 on flowsv4 (IP_DST_ADDR,L4_DST_PORT);