cancel
Showing results for 
Search instead for 
Did you mean: 
Coffee77
Honored Contributor III
since ‎08-14-2025
a week ago

User Stats

  • 169 Posts
  • 17 Solutions
  • 40 Kudos given
  • 80 Kudos received

User Activity

Spark shuffles can be confusing at first. I put together this simple illustration to explain the concept visually. Hope it's useful!
 How does Databricks process terabytes of data in just minutes?It's not about a single technology. It's the perfect combination of:里 Data Partitioning + ⚡ Apache Spark (distributed processing) +  Delta Lake (an optimized storage format).Just like a...
 En este video, creado como recordatorio para mi mala memoria a largo plazo, explico de forma sencilla: ✅ Qué es un DataFrame ✅ Cómo se distribuye en particiones ✅ Cómo se ejecuta en un cluster (driver y workers) ✅ Qué ocurre en un shuffle✅ Relació...
Here is a very short video on how to use collect() method with caution as it could overwhelm the cluster in some big data scenarios!!!! Now only in Spanish but I guess youtube will do the trick to translate into very correct English xDD
Hi guys,I am trying to use table_changes CDF function in an external SQL function run it from an SQL Warehouse serverless cluster in order to retrieve a set of changes from a given table. Here is the documentation for this fuunction:https://docs.data...