SlideShare a Scribd company logo
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 Environment
EDB
 
Reducing Database Pain & Costs with Postgres
Reducing Database Pain & Costs with PostgresReducing Database Pain & Costs with Postgres
Reducing Database Pain & Costs with Postgres
EDB
 
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
EDB
 
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
EDB
 
PostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate InnovationPostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate Innovation
EDB
 
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
EDB
 
Migration DB2 to EDB - Project Experience
 Migration DB2 to EDB - Project Experience Migration DB2 to EDB - Project Experience
Migration DB2 to EDB - Project Experience
EDB
 
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 12
EDB
 
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
EDB
 
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 Tool
EDB
 
Postgres Point-in-Time Recovery
Postgres Point-in-Time RecoveryPostgres Point-in-Time Recovery
Postgres Point-in-Time Recovery
EDB
 
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
 
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
EDB
 
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
EDB
 
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
EDB
 
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
EDB
 
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 Deployment
EDB
 

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_20130517
EDB
 
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
EDB
 
Migrating from Oracle to Postgres
Migrating from Oracle to PostgresMigrating from Oracle to Postgres
Migrating from Oracle to Postgres
EDB
 
From Database to Strategy - Sandor Klein
From Database to Strategy - Sandor KleinFrom Database to Strategy - Sandor Klein
From Database to Strategy - Sandor Klein
Kangaroot
 
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
EDB
 
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
EDB
 
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
EDB
 
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
jdijcks
 
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
EDB
 
Replacing Oracle with EDB Postgres
Replacing Oracle with EDB PostgresReplacing Oracle with EDB Postgres
Replacing Oracle with EDB Postgres
EDB
 
Postgres survey podcast
Postgres survey podcastPostgres survey podcast
Postgres survey podcast
inside-BigData.com
 
Break Free from Oracle
Break Free from OracleBreak Free from Oracle
Break Free from Oracle
EDB
 
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
EDB
 
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
Impetus Technologies
 
Horses for Courses: Database Roundtable
Horses for Courses: Database RoundtableHorses for Courses: Database Roundtable
Horses for Courses: Database Roundtable
Eric 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 PostgreSQL
EDB
 
Postgres for the Future
Postgres for the FuturePostgres for the Future
Postgres for the Future
EDB
 
RightScale Roadtrip - Accelerate to Cloud
RightScale Roadtrip - Accelerate to CloudRightScale Roadtrip - Accelerate to Cloud
RightScale Roadtrip - Accelerate to Cloud
RightScale
 
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
MarketingArrowECS_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-15
Dave 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 DBaaS
EDB
 
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
EDB
 
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, 2021
EDB
 
Benchmarking Cloud Native PostgreSQL
Benchmarking Cloud Native PostgreSQLBenchmarking Cloud Native PostgreSQL
Benchmarking Cloud Native PostgreSQL
EDB
 
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
EDB
 
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
EDB
 
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 PostgreSQL
EDB
 
Practical Partitioning in Production with Postgres
Practical Partitioning in Production with PostgresPractical Partitioning in Production with Postgres
Practical Partitioning in Production with Postgres
EDB
 
A Deeper Dive into EXPLAIN
A Deeper Dive into EXPLAINA Deeper Dive into EXPLAIN
A Deeper Dive into EXPLAIN
EDB
 
IOT with PostgreSQL
IOT with PostgreSQLIOT with PostgreSQL
IOT with PostgreSQL
EDB
 
A Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQLA Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQL
EDB
 
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 - APJ
EDB
 
Comment sauvegarder correctement vos données
Comment sauvegarder correctement vos donnéesComment sauvegarder correctement vos données
Comment sauvegarder correctement vos données
EDB
 
Cloud Native PostgreSQL - Italiano
Cloud Native PostgreSQL - ItalianoCloud Native PostgreSQL - Italiano
Cloud Native PostgreSQL - Italiano
EDB
 
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
EDB
 
Best Practices in Security with PostgreSQL
Best Practices in Security with PostgreSQLBest Practices in Security with PostgreSQL
Best Practices in Security with PostgreSQL
EDB
 
Cloud Native PostgreSQL - APJ
Cloud Native PostgreSQL - APJCloud Native PostgreSQL - APJ
Cloud Native PostgreSQL - APJ
EDB
 

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

To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 

Recently uploaded (20)

To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 

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.