Since I couldn’t wait to try it and no @elixirlang libs support DuckLake yet, I wrote a simple one so you can start testing too: github.com/abc3/duckex
Today we're launching DuckLake, an integrated data lake and catalog format powered by SQL. DuckLake unlocks next-generation data warehousing where compute is local, consistency central, and storage scales till infinity. DuckLake is an open standard and we've implemented it in
Today we're launching DuckLake, an integrated data lake and catalog format powered by SQL. DuckLake unlocks next-generation data warehousing where compute is local, consistency central, and storage scales till infinity. DuckLake is an open standard and we've implemented it in
The most exciting addition in Erlang/OTP 28 is Priority Messages. They let messages jump to the front of the process queue, which is useful for quick shutdowns or overflow signals. But use with care and only when you know what you're doing
Redshift and Snowflake take very different approaches to data warehousing:
🔴 Redshift:
– Shared-nothing
– Compute and storage per node
– S3 = backup & load
❄️ Snowflake:
– Cloud-native
– S3 = source of truth
– Compute is stateless, local storage is cache
Same SQL, totally