You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2020/09/23 15:28:00 UTC

[jira] [Updated] (ARROW-2916) [C++] Plasma Seal is slow due to hashing

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

Krisztian Szucs updated ARROW-2916:
-----------------------------------
    Fix Version/s:     (was: 2.0.0)
                   3.0.0

> [C++] Plasma Seal is slow due to hashing
> ----------------------------------------
>
>                 Key: ARROW-2916
>                 URL: https://issues.apache.org/jira/browse/ARROW-2916
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++ - Plasma
>            Reporter: Simon Mo
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> When I writes a 1MB tensor into plasma, it takes about 2ms. 50% of time is spent sealing the object. Can we add a flag to the Seal API to disable to hashing when needed?
>  
> For example:
> ```
>  Status PlasmaClient::Seal(const ObjectID& object_id, bool hash_flag)
>  ```
>   
> cc [~pcmoritz]



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