SlideShare a Scribd company logo
Expand Contract
Pattern
Continuous Delivery for Databases
@leenasn
https://pixabay.com/en/hands-hand-raised-hands-raised-220163/
Yogatree
Digital Marketing for Yoga Centres
getyogatree.com
Evolvability https://pixabay.com/en/juggle-artists-circus-money-1027844/
Database? https://pixabay.com/
https://unsplash.com/photos/elayN_YscVg
Slow
High risk https://pixabay.com/en/balance-risk-courage-risky-3062272/
Less risky? https://pixabay.com/
A database refactoring is a small change to
your database schema (the table structures,
data itself, stored procedures, and triggers)
which improves its design without changing its
semantics.
http://databaserefactoring.com/
● Enables Continuous Delivery
● Supports evolutionary development
http://databaserefactoring.com/
https://www.dreamstime.com/stock-photos-example-stamp-image28420393
Split table
Transition
New Schema
Refactoring Process
Split Column
customer
booking_date
status
trial_bookings
Transition
New Schema
Refactoring Process
https://martinfowler.com/articles/evodb.html
Expand Contract
https://www.dreamstime.com/abcs-color-colorful-wooden-blocks-image139644010Basics
Versioning https://git-scm.com/downloads/logos
http://demographicwinter.org/automation-gears-8231/
Automation
https://pixabay.com/en/strategy-arrows-building-startup-3224515/
Parallel Change - Patterns
https://pixabay.com/photos/sand-pattern-wave-background-white-2005066/
https://martinfowler.com/bliki/BranchByAbstraction.html
Branch by Abstraction
https://martinfowler.com/bliki/BranchByAbstraction.html
Branch by Abstraction
https://martinfowler.com/bliki/BranchByAbstraction.html
Branch by Abstraction
https://pixabay.com/en/magnifying-glass-facts-examine-1607160/
Software Releases Without Major Problems @ Facebook
https://www.forbes.com/sites/quora/2013/08/12/how-do-facebook-and-google-manage-software-releases-without-causing-major-problems/
Move fast and break nothing @ Github
https://zachholman.com/talk/move-fast-break-nothing/
Expand Contract Pattern for Continuous Delivery of Databases by Leena S N at #AgileIndia2019
Murphy’s Law https://www.flickr.com/photos/smemon/5471883005
Low risk releases https://pixabay.com/en/button-red-round-shiny-155149/
Small Batches https://unsplash.com/photos/6jpdeeA2GBU
Release frequently
https://www.slideshare.net/jallspaw/ops-metametrics-the-currency-you-pay-for-change
References
References
Large scale changes with Branch by Abstraction
Legacy Application Strangulation - Case studies
Split Table - Database Refactoring
Continuous Delivery of Databases
Expand Contract Pattern - Continuous Delivery of Databases
Database Refactoring
Four Principles of Low-Risk Software Releases
Branch by Abstraction
Move Fast @ Github
Leena S N
@leenasn / leena.sn@multunus.com
https://medium.com/@leenasn

More Related Content

PDF
Expand contract pattern - Continuous Delivery and Databases
Leena N
 
PDF
Flowable: Building a crowd sourced document extraction and verification system
Flowable
 
PPTX
Spreadsheets To API
Chris Haddad
 
PDF
Spark Summit Europe 2017 - Applying multiple ML pipelines to heterogenous dat...
mdabrowski
 
PPT
How to push data to a browser
alpha86
 
PDF
Dev Ops: A Gentle Introduction
Leroy Dunn
 
PPTX
Monitoring on premise biz talk applications using cloud based power bi saas
BizTalk360
 
PDF
CMMN makes BPMN smarter and engaging
Flowable
 
Expand contract pattern - Continuous Delivery and Databases
Leena N
 
Flowable: Building a crowd sourced document extraction and verification system
Flowable
 
Spreadsheets To API
Chris Haddad
 
Spark Summit Europe 2017 - Applying multiple ML pipelines to heterogenous dat...
mdabrowski
 
How to push data to a browser
alpha86
 
Dev Ops: A Gentle Introduction
Leroy Dunn
 
Monitoring on premise biz talk applications using cloud based power bi saas
BizTalk360
 
CMMN makes BPMN smarter and engaging
Flowable
 

What's hot (7)

PDF
Using Kafka: Anatomy of the Flowable event registry
Flowable
 
PPTX
Big Kahuna
Ritesh Nayak
 
PPTX
What is AngularJS and Describe it in Details
Hiren Korat
 
PPTX
Gitana Repository
uzquiano
 
PDF
The magic of Ajax & WebGIS
Bahman Jamali
 
PPTX
The High Performance Web Application Lifecycle
Alois Reitbauer
 
PPTX
Ajax ppt
Gnaneshwar Kandikonda
 
Using Kafka: Anatomy of the Flowable event registry
Flowable
 
Big Kahuna
Ritesh Nayak
 
What is AngularJS and Describe it in Details
Hiren Korat
 
Gitana Repository
uzquiano
 
The magic of Ajax & WebGIS
Bahman Jamali
 
The High Performance Web Application Lifecycle
Alois Reitbauer
 
Ad

Similar to Expand Contract Pattern for Continuous Delivery of Databases by Leena S N at #AgileIndia2019 (20)

PDF
Expand contract pattern - Continuous Delivery for Databases - DevOpsDays Seattle
Leena N
 
PDF
Expand contract pattern continuous delivery and databases
Leena N
 
PDF
Expand Contract Pattern for Continuous Delivery of Databases
Leena N
 
PDF
Patterns and practices for evolvability - the key for technical agility
Leena N
 
PPT
Principlesinrefactoring 090906230021-phpapp01
Sopheak Sem
 
PDF
The Power Of Refactoring (php|tek 09)
Stefan Koopmanschap
 
PDF
The Power Of Refactoring (PHPCon Italia)
Stefan Koopmanschap
 
PDF
Relational Database CI/CD
Jasmin Fluri
 
PDF
The Power Of Refactoring (4developers Krakow)
Stefan Koopmanschap
 
PDF
Code Refactoring in Software Development
philipthomas428223
 
PPTX
Refactoring
Rabeya Bashri
 
PPT
Principles in Refactoring
Chamnap Chhorn
 
PDF
Agile Data: Automating database refactorings
IJERA Editor
 
PPT
Database Refactoring Sreeni Ananthakrishna 2006 Nov
melbournepatterns
 
PDF
Beyond The Rails Way
Andrzej Krzywda
 
PDF
Emergent design - PHP Jo'burg 2015
rouanw
 
PDF
Refactoring, Therapeutic Attitude to Programming.
Amin Shahnazari
 
PDF
Database Refactoring
Anton Keks
 
PDF
Refactoring PHP
Adam Culp
 
PPTX
Evolutionary database design
Salehein Syed
 
Expand contract pattern - Continuous Delivery for Databases - DevOpsDays Seattle
Leena N
 
Expand contract pattern continuous delivery and databases
Leena N
 
Expand Contract Pattern for Continuous Delivery of Databases
Leena N
 
Patterns and practices for evolvability - the key for technical agility
Leena N
 
Principlesinrefactoring 090906230021-phpapp01
Sopheak Sem
 
The Power Of Refactoring (php|tek 09)
Stefan Koopmanschap
 
The Power Of Refactoring (PHPCon Italia)
Stefan Koopmanschap
 
Relational Database CI/CD
Jasmin Fluri
 
The Power Of Refactoring (4developers Krakow)
Stefan Koopmanschap
 
Code Refactoring in Software Development
philipthomas428223
 
Refactoring
Rabeya Bashri
 
Principles in Refactoring
Chamnap Chhorn
 
Agile Data: Automating database refactorings
IJERA Editor
 
Database Refactoring Sreeni Ananthakrishna 2006 Nov
melbournepatterns
 
Beyond The Rails Way
Andrzej Krzywda
 
Emergent design - PHP Jo'burg 2015
rouanw
 
Refactoring, Therapeutic Attitude to Programming.
Amin Shahnazari
 
Database Refactoring
Anton Keks
 
Refactoring PHP
Adam Culp
 
Evolutionary database design
Salehein Syed
 
Ad

More from Agile Software Community of India (20)

PDF
Lessons about failure from the girl who came last by Elise Aplin at #AgileInd...
Agile Software Community of India
 
PPTX
DevOps in Action: How Nedbank went from quarterly to weekly releases in no ti...
Agile Software Community of India
 
PDF
A Very Short Design Sprint by Aino Corry at #AgileIndia2019
Agile Software Community of India
 
PPTX
How to successfully craft a business agility transformation? by Phil Abernath...
Agile Software Community of India
 
PPTX
T-minus 10… 9… 8… We have lift-off! by Talia Lancaster & Angie Doyle
Agile Software Community of India
 
PDF
Test Encapsulation: Automated Tests that Decide for Themselves by Rahul Verma...
Agile Software Community of India
 
PPTX
From Dogma to Pragma - helping 500 squads on the road to agile maturity by Pe...
Agile Software Community of India
 
PDF
Retrospective Anti-Patterns by Aino Corry at #AgileIndia2019
Agile Software Community of India
 
PDF
#NoProjects - Why, What How by Shane Hastie & Evan Leybourn at #AgileIndia2019
Agile Software Community of India
 
PDF
The Deep Work Divide by Swanand Pagnis at #AgileIndia2019
Agile Software Community of India
 
PDF
Beyond Estimates: Estimates or NoEstimates? by Woody Zuill at #AgileIndia2019
Agile Software Community of India
 
PDF
Mob Programming and the Power of Flow by Woody Zuill at #AgileIndia2019
Agile Software Community of India
 
PPTX
The Kanban Mindset by Todd Little at #AgileIndia2019
Agile Software Community of India
 
PPTX
Travel notes from the journey of a 170 year-old industrial company to a digit...
Agile Software Community of India
 
PPTX
Regulations eat Agile for breakfast by Gaitis Kasims at #AgileIndia2019
Agile Software Community of India
 
PDF
10 years of transforming mindset by Hendrik Esser at #AgileIndia2019
Agile Software Community of India
 
PDF
Agile finance enabling business agility by Hendrik Esser at #AgileIndia2019
Agile Software Community of India
 
PDF
Re-thinking how power is organized in businesses to thrive in a rapidly chang...
Agile Software Community of India
 
PPTX
Open Salaries: from employees to managing partners by Alexey Voronin at #Agil...
Agile Software Community of India
 
PPTX
Accelerate Improvements through Retrospectives by Mia Horrigan at #AgileIndia...
Agile Software Community of India
 
Lessons about failure from the girl who came last by Elise Aplin at #AgileInd...
Agile Software Community of India
 
DevOps in Action: How Nedbank went from quarterly to weekly releases in no ti...
Agile Software Community of India
 
A Very Short Design Sprint by Aino Corry at #AgileIndia2019
Agile Software Community of India
 
How to successfully craft a business agility transformation? by Phil Abernath...
Agile Software Community of India
 
T-minus 10… 9… 8… We have lift-off! by Talia Lancaster & Angie Doyle
Agile Software Community of India
 
Test Encapsulation: Automated Tests that Decide for Themselves by Rahul Verma...
Agile Software Community of India
 
From Dogma to Pragma - helping 500 squads on the road to agile maturity by Pe...
Agile Software Community of India
 
Retrospective Anti-Patterns by Aino Corry at #AgileIndia2019
Agile Software Community of India
 
#NoProjects - Why, What How by Shane Hastie & Evan Leybourn at #AgileIndia2019
Agile Software Community of India
 
The Deep Work Divide by Swanand Pagnis at #AgileIndia2019
Agile Software Community of India
 
Beyond Estimates: Estimates or NoEstimates? by Woody Zuill at #AgileIndia2019
Agile Software Community of India
 
Mob Programming and the Power of Flow by Woody Zuill at #AgileIndia2019
Agile Software Community of India
 
The Kanban Mindset by Todd Little at #AgileIndia2019
Agile Software Community of India
 
Travel notes from the journey of a 170 year-old industrial company to a digit...
Agile Software Community of India
 
Regulations eat Agile for breakfast by Gaitis Kasims at #AgileIndia2019
Agile Software Community of India
 
10 years of transforming mindset by Hendrik Esser at #AgileIndia2019
Agile Software Community of India
 
Agile finance enabling business agility by Hendrik Esser at #AgileIndia2019
Agile Software Community of India
 
Re-thinking how power is organized in businesses to thrive in a rapidly chang...
Agile Software Community of India
 
Open Salaries: from employees to managing partners by Alexey Voronin at #Agil...
Agile Software Community of India
 
Accelerate Improvements through Retrospectives by Mia Horrigan at #AgileIndia...
Agile Software Community of India
 

Recently uploaded (20)

PPTX
2025-07-27 Abraham 09 (shared slides).pptx
Dale Wells
 
PPTX
garment-industry in bangladesh. how bangladeshi industry is doing
tanvirhossain1570
 
PPTX
PHILIPPINE LITERATURE DURING SPANISH ERA
AllizaJoyMendigoria
 
PPTX
Iconic Destinations in India: Explore Heritage and Beauty
dhorashankar
 
PPTX
Building a Strong and Ethical Digital Professional Identity
khalyaniramjan49
 
PPTX
IBA DISTRICT PIR PRESENTATION.POWERPOINT
ROGELIOLADIERO1
 
PPTX
How do Company Analysis Short Term and Long Term Investment.pptx
auntorkhastagirpujan
 
PPTX
DARKWEB Deepweb what to do or not ?.pptx
prembasnet12
 
PDF
Green Natural Green House Presentation (2).pdf
SaeedOsman6
 
PPTX
Describing the Organization's General Environment Identifying the Most Impact...
auntorkhastagirpujan
 
PPTX
Influencing Factors of Business Environment of Vegetables Selling Business
auntorkhastagirpujan
 
PPTX
Bob Stewart Journey to Rome 07 30 2025.pptx
FamilyWorshipCenterD
 
DOCX
Policies & Procedures of Internal Audit Department of Shelter Holding LLC.docx
AlamGir100
 
PPTX
Information Security and Risk Management.pptx
prembasnet12
 
PPTX
AMFI - Investor Awareness Presentation.pptx
ssuser89d308
 
PPTX
Rotary_Fundraising_Overview_Updated_new video .pptx
allangraemeduncan
 
PDF
Chapter-52-Relationship-between-countries-at-different-levels-of-development-...
dinhminhthu1405
 
PPTX
Remote Healthcare Technology Use Cases and the Contextual Integrity of Olde...
Daniela Napoli
 
PPTX
GAMABA AWARDEES GINAW BILOG AND SALINTA MONON BY REYMART
purezagambala458
 
DOCX
Ss Peter & Paul Choir Formation Training
kiambutownshipsecond
 
2025-07-27 Abraham 09 (shared slides).pptx
Dale Wells
 
garment-industry in bangladesh. how bangladeshi industry is doing
tanvirhossain1570
 
PHILIPPINE LITERATURE DURING SPANISH ERA
AllizaJoyMendigoria
 
Iconic Destinations in India: Explore Heritage and Beauty
dhorashankar
 
Building a Strong and Ethical Digital Professional Identity
khalyaniramjan49
 
IBA DISTRICT PIR PRESENTATION.POWERPOINT
ROGELIOLADIERO1
 
How do Company Analysis Short Term and Long Term Investment.pptx
auntorkhastagirpujan
 
DARKWEB Deepweb what to do or not ?.pptx
prembasnet12
 
Green Natural Green House Presentation (2).pdf
SaeedOsman6
 
Describing the Organization's General Environment Identifying the Most Impact...
auntorkhastagirpujan
 
Influencing Factors of Business Environment of Vegetables Selling Business
auntorkhastagirpujan
 
Bob Stewart Journey to Rome 07 30 2025.pptx
FamilyWorshipCenterD
 
Policies & Procedures of Internal Audit Department of Shelter Holding LLC.docx
AlamGir100
 
Information Security and Risk Management.pptx
prembasnet12
 
AMFI - Investor Awareness Presentation.pptx
ssuser89d308
 
Rotary_Fundraising_Overview_Updated_new video .pptx
allangraemeduncan
 
Chapter-52-Relationship-between-countries-at-different-levels-of-development-...
dinhminhthu1405
 
Remote Healthcare Technology Use Cases and the Contextual Integrity of Olde...
Daniela Napoli
 
GAMABA AWARDEES GINAW BILOG AND SALINTA MONON BY REYMART
purezagambala458
 
Ss Peter & Paul Choir Formation Training
kiambutownshipsecond
 

Expand Contract Pattern for Continuous Delivery of Databases by Leena S N at #AgileIndia2019