What is the Update Statistics operation?
DBMaker records statistics internally for some database object,
like table and index. These statistics are helpful to the DBMaker
query optimizer to make the right decision to query data more efficiently.
You should do the update statistic operation periodically for more
efficient queries. You can either ask DBMaker to do the operation
periodically or automatically for you. Please refer to the CREATE
TABLE command to obtain more information.
|