SlideShare a Scribd company logo
© 2016 EDB. All rights reserved. 1
So many Options, but
which Postgres is right for you?
Part 2 of 3
© 2016 EDB. All rights reserved. 2
•  The Enterprise Challenge
•  Enterprise Postgres
•  Evaluation guidelines
•  Scenarios
−  PostgreSQL without commercial support
−  Creating your own PostgreSQL fork
−  EDB Postgres Standard
•  Summary
•  Resources
Agenda
© 2016 EDB. All rights reserved. 3
The Enterprise Challenge
Little Money For
New Initiatives
Competitive
Disadvantage
$
t
$
Revenue
DBMS
Customer
Engagement
© 2016 EDB. All rights reserved. 4
The Enterprise Challenge:
Open Source to the Rescue
35% 80% 80%
Software infrastructure
budget on DBMSs (1)
In-House applications
candidates to move off
expensive DBMSs (2)
Cost savings (3)
(1) Gartner, Forrester and EDB analysis
(2) The State of Open-Source RDBMS, 2015, Gartner, April 2015
(3) The State of Open-Source RDBMS, 2015, Gartner, April 2015; EDB analysis of customer experiences and market prices
© 2016 EDB. All rights reserved. 5
POSTGRES
innovation
ENTERPRISE
reliability
24/7
support
Services
& training
Enterprise-class
features, tools &
compatibility
Certifications
Product
road-map
Control
Thousands
of developers
Fast
development
cycles
Low cost
No vendor
lock-in
Advanced
features
Enabling commercial
adoption of Postgres
Enterprise Postgres
© 2016 EDB. All rights reserved. 6
Enterprise Postgres: EDB Postgres Platform
© 2016 EDB. All rights reserved. 7
•  PostgreSQL without
commercial support
•  Creating your own
PostgreSQL fork
•  EDB Postgres Standard
•  PostgreSQL without
commercial support
•  PostgreSQL with a consulting
partner
•  EDB Postgres Enterprise
Scope
Today's webinar June webinar
© 2016 EDB. All rights reserved. 8
Evaluation guidelines: Risks
Technical Risks Business Risks
Capabilities
Roadmap
Tech Support
Time to Market
Cost
Relationships
Software Control
© 2016 EDB. All rights reserved. 9
•  Mission-Critical Apps
•  Non-Mission-Critical Apps
•  Non-Production Apps
•  Time-to-Market Sensitivity
•  High Security and Performance
•  Oracle Compatibility
•  Access to Source Code
Evaluation guidelines: Usage Profiles
© 2016 EDB. All rights reserved. 10
User works directly with community PostgreSQL binaries
without commercial assistance and works entirely within
the community participation process.
Scenario:
PostgreSQL without commercial support
© 2016 EDB. All rights reserved. 11
Pros
•  Mature, capable
RDBMS
•  SQL standards
compliance
•  OLTP, READ,
mixed workloads
•  Unstructured
data support
Cons
•  Performance: Limited partitioning capabilities,
no workload manager, limited performance
diagnostics
•  Security: No SQL injection attack protection, no
password policy management, no enhanced
auditing
•  Limited developer usability and features
•  No integrated tool suites for monitoring,
management, tuning, high availability, backup
and recovery, or migration
•  No Oracle compatibility
PostgreSQL without commercial support
Capabilities
© 2016 EDB. All rights reserved. 12
Pros
•  A public wish list is
maintained by the Postgres
community
•  Your organization may
contribute code for features
Cons
•  Little insight into Community
database engineering
•  Little to no influence over
database roadmap
•  No guaranteed acceptance or
timelines for code submitted
PostgreSQL without commercial support
Roadmap
© 2016 EDB. All rights reserved. 13
Pros
•  Multiple community forums/
mailing lists for free technical
support
•  Postgres developers fix bugs
on an ongoing basis
Cons
•  No dedicated technical support
team
•  No service level agreements
(SLAs)
•  No hot fixes
•  No issue tracking portal
•  No regionally based support
PostgreSQL without commercial support
Tech Support
© 2016 EDB. All rights reserved. 14
Pros
•  No procurement time
Cons
•  Slower learning curve without
assistance
•  Longer time to set up, configure,
and tune database and tools
•  More difficult and therefore longer
migration from Oracle due to code
rewrites or refactoring
PostgreSQL without commercial support
Time to Market
© 2016 EDB. All rights reserved. 15
Pros
•  No upfront license fees
•  No maintenance/support fees
Cons
•  Cost for internal resources to
manage and support
•  Costs for training
•  Unpredictable costs for downtime
or slow performance
PostgreSQL without commercial support
Cost
© 2016 EDB. All rights reserved. 16
Pros
•  Flexibility to source vendors on
an as-needed basis
Cons
•  No commercial responsiveness or
incentives for mutual success
•  No direct access to Postgres
engineering resources
PostgreSQL without commercial support
Relationships
© 2016 EDB. All rights reserved. 17
Pros
•  Access to source
code
•  Liberal Postgres
license avoids
software
contamination
Cons
•  No influence over release schedules for the
database
•  Unknown levels of community QA testing
•  Self-reliability to manage software updates
and security alerts
•  Uncoordinated and inconsistent releases,
documentation, support and quality across
tools
•  No extended lifecycle support available
•  Potential public exposure of your
confidential and competitive information via
community interactions
PostgreSQL without commercial support
Software Control
© 2016 EDB. All rights reserved. 18
PostgreSQL without commercial support
© 2016 EDB. All rights reserved. 19
User takes the PostgreSQL source code as a starting
point for developing own version of PostgreSQL while
creating and maintaining its own development effort.
Scenario:
Creating your own PostgreSQL fork
© 2016 EDB. All rights reserved. 20
Pros
•  Mature, capable
RDBMS
•  SQL standards
compliance
•  OLTP, READ, mixed
workloads
•  Unstructured data
support
•  Well-structured and
well-documented
source code
Cons
•  Performance: Limited partitioning
capabilities, no workload manager, limited
performance diagnostics
•  Security: No SQL injection attack protection,
no password policy management, no
enhanced auditing
•  Limited developer usability and features
•  No integrated tool suites for monitoring,
management, tuning, high availability,
backup and recovery, or migration
•  No Oracle compatibility
•  Possible compromising of core code/
features
Creating your own PostgreSQL fork
Capabilities
© 2016 EDB. All rights reserved. 21
Pros
•  Knowledge of all internal
database engineering efforts
•  High degree of influence over
the database roadmap
Cons
•  Must refactor fork with each new
community release or forego new
community features
•  Changes to source code may
break existing Postgres features in
your fork
•  Possible inconsistencies and
incompatibilities with other open
source solutions and platforms
Creating your own PostgreSQL fork
Roadmap
© 2016 EDB. All rights reserved. 22
Pros
•  Multiple community forums/
mailing lists for free technical
support
•  Postgres developers fix bugs
on an ongoing basis
Cons
•  No dedicated technical support
team
•  No service level agreements
(SLAs)
•  No hot fixes
•  No issue tracking portal
•  No regionally based support
•  No community support for
modified source code
Creating your own PostgreSQL fork
Tech Support
© 2016 EDB. All rights reserved. 23
Pros
•  No procurement time
•  Shorter development cycle
for customizations
•  After clearing initial learning
curve, development cycles
accelerate
Cons
•  Longest learning curve without
assistance and >1M lines of code
•  Longer time to set up, configure,
and tune database and tools
•  More difficult and therefore longer
migration from Oracle due to code
rewrites or refactoring
•  Long process to recruit, train and
integrate Postgres developers into
operations
Creating your own PostgreSQL fork
Time to Market
© 2016 EDB. All rights reserved. 24
Pros
•  No upfront license
fees
•  No maintenance/
support fees
Cons
•  Cost for internal resources to manage and
support
•  Costs for internal developers and support
•  Costs for training
•  Unpredictable costs for downtime or slow
performance
•  Costs for creating and maintaining a
software development infrastructure
including testing and deployment
•  Costs to refactor forked version to any new
Postgres release version including security
and bug fixes
Creating your own PostgreSQL fork
Cost
© 2016 EDB. All rights reserved. 25
Pros
•  Flexibility to source vendors
on an as-needed basis
Cons
•  No commercial responsiveness or
incentives for mutual success
•  No direct access to Postgres
engineering resources
•  Potential difficulty in matching
vendor abilities to requirements
•  Inconsistent or unknown
availability of internal technical
resources
Creating your own PostgreSQL fork
Relationships
© 2016 EDB. All rights reserved. 26
Cons
•  Self-reliability to manage software
updates and security alerts
•  Uncoordinated and inconsistent
releases, documentation, support
and quality across tools or own
development leading to potential
incompatibility with community
tools
•  Potential public exposure of your
confidential and competitive
information via community
interactions
Creating your own PostgreSQL fork
Software Control
Pros
•  Access to source code
•  Control over release schedule
•  No external lifecycle
limitations
•  Control over software
development and QA cycles
•  Liberal Postgres license
avoids software
contamination
•  Control over intellectual
property
© 2016 EDB. All rights reserved. 27
Scenario:
Creating your own PostgreSQL fork
© 2016 EDB. All rights reserved. 28
User works with certified PostgreSQL binaries and with
EDB to enhance their interactions and input with the
community while getting all key mission critical tools from
EDB.
Scenario:
EDB Postgres Standard
© 2016 EDB. All rights reserved. 29
Pros
•  Mature, capable RDBMS
•  SQL standards compliance
•  OLTP, READ, mixed
workloads
•  Unstructured data support
•  Integrated mission-critical tool
suites for monitoring,
management, tuning, high
availability, backup and
recovery, and Oracle
migration
Cons
•  Performance: Limited partitioning
capabilities, no workload
manager, limited performance
diagnostics
•  Security: No SQL injection attack
protection, no password policy
management, no enhanced
auditing
•  Limited developer usability and
features
•  No Oracle compatibility
EDB Postgres Standard
Capabilities
© 2016 EDB. All rights reserved. 30
Pros
•  Insight into community
database engineering
•  Some influence over the
database roadmap
•  Excellent insight into EDB
engineering activity
•  Influence on roadmap for
mission-critical tool suites
Cons
•  Insight into community activities
does not mean EDB controls
feature development of the
community database
•  Uncertainty about acceptance and
lead times of customer features
into community code
•  Limited influence over community
database release schedule
EDB Postgres Standard
Roadmap
© 2016 EDB. All rights reserved. 31
Cons
•  None
EDB Postgres Standard
Tech Support
Pros
•  Service level agreements (SLAs)
•  Escalation support by EDB engineers
backed by Postgres community leaders
working at EDB
•  Hot fixes available “out of band” from
Postgres release schedule
•  Issue tracking portal
•  Technical Account Management
available
•  Community forums/mailing lists
© 2016 EDB. All rights reserved. 32
EDB Postgres Standard
Time to Market
Pros
•  EDB Consultants to assist with
general learning curve
•  Access to Postgres resources
for technical support, training,
and consulting including
assistance with set up and
configuration of database
•  Bundled with integrated tool
suites for management,
migration and integration
Cons
•  Procurement time required to
source vendor and implement
working relationship
•  More difficult and therefore longer
migration from Oracle due to code
rewrites or refactoring
© 2016 EDB. All rights reserved. 33
EDB Postgres Standard
Cost
Pros
•  No upfront license fees
•  No upfront maintenance/
support fees
•  Significant cost savings over
traditional vendors
Cons
•  Annual subscription fee
•  Unpredictable costs to
compensate for features only
available in EDB Postgres
Enterprise e.g. performance
improvements
© 2016 EDB. All rights reserved. 34
EDB Postgres Standard
Relationships
Pros
•  Access to the highest concentration of
Postgres resources and services worldwide
•  Full service provider for software, support,
maintenance, tools, training and
certification, and consulting
•  Commercial responsiveness and incentives
for mutual success
•  Expertise supporting a global brand 24x7
•  Most extensive network of business
partnerships
•  Gartner Magic Quadrant Leader
Cons
•  Some dependence
on EDB for mission-
critical tool suites
© 2016 EDB. All rights reserved. 35
Pros
•  Access to database source code
•  Hot fixes
•  Influence over release
schedules for minor updates
•  Influence over roadmap for
mission-critical tool suites
•  Reliable and documented testing
of all database and tool suite
releases
•  Automated software updates,
alerting and management
•  Extended lifecycle support may
be available
Cons
•  Major database releases tied to
community schedule
•  No access to source code for tool
suites
EDB Postgres Standard
Software Control
© 2016 EDB. All rights reserved. 36
Scenario:
EDB Postgres Standard
© 2016 EDB. All rights reserved. 37
Comparison
EDB Postgres
Standard
Creating your own
PostgreSQL fork
PostgreSQL without
commercial support
© 2016 EDB. All rights reserved. 38
•  Postgres solution choice depends on usage and
willingness to take risks
•  Mission-critical workloads require an enterprise
platform
•  EDB Postgres subscriptions reduce technical and
business risks
•  Save money and time with EDB Postgres
Summary
© 2016 EDB. All rights reserved. 39
Whitepaper: Which Postgres is Right for Me
www.enterprisedb.com/Which-Postgres-Is-Right-For-Me
PostgreSQL Community Wish List
https://wiki.postgresql.org/wiki/Todo
Gartner: The State of Open-Source RDBMSs, 2015
info.enterprisedb.com/Gartner-MQ-2015.html
Download EDB Postgres Advanced Server
www.enterprisedb.com/downloads
To learn more contact us at sales@enterprisedb.com.
Resources
© 2016 EDB. All rights reserved. 40
Resources:
Getting Started with EDB Postgres
Comprehensive bundle of a
Developer license, Training &
Consulting, helping to make
development projects successful.
•  EDB Postgres Developer Subscription
•  On-Demand Training (2 classes)
•  Consulting (2 days-remote)
EDB Developer Kick Start
Comprehensive package for
groups of 2-4 developers & DBAs
in support of mission-critical
production Postgres
implementations, along with
expert guidance for Year 1.
•  EDB Postgres Developer Subscription
•  On-Demand Training (4 classes)
•  Consulting (5 days, remote)
•  RemoteDBA (1 year, 8 instances)
EDB Postgres Group Success with RemoteDBA
© 2016 EDB. All rights reserved. 41
World-class training that delivers
the education, experience, and
excellence needed to be
successful
•  Training that fits your learning needs:
Classroom, Online, and Onsite.
•  eSubscriptions - access to all on-demand
Training in an annual subscription
•  DBA and developer course tracks available
•  Courses cover administration, migration,
performance tuning and more
Resources:
Postgres Skills Development Assistance
EDB is the industry-recognized
global standard for Postgres
Certification
Develop and validate in-house
Postgres skill and expertise
•  DBMSs covered include:
−  PostgreSQL
−  EDB Postgres Advanced Server
•  Associate & Professional levels
•  Convenient online exams
EDB Training provides:
EDB Certification provides:
© 2016 EDB. All rights reserved. 42

More Related Content

What's hot

Active/Active Database Solutions with Log Based Replication in xDB 6.0
Active/Active Database Solutions with Log Based Replication in xDB 6.0Active/Active Database Solutions with Log Based Replication in xDB 6.0
Active/Active Database Solutions with Log Based Replication in xDB 6.0
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
 
DBaaS with EDB Postgres on AWS
DBaaS with EDB Postgres on AWSDBaaS with EDB Postgres on AWS
DBaaS with EDB Postgres on AWS
EDB
 
Which Postgres is Right for You? Part 3
Which Postgres is Right for You? Part 3Which Postgres is Right for You? Part 3
Which Postgres is Right for You? Part 3
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
 
5 Tips to Simplify the Management of Your Postgres Database
5 Tips to Simplify the Management of Your Postgres Database5 Tips to Simplify the Management of Your Postgres Database
5 Tips to Simplify the Management of Your Postgres Database
EDB
 
Postgres Integrates Effectively in the "Enterprise Sandbox"
Postgres Integrates Effectively in the "Enterprise Sandbox"Postgres Integrates Effectively in the "Enterprise Sandbox"
Postgres Integrates Effectively in the "Enterprise Sandbox"
EDB
 
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
 
Top 10 Tips for an Effective Postgres Deployment
Top 10 Tips for an Effective Postgres DeploymentTop 10 Tips for an Effective Postgres Deployment
Top 10 Tips for an Effective Postgres Deployment
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
 
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
 
Migrating from Oracle to Postgres
Migrating from Oracle to PostgresMigrating from Oracle to Postgres
Migrating from Oracle to Postgres
EDB
 
Best Practices for a Complete Postgres Enterprise Architecture Setup
Best Practices for a Complete Postgres Enterprise Architecture SetupBest Practices for a Complete Postgres Enterprise Architecture Setup
Best Practices for a Complete Postgres Enterprise Architecture Setup
EDB
 
Overview of EnterpriseDB Postgres Plus Advanced Server 9.4 and Postgres Enter...
Overview of EnterpriseDB Postgres Plus Advanced Server 9.4 and Postgres Enter...Overview of EnterpriseDB Postgres Plus Advanced Server 9.4 and Postgres Enter...
Overview of EnterpriseDB Postgres Plus Advanced Server 9.4 and Postgres Enter...
EDB
 
Drive DBMS Transformation with EDB Postgres
Drive DBMS Transformation with EDB PostgresDrive DBMS Transformation with EDB Postgres
Drive DBMS Transformation with EDB Postgres
EDB
 
Postgres in Production - Best Practices 2014
Postgres in Production - Best Practices 2014Postgres in Production - Best Practices 2014
Postgres in Production - Best Practices 2014
EDB
 
EnterpriseDB's Best Practices for Postgres DBAs
EnterpriseDB's Best Practices for Postgres DBAsEnterpriseDB's Best Practices for Postgres DBAs
EnterpriseDB's Best Practices for Postgres DBAs
EDB
 
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnikbiz
 
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
 
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
 

What's hot (20)

Active/Active Database Solutions with Log Based Replication in xDB 6.0
Active/Active Database Solutions with Log Based Replication in xDB 6.0Active/Active Database Solutions with Log Based Replication in xDB 6.0
Active/Active Database Solutions with Log Based Replication in xDB 6.0
 
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
 
DBaaS with EDB Postgres on AWS
DBaaS with EDB Postgres on AWSDBaaS with EDB Postgres on AWS
DBaaS with EDB Postgres on AWS
 
Which Postgres is Right for You? Part 3
Which Postgres is Right for You? Part 3Which Postgres is Right for You? Part 3
Which Postgres is Right for You? Part 3
 
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
 
5 Tips to Simplify the Management of Your Postgres Database
5 Tips to Simplify the Management of Your Postgres Database5 Tips to Simplify the Management of Your Postgres Database
5 Tips to Simplify the Management of Your Postgres Database
 
Postgres Integrates Effectively in the "Enterprise Sandbox"
Postgres Integrates Effectively in the "Enterprise Sandbox"Postgres Integrates Effectively in the "Enterprise Sandbox"
Postgres Integrates Effectively in the "Enterprise Sandbox"
 
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
 
Top 10 Tips for an Effective Postgres Deployment
Top 10 Tips for an Effective Postgres DeploymentTop 10 Tips for an Effective Postgres Deployment
Top 10 Tips for an Effective Postgres Deployment
 
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
 
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
 
Migrating from Oracle to Postgres
Migrating from Oracle to PostgresMigrating from Oracle to Postgres
Migrating from Oracle to Postgres
 
Best Practices for a Complete Postgres Enterprise Architecture Setup
Best Practices for a Complete Postgres Enterprise Architecture SetupBest Practices for a Complete Postgres Enterprise Architecture Setup
Best Practices for a Complete Postgres Enterprise Architecture Setup
 
Overview of EnterpriseDB Postgres Plus Advanced Server 9.4 and Postgres Enter...
Overview of EnterpriseDB Postgres Plus Advanced Server 9.4 and Postgres Enter...Overview of EnterpriseDB Postgres Plus Advanced Server 9.4 and Postgres Enter...
Overview of EnterpriseDB Postgres Plus Advanced Server 9.4 and Postgres Enter...
 
Drive DBMS Transformation with EDB Postgres
Drive DBMS Transformation with EDB PostgresDrive DBMS Transformation with EDB Postgres
Drive DBMS Transformation with EDB Postgres
 
Postgres in Production - Best Practices 2014
Postgres in Production - Best Practices 2014Postgres in Production - Best Practices 2014
Postgres in Production - Best Practices 2014
 
EnterpriseDB's Best Practices for Postgres DBAs
EnterpriseDB's Best Practices for Postgres DBAsEnterpriseDB's Best Practices for Postgres DBAs
EnterpriseDB's Best Practices for Postgres DBAs
 
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
 
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
 
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
 

Viewers also liked

EDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB Postgres DBA Best Practices
EDB Postgres DBA Best Practices
EDB
 
What's New in PostgreSQL 9.6
What's New in PostgreSQL 9.6What's New in PostgreSQL 9.6
What's New in PostgreSQL 9.6
EDB
 
5 Postgres DBA Tips
5 Postgres DBA Tips5 Postgres DBA Tips
5 Postgres DBA Tips
EDB
 
Product Update: EDB Postgres Platform 2017
Product Update: EDB Postgres Platform 2017Product Update: EDB Postgres Platform 2017
Product Update: EDB Postgres Platform 2017
EDB
 
Non-Relational Postgres
Non-Relational PostgresNon-Relational Postgres
Non-Relational Postgres
EDB
 
Migrations, Health Checks, and Support Experiences - Postgres from the Servic...
Migrations, Health Checks, and Support Experiences - Postgres from the Servic...Migrations, Health Checks, and Support Experiences - Postgres from the Servic...
Migrations, Health Checks, and Support Experiences - Postgres from the Servic...
EDB
 
Introducing EDB Failover Manager
Introducing EDB Failover ManagerIntroducing EDB Failover Manager
Introducing EDB Failover Manager
EDB
 
PostgreSQL na EXT4, XFS, BTRFS a ZFS / FOSDEM PgDay 2016
PostgreSQL na EXT4, XFS, BTRFS a ZFS / FOSDEM PgDay 2016PostgreSQL na EXT4, XFS, BTRFS a ZFS / FOSDEM PgDay 2016
PostgreSQL na EXT4, XFS, BTRFS a ZFS / FOSDEM PgDay 2016
Tomas Vondra
 
PostgreSQL performance improvements in 9.5 and 9.6
PostgreSQL performance improvements in 9.5 and 9.6PostgreSQL performance improvements in 9.5 and 9.6
PostgreSQL performance improvements in 9.5 and 9.6
Tomas Vondra
 
PostgreSQL Administration for System Administrators
PostgreSQL Administration for System AdministratorsPostgreSQL Administration for System Administrators
PostgreSQL Administration for System Administrators
Command Prompt., Inc
 
PostgreSQL 9.6 Performance-Scalability Improvements
PostgreSQL 9.6 Performance-Scalability ImprovementsPostgreSQL 9.6 Performance-Scalability Improvements
PostgreSQL 9.6 Performance-Scalability Improvements
PGConf APAC
 
Best Practices for Becoming an Exceptional Postgres DBA
Best Practices for Becoming an Exceptional Postgres DBA Best Practices for Becoming an Exceptional Postgres DBA
Best Practices for Becoming an Exceptional Postgres DBA
EDB
 
Deep dive into PostgreSQL statistics.
Deep dive into PostgreSQL statistics.Deep dive into PostgreSQL statistics.
Deep dive into PostgreSQL statistics.
Alexey Lesovsky
 
Postgresql database administration volume 1
Postgresql database administration volume 1Postgresql database administration volume 1
Postgresql database administration volume 1
Federico Campoli
 

Viewers also liked (14)

EDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB Postgres DBA Best Practices
EDB Postgres DBA Best Practices
 
What's New in PostgreSQL 9.6
What's New in PostgreSQL 9.6What's New in PostgreSQL 9.6
What's New in PostgreSQL 9.6
 
5 Postgres DBA Tips
5 Postgres DBA Tips5 Postgres DBA Tips
5 Postgres DBA Tips
 
Product Update: EDB Postgres Platform 2017
Product Update: EDB Postgres Platform 2017Product Update: EDB Postgres Platform 2017
Product Update: EDB Postgres Platform 2017
 
Non-Relational Postgres
Non-Relational PostgresNon-Relational Postgres
Non-Relational Postgres
 
Migrations, Health Checks, and Support Experiences - Postgres from the Servic...
Migrations, Health Checks, and Support Experiences - Postgres from the Servic...Migrations, Health Checks, and Support Experiences - Postgres from the Servic...
Migrations, Health Checks, and Support Experiences - Postgres from the Servic...
 
Introducing EDB Failover Manager
Introducing EDB Failover ManagerIntroducing EDB Failover Manager
Introducing EDB Failover Manager
 
PostgreSQL na EXT4, XFS, BTRFS a ZFS / FOSDEM PgDay 2016
PostgreSQL na EXT4, XFS, BTRFS a ZFS / FOSDEM PgDay 2016PostgreSQL na EXT4, XFS, BTRFS a ZFS / FOSDEM PgDay 2016
PostgreSQL na EXT4, XFS, BTRFS a ZFS / FOSDEM PgDay 2016
 
PostgreSQL performance improvements in 9.5 and 9.6
PostgreSQL performance improvements in 9.5 and 9.6PostgreSQL performance improvements in 9.5 and 9.6
PostgreSQL performance improvements in 9.5 and 9.6
 
PostgreSQL Administration for System Administrators
PostgreSQL Administration for System AdministratorsPostgreSQL Administration for System Administrators
PostgreSQL Administration for System Administrators
 
PostgreSQL 9.6 Performance-Scalability Improvements
PostgreSQL 9.6 Performance-Scalability ImprovementsPostgreSQL 9.6 Performance-Scalability Improvements
PostgreSQL 9.6 Performance-Scalability Improvements
 
Best Practices for Becoming an Exceptional Postgres DBA
Best Practices for Becoming an Exceptional Postgres DBA Best Practices for Becoming an Exceptional Postgres DBA
Best Practices for Becoming an Exceptional Postgres DBA
 
Deep dive into PostgreSQL statistics.
Deep dive into PostgreSQL statistics.Deep dive into PostgreSQL statistics.
Deep dive into PostgreSQL statistics.
 
Postgresql database administration volume 1
Postgresql database administration volume 1Postgresql database administration volume 1
Postgresql database administration volume 1
 

Similar to Which Postgres is Right for You? - Part 2

PostgreSQL as a Strategic Tool
PostgreSQL as a Strategic ToolPostgreSQL as a Strategic Tool
PostgreSQL as a Strategic Tool
EDB
 
PostgreSQL as a Strategic Tool
PostgreSQL as a Strategic ToolPostgreSQL as a Strategic Tool
PostgreSQL as a Strategic Tool
EDB
 
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
 
Techniques for scaling application with security and visibility in cloud
Techniques for scaling application with security and visibility in cloudTechniques for scaling application with security and visibility in cloud
Techniques for scaling application with security and visibility in cloudAkshay Mathur
 
2016 Federal User Group Conference - TeamForge Capabilities and Directions
2016 Federal User Group Conference - TeamForge Capabilities and Directions2016 Federal User Group Conference - TeamForge Capabilities and Directions
2016 Federal User Group Conference - TeamForge Capabilities and Directions
CollabNet
 
Challenges Scaling DevOps
Challenges Scaling DevOpsChallenges Scaling DevOps
Challenges Scaling DevOps
Rachel Maxwell
 
Optimize with Open Source
Optimize with Open SourceOptimize with Open Source
Optimize with Open Source
EDB
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integration
XPDays
 
Software design for scientific applications
Software design for scientific applicationsSoftware design for scientific applications
Software design for scientific applicationsPriyanka Lal
 
DevOps / Agile Tools Seminar 2013
DevOps / Agile Tools Seminar 2013DevOps / Agile Tools Seminar 2013
DevOps / Agile Tools Seminar 2013
Ethan Ram
 
(ATS4-PLAT03) Balancing Security with access for Development
(ATS4-PLAT03) Balancing Security with access for Development(ATS4-PLAT03) Balancing Security with access for Development
(ATS4-PLAT03) Balancing Security with access for Development
BIOVIA
 
Bootstrap SaaS startup using Open Source Tools
Bootstrap SaaS startup using Open Source ToolsBootstrap SaaS startup using Open Source Tools
Bootstrap SaaS startup using Open Source Tools
botsplash.com
 
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
 
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
 
Extending DevOps practices to SQL Server databases - story tracking - 20th ju...
Extending DevOps practices to SQL Server databases - story tracking - 20th ju...Extending DevOps practices to SQL Server databases - story tracking - 20th ju...
Extending DevOps practices to SQL Server databases - story tracking - 20th ju...
Red Gate Software
 
Building block development in managed hosting - Angelo Rossi, Manager, Comple...
Building block development in managed hosting - Angelo Rossi, Manager, Comple...Building block development in managed hosting - Angelo Rossi, Manager, Comple...
Building block development in managed hosting - Angelo Rossi, Manager, Comple...
Blackboard APAC
 
Community or Commercial: Which Edition of JasperSoft is Right For You?
Community or Commercial: Which Edition of JasperSoft is Right For You?Community or Commercial: Which Edition of JasperSoft is Right For You?
Community or Commercial: Which Edition of JasperSoft is Right For You?
TIBCO Jaspersoft
 
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
 
Overcoming write availability challenges of PostgreSQL
Overcoming write availability challenges of PostgreSQLOvercoming write availability challenges of PostgreSQL
Overcoming write availability challenges of PostgreSQL
EDB
 

Similar to Which Postgres is Right for You? - Part 2 (20)

PostgreSQL as a Strategic Tool
PostgreSQL as a Strategic ToolPostgreSQL as a Strategic Tool
PostgreSQL as a Strategic Tool
 
PostgreSQL as a Strategic Tool
PostgreSQL as a Strategic ToolPostgreSQL as a Strategic Tool
PostgreSQL as a Strategic Tool
 
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
 
Techniques for scaling application with security and visibility in cloud
Techniques for scaling application with security and visibility in cloudTechniques for scaling application with security and visibility in cloud
Techniques for scaling application with security and visibility in cloud
 
2016 Federal User Group Conference - TeamForge Capabilities and Directions
2016 Federal User Group Conference - TeamForge Capabilities and Directions2016 Federal User Group Conference - TeamForge Capabilities and Directions
2016 Federal User Group Conference - TeamForge Capabilities and Directions
 
Challenges Scaling DevOps
Challenges Scaling DevOpsChallenges Scaling DevOps
Challenges Scaling DevOps
 
Optimize with Open Source
Optimize with Open SourceOptimize with Open Source
Optimize with Open Source
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integration
 
Software design for scientific applications
Software design for scientific applicationsSoftware design for scientific applications
Software design for scientific applications
 
DevOps / Agile Tools Seminar 2013
DevOps / Agile Tools Seminar 2013DevOps / Agile Tools Seminar 2013
DevOps / Agile Tools Seminar 2013
 
(ATS4-PLAT03) Balancing Security with access for Development
(ATS4-PLAT03) Balancing Security with access for Development(ATS4-PLAT03) Balancing Security with access for Development
(ATS4-PLAT03) Balancing Security with access for Development
 
leenaaggarwal
leenaaggarwalleenaaggarwal
leenaaggarwal
 
Bootstrap SaaS startup using Open Source Tools
Bootstrap SaaS startup using Open Source ToolsBootstrap SaaS startup using Open Source Tools
Bootstrap SaaS startup using Open Source Tools
 
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
 
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
 
Extending DevOps practices to SQL Server databases - story tracking - 20th ju...
Extending DevOps practices to SQL Server databases - story tracking - 20th ju...Extending DevOps practices to SQL Server databases - story tracking - 20th ju...
Extending DevOps practices to SQL Server databases - story tracking - 20th ju...
 
Building block development in managed hosting - Angelo Rossi, Manager, Comple...
Building block development in managed hosting - Angelo Rossi, Manager, Comple...Building block development in managed hosting - Angelo Rossi, Manager, Comple...
Building block development in managed hosting - Angelo Rossi, Manager, Comple...
 
Community or Commercial: Which Edition of JasperSoft is Right For You?
Community or Commercial: Which Edition of JasperSoft is Right For You?Community or Commercial: Which Edition of JasperSoft is Right For You?
Community or Commercial: Which Edition of JasperSoft is Right For You?
 
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
 
Overcoming write availability challenges of PostgreSQL
Overcoming write availability challenges of PostgreSQLOvercoming write availability challenges of PostgreSQL
Overcoming write availability challenges of PostgreSQL
 

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

Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
informapgpstrackings
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Globus
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus
 
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Mind IT Systems
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Natan Silnitsky
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
Fermin Galan
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Globus
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
Max Andersen
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
abdulrafaychaudhry
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
Donna Lenk
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 

Recently uploaded (20)

Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
 
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 

Which Postgres is Right for You? - Part 2

  • 1. © 2016 EDB. All rights reserved. 1 So many Options, but which Postgres is right for you? Part 2 of 3
  • 2. © 2016 EDB. All rights reserved. 2 •  The Enterprise Challenge •  Enterprise Postgres •  Evaluation guidelines •  Scenarios −  PostgreSQL without commercial support −  Creating your own PostgreSQL fork −  EDB Postgres Standard •  Summary •  Resources Agenda
  • 3. © 2016 EDB. All rights reserved. 3 The Enterprise Challenge Little Money For New Initiatives Competitive Disadvantage $ t $ Revenue DBMS Customer Engagement
  • 4. © 2016 EDB. All rights reserved. 4 The Enterprise Challenge: Open Source to the Rescue 35% 80% 80% Software infrastructure budget on DBMSs (1) In-House applications candidates to move off expensive DBMSs (2) Cost savings (3) (1) Gartner, Forrester and EDB analysis (2) The State of Open-Source RDBMS, 2015, Gartner, April 2015 (3) The State of Open-Source RDBMS, 2015, Gartner, April 2015; EDB analysis of customer experiences and market prices
  • 5. © 2016 EDB. All rights reserved. 5 POSTGRES innovation ENTERPRISE reliability 24/7 support Services & training Enterprise-class features, tools & compatibility Certifications Product road-map Control Thousands of developers Fast development cycles Low cost No vendor lock-in Advanced features Enabling commercial adoption of Postgres Enterprise Postgres
  • 6. © 2016 EDB. All rights reserved. 6 Enterprise Postgres: EDB Postgres Platform
  • 7. © 2016 EDB. All rights reserved. 7 •  PostgreSQL without commercial support •  Creating your own PostgreSQL fork •  EDB Postgres Standard •  PostgreSQL without commercial support •  PostgreSQL with a consulting partner •  EDB Postgres Enterprise Scope Today's webinar June webinar
  • 8. © 2016 EDB. All rights reserved. 8 Evaluation guidelines: Risks Technical Risks Business Risks Capabilities Roadmap Tech Support Time to Market Cost Relationships Software Control
  • 9. © 2016 EDB. All rights reserved. 9 •  Mission-Critical Apps •  Non-Mission-Critical Apps •  Non-Production Apps •  Time-to-Market Sensitivity •  High Security and Performance •  Oracle Compatibility •  Access to Source Code Evaluation guidelines: Usage Profiles
  • 10. © 2016 EDB. All rights reserved. 10 User works directly with community PostgreSQL binaries without commercial assistance and works entirely within the community participation process. Scenario: PostgreSQL without commercial support
  • 11. © 2016 EDB. All rights reserved. 11 Pros •  Mature, capable RDBMS •  SQL standards compliance •  OLTP, READ, mixed workloads •  Unstructured data support Cons •  Performance: Limited partitioning capabilities, no workload manager, limited performance diagnostics •  Security: No SQL injection attack protection, no password policy management, no enhanced auditing •  Limited developer usability and features •  No integrated tool suites for monitoring, management, tuning, high availability, backup and recovery, or migration •  No Oracle compatibility PostgreSQL without commercial support Capabilities
  • 12. © 2016 EDB. All rights reserved. 12 Pros •  A public wish list is maintained by the Postgres community •  Your organization may contribute code for features Cons •  Little insight into Community database engineering •  Little to no influence over database roadmap •  No guaranteed acceptance or timelines for code submitted PostgreSQL without commercial support Roadmap
  • 13. © 2016 EDB. All rights reserved. 13 Pros •  Multiple community forums/ mailing lists for free technical support •  Postgres developers fix bugs on an ongoing basis Cons •  No dedicated technical support team •  No service level agreements (SLAs) •  No hot fixes •  No issue tracking portal •  No regionally based support PostgreSQL without commercial support Tech Support
  • 14. © 2016 EDB. All rights reserved. 14 Pros •  No procurement time Cons •  Slower learning curve without assistance •  Longer time to set up, configure, and tune database and tools •  More difficult and therefore longer migration from Oracle due to code rewrites or refactoring PostgreSQL without commercial support Time to Market
  • 15. © 2016 EDB. All rights reserved. 15 Pros •  No upfront license fees •  No maintenance/support fees Cons •  Cost for internal resources to manage and support •  Costs for training •  Unpredictable costs for downtime or slow performance PostgreSQL without commercial support Cost
  • 16. © 2016 EDB. All rights reserved. 16 Pros •  Flexibility to source vendors on an as-needed basis Cons •  No commercial responsiveness or incentives for mutual success •  No direct access to Postgres engineering resources PostgreSQL without commercial support Relationships
  • 17. © 2016 EDB. All rights reserved. 17 Pros •  Access to source code •  Liberal Postgres license avoids software contamination Cons •  No influence over release schedules for the database •  Unknown levels of community QA testing •  Self-reliability to manage software updates and security alerts •  Uncoordinated and inconsistent releases, documentation, support and quality across tools •  No extended lifecycle support available •  Potential public exposure of your confidential and competitive information via community interactions PostgreSQL without commercial support Software Control
  • 18. © 2016 EDB. All rights reserved. 18 PostgreSQL without commercial support
  • 19. © 2016 EDB. All rights reserved. 19 User takes the PostgreSQL source code as a starting point for developing own version of PostgreSQL while creating and maintaining its own development effort. Scenario: Creating your own PostgreSQL fork
  • 20. © 2016 EDB. All rights reserved. 20 Pros •  Mature, capable RDBMS •  SQL standards compliance •  OLTP, READ, mixed workloads •  Unstructured data support •  Well-structured and well-documented source code Cons •  Performance: Limited partitioning capabilities, no workload manager, limited performance diagnostics •  Security: No SQL injection attack protection, no password policy management, no enhanced auditing •  Limited developer usability and features •  No integrated tool suites for monitoring, management, tuning, high availability, backup and recovery, or migration •  No Oracle compatibility •  Possible compromising of core code/ features Creating your own PostgreSQL fork Capabilities
  • 21. © 2016 EDB. All rights reserved. 21 Pros •  Knowledge of all internal database engineering efforts •  High degree of influence over the database roadmap Cons •  Must refactor fork with each new community release or forego new community features •  Changes to source code may break existing Postgres features in your fork •  Possible inconsistencies and incompatibilities with other open source solutions and platforms Creating your own PostgreSQL fork Roadmap
  • 22. © 2016 EDB. All rights reserved. 22 Pros •  Multiple community forums/ mailing lists for free technical support •  Postgres developers fix bugs on an ongoing basis Cons •  No dedicated technical support team •  No service level agreements (SLAs) •  No hot fixes •  No issue tracking portal •  No regionally based support •  No community support for modified source code Creating your own PostgreSQL fork Tech Support
  • 23. © 2016 EDB. All rights reserved. 23 Pros •  No procurement time •  Shorter development cycle for customizations •  After clearing initial learning curve, development cycles accelerate Cons •  Longest learning curve without assistance and >1M lines of code •  Longer time to set up, configure, and tune database and tools •  More difficult and therefore longer migration from Oracle due to code rewrites or refactoring •  Long process to recruit, train and integrate Postgres developers into operations Creating your own PostgreSQL fork Time to Market
  • 24. © 2016 EDB. All rights reserved. 24 Pros •  No upfront license fees •  No maintenance/ support fees Cons •  Cost for internal resources to manage and support •  Costs for internal developers and support •  Costs for training •  Unpredictable costs for downtime or slow performance •  Costs for creating and maintaining a software development infrastructure including testing and deployment •  Costs to refactor forked version to any new Postgres release version including security and bug fixes Creating your own PostgreSQL fork Cost
  • 25. © 2016 EDB. All rights reserved. 25 Pros •  Flexibility to source vendors on an as-needed basis Cons •  No commercial responsiveness or incentives for mutual success •  No direct access to Postgres engineering resources •  Potential difficulty in matching vendor abilities to requirements •  Inconsistent or unknown availability of internal technical resources Creating your own PostgreSQL fork Relationships
  • 26. © 2016 EDB. All rights reserved. 26 Cons •  Self-reliability to manage software updates and security alerts •  Uncoordinated and inconsistent releases, documentation, support and quality across tools or own development leading to potential incompatibility with community tools •  Potential public exposure of your confidential and competitive information via community interactions Creating your own PostgreSQL fork Software Control Pros •  Access to source code •  Control over release schedule •  No external lifecycle limitations •  Control over software development and QA cycles •  Liberal Postgres license avoids software contamination •  Control over intellectual property
  • 27. © 2016 EDB. All rights reserved. 27 Scenario: Creating your own PostgreSQL fork
  • 28. © 2016 EDB. All rights reserved. 28 User works with certified PostgreSQL binaries and with EDB to enhance their interactions and input with the community while getting all key mission critical tools from EDB. Scenario: EDB Postgres Standard
  • 29. © 2016 EDB. All rights reserved. 29 Pros •  Mature, capable RDBMS •  SQL standards compliance •  OLTP, READ, mixed workloads •  Unstructured data support •  Integrated mission-critical tool suites for monitoring, management, tuning, high availability, backup and recovery, and Oracle migration Cons •  Performance: Limited partitioning capabilities, no workload manager, limited performance diagnostics •  Security: No SQL injection attack protection, no password policy management, no enhanced auditing •  Limited developer usability and features •  No Oracle compatibility EDB Postgres Standard Capabilities
  • 30. © 2016 EDB. All rights reserved. 30 Pros •  Insight into community database engineering •  Some influence over the database roadmap •  Excellent insight into EDB engineering activity •  Influence on roadmap for mission-critical tool suites Cons •  Insight into community activities does not mean EDB controls feature development of the community database •  Uncertainty about acceptance and lead times of customer features into community code •  Limited influence over community database release schedule EDB Postgres Standard Roadmap
  • 31. © 2016 EDB. All rights reserved. 31 Cons •  None EDB Postgres Standard Tech Support Pros •  Service level agreements (SLAs) •  Escalation support by EDB engineers backed by Postgres community leaders working at EDB •  Hot fixes available “out of band” from Postgres release schedule •  Issue tracking portal •  Technical Account Management available •  Community forums/mailing lists
  • 32. © 2016 EDB. All rights reserved. 32 EDB Postgres Standard Time to Market Pros •  EDB Consultants to assist with general learning curve •  Access to Postgres resources for technical support, training, and consulting including assistance with set up and configuration of database •  Bundled with integrated tool suites for management, migration and integration Cons •  Procurement time required to source vendor and implement working relationship •  More difficult and therefore longer migration from Oracle due to code rewrites or refactoring
  • 33. © 2016 EDB. All rights reserved. 33 EDB Postgres Standard Cost Pros •  No upfront license fees •  No upfront maintenance/ support fees •  Significant cost savings over traditional vendors Cons •  Annual subscription fee •  Unpredictable costs to compensate for features only available in EDB Postgres Enterprise e.g. performance improvements
  • 34. © 2016 EDB. All rights reserved. 34 EDB Postgres Standard Relationships Pros •  Access to the highest concentration of Postgres resources and services worldwide •  Full service provider for software, support, maintenance, tools, training and certification, and consulting •  Commercial responsiveness and incentives for mutual success •  Expertise supporting a global brand 24x7 •  Most extensive network of business partnerships •  Gartner Magic Quadrant Leader Cons •  Some dependence on EDB for mission- critical tool suites
  • 35. © 2016 EDB. All rights reserved. 35 Pros •  Access to database source code •  Hot fixes •  Influence over release schedules for minor updates •  Influence over roadmap for mission-critical tool suites •  Reliable and documented testing of all database and tool suite releases •  Automated software updates, alerting and management •  Extended lifecycle support may be available Cons •  Major database releases tied to community schedule •  No access to source code for tool suites EDB Postgres Standard Software Control
  • 36. © 2016 EDB. All rights reserved. 36 Scenario: EDB Postgres Standard
  • 37. © 2016 EDB. All rights reserved. 37 Comparison EDB Postgres Standard Creating your own PostgreSQL fork PostgreSQL without commercial support
  • 38. © 2016 EDB. All rights reserved. 38 •  Postgres solution choice depends on usage and willingness to take risks •  Mission-critical workloads require an enterprise platform •  EDB Postgres subscriptions reduce technical and business risks •  Save money and time with EDB Postgres Summary
  • 39. © 2016 EDB. All rights reserved. 39 Whitepaper: Which Postgres is Right for Me www.enterprisedb.com/Which-Postgres-Is-Right-For-Me PostgreSQL Community Wish List https://wiki.postgresql.org/wiki/Todo Gartner: The State of Open-Source RDBMSs, 2015 info.enterprisedb.com/Gartner-MQ-2015.html Download EDB Postgres Advanced Server www.enterprisedb.com/downloads To learn more contact us at sales@enterprisedb.com. Resources
  • 40. © 2016 EDB. All rights reserved. 40 Resources: Getting Started with EDB Postgres Comprehensive bundle of a Developer license, Training & Consulting, helping to make development projects successful. •  EDB Postgres Developer Subscription •  On-Demand Training (2 classes) •  Consulting (2 days-remote) EDB Developer Kick Start Comprehensive package for groups of 2-4 developers & DBAs in support of mission-critical production Postgres implementations, along with expert guidance for Year 1. •  EDB Postgres Developer Subscription •  On-Demand Training (4 classes) •  Consulting (5 days, remote) •  RemoteDBA (1 year, 8 instances) EDB Postgres Group Success with RemoteDBA
  • 41. © 2016 EDB. All rights reserved. 41 World-class training that delivers the education, experience, and excellence needed to be successful •  Training that fits your learning needs: Classroom, Online, and Onsite. •  eSubscriptions - access to all on-demand Training in an annual subscription •  DBA and developer course tracks available •  Courses cover administration, migration, performance tuning and more Resources: Postgres Skills Development Assistance EDB is the industry-recognized global standard for Postgres Certification Develop and validate in-house Postgres skill and expertise •  DBMSs covered include: −  PostgreSQL −  EDB Postgres Advanced Server •  Associate & Professional levels •  Convenient online exams EDB Training provides: EDB Certification provides:
  • 42. © 2016 EDB. All rights reserved. 42