Hi All,
What are people's experience in timing Query Performance? I have
tried in vain, but get many unpredictable results, with execution
proceeding in the background and problems of timing precision.
I am trying to assess my applications performance difference using FK
using BYTE instead of LONG type. and not enforcing integrity at the
database level. (ie, Form level). This only becomes SIGNIFICANT when
the field is used highly in Sorting, Filtering, Calculating.
Access automatically assigns "Long Integer" for Autonumber Fields.
This is very inefficient in tables where there is only a small number
of records expected. (Ie, OrderTypeID may only have 6 records).
Anyone like to tell their experience in Datatype Speed issues?
Regards,
Elias Farah
What are people's experience in timing Query Performance? I have
tried in vain, but get many unpredictable results, with execution
proceeding in the background and problems of timing precision.
I am trying to assess my applications performance difference using FK
using BYTE instead of LONG type. and not enforcing integrity at the
database level. (ie, Form level). This only becomes SIGNIFICANT when
the field is used highly in Sorting, Filtering, Calculating.
Access automatically assigns "Long Integer" for Autonumber Fields.
This is very inefficient in tables where there is only a small number
of records expected. (Ie, OrderTypeID may only have 6 records).
Anyone like to tell their experience in Datatype Speed issues?
Regards,
Elias Farah
Comment