Indexing time.
Posted: Mon Jun 23, 2014 12:54 am
Guys:
When I create 9 tags on a CDX index on a 340MB dbf file without a meter the whole process takes 1 minute 2 seconds.
If I execute the same command with a meter, it takes over 25 minutes. Why this humongous time difference ?
Can anyone have a clue ?
FiveWin 13.09, xHarbour
Thank you very much.
When I create 9 tags on a CDX index on a 340MB dbf file without a meter the whole process takes 1 minute 2 seconds.
Code: Select all
INDEX ON &cKeyField TAG (cTagName) FOR &cForCond
Code: Select all
INDEX ON &cKeyField TAG (cTagName) FOR &cForCond EVAL ( oMeter:Set( RecNo() ), SysRefresh(), ! lEnd )
FiveWin 13.09, xHarbour
Thank you very much.