You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by hornn <gi...@git.apache.org> on 2016/11/03 22:17:58 UTC

[GitHub] incubator-hawq issue #1002: HAWQ-1130. Draft implementation.

Github user hornn commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1002
  
    @sansanichfb - did you compare performance before and after the change? IIRC this function is used internally every time an hcatalog object is created, so it should be fast.
    After this change we'll have 1 + [number of tables with oids] queries, where before we had 2 queries (one with [number of tables with oids] joins), so it is probably good to check that the new approach is not slower. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---