Securing Access to Facebook's Databases
Andrew Regner (Facebook) delivers the talk, "Securing Access to Facebook's Databases", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
Since the beginning, Facebook has used a conventional username/password to secure access to production MySQL instances. Over the last few years we've been working on moving to x509 TLS client certificate authenticated connections. Given the many types...
Percona Live SessionsMySQLSecurityMySQL-related Technologies
Meet MariaDB 10.3
Vicentiu Ciorbaru (MariaDB Foundation) delivers the talk, "Meet MariaDB 10.3", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
MariaDB 10.3 is rapidly approaching GA status. This talk will go through all new features coming in MariaDB 10.3. Highlights are:
* Oracle Compatibility Layer
* System Versioned Tables
* Custom Aggregate Functions
Percona Live SessionsMariaDB
Taskerman: A Distributed Cluster Task Manager
Raghavendra Prabhu (Yelp) delivers the talk, "Taskerman: A Distributed Cluster Task Manager", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
At Yelp we have a constantly growing polyglot data tier consisting of data stores such as Cassandra, Elasticsearch, MySQL, and Zookeeper. These distributed datastores often ask to be treated like pets but can only be reared like cattle given the...
Percona Live SessionsCloudMySQLMonitoring and OperationsMySQL-related Technologies
MySQL Infrastructure Testing Automation at GitHub
Jonah Berquist (GitHub), Tom Krouper (GitHub) delivers the talk, "MySQL Infrastructure Testing Automation at GitHub", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
The database team at GitHub is tasked with keeping the data available and with maintaining its integrity. Our infrastructure automates away much of our operation, but automation requires trust, and trust is gained by...
Percona Live SessionsContainers and AutomationCloudMySQL
Stateful applications on Mesosphere DC/OS
Shafique Hassan (Mesosphere) delivers the talk, "Stateful applications on Mesosphere DC/OS ", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
Apache Mesos and DC/OS are powerful tools to manage, deploy, and maintain services. But, rolling your own stateful application on top of DC/OS requires a deep understanding of Apache Mesos primitives and DC/OS components. Enter the DC/OS SDK.
Percona Live SessionsContainers and Automation
Your Herd of Elephants: PostgreSQL Replication
Christophe Pettus (PostgreSQL Experts Inc.) delivers the talk, "Your Herd of Elephants: PostgreSQL Replication", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
PostgreSQL version 10 has added logical replication, and now the field of replication options in PostgreSQL has gotten wide: Streaming replication, warm standby, logical replication?
We'll discuss what the options are,...
Percona Live SessionsPostgreSQLReplication
RDS vs Aurora vs On-Prem which is right for you
Kathy Gibbs (Amazon) delivers the talk, "RDS vs Aurora vs On-Prem which is right for you", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
The presentation will discuss some of the best practices in determining whether to put your MySQL instances on Amazon RDS, Amazon Aurora or just leave it on-premise. The session will go into details of the pros vs cons of each platform such as...
Percona Live SessionsCloudMySQLPerformanceCloud Solutions
Securing Your Data: All Steps for Encrypting Your MongoDB Database
Igorcho Donchovski (Pythian) delivers the talk, "Securing Your Data: All Steps for Encrypting Your MongoDB Database", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
In this day and age, maintaining privacy throughout our electronic communications is absolutely necessary. Creating user accounts and not exposing your MongoDB environment to the wider internet are basic concepts that have...
Percona Live SessionsCloudMongoDBSecurity
Migrating to Vitess at (Slack) Scale
Michael Demmer (Slack) delivers the talk, "Migrating to Vitess at (Slack) Scale", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
MySQL is the backbone of Slack's data storage infrastructure, handling billions of queries per day across thousands of sharded database hosts. We are the midst of migrating this system to use Vitess' flexible sharding and topology management instead of...
Percona Live SessionsMySQLPerformanceScalabilityMySQL-related Technologies
Automated DBA
Nikolay Samokhvalov (Nombox) delivers the talk, "Automated DBA", on DAY 2 of the Percona Live Open Source Database Conference 2018, 4/25, at Santa Clara, CA.
postgres_dba (https://github.com/NikolayS/postgres_dba) - is a brand new open source DBA tool set, which can be used by any application developer to find database issues possible solutions much faster.
In this...
Percona Live SessionsPostgreSQLSecurityPerformance Optimization