Pavel Kovalenko created IGNITE-9270:
---------------------------------------

             Summary: Design thread per partition model
                 Key: IGNITE-9270
                 URL: https://issues.apache.org/jira/browse/IGNITE-9270
             Project: Ignite
          Issue Type: Sub-task
          Components: cache
            Reporter: Pavel Kovalenko
            Assignee: Pavel Kovalenko
             Fix For: 2.7


A new model of executing cache partition operations (READ, CREATE, UPDATE, 
DELETE) should satisfy following conditions
1) All modify operations (CREATE, UPDATE, DELETE) on some partition must be 
performed by the same thread. 
2) Read operations can be executed by any thread.

We should investigate performance if we choose dedicated executor service for 
such operations, or we can use a messaging model to use network threads to 
perform such operations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to