How Bodo and Snowflake Work Together

The Bodo platform sends a query to Snowflake. Snowflake workers compute the query
then transform the resulting table into arrow files. Bodo’s distributed fetch loads the
data in parallel chunks. The application is automatically parallelized by bodo’s jit
compiler and executed by each cluster core on a parallel chunk of data loaded by the distributed fetch.
LEARN MORE