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
Is your feature request related to a problem? Please describe.
Currently the EdgeWriter generate and output the offset chunks by sequence way12, we can improve the efficiency by converting to parallel process
Describe the solution you'd like
use scala's parallel process like
Array.par.foreach {}
Describe alternatives you've considered
NA
The text was updated successfully, but these errors were encountered:
acezen
changed the title
[Feat][Spark] Improve the writer effeciency with parallel process
[Feat][Spark] Improve the EdgeWriter's efficiency with parallel process
Jan 18, 2024
Is your feature request related to a problem? Please describe.
Currently the EdgeWriter generate and output the offset chunks by sequence way1 2, we can improve the efficiency by converting to parallel process
Describe the solution you'd like
use scala's parallel process like
Describe alternatives you've considered
NA
The text was updated successfully, but these errors were encountered: