[jira] [Updated] (ARROW-10251) [Rust] [DataFusion] MemTable::load() should load partitions in parallel

2020-10-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated ARROW-10251:
---
Labels: beginner pull-request-available  (was: beginner)

> [Rust] [DataFusion] MemTable::load() should load partitions in parallel
> ---
>
> Key: ARROW-10251
> URL: https://issues.apache.org/jira/browse/ARROW-10251
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Rust, Rust - DataFusion
>Reporter: Andy Grove
>Priority: Major
>  Labels: beginner, pull-request-available
> Fix For: 3.0.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> MemTable::load() should load partitions in parallel using async tasks, rather 
> than loading one partition at a time.
> Also, we should make batch size configurable. It is currently hard-coded to 
> 1024*1024 which can be quite inefficient.



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


[jira] [Updated] (ARROW-10251) [Rust] [DataFusion] MemTable::load() should load partitions in parallel

2020-10-09 Thread Andy Grove (Jira)


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

Andy Grove updated ARROW-10251:
---
Description: 
MemTable::load() should load partitions in parallel using async tasks, rather 
than loading one partition at a time.

Also, we should make batch size configurable. It is currently hard-coded to 
1024*1024 which can be quite inefficient.

  was:
MemTable::load() should load partitions in parallel using async tasks, rather 
than loading onw partition at a time.

Also, we should make batch size configurable. It is currently hard-coded to 
1024*1024 which can be quite inefficient.


> [Rust] [DataFusion] MemTable::load() should load partitions in parallel
> ---
>
> Key: ARROW-10251
> URL: https://issues.apache.org/jira/browse/ARROW-10251
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Rust, Rust - DataFusion
>Reporter: Andy Grove
>Priority: Major
>  Labels: beginner
> Fix For: 3.0.0
>
>
> MemTable::load() should load partitions in parallel using async tasks, rather 
> than loading one partition at a time.
> Also, we should make batch size configurable. It is currently hard-coded to 
> 1024*1024 which can be quite inefficient.



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