[jira] [Created] (IGNITE-7186) SQL TX: Updates on backup nodes/Replicated caches support

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7186) SQL TX: Updates on backup nodes/Replicated caches support

Anton Vinogradov (Jira)
Igor Seliverstov created IGNITE-7186:
----------------------------------------

             Summary: SQL TX: Updates on backup nodes/Replicated caches support
                 Key: IGNITE-7186
                 URL: https://issues.apache.org/jira/browse/IGNITE-7186
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Igor Seliverstov


Current TX implementation implies update backup partitions at the tx prepare state sending set of keys and update values from primary nodes. This approach works fine for Key-Value store but produces issues when we run SQL update without WHERE clause on a table of billions rows. We need to process somehow primary and backups partitions at the same time using mainly local query results.



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