|
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! |
Answered by
cwarden
Nov 2, 2024
Replies: 2 comments 2 replies
|
Use |
0 replies
Answer selected by
EvgSkv
|
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! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
--jobs autoto use all cores.