You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Vlad Rozov (JIRA)" <ji...@apache.org> on 2017/12/22 16:58:00 UTC

[jira] [Created] (DRILL-6053) Avoid excessive locking in LocalPersistentStore

Vlad Rozov created DRILL-6053:
---------------------------------

             Summary: Avoid excessive locking in LocalPersistentStore
                 Key: DRILL-6053
                 URL: https://issues.apache.org/jira/browse/DRILL-6053
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Vlad Rozov
            Assignee: Vlad Rozov


When query profiles are written to LocalPersistentStore, the write is unnecessary serialized due to read/write lock that was introduced for versioned PersistentStore. Only versioned access needs to be protected by read/write lock.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)