Hongxu Ma created HAWQ-1286:
-------------------------------
Summary: Reduce all unnecessary calls of namespace check when run
\d
Key: HAWQ-1286
URL: https://issues.apache.org/jira/browse/HAWQ-1286
Project: Apache HAWQ
Issue Type: Sub-task
Reporter: Hongxu Ma
Assignee: Ed Espino
After HAWQ-1279 is done, current schema is no cached in current session.
But it cause too many calls of namespace check to send in run \d , most of them
are unnecessary (e.g. repeat check usage right of public schema).
So we should reduct those unnecessary calls.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)