[jira] [Created] (IGNITE-12118) Preload MVCC entries using batch insert into page memory.

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

[jira] [Created] (IGNITE-12118) Preload MVCC entries using batch insert into page memory.

Anton Vinogradov (Jira)
Pavel Pereslegin created IGNITE-12118:
-----------------------------------------

             Summary: Preload MVCC entries using batch insert into page memory.
                 Key: IGNITE-12118
                 URL: https://issues.apache.org/jira/browse/IGNITE-12118
             Project: Ignite
          Issue Type: Improvement
            Reporter: Pavel Pereslegin


IGNITE-11584 introduces the ability to insert a collection of data rows into the row store (see {{RowStore#addRows}} and {{AbstractFreeList#insertDataRows}})).
This method is on average faster than sequential insertion using {{addRow}} and should be used for MVCC preloading ({{mvccPreloadEntries}}) similarly to the tx/atomic preloading ({{preloadEntries}}).



--
This message was sent by Atlassian Jira
(v8.3.2#803003)