Please join Percona Principal Support Engineer Marcos Albe as he presents his talk “Flame Graphs 2013 on Thursday, August 22th, 2019 at 11:00 AM PDT (UTC-7). Register Now Visualizing profiling information can be a very powerful tool for performance diagnostics, especially if we zoom right into the problem. Flame graphs were developed for this purpose [&]
Our latest white paper The Hidden Costs of Not Properly Managing Your Databases discusses the potential losses that you can incur if you do not have a properly configured database and infrastructure setup. A Google study recently found that if an application does not respond in three seconds or less, more than half of mobile [&]
Понедельник, 19 Августа 2019 г. 22:01
+ в цитатник
Percona is excited to announce the beta release of Percona Distribution for PostgreSQL 11 on August 19, 2019. This release signifies a change in Percona’s software release process. In order to provide a full-featured and holistic solution, we are introducing a product distribution: a database product and tools that enable solving essential practical tasks efficiently. [&]
Понедельник, 19 Августа 2019 г. 21:07
+ в цитатник
If you’ve been waiting to see the schedule before you commit to a ticket, wait no longer! With just a few spots to be confirmed before release, the bulk of the Percona Live Europe 2019 agenda can now be seen. We’ve said it before, but the quality of the submissions was high and it’s been [&]
Editors Note: The first version of this post contained a section criticizing what appeared to be a major regression concerning dropDatabase and movePrimary commands. It was found out that it was merely a documentation error in the MongoDB 4.2 release notes, which is now fixed: https://jira.mongodb.org/browse/DOCS-12474. The (In)Stability section is now removed. At Percona weve [&]
Percona announces the release of Percona Server for MySQL 8.0.16-7 on August 15, 2019 (downloads are available here and from the Percona Software Repositories). This release is based on MySQL 8.0.16. It includes all bug fixes in these releases. Percona Server for MySQL 8.0.16-7 is now the current GA release in the 8.0 series. All of Percona’s [&]
We have been writing blog posts about how to write simple extensions in C language and a little more complex one by Ibrar which were well received by PostgreSQL user community. Then we observed that many PostgreSQL users create simple triggers for small auditing requirements, and then feel the pain of trigger on transactions. So [&]
In this post, we will manage ProxySQL Cluster with core and satellite nodes. What does that mean? Well, in hundreds of nodes, only one change in one of those nodes will replicate to the entire cluster. Any mistake or changes will replicate to all nodes, and this can make it difficult to find the most [&]
In this post, we will manage ProxySQL Cluster with core and satellite nodes. What does that mean? Well, in hundreds of nodes, only one change in one of those nodes will replicate to the entire cluster. Any mistake or changes will replicate to all nodes, and this can make it difficult to find the most [&]
While we often run MySQL on larger scale systems in Production for Test and Dev, sometimes we want to run MySQL on the tiniest cloud instances possible or just run it on our laptops. In these cases, MySQL 8 and MySQL 5.7 memory consumption is quite important. In comparing MySQL 8 vs MySQL 5.7, you [&]
While we often run MySQL on larger scale systems in Production for Test and Dev, sometimes we want to run MySQL on the tiniest cloud instances possible or just run it on our laptops. In these cases, MySQL 8 and MySQL 5.7 memory consumption is quite important. In comparing MySQL 8 vs MySQL 5.7, you [&]
To set correct system variable values is the essential step to get the correct server behavior against the workload. In MySQL, we have many System variables that can be changed at runtime, and most of them can be set at the session or global level. To change the value of a system variable at the [&]
Понедельник, 12 Августа 2019 г. 22:52
+ в цитатник
ProxySQL 2.0.5, released by MariaDB). It acts as an intermediary for client requests seeking resources from the database. Ren'e Canna`o created ProxySQL for DBAs as a means of solving complex replication topology issues. This release includes Docker images for release 2.0.5 are available as well. You can in the wiki format. ProxySQL 2.0.5 Improvements PSQLADM-51: Update mysql-server_version [&]
Понедельник, 12 Августа 2019 г. 22:52
+ в цитатник
ProxySQL 2.0.5, released by MariaDB). It acts as an intermediary for client requests seeking resources from the database. Ren'e Canna`o created ProxySQL for DBAs as a means of solving complex replication topology issues. This release includes Docker images for release 2.0.5 are available as well. You can in the wiki format. ProxySQL 2.0.5 Improvements PSQLADM-51: Update mysql-server_version [&]
Percona announces the release of Percona Server for MongoDB 3.4.22-2.20 on August 9, 2019. Download the latest version from the Percona website or the Percona software repositories. Percona Server for MongoDB is an enhanced, open source, and highly-scalable database that is a fully-compatible, drop-in replacement for MongoDB 3.4 Community Edition. It supports MongoDB 3.4 protocols and drivers. [&]
Percona is glad to announce the release of Percona XtraBackup 8.0.7 on August 7, 2019. You can download it from our download site and apt and yum repositories. Percona XtraBackup enables MySQL backups without blocking user queries, making it ideal for companies with large data sets and mission-critical applications that cannot tolerate long periods of downtime. [&]
We had an amazing response to our Call for Papers for Percona Live Europe, offering talks of incredible breadth and depth. Our European open source database conference rivals its North American cousin in the number and quality of submissions, which has made it an incredibly tough job for the volunteer Committee – thank you, again [&]
Понедельник, 05 Августа 2019 г. 18:01
+ в цитатник
Creating an index on a MongoDB collection is simple; just run the command CreateIndex and thats all there is to it. There are several index types available, and in a previous post, you can find the more important index types: MongoDB index types and explain(). The command is quite simple, but for MongoDB, building an [&]
Понедельник, 05 Августа 2019 г. 16:48
+ в цитатник
Please join Percona CEO Peter Zaitsev as he presents “Performance Analyses and Troubleshooting Technologies for Databases” on Wednesday, August 7th, 2019 at 11:00 AM PDT (UTC-7). Register Now Have you heard about the USE Method (Utilization Saturation Errors), RED (Rate Errors Duration) or Golden Signals (Latency Traffic Errors [&]
In a Linux world, whenever your database server crashes or gets terminated, you need to find its cause. There can be several reasons for this. It can be SIGSEGV, which is a crash due to some bug in the backend server, but this is the least likely reason. The most common reason is running out [&]