You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have done some testings with IndexeddRDD. It performs well when updating or deleting. However, when we looked up one key-value, it was even slower than updating this key-value. Finally, we addressed this problem on function "runJob" in "multiget". Now we are struggling to fix this problem by zipPartitions.
The text was updated successfully, but these errors were encountered:
We have done some testings with IndexeddRDD. It performs well when updating or deleting. However, when we looked up one key-value, it was even slower than updating this key-value. Finally, we addressed this problem on function "runJob" in "multiget". Now we are struggling to fix this problem by zipPartitions.
The text was updated successfully, but these errors were encountered: