MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Consider running RITS through mapPartitions() vs. map() #267

Open ghukill opened 6 years ago

ghukill commented 6 years ago

Noticed they are straight map(), might get performance boost from mapPartitions().

RITS is not used often, and unfortunately, misses some of these updates.