SlideShare a Scribd company logo
1 of 34
Download to read offline
Reducing Database Pain and Costs with
Postgres!
Benefiting from the Tipping Point!
1© 2013 EnterpriseDB . All rights reserved.
Presented by Gary Carter
Director of Marketing
July 2013
PostgreSQL: a Tipping Point?!
2© 2013 EnterpriseDB. All rights reserved.
“the culmination of a build-up of
small changes that effects a big
change”
--Malcolm Gladwell
Change: The Press’ Opinion...!
3© 2013 EnterpriseDB. All rights reserved.
Change: What Does Gartner Say?!
u  The use of OSS is now broad and common in many other areas of software
infrastructure (e.g., databases and application servers)
u  We continue to see an increase in usage in mission critical applications,
especially given the added functionality and stability of new releases of both MySQL
from Oracle and Postgres Plus from EnterpriseDB
u  For general, non mission critical use, especially in support of Web applications,
OSDBMSs can be a good choice as they offer a lower total cost of ownership
(TCO), a growing number of DBA tools, simplified installs and a solid expertise base
u  For all OSDBMS usage, always purchase support options from a vendor in control of
the open source distribution. Do not use an OSDBMS for which support is offered
only through the open source software community
u  As the maturity of OSDBMSs for use in mission critical applications and data
warehouses grows, the cost savings from using OSDBMSs will increase
u  As tools become available to manage OSDBMSs, there will be increasing reductions
in the TCO, primarily from the lack of license fees and lower maintenance costs.
–  Donald Feinberg, Gartner Analyst in Hype Cycle for Open Source Software
2012!
4© 2013 EnterpriseDB. All rights reserved.
Change: You’ve seen this play before...!
5© 2013 EnterpriseDB. All rights reserved.
Red Hat (Linux) EnterpriseDB (PostgreSQL)
Big Market Economics to
Change
Large Addressable Market--
$8-10B
Larger Addressable Market--
$27B
Replacement of Dominant,
Proprietary Incumbent
(Expensive + Locked In)
Sun Solaris Oracle
Source of $ Pain H/W cost S/W cost
Adverse Economic
Environment
Historic market decline (Dot-
com bubble burst)
Global Great Recession
Open Source Project Independent community
(wide adoption)
Independent community
(wide adoption)
IT Acceptance Standards: Posix>Unix>Linux
= IT skills portability
Standards: SQL (ANSI)
= IT skills portability
Vendor, Corporate &
Community Support
‘Good enough’tech +
massive cost saving +
roadmap = accelerating
adoption
‘Good enough’tech +
massive cost saving +
roadmap = accelerating
adoption
Massive Platform Shift RISC to x86 Data center to cloud
6
© 2013 EnterpriseDB. Privileged and Confidential. All rights
reserved.
Change: What do our customers say!
Change: PostgreSQL Technology Advances!
u  Greater scalability—past 64 cores
u  Web app features: hstore, JSON, unlogged tables
u  Index-only scans
u  Reduced power consumption
u  Cascading replication
u  Streaming replication
u  Synchronous replication
u  Range type support
u  More enterprise features on the way
7© 2013 EnterpriseDB. All rights reserved.
"NewsBlur, a social news reader, relies on Postgres for storing
millions of sites and subscriptions. Solid and reliable for years,"
said Samuel Clay, founder of newsblur.com. "We're consistently
on the bleeding edge (9.1 now, moving to 9.2 soon for the
cascading replication alone) and it's been a pleasure since 8.4.”
Postgres.org
Change: Performance!
8© 2013 EnterpriseDB. All rights reserved.
Linear Read Scaling up to 64 cores
Change: OSS Adoption Progression!
9© 2013 EnterpriseDB. All rights reserved.
PostgreSQL
Jboss, Apache
Hypervisors (VMware)
Linux (Suse,Red Hat)
Database
Middleware
Virtualization
Operating
System
Change: Platform Shift to the Cloud!
10© 2013 EnterpriseDB. All rights reserved.
PostgreSQL: A Proven Track Record!
u Most mature open source RDBMS technology!
u Enterprise-class features (built like Oracle, DB2,
SQL Server)!
u Strong, independent community driving rapid
innovation!
11
Fully ACID Compliant
MVCC
Point in Time Recovery (PITR)‫‏‬
Data and Index Partitioning
Bitmap Indexes
ANSI Constraints
Triggers & Stored Functions
Views & Data Types
Nested Transactions
Online Backup
Online Reorganization
Foreign Keys
Streaming Replication
Multi-Core Support
© 2013 EnterpriseDB. All rights reserved.
PostgreSQL Users – they are everywhere!!
12© 2013 EnterpriseDB. All rights reserved.
Who is EnterpriseDB?!
13
u  Founded in 2004, first product GA in 2005!
u  140+ employees!
u  Global presence with offices in North America; EMEA;
India; ASEAN; APAC!
u  The largest commercial entity behind PostgreSQL!
u  2,000+ customers across all market segments!
u  Fast growing: 62% YOY sales growth in 2012!
u  Strong financial backing:!
© 2013 EnterpriseDB. All rights reserved.
The EnterpriseDB Mission:!
14
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
Deliver open-source cost benefits!
coupled with!
commercial database company
resources, support, and expertise.!
EnterpriseDB Business Focus!
15© 2013 EnterpriseDB. All rights reserved.
PostgreSQL
Support
Services
and
Training
Postgres Plus
Advanced Server
Postgres Plus
Cloud
Database
Enterprise
Support
Remote DBA
Postgres
Plus Tools
EnterpriseDB – a key community member!
u  An official packager of community PostgreSQL (GUI/RPMs)
u  Contributions in community leadership
u  2 of 6 Core Team members employed by EDB
u  9 total committers/contributors work for EDB
u  A Key technical contributor:
•  Materialized Views (v9.3)!
•  Lock Management performance for reads/writes!
•  Scalability up to 64 cores !!
u  Marketing Advocate thru Event Sponsorships (Postgres Open,
PG East, PG Europe, and PG Con) and press relations
!
16© 2013 EnterpriseDB. All rights reserved.
Reducing Risk: Application Type!
17
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
APPLICATION RISK TIME
EFFORT/
PAIN
COST
SAVINGS
Reporting Low Fastest Minimal $$
New App Low
Based on
App
Minimal $$$
Edge Moderate Moderate Moderate $$$
Core Higher
Based on
compatibility
Highest $$$$
Reducing Risk: Other Factors
18
u  Technical:
•  Compatibility
•  Feature sets
u  Human:
•  Training
•  Change management
u  Operational:
•  Testing
•  Monitoring
•  Management
•  Back-up
•  Replication
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
u  Run applications written for Oracle virtually unchanged
u  No need to re-train Oracle DBAs and developers
u  Support for PL/SQL language and OCI interoperability
u  Replication for easy sharing of data
19
Reducing Risk: Oracle Compatibility!
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
Reducing Risk: Assessing Compatibility!
20
Analyze Oracle Schema Layout:1
Static Analysis of Oracle Schema
and database layout
2 Review features used in Oracle client application:
Static Analysis of Source Code
Developer Interviews
© 2013 EnterpriseDB. All rights reserved.!
Reducing Risk: Assessing Compatibility!
21
u  Score of 1 – 10 assigned based on
analysis of steps 1 and 2
–  1 difficult – 10 minimal effort!
u  Work arounds for identified missing
features
u  Time estimates given in person weeks
4 Migration Plan
3 Evaluate results along 5 axis using proven algorithms:
© 2013 EnterpriseDB. All rights reserved.!
Increasing Reward: Postgres Cost Savings

!
Fantastic ROI when you move to open source-based technology
Source: TCO/ROI Analysis with ROI Analyst from Alinean, Inc.
•  $1,706,673 of 3-year cumulative
benefits by moving to EnterpriseDB
PPAS on HP Integrity BL890c
server blades
•  Return on investment of 271%
•  Internal rate of return: 101%
•  Payback period of 12 months
Oracle vs. Postgres Plus Advance Server
22
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
u  Large Systems Integrator and Defense Agency
u  Replacing 140+ Oracle DB’s
u  DBMS for mission critical systems storing missile launching information
u  Migrated from Oracle to Postgres Plus Advanced Server
u  Key customer requirements:
•  Price/Performance!
•  Advanced security, availability & reliability!
•  Oracle Compatibility / ease of migration!
•  EAL2 Certification!
•  Open source technology strategy & DB roadmap!
u  Other keys to success
•  They did an exhaustive POC comparing Oracle features to PPAS and PPAS met all
requirements!
•  Compatibility was VERY high and migration was measured in weeks !
•  The SI is taking PPAS across their organization using PPAS to lower TCO for their gov’t
agency customers so they can lower overall cost and continue to deliver the same level of
service!
Case Study: F100 Defense Contractor (North America)!
23
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
Case Study: Global Systems Integrator !
u  Top 10 Global System Integrators
u  Internal use taxation application replaced Oracle
u  Embedded DB deployment - Migrated Tax, Government and FSI
applications from Oracle to Postgres Plus Advanced Server
u  Significantly lowered solution cost
u  Products purchased:
•  Postgres Plus Advanced Server Subscriptions!
•  Oracle Migration Assessment!
u  Key customer requirements:
•  Price/Performance!
•  Oracle migration capabilities!
•  Scalability & reliability!
•  Comprehensive database technology roadmap!
u  Other keys to success
•  Tech to tech alignment aligning our roadmap to theirs!
•  Architecture review sessions of existing and new projects!
•  Creative and flexible contracting approach!
24
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
Reducing Pain: Operational Assistance!
u  Oracle Migration Factory Services:
•  Perform database Migration!
–  Resolve any issues!
–  Implement workarounds as needed!
•  Document changes/workarounds!
•  Educate staff!
•  Customize with add on options as desired!
25
u  Remote DBA Services:
•  Architectural Health Check!
•  Monitoring & Automation!
•  System Maintenance!
•  Performance Management!
•  24/7 Support
u  Custom Engineering Services:
•  Deep Postgres Engineering Resources!
•  Custom features or certification
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
u  Top 5 NA Insurance Company
u  Mission critical DB supporting applications for brokers and customers
u  Products purchased:
•  Postgres Plus Advance Server Subscriptions!
•  On-site service team!
•  Training!
•  RDBA!
u  Creating an integrated 360 view of customers & brokers
u  Vblock, VMware, Linux, PPAS – private cloud like deployment
u  Key customer requirements:
•  PostgreSQL expertise !
•  Best-in-class support capabilities!
•  Comprehensive product roadmap!
u  Other keys to success
•  Executive to Executive alignment early in their process!
•  Technical architecture and roadmap sessions!
•  Our onsite consultants have become integral part of their development and operations teams!
26
Case Study: F50 Insurance Company (North America)!
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
We support ALL your Postgres needs…!
27
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
Case Study: Federal Government Agency (ASIA)!
u  Premier Science & Technology Institute of Government of India
u  National and state applications that store data on over 1 billion citizens
(vehicle IDs, Postal Information, Visa tracking)
u  Products purchased:
•  Postgres Plus Solution Pack – enhanced tooling critical to their success!
•  Onsite staffing!
u  Key customer requirements:
•  Price/Performance!
•  Product support options!
•  Product tooling built and supported by EnterpriseDB (Postgres Enterprise Manager)!
•  Comprehensive product roadmap and scalable product support!
u  Other keys to success
•  Our ability to provide specific architecture recommendations for all existing and upcoming
PGSQL deployments!
•  Their ability to influence our product roadmap !
•  Our ability to help identify, architect, develop and support their open source stack with them!
28
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
What Is Postgres Plus Advanced Server?!
u  Built on the world’s most advanced
database—PostgreSQL
u  9h generation Oracle compatibility
u  World-class security add-ons
u  Performance that rivals any other
proprietary RDBMS
u  Enterprise-class developer and
DBA tools
u  Installation, performance tuning,
and maintenance services
u  Software indemnification
PostgreSQL
29
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
We support ALL your Postgres needs…!
30
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
Top 10 Security Provider in North America!
u  Looking to replace Oracle backend Authentication software
supporting over 13,000 customers
u  Products purchased
u PostgreSQL Embedded in Authentication Manager – Level 3 Support!
u Postgres Plus Advanced Server to replace Oracle as part of their SaaS offering!
u  Key Requirements
u Price / Performance!
u Oracle compatibility!
u Multi-master replication!
u PostgreSQL expertise!
u Global support!
u Detailed product roadmap!
31
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
Now what? Download and save!!
32
/download-advanced-server
www.enterprisedb.com:
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
Let us know if we can assist you…!
© 2013 EnterpriseDB. Privileged and Confidential.
All rights reserved.
info@enterprisedb.com
34© 2013 EnterpriseDB. All rights reserved.

More Related Content

What's hot

Business Continuity Considerations for a More Reliable Postgres Environment
Business Continuity Considerations for a More Reliable Postgres EnvironmentBusiness Continuity Considerations for a More Reliable Postgres Environment
Business Continuity Considerations for a More Reliable Postgres EnvironmentEDB
 
Reducing Database Pain & Costs with Postgres
Reducing Database Pain & Costs with PostgresReducing Database Pain & Costs with Postgres
Reducing Database Pain & Costs with PostgresEDB
 
Key Methodologies for Migrating from Oracle to Postgres
Key Methodologies for Migrating from Oracle to PostgresKey Methodologies for Migrating from Oracle to Postgres
Key Methodologies for Migrating from Oracle to PostgresEDB
 
Transform DBMS to Drive Apps of Engagement Innovation
Transform DBMS to Drive Apps of Engagement InnovationTransform DBMS to Drive Apps of Engagement Innovation
Transform DBMS to Drive Apps of Engagement InnovationEDB
 
PostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate InnovationPostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate InnovationEDB
 
Postgres: The NoSQL Cake You Can Eat
Postgres: The NoSQL Cake You Can EatPostgres: The NoSQL Cake You Can Eat
Postgres: The NoSQL Cake You Can EatEDB
 
Migration DB2 to EDB - Project Experience
 Migration DB2 to EDB - Project Experience Migration DB2 to EDB - Project Experience
Migration DB2 to EDB - Project ExperienceEDB
 
Best Practices for Monitoring Postgres
Best Practices for Monitoring Postgres Best Practices for Monitoring Postgres
Best Practices for Monitoring Postgres EDB
 
Whats New in Postgres 12
Whats New in Postgres 12Whats New in Postgres 12
Whats New in Postgres 12EDB
 
Save money with Postgres on IBM PowerLinux
Save money with Postgres on IBM PowerLinuxSave money with Postgres on IBM PowerLinux
Save money with Postgres on IBM PowerLinuxEDB
 
New Approaches to Migrating from Oracle to Enterprise-Ready Postgres in the C...
New Approaches to Migrating from Oracle to Enterprise-Ready Postgres in the C...New Approaches to Migrating from Oracle to Enterprise-Ready Postgres in the C...
New Approaches to Migrating from Oracle to Enterprise-Ready Postgres in the C...EDB
 
PostgreSQL as a Strategic Tool
PostgreSQL as a Strategic ToolPostgreSQL as a Strategic Tool
PostgreSQL as a Strategic ToolEDB
 
Postgres Point-in-Time Recovery
Postgres Point-in-Time RecoveryPostgres Point-in-Time Recovery
Postgres Point-in-Time RecoveryEDB
 
Optimizing Open Source for Greater Database Savings & Control
Optimizing Open Source for Greater Database Savings & ControlOptimizing Open Source for Greater Database Savings & Control
Optimizing Open Source for Greater Database Savings & ControlEDB
 
EDB & ELOS Technologies - Break Free from Oracle
EDB & ELOS Technologies - Break Free from OracleEDB & ELOS Technologies - Break Free from Oracle
EDB & ELOS Technologies - Break Free from OracleEDB
 
DevOps Culture & Enablement with Postgres Plus Cloud Database
DevOps Culture & Enablement with Postgres Plus Cloud DatabaseDevOps Culture & Enablement with Postgres Plus Cloud Database
DevOps Culture & Enablement with Postgres Plus Cloud DatabaseEDB
 
Making the Most of Your Postgres Rollout
Making the Most of Your Postgres RolloutMaking the Most of Your Postgres Rollout
Making the Most of Your Postgres RolloutEDB
 
Migrate Today: Proactive Steps to Unhook from Oracle
Migrate Today: Proactive Steps to Unhook from OracleMigrate Today: Proactive Steps to Unhook from Oracle
Migrate Today: Proactive Steps to Unhook from OracleEDB
 
Which Postgres is Right for You?
Which Postgres is Right for You? Which Postgres is Right for You?
Which Postgres is Right for You? EDB
 
Minimize Headaches with Your Postgres Deployment
Minimize Headaches with Your Postgres DeploymentMinimize Headaches with Your Postgres Deployment
Minimize Headaches with Your Postgres DeploymentEDB
 

What's hot (20)

Business Continuity Considerations for a More Reliable Postgres Environment
Business Continuity Considerations for a More Reliable Postgres EnvironmentBusiness Continuity Considerations for a More Reliable Postgres Environment
Business Continuity Considerations for a More Reliable Postgres Environment
 
Reducing Database Pain & Costs with Postgres
Reducing Database Pain & Costs with PostgresReducing Database Pain & Costs with Postgres
Reducing Database Pain & Costs with Postgres
 
Key Methodologies for Migrating from Oracle to Postgres
Key Methodologies for Migrating from Oracle to PostgresKey Methodologies for Migrating from Oracle to Postgres
Key Methodologies for Migrating from Oracle to Postgres
 
Transform DBMS to Drive Apps of Engagement Innovation
Transform DBMS to Drive Apps of Engagement InnovationTransform DBMS to Drive Apps of Engagement Innovation
Transform DBMS to Drive Apps of Engagement Innovation
 
PostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate InnovationPostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate Innovation
 
Postgres: The NoSQL Cake You Can Eat
Postgres: The NoSQL Cake You Can EatPostgres: The NoSQL Cake You Can Eat
Postgres: The NoSQL Cake You Can Eat
 
Migration DB2 to EDB - Project Experience
 Migration DB2 to EDB - Project Experience Migration DB2 to EDB - Project Experience
Migration DB2 to EDB - Project Experience
 
Best Practices for Monitoring Postgres
Best Practices for Monitoring Postgres Best Practices for Monitoring Postgres
Best Practices for Monitoring Postgres
 
Whats New in Postgres 12
Whats New in Postgres 12Whats New in Postgres 12
Whats New in Postgres 12
 
Save money with Postgres on IBM PowerLinux
Save money with Postgres on IBM PowerLinuxSave money with Postgres on IBM PowerLinux
Save money with Postgres on IBM PowerLinux
 
New Approaches to Migrating from Oracle to Enterprise-Ready Postgres in the C...
New Approaches to Migrating from Oracle to Enterprise-Ready Postgres in the C...New Approaches to Migrating from Oracle to Enterprise-Ready Postgres in the C...
New Approaches to Migrating from Oracle to Enterprise-Ready Postgres in the C...
 
PostgreSQL as a Strategic Tool
PostgreSQL as a Strategic ToolPostgreSQL as a Strategic Tool
PostgreSQL as a Strategic Tool
 
Postgres Point-in-Time Recovery
Postgres Point-in-Time RecoveryPostgres Point-in-Time Recovery
Postgres Point-in-Time Recovery
 
Optimizing Open Source for Greater Database Savings & Control
Optimizing Open Source for Greater Database Savings & ControlOptimizing Open Source for Greater Database Savings & Control
Optimizing Open Source for Greater Database Savings & Control
 
EDB & ELOS Technologies - Break Free from Oracle
EDB & ELOS Technologies - Break Free from OracleEDB & ELOS Technologies - Break Free from Oracle
EDB & ELOS Technologies - Break Free from Oracle
 
DevOps Culture & Enablement with Postgres Plus Cloud Database
DevOps Culture & Enablement with Postgres Plus Cloud DatabaseDevOps Culture & Enablement with Postgres Plus Cloud Database
DevOps Culture & Enablement with Postgres Plus Cloud Database
 
Making the Most of Your Postgres Rollout
Making the Most of Your Postgres RolloutMaking the Most of Your Postgres Rollout
Making the Most of Your Postgres Rollout
 
Migrate Today: Proactive Steps to Unhook from Oracle
Migrate Today: Proactive Steps to Unhook from OracleMigrate Today: Proactive Steps to Unhook from Oracle
Migrate Today: Proactive Steps to Unhook from Oracle
 
Which Postgres is Right for You?
Which Postgres is Right for You? Which Postgres is Right for You?
Which Postgres is Right for You?
 
Minimize Headaches with Your Postgres Deployment
Minimize Headaches with Your Postgres DeploymentMinimize Headaches with Your Postgres Deployment
Minimize Headaches with Your Postgres Deployment
 

Similar to Reducing Database Pain & Costs with Postgres

Which postgres is_right_for_me_20130517
Which postgres is_right_for_me_20130517Which postgres is_right_for_me_20130517
Which postgres is_right_for_me_20130517EDB
 
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroliOptymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroliEDB
 
Migrating from Oracle to Postgres
Migrating from Oracle to PostgresMigrating from Oracle to Postgres
Migrating from Oracle to PostgresEDB
 
From Database to Strategy - Sandor Klein
From Database to Strategy - Sandor KleinFrom Database to Strategy - Sandor Klein
From Database to Strategy - Sandor KleinKangaroot
 
Powerplay: Postgres and Lenovo for the Best Performance & Savings
Powerplay: Postgres and Lenovo for the Best Performance & SavingsPowerplay: Postgres and Lenovo for the Best Performance & Savings
Powerplay: Postgres and Lenovo for the Best Performance & SavingsEDB
 
Optimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlOptimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlEDB
 
The Real Scoop on Migrating from Oracle Databases
The Real Scoop on Migrating from Oracle DatabasesThe Real Scoop on Migrating from Oracle Databases
The Real Scoop on Migrating from Oracle DatabasesEDB
 
Oracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analyticsOracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analyticsjdijcks
 
Reducing the Risks of Migrating Off Oracle
Reducing the Risks of Migrating Off OracleReducing the Risks of Migrating Off Oracle
Reducing the Risks of Migrating Off OracleEDB
 
Replacing Oracle with EDB Postgres
Replacing Oracle with EDB PostgresReplacing Oracle with EDB Postgres
Replacing Oracle with EDB PostgresEDB
 
Break Free from Oracle
Break Free from OracleBreak Free from Oracle
Break Free from OracleEDB
 
Szabaduljon ki az Oracle szorításából
Szabaduljon ki az Oracle szorításábólSzabaduljon ki az Oracle szorításából
Szabaduljon ki az Oracle szorításábólEDB
 
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus WebinarBuild and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus WebinarImpetus Technologies
 
Horses for Courses: Database Roundtable
Horses for Courses: Database RoundtableHorses for Courses: Database Roundtable
Horses for Courses: Database RoundtableEric Kavanagh
 
Best Practices & Lessons Learned from Deployment of PostgreSQL
 Best Practices & Lessons Learned from Deployment of PostgreSQL Best Practices & Lessons Learned from Deployment of PostgreSQL
Best Practices & Lessons Learned from Deployment of PostgreSQLEDB
 
Postgres for the Future
Postgres for the FuturePostgres for the Future
Postgres for the FutureEDB
 
RightScale Roadtrip - Accelerate to Cloud
RightScale Roadtrip - Accelerate to CloudRightScale Roadtrip - Accelerate to Cloud
RightScale Roadtrip - Accelerate to CloudRightScale
 
Oracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management PlatformaOracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management PlatformaMarketingArrowECS_CZ
 
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15Dave Segleau
 

Similar to Reducing Database Pain & Costs with Postgres (20)

Which postgres is_right_for_me_20130517
Which postgres is_right_for_me_20130517Which postgres is_right_for_me_20130517
Which postgres is_right_for_me_20130517
 
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroliOptymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
 
Migrating from Oracle to Postgres
Migrating from Oracle to PostgresMigrating from Oracle to Postgres
Migrating from Oracle to Postgres
 
From Database to Strategy - Sandor Klein
From Database to Strategy - Sandor KleinFrom Database to Strategy - Sandor Klein
From Database to Strategy - Sandor Klein
 
Powerplay: Postgres and Lenovo for the Best Performance & Savings
Powerplay: Postgres and Lenovo for the Best Performance & SavingsPowerplay: Postgres and Lenovo for the Best Performance & Savings
Powerplay: Postgres and Lenovo for the Best Performance & Savings
 
Optimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlOptimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and Control
 
The Real Scoop on Migrating from Oracle Databases
The Real Scoop on Migrating from Oracle DatabasesThe Real Scoop on Migrating from Oracle Databases
The Real Scoop on Migrating from Oracle Databases
 
Oracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analyticsOracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analytics
 
Reducing the Risks of Migrating Off Oracle
Reducing the Risks of Migrating Off OracleReducing the Risks of Migrating Off Oracle
Reducing the Risks of Migrating Off Oracle
 
Replacing Oracle with EDB Postgres
Replacing Oracle with EDB PostgresReplacing Oracle with EDB Postgres
Replacing Oracle with EDB Postgres
 
Postgres survey podcast
Postgres survey podcastPostgres survey podcast
Postgres survey podcast
 
Break Free from Oracle
Break Free from OracleBreak Free from Oracle
Break Free from Oracle
 
Szabaduljon ki az Oracle szorításából
Szabaduljon ki az Oracle szorításábólSzabaduljon ki az Oracle szorításából
Szabaduljon ki az Oracle szorításából
 
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus WebinarBuild and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
 
Horses for Courses: Database Roundtable
Horses for Courses: Database RoundtableHorses for Courses: Database Roundtable
Horses for Courses: Database Roundtable
 
Best Practices & Lessons Learned from Deployment of PostgreSQL
 Best Practices & Lessons Learned from Deployment of PostgreSQL Best Practices & Lessons Learned from Deployment of PostgreSQL
Best Practices & Lessons Learned from Deployment of PostgreSQL
 
Postgres for the Future
Postgres for the FuturePostgres for the Future
Postgres for the Future
 
RightScale Roadtrip - Accelerate to Cloud
RightScale Roadtrip - Accelerate to CloudRightScale Roadtrip - Accelerate to Cloud
RightScale Roadtrip - Accelerate to Cloud
 
Oracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management PlatformaOracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management Platforma
 
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
 

More from EDB

Cloud Migration Paths: Kubernetes, IaaS, or DBaaS
Cloud Migration Paths: Kubernetes, IaaS, or DBaaSCloud Migration Paths: Kubernetes, IaaS, or DBaaS
Cloud Migration Paths: Kubernetes, IaaS, or DBaaSEDB
 
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr UnternehmenDie 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr UnternehmenEDB
 
Migre sus bases de datos Oracle a la nube
Migre sus bases de datos Oracle a la nube Migre sus bases de datos Oracle a la nube
Migre sus bases de datos Oracle a la nube EDB
 
EFM Office Hours - APJ - July 29, 2021
EFM Office Hours - APJ - July 29, 2021EFM Office Hours - APJ - July 29, 2021
EFM Office Hours - APJ - July 29, 2021EDB
 
Benchmarking Cloud Native PostgreSQL
Benchmarking Cloud Native PostgreSQLBenchmarking Cloud Native PostgreSQL
Benchmarking Cloud Native PostgreSQLEDB
 
Las Variaciones de la Replicación de PostgreSQL
Las Variaciones de la Replicación de PostgreSQLLas Variaciones de la Replicación de PostgreSQL
Las Variaciones de la Replicación de PostgreSQLEDB
 
NoSQL and Spatial Database Capabilities using PostgreSQL
NoSQL and Spatial Database Capabilities using PostgreSQLNoSQL and Spatial Database Capabilities using PostgreSQL
NoSQL and Spatial Database Capabilities using PostgreSQLEDB
 
Is There Anything PgBouncer Can’t Do?
Is There Anything PgBouncer Can’t Do?Is There Anything PgBouncer Can’t Do?
Is There Anything PgBouncer Can’t Do?EDB
 
Data Analysis with TensorFlow in PostgreSQL
Data Analysis with TensorFlow in PostgreSQLData Analysis with TensorFlow in PostgreSQL
Data Analysis with TensorFlow in PostgreSQLEDB
 
Practical Partitioning in Production with Postgres
Practical Partitioning in Production with PostgresPractical Partitioning in Production with Postgres
Practical Partitioning in Production with PostgresEDB
 
A Deeper Dive into EXPLAIN
A Deeper Dive into EXPLAINA Deeper Dive into EXPLAIN
A Deeper Dive into EXPLAINEDB
 
IOT with PostgreSQL
IOT with PostgreSQLIOT with PostgreSQL
IOT with PostgreSQLEDB
 
A Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQLA Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQLEDB
 
Psql is awesome!
Psql is awesome!Psql is awesome!
Psql is awesome!EDB
 
EDB 13 - New Enhancements for Security and Usability - APJ
EDB 13 - New Enhancements for Security and Usability - APJEDB 13 - New Enhancements for Security and Usability - APJ
EDB 13 - New Enhancements for Security and Usability - APJEDB
 
Comment sauvegarder correctement vos données
Comment sauvegarder correctement vos donnéesComment sauvegarder correctement vos données
Comment sauvegarder correctement vos donnéesEDB
 
Cloud Native PostgreSQL - Italiano
Cloud Native PostgreSQL - ItalianoCloud Native PostgreSQL - Italiano
Cloud Native PostgreSQL - ItalianoEDB
 
New enhancements for security and usability in EDB 13
New enhancements for security and usability in EDB 13New enhancements for security and usability in EDB 13
New enhancements for security and usability in EDB 13EDB
 
Best Practices in Security with PostgreSQL
Best Practices in Security with PostgreSQLBest Practices in Security with PostgreSQL
Best Practices in Security with PostgreSQLEDB
 
Cloud Native PostgreSQL - APJ
Cloud Native PostgreSQL - APJCloud Native PostgreSQL - APJ
Cloud Native PostgreSQL - APJEDB
 

More from EDB (20)

Cloud Migration Paths: Kubernetes, IaaS, or DBaaS
Cloud Migration Paths: Kubernetes, IaaS, or DBaaSCloud Migration Paths: Kubernetes, IaaS, or DBaaS
Cloud Migration Paths: Kubernetes, IaaS, or DBaaS
 
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr UnternehmenDie 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
 
Migre sus bases de datos Oracle a la nube
Migre sus bases de datos Oracle a la nube Migre sus bases de datos Oracle a la nube
Migre sus bases de datos Oracle a la nube
 
EFM Office Hours - APJ - July 29, 2021
EFM Office Hours - APJ - July 29, 2021EFM Office Hours - APJ - July 29, 2021
EFM Office Hours - APJ - July 29, 2021
 
Benchmarking Cloud Native PostgreSQL
Benchmarking Cloud Native PostgreSQLBenchmarking Cloud Native PostgreSQL
Benchmarking Cloud Native PostgreSQL
 
Las Variaciones de la Replicación de PostgreSQL
Las Variaciones de la Replicación de PostgreSQLLas Variaciones de la Replicación de PostgreSQL
Las Variaciones de la Replicación de PostgreSQL
 
NoSQL and Spatial Database Capabilities using PostgreSQL
NoSQL and Spatial Database Capabilities using PostgreSQLNoSQL and Spatial Database Capabilities using PostgreSQL
NoSQL and Spatial Database Capabilities using PostgreSQL
 
Is There Anything PgBouncer Can’t Do?
Is There Anything PgBouncer Can’t Do?Is There Anything PgBouncer Can’t Do?
Is There Anything PgBouncer Can’t Do?
 
Data Analysis with TensorFlow in PostgreSQL
Data Analysis with TensorFlow in PostgreSQLData Analysis with TensorFlow in PostgreSQL
Data Analysis with TensorFlow in PostgreSQL
 
Practical Partitioning in Production with Postgres
Practical Partitioning in Production with PostgresPractical Partitioning in Production with Postgres
Practical Partitioning in Production with Postgres
 
A Deeper Dive into EXPLAIN
A Deeper Dive into EXPLAINA Deeper Dive into EXPLAIN
A Deeper Dive into EXPLAIN
 
IOT with PostgreSQL
IOT with PostgreSQLIOT with PostgreSQL
IOT with PostgreSQL
 
A Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQLA Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQL
 
Psql is awesome!
Psql is awesome!Psql is awesome!
Psql is awesome!
 
EDB 13 - New Enhancements for Security and Usability - APJ
EDB 13 - New Enhancements for Security and Usability - APJEDB 13 - New Enhancements for Security and Usability - APJ
EDB 13 - New Enhancements for Security and Usability - APJ
 
Comment sauvegarder correctement vos données
Comment sauvegarder correctement vos donnéesComment sauvegarder correctement vos données
Comment sauvegarder correctement vos données
 
Cloud Native PostgreSQL - Italiano
Cloud Native PostgreSQL - ItalianoCloud Native PostgreSQL - Italiano
Cloud Native PostgreSQL - Italiano
 
New enhancements for security and usability in EDB 13
New enhancements for security and usability in EDB 13New enhancements for security and usability in EDB 13
New enhancements for security and usability in EDB 13
 
Best Practices in Security with PostgreSQL
Best Practices in Security with PostgreSQLBest Practices in Security with PostgreSQL
Best Practices in Security with PostgreSQL
 
Cloud Native PostgreSQL - APJ
Cloud Native PostgreSQL - APJCloud Native PostgreSQL - APJ
Cloud Native PostgreSQL - APJ
 

Recently uploaded

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 

Recently uploaded (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 

Reducing Database Pain & Costs with Postgres

  • 1. Reducing Database Pain and Costs with Postgres! Benefiting from the Tipping Point! 1© 2013 EnterpriseDB . All rights reserved. Presented by Gary Carter Director of Marketing July 2013
  • 2. PostgreSQL: a Tipping Point?! 2© 2013 EnterpriseDB. All rights reserved. “the culmination of a build-up of small changes that effects a big change” --Malcolm Gladwell
  • 3. Change: The Press’ Opinion...! 3© 2013 EnterpriseDB. All rights reserved.
  • 4. Change: What Does Gartner Say?! u  The use of OSS is now broad and common in many other areas of software infrastructure (e.g., databases and application servers) u  We continue to see an increase in usage in mission critical applications, especially given the added functionality and stability of new releases of both MySQL from Oracle and Postgres Plus from EnterpriseDB u  For general, non mission critical use, especially in support of Web applications, OSDBMSs can be a good choice as they offer a lower total cost of ownership (TCO), a growing number of DBA tools, simplified installs and a solid expertise base u  For all OSDBMS usage, always purchase support options from a vendor in control of the open source distribution. Do not use an OSDBMS for which support is offered only through the open source software community u  As the maturity of OSDBMSs for use in mission critical applications and data warehouses grows, the cost savings from using OSDBMSs will increase u  As tools become available to manage OSDBMSs, there will be increasing reductions in the TCO, primarily from the lack of license fees and lower maintenance costs. –  Donald Feinberg, Gartner Analyst in Hype Cycle for Open Source Software 2012! 4© 2013 EnterpriseDB. All rights reserved.
  • 5. Change: You’ve seen this play before...! 5© 2013 EnterpriseDB. All rights reserved. Red Hat (Linux) EnterpriseDB (PostgreSQL) Big Market Economics to Change Large Addressable Market-- $8-10B Larger Addressable Market-- $27B Replacement of Dominant, Proprietary Incumbent (Expensive + Locked In) Sun Solaris Oracle Source of $ Pain H/W cost S/W cost Adverse Economic Environment Historic market decline (Dot- com bubble burst) Global Great Recession Open Source Project Independent community (wide adoption) Independent community (wide adoption) IT Acceptance Standards: Posix>Unix>Linux = IT skills portability Standards: SQL (ANSI) = IT skills portability Vendor, Corporate & Community Support ‘Good enough’tech + massive cost saving + roadmap = accelerating adoption ‘Good enough’tech + massive cost saving + roadmap = accelerating adoption Massive Platform Shift RISC to x86 Data center to cloud
  • 6. 6 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved. Change: What do our customers say!
  • 7. Change: PostgreSQL Technology Advances! u  Greater scalability—past 64 cores u  Web app features: hstore, JSON, unlogged tables u  Index-only scans u  Reduced power consumption u  Cascading replication u  Streaming replication u  Synchronous replication u  Range type support u  More enterprise features on the way 7© 2013 EnterpriseDB. All rights reserved. "NewsBlur, a social news reader, relies on Postgres for storing millions of sites and subscriptions. Solid and reliable for years," said Samuel Clay, founder of newsblur.com. "We're consistently on the bleeding edge (9.1 now, moving to 9.2 soon for the cascading replication alone) and it's been a pleasure since 8.4.” Postgres.org
  • 8. Change: Performance! 8© 2013 EnterpriseDB. All rights reserved. Linear Read Scaling up to 64 cores
  • 9. Change: OSS Adoption Progression! 9© 2013 EnterpriseDB. All rights reserved. PostgreSQL Jboss, Apache Hypervisors (VMware) Linux (Suse,Red Hat) Database Middleware Virtualization Operating System
  • 10. Change: Platform Shift to the Cloud! 10© 2013 EnterpriseDB. All rights reserved.
  • 11. PostgreSQL: A Proven Track Record! u Most mature open source RDBMS technology! u Enterprise-class features (built like Oracle, DB2, SQL Server)! u Strong, independent community driving rapid innovation! 11 Fully ACID Compliant MVCC Point in Time Recovery (PITR)‫‏‬ Data and Index Partitioning Bitmap Indexes ANSI Constraints Triggers & Stored Functions Views & Data Types Nested Transactions Online Backup Online Reorganization Foreign Keys Streaming Replication Multi-Core Support © 2013 EnterpriseDB. All rights reserved.
  • 12. PostgreSQL Users – they are everywhere!! 12© 2013 EnterpriseDB. All rights reserved.
  • 13. Who is EnterpriseDB?! 13 u  Founded in 2004, first product GA in 2005! u  140+ employees! u  Global presence with offices in North America; EMEA; India; ASEAN; APAC! u  The largest commercial entity behind PostgreSQL! u  2,000+ customers across all market segments! u  Fast growing: 62% YOY sales growth in 2012! u  Strong financial backing:! © 2013 EnterpriseDB. All rights reserved.
  • 14. The EnterpriseDB Mission:! 14 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved. Deliver open-source cost benefits! coupled with! commercial database company resources, support, and expertise.!
  • 15. EnterpriseDB Business Focus! 15© 2013 EnterpriseDB. All rights reserved. PostgreSQL Support Services and Training Postgres Plus Advanced Server Postgres Plus Cloud Database Enterprise Support Remote DBA Postgres Plus Tools
  • 16. EnterpriseDB – a key community member! u  An official packager of community PostgreSQL (GUI/RPMs) u  Contributions in community leadership u  2 of 6 Core Team members employed by EDB u  9 total committers/contributors work for EDB u  A Key technical contributor: •  Materialized Views (v9.3)! •  Lock Management performance for reads/writes! •  Scalability up to 64 cores !! u  Marketing Advocate thru Event Sponsorships (Postgres Open, PG East, PG Europe, and PG Con) and press relations ! 16© 2013 EnterpriseDB. All rights reserved.
  • 17. Reducing Risk: Application Type! 17 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved. APPLICATION RISK TIME EFFORT/ PAIN COST SAVINGS Reporting Low Fastest Minimal $$ New App Low Based on App Minimal $$$ Edge Moderate Moderate Moderate $$$ Core Higher Based on compatibility Highest $$$$
  • 18. Reducing Risk: Other Factors 18 u  Technical: •  Compatibility •  Feature sets u  Human: •  Training •  Change management u  Operational: •  Testing •  Monitoring •  Management •  Back-up •  Replication © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 19. u  Run applications written for Oracle virtually unchanged u  No need to re-train Oracle DBAs and developers u  Support for PL/SQL language and OCI interoperability u  Replication for easy sharing of data 19 Reducing Risk: Oracle Compatibility! © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 20. Reducing Risk: Assessing Compatibility! 20 Analyze Oracle Schema Layout:1 Static Analysis of Oracle Schema and database layout 2 Review features used in Oracle client application: Static Analysis of Source Code Developer Interviews © 2013 EnterpriseDB. All rights reserved.!
  • 21. Reducing Risk: Assessing Compatibility! 21 u  Score of 1 – 10 assigned based on analysis of steps 1 and 2 –  1 difficult – 10 minimal effort! u  Work arounds for identified missing features u  Time estimates given in person weeks 4 Migration Plan 3 Evaluate results along 5 axis using proven algorithms: © 2013 EnterpriseDB. All rights reserved.!
  • 22. Increasing Reward: Postgres Cost Savings
 ! Fantastic ROI when you move to open source-based technology Source: TCO/ROI Analysis with ROI Analyst from Alinean, Inc. •  $1,706,673 of 3-year cumulative benefits by moving to EnterpriseDB PPAS on HP Integrity BL890c server blades •  Return on investment of 271% •  Internal rate of return: 101% •  Payback period of 12 months Oracle vs. Postgres Plus Advance Server 22 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 23. u  Large Systems Integrator and Defense Agency u  Replacing 140+ Oracle DB’s u  DBMS for mission critical systems storing missile launching information u  Migrated from Oracle to Postgres Plus Advanced Server u  Key customer requirements: •  Price/Performance! •  Advanced security, availability & reliability! •  Oracle Compatibility / ease of migration! •  EAL2 Certification! •  Open source technology strategy & DB roadmap! u  Other keys to success •  They did an exhaustive POC comparing Oracle features to PPAS and PPAS met all requirements! •  Compatibility was VERY high and migration was measured in weeks ! •  The SI is taking PPAS across their organization using PPAS to lower TCO for their gov’t agency customers so they can lower overall cost and continue to deliver the same level of service! Case Study: F100 Defense Contractor (North America)! 23 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 24. Case Study: Global Systems Integrator ! u  Top 10 Global System Integrators u  Internal use taxation application replaced Oracle u  Embedded DB deployment - Migrated Tax, Government and FSI applications from Oracle to Postgres Plus Advanced Server u  Significantly lowered solution cost u  Products purchased: •  Postgres Plus Advanced Server Subscriptions! •  Oracle Migration Assessment! u  Key customer requirements: •  Price/Performance! •  Oracle migration capabilities! •  Scalability & reliability! •  Comprehensive database technology roadmap! u  Other keys to success •  Tech to tech alignment aligning our roadmap to theirs! •  Architecture review sessions of existing and new projects! •  Creative and flexible contracting approach! 24 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 25. Reducing Pain: Operational Assistance! u  Oracle Migration Factory Services: •  Perform database Migration! –  Resolve any issues! –  Implement workarounds as needed! •  Document changes/workarounds! •  Educate staff! •  Customize with add on options as desired! 25 u  Remote DBA Services: •  Architectural Health Check! •  Monitoring & Automation! •  System Maintenance! •  Performance Management! •  24/7 Support u  Custom Engineering Services: •  Deep Postgres Engineering Resources! •  Custom features or certification © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 26. u  Top 5 NA Insurance Company u  Mission critical DB supporting applications for brokers and customers u  Products purchased: •  Postgres Plus Advance Server Subscriptions! •  On-site service team! •  Training! •  RDBA! u  Creating an integrated 360 view of customers & brokers u  Vblock, VMware, Linux, PPAS – private cloud like deployment u  Key customer requirements: •  PostgreSQL expertise ! •  Best-in-class support capabilities! •  Comprehensive product roadmap! u  Other keys to success •  Executive to Executive alignment early in their process! •  Technical architecture and roadmap sessions! •  Our onsite consultants have become integral part of their development and operations teams! 26 Case Study: F50 Insurance Company (North America)! © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 27. We support ALL your Postgres needs…! 27 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 28. Case Study: Federal Government Agency (ASIA)! u  Premier Science & Technology Institute of Government of India u  National and state applications that store data on over 1 billion citizens (vehicle IDs, Postal Information, Visa tracking) u  Products purchased: •  Postgres Plus Solution Pack – enhanced tooling critical to their success! •  Onsite staffing! u  Key customer requirements: •  Price/Performance! •  Product support options! •  Product tooling built and supported by EnterpriseDB (Postgres Enterprise Manager)! •  Comprehensive product roadmap and scalable product support! u  Other keys to success •  Our ability to provide specific architecture recommendations for all existing and upcoming PGSQL deployments! •  Their ability to influence our product roadmap ! •  Our ability to help identify, architect, develop and support their open source stack with them! 28 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 29. What Is Postgres Plus Advanced Server?! u  Built on the world’s most advanced database—PostgreSQL u  9h generation Oracle compatibility u  World-class security add-ons u  Performance that rivals any other proprietary RDBMS u  Enterprise-class developer and DBA tools u  Installation, performance tuning, and maintenance services u  Software indemnification PostgreSQL 29 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 30. We support ALL your Postgres needs…! 30 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 31. Top 10 Security Provider in North America! u  Looking to replace Oracle backend Authentication software supporting over 13,000 customers u  Products purchased u PostgreSQL Embedded in Authentication Manager – Level 3 Support! u Postgres Plus Advanced Server to replace Oracle as part of their SaaS offering! u  Key Requirements u Price / Performance! u Oracle compatibility! u Multi-master replication! u PostgreSQL expertise! u Global support! u Detailed product roadmap! 31 © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 32. Now what? Download and save!! 32 /download-advanced-server www.enterprisedb.com: © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved.
  • 33. Let us know if we can assist you…! © 2013 EnterpriseDB. Privileged and Confidential. All rights reserved. info@enterprisedb.com
  • 34. 34© 2013 EnterpriseDB. All rights reserved.