You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/07/03 06:34:00 UTC

[jira] [Updated] (IGNITE-10597) MVCC TX: Organize used thread pools

     [ https://issues.apache.org/jira/browse/IGNITE-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-10597:
---------------------------------------
    Fix Version/s:     (was: 2.9)

> MVCC TX: Organize used thread pools
> -----------------------------------
>
>                 Key: IGNITE-10597
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10597
>             Project: Ignite
>          Issue Type: Task
>          Components: mvcc
>            Reporter: Igor Seliverstov
>            Priority: Major
>
> All mvcc operations use cache pool, this means striped pool is used under hood that may lead performance issues in case of long operations (like query update).
> we need:
> 1) use query pool for query updates
> 2) use random stripe for batched updates
> 3) use appropriate stripe for single updates.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)