By having appropriate indexes on your MySQL tables, you can greatly enhance the performance of SELECT queries. But, did you know that adding indexes to your tables in itself is an expensive operation, and may take a long time to complete depending on the size of your tables? During this time, you are also likely to experience a degraded performance of queries as your system … [Read more...] about Best Practice for Creating Indexes on your MySQL Tables
database
How to Make it Easier to Manage a Production PostgreSQL Database
The past several years have seen increasing adoption for PostgreSQL. PostgreSQL is an amazing relational database. Feature-wise, it is up there with the best, if not the best. There are many things I love about it “ PL/ PG SQL, smart defaults, replication (that actually works out of the box), and an active and vibrant open source community. However, beyond just the features, … [Read more...] about How to Make it Easier to Manage a Production PostgreSQL Database
What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Patroni – Infographic
Wondering which high availabilityframework to use for your PostgreSQL deployments? We compared the top 3 frameworks, PostgreSQL Automatic Failover (PAF) vs. Replication Manager (repmgr) vs. Patroni, in our Managing High Availability in PostgreSQL series. In these blogs, we dove deep into how the frameworks work, their setup requirements, pros and cons, and how they … [Read more...] about What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Patroni – Infographic
New Era for Data Management workshop
No matter'what you're currently facing, DBMS London delivers the training you need to overcome your top modern data and analytics challenges, reduce Complexity & risk, and drive performance within master data management solutions, big data analytics, data science and business-facing data-driven applications, senior-level executives and hands-on practitioners can come … [Read more...] about New Era for Data Management workshop
How to Improve MySQL AWS Performance 2X Over Amazon RDS at The Same Cost
AWS is the #1 cloud provider for open-source database hosting, and the go-to cloud for MySQL deployments. As organizations continue to migrate to the cloud, it's important to get in front of performance issues, such as high latency, low throughput, and replication lag with higher distances between your users and cloud infrastructure. While many AWS users default to their … [Read more...] about How to Improve MySQL AWS Performance 2X Over Amazon RDS at The Same Cost