Replies: 1 comment 3 replies
-
Okay, basically we are thinking of integrating with DuckDB. This would solve this and #305 at the same time. Now you can load data to BigQuery and BQ will parallelize across hundreds or thousands of machines, but I am guessing you are looking for a more light weight solution. As I mentioned in #305 DuckDB is expected to come no later than June, hoping for sooner. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to leverage parallelism in Logica? Often I use parallelism by breaking the data into groups (using group by) and then processing each group on different cores. Can I do something similar in Logica?
This discussion may be related to #305.
Beta Was this translation helpful? Give feedback.
All reactions