[
https://issues.apache.org/jira/browse/KYLIN-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906904#comment-16906904
]
ASF GitHub Bot commented on KYLIN-4137:
---------------------------------------
TempleZhou commented on pull request #802: KYLIN-4137 Accelerate metadata
reloading
URL: https://github.com/apache/kylin/pull/802
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Accelerate metadata reloading
> -----------------------------
>
> Key: KYLIN-4137
> URL: https://issues.apache.org/jira/browse/KYLIN-4137
> Project: Kylin
> Issue Type: Improvement
> Components: Metadata
> Affects Versions: Future
> Reporter: Temple Zhou
> Assignee: Temple Zhou
> Priority: Minor
>
> Now, org.apache.kylin.metadata.cachesync.CachedCrudAssist#reloadAll is using
> an inappropriate method to deal with MySQLJdbcMetadata.
> As the every call of reloadAt(path) will access the database, which is almost
> fine to HBase but really unfriendly to the MySQL(RDBMS).
> I think we should get all of the resource with single request instead of the
> separate request to get every resource.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)