Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-4137

Accelerate metadata reloading

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Reopened
    • Minor
    • Resolution: Unresolved
    • v2.6.2
    • v3.0.0-beta
    • Metadata
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              temple.zhou Temple Zhou
              temple.zhou Temple Zhou
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: