I am using indexes for ordering and retreiving data sorted BUT I notices in many examples on the Internet the programmers uses the TAGs which I did not use through my programming life for more than 10 years so which better peroformance .
I useexample)
USE TABLE_NAME
INDEX on dtos(mdate) to TABLE_NAME_INDEX1
use TABLE_NAME inde TABLE_NAME_INDEX1
set orde to 1
and so on for others indexes.
I read about: TAGs such as
INDEX ON dtos(mdate) TAG mdate ADDITIVE
ihab
I useexample)
USE TABLE_NAME
INDEX on dtos(mdate) to TABLE_NAME_INDEX1
use TABLE_NAME inde TABLE_NAME_INDEX1
set orde to 1
and so on for others indexes.
I read about: TAGs such as
INDEX ON dtos(mdate) TAG mdate ADDITIVE
ihab