Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
Currently "analyze table compute statistics for columns" command can not compute column stats for a table in a different database since it does not support qualified table name. You need switch to that table database in order to compute its column stats. For example, you have to "use psqljira", then "analyze table src compute statistics for columns" for the table src under psqljira.
This JIRA will provide the support to qualified table name in analyze column stats command.