-
Dear Souffle team,
Linux
This means that no parallelization is happening, right? Why would that be the case? Do I need to enable it somehow? Thank you very much for the great language! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Use |
Beta Was this translation helpful? Give feedback.
-
Perfect, I see it parallelized. Thank you! Now most time is spent reading data. Is there a better format to use for souffle data other than csv? I tried using souffle to compress csv and read that, but it didn't improve speed. Maybe csv is optimial, that's totally fine. Please let me know! Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Use
--jobs auto
to use all cores.