move fast or
play

MOVE FAST, OR MARC LINSTER SVP, PRODUCT DEVELOPMENT AND SUPPORT - PowerPoint PPT Presentation

Postgres in a world of DevOps MOVE FAST, OR MARC LINSTER SVP, PRODUCT DEVELOPMENT AND SUPPORT As every company becomes a software company, DevOps is the new lean manufacturing. PaaS CICD Microservices Containers What does it VERSATILE


  1. Postgres in a world of DevOps MOVE FAST, OR … MARC LINSTER SVP, PRODUCT DEVELOPMENT AND SUPPORT

  2. As every company becomes a software company, DevOps is the new lean manufacturing. PaaS CICD Microservices Containers

  3. What does it VERSATILE DEVELOPER DATA MODEL FRIENDLY mean for the database? RAPID POLYGLOT DEPLOYMENT FRIENDLY

  4. What does it VERSATILE DEVELOPER DATA MODEL FRIENDLY mean for the database? RAPID POLYGLOT DEPLOYMENT FRIENDLY

  5. Popularity trend driven by cost and flexibility

  6. MOST USED MOST LOVED

  7. Industry recognition of skill proficiency Postgres Certification 7

  8. What does it VERSATILE DEVELOPER DATA MODEL FRIENDLY mean for the database? RAPID POLYGLOT DEPLOYMENT FRIENDLY

  9. Postgres: The most versatile DBMS Runs on all platforms Speaks every language Not only SQL Scales in both directions

  10. Why choose between NoSQL and Relational? SELECT DISTINCT JSON product_type, data->>'brand' as Brand, data->>'available' as Availability ANSI SQL FROM json_data JOIN products ON (products.product_type= json_data.data->>'name' ) WHERE json_data.data->>'available' =true; product_type | brand | availability ---------------------------+-----------+-------------- AC3 Phone | ACME | true No need for programmatic logic to combine SQL and NoSQL in the application. Postgres does it all.

  11. START SCHEMALESS LEVERAGE JSONB AVOID PENALTY • Leverage JSONB for rapidly changing data models • Example: address data records • Conventional columns: First • Leverage structure as it • Avoid the DDL penalty Name, Last Name emerges for adding columns • JSONB: Contact • Support agile, iterative Information development • Phone numbers • Create data models (home, cell, car, where they provide weekend, value boyfriend… ) • Email (work, private, spam …) Why not just SQL?

  12. What does it VERSATILE DEVELOPER DATA MODEL FRIENDLY mean for the database? RAPID POLYGLOT DEPLOYMENT FRIENDLY

  13. Postgres in the Polyglot Ecosystem Legacy Systems Event Capture Open Source ODBMS Data Warehouse Big Data

  14. FDW IMPLEMENTS SQL/MED ("SQL MANAGEMENT OF EXTERNAL DATA") PostgreSQL 9.1 - read-only support PostgreSQL 9.3 – read/write support PostgreSQL 9.6 – pushdown joins, sorts, UPDATE, DELETE PostgreSQL 10 - aggregate pushdown FDW: Makes data on other servers (or services) look like tables in Postgres. Available for many data sources (MongoDB, MySQL, HDFS, Spark, …) Foreign Data Wrappers – Making Polyglot Happen

  15. What does it VERSATILE DEVELOPER DATA MODEL FRIENDLY mean for the database? RAPID POLYGLOT DEPLOYMENT FRIENDLY

  16. CLOUD DBaaS Micro Services • Public (AWS, Google, Azure, • Stop deploying databases • Large monolithic databases Aliyun, …) • Deploy clusters w. HA, DR, refactored into transaction self healing, scaling, etc. sets • Private (OpenStack, VCloud, • provide services, not • Applications get refactored Puppet/Chef on Virtualization, into micro-services databases Pivotal Cloud Foundry, • Deployment models move Container/Kubernetes/OpenS from VM/Bare Metal to DBaaS hift) and Containers Rapid Deployment

  17. SUPPORTING DevOps WITH DBaaS Address the tension between developers and operations DEVELOPERS WANT | Agility | Speed to deploy | Flow through tool chain OPERATIONS WANTS | Visibility | Control – budgeted resources – cost –data models | Efficient use of resources

  18. Dev & Ops Interaction Challenges “I’ll just use AWS…” “I have to release it next month or else…” “I need a NoSQL DB for my app to scale…” “I need my environment NOW!” “I only need it for “I JUST DON’T UNDERSTAND a couple of weeks…” THESE DEVELOPERS...” 18

  19. Dev & Ops Interaction Challenges “My budget and my team are not getting any bigger..” Why can’t they just use Oracle?” ““We have no idea what they are putting on the public cloud..” “We need time to do it right…” “I know that they are putting our customer data at risk…” “THESE OPS PEOPLE JUST DON’T GET IT...” 19

  20. Micro Services and Containers MAJOR TRENDS Payroll Shipping Transactions • Large monolithic Transactions databases Refactored by refactored into transactions Inventory Salary sets transaction sets Transactions Transactions • Applications get refactored into Compensation Sales micro-services Transactions Transactions Monolithic DB • Deployment models System of Record move from VM/Bare Customer Employee Metal to DBaaS and Transactions Transactions Containers Key to DevOps 20

  21. • Easy to use • Multi model database • High adoption rate • Rich set of data types and extensions • Readily available skill (JSONB, Hstore, set What PostGIS, ...) • Training and certification does it VERSATILE DEVELOPER DATA MODEL FRIENDLY mean for the database? RAPID POLYGLOT DEPLOYMENT FRIENDLY • Cloud friendly • Open co-existence with HDFS, Mongo, • Micro/Mini services Kafka, ... database refactoring • Rich FDW library • DBaaS focus

  22. THANK YOU

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend