beanumber / etl

R package to facilitate ETL operations
127 stars 21 forks source link

adding parallelism #34

Open beanumber opened 7 years ago

beanumber commented 7 years ago

The most obvious candidate is etl_transform(), since those operations are local. Download speed is usually limited by the Internet connection speed, not the CPU. Also with database locking I'm not sure that concurrent importing would work.