analyze tables
59876Dec 12 2002 — edited Jun 17 2008Someone told me I need to execute command 'analyze table xxxx compute statistics" frequently, is this true??
and how about index?? do I need to run "analyze index xxx compute statistics" as well?
I have a testing database, which I never execute "analyze" command before, but after I execute analyze table & index, how come it is even slower. Anyone has a clue??