Aug 28, 2020
MongoDB Atlas vs managed community edition
Rick Vasquez and Kimberly Wilkins present MongoDB Atlas vs managed community edition
MongoDB
Aug 28, 2020
MongoDB Backups Overview
Akira Kurogane present a quick-quick comparison of the different backup solutions that can be used with MongoDB
MongoDBBackup and Recovery
Aug 28, 2020
Enterprise Authentication for Percona Server for MongoDB - LDAP and Kerberos
In this presentation, Sandra Romanchenko will discuss the necessity, benefits and possible ways of configuring external authentication/authorization in Percona Server for MongoDB. Live demo will provide the required steps for each setup ensuring that you can easily start using this feature in your own environment.
Overview:
- Importance of securing database and access restriction
- Benefits of centralized access control...
Overview:
- Importance of securing database and access restriction
- Benefits of centralized access control...
MongoDBSecurityPercona Open Source Software
Aug 28, 2020
Why Pay for MongoDB Enterprise When Open Source Has You Covered?
Barrett Chambers present "Why Pay for MongoDB Enterprise When Open Source Has You Covered?"
Many organization require Enterprise subscriptions for the coverage and features that it provide. However, many are unaware that there is an open source alternative offering all the features and benefits of a MongoDB Enterprise subscription without the licensing fees. In this talk, we will cover features that make Percona Server for MongoDB...
Many organization require Enterprise subscriptions for the coverage and features that it provide. However, many are unaware that there is an open source alternative offering all the features and benefits of a MongoDB Enterprise subscription without the licensing fees. In this talk, we will cover features that make Percona Server for MongoDB...
Open Source DatabaseMongoDB
Aug 28, 2020
Moving MongoDB to the Cloud: Strategies and points to consider
Vinicius Grippa present "Moving MongoDB to the Cloud: Strategies and points to consider"
There are many potential benefits moving to the cloud such as increasing resources on the fly, multi-region infrastructure, and hardware maintenance to mention only a few. On the other hand, there are critical points such as security (the latest was MEOW attack), vendor lock-in, performance issues such as latency and downtime is still a...
There are many potential benefits moving to the cloud such as increasing resources on the fly, multi-region infrastructure, and hardware maintenance to mention only a few. On the other hand, there are critical points such as security (the latest was MEOW attack), vendor lock-in, performance issues such as latency and downtime is still a...
CloudMongoDB
Aug 26, 2020
Understanding and Optimizing commit sychronization for maximum performance
Jobin Augustine present "Understanding and Optimizing commit sychronization for maximum performance"
Durability by PostgreSQL is taken for granted. PostgreSQL allows it to be tweaked at different levels. A better understanding of the commit synchronization and how it interacts with standby databases can help to optimize the performance while achieving the desired durability.
-Interaction with OS
-Interaction with the...
Durability by PostgreSQL is taken for granted. PostgreSQL allows it to be tweaked at different levels. A better understanding of the commit synchronization and how it interacts with standby databases can help to optimize the performance while achieving the desired durability.
-Interaction with OS
-Interaction with the...
PostgreSQLOperations
Aug 26, 2020
Migrating from MSSQL to PostgreSQL
Robert Bernier present "Migrating from MSSQL to PostgreSQL"
This presentation details the real world migration of an aging MSSQL enterprise server to PostgreSQL. The migration resulted in a more agile and responsive infrastructure tailored to today's circumstances and scaling opportunities.
- About the challenge
- About the solution
- The technical details
- Executing the migration
- Post migration
-...
This presentation details the real world migration of an aging MSSQL enterprise server to PostgreSQL. The migration resulted in a more agile and responsive infrastructure tailored to today's circumstances and scaling opportunities.
- About the challenge
- About the solution
- The technical details
- Executing the migration
- Post migration
-...
PostgreSQLMigration
Aug 21, 2020
MongoDB Encryption at Rest
Join Stephen Thorn and Michał Nosek, Percona Technical Experts, as they discuss MongoDB Encryption at Rest.
This hands-on workshop will walk through the process of setting up data-at-rest encryption in Percona Server for MongoDB (PSMDB). Data-at-rest encryption is one of the methods used to secure database deployments from unauthorized data access. It’s also commonly required for enterprise-grade database deployments due to...
MongoDBSecurity
Aug 19, 2020
An introduction to pgcrypto
Robert Bernier present "An introduction to pgcrypto"
This talk introduces you to one of the more important postgres security extensions "pg_crypto". We'll cover the more base functions, and how they can be used with some simple examples.
Overview:
- General Hashing Functions
- Password Hashing Functions
- PGP Encryption Functions
- Raw Encryption Functions
- Random-Data Functions
This talk introduces you to one of the more important postgres security extensions "pg_crypto". We'll cover the more base functions, and how they can be used with some simple examples.
Overview:
- General Hashing Functions
- Password Hashing Functions
- PGP Encryption Functions
- Raw Encryption Functions
- Random-Data Functions
PostgreSQL
Aug 19, 2020
Joining Heterogeneous Databases is a reality, not a Myth
Ibrar Ahmed present "Joining Heterogeneous Databases is a reality, not a Myth."
PostgreSQL provides a way to communicate with external data sources. This could be another PostgreSQL instance or any other database.
The other database might be a relational database such as Clickhouse, MySQL or Oracle; or any NoSQL database such as MongoDB or Hadoop. To achieve this, PostgreSQL implements ISO Standard call SQL-MED in the form of...
PostgreSQL provides a way to communicate with external data sources. This could be another PostgreSQL instance or any other database.
The other database might be a relational database such as Clickhouse, MySQL or Oracle; or any NoSQL database such as MongoDB or Hadoop. To achieve this, PostgreSQL implements ISO Standard call SQL-MED in the form of...
PostgreSQL