Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
Laying bricks with Databricks
In this series, I will tell stories good and bad on Databricks
What's with a name (in Databricks)
Naming conventions are often a contentious topic among architects. In Databricks, these debates become even more pronounced due to the extensive platform work required to establish a Databricks implementation. In an AWS-based Databricks setup, naming...
More from this blog
Elements of Style and Substance: Databricks Edition
Practical rules for writing maintainable, supportable Databricks code.
Databricks can have bad plans too
Lately we’ve been tuning and refactoring several Databricks workflows. Nothing radical — mostly sensible engineering improvements: replacing count-based existence checks with is_empty swapping singl
Databricks Antipatterns: Two Hard Lessons from the Field
Experience is a great teacher. After several years working with Databricks, I’ve noticed patterns that made perfect sense at the start but eventually became costly. At small scale they work fine — we
Kurdapyo's Newbie Guide to PySpark
Lately, I've been working for an enterprise customer with hundreds of data engineers in a chapter. They're new in their Databricks journey, and their language of choice is SQL with a sprinkling of ora
Counting when it really counts
A seasoned data engineer is deliberate on their use of expensive operations such as counts. It’s fairly common to see a misuse of this. Such as using a count to check if a query returns some rows. Or running a count query to figure out the number of ...
kurdapyo does data
11 posts