Alexey Scherbakov created IGNITE-27697:
------------------------------------------

             Summary: Get rid of table locks
                 Key: IGNITE-27697
                 URL: https://issues.apache.org/jira/browse/IGNITE-27697
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 3.1
            Reporter: Alexey Scherbakov
            Assignee: Alexey Scherbakov


IGNITE-20895 mentions the possibility of removing table(hierarchy) locks.
At this point of time they still got no use in code, except full table scans.
This can be replaced with primary key index scans.
Other possible use for table locks is efficient implementation of exclusive 
table locks, but instead this should be implemented using schema sync approach.
I propose to disable intention locks to remove additional overhead on hot path.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to