-Подписка по e-mail

 

 -Поиск по дневнику

Поиск сообщений в rss_petrzaycev_mysql

 -Статистика

Статистика LiveInternet.ru: показано количество хитов и посетителей
Создан: 18.04.2007
Записей:
Комментариев:
Написано: 2







Добавить любой RSS - источник (включая журнал LiveJournal) в свою ленту друзей вы можете на странице синдикации.

Исходная информация - http://www.mysqlperformanceblog.com.
Данный дневник сформирован из открытого RSS-источника по адресу http://www.mysqlperformanceblog.com/feed/, и дополняется в соответствии с дополнением данного источника. Он может не соответствовать содержимому оригинальной страницы. Трансляция создана автоматически по запросу читателей этой RSS ленты.
По всем вопросам о работе данного сервиса обращаться со страницы контактной информации.

[Обновить трансляцию]

Percona Distribution for MongoDB Operator 1.9, Updated Percona Distribution for PostgreSQL: Release Roundup July 5, 2021

Понедельник, 05 Июля 2021 г. 15:00 + в цитатник
Percona Software Release July 5 2021Its release roundup time again here at Percona! Our Release Roundups showcase the latest Percona software updates, tools, and features to help you manage and deploy our software. It offers highlights and critical information, as well as links to the full release notes and direct links to the software or service itself to download. This [&]

https://www.percona.com/blog/2021/07/05/percona-distribution-for-mongodb-operator-1-9-updated-percona-distribution-for-postgresql-release-roundup-july-5-2021/


Метки:  

Using MySQL 8 Dual Passwords

Четверг, 01 Июля 2021 г. 18:17 + в цитатник
Using MySQL 8 Dual PasswordsMySQL 8 brought many highly anticipated features, with support for user roles, a new shell, a more robust data dictionary, and better SQL support, just to name a few. There are lesser-known new features, however, that aim to reduce overall DBA workload and streamline management processes – and one of these is support for dual [&]

https://www.percona.com/blog/using-mysql-8-dual-passwords/


Метки:  

Installing Percona Server for MySQL on Rocky Linux 8

Четверг, 01 Июля 2021 г. 16:32 + в цитатник
MySQL on Rocky Linux 8With the CentOS project switching its focus to CentOS Stream, one of the alternatives that aim to function as a downstream build (building and releasing packages after theyre released by Red Hat) is Rocky Linux. This how-to shows how to install Percona Server for MySQL 8.0 on the Rocky Linux distribution. You can get the [&]

https://www.percona.com/blog/installing-percona-server-for-mysql-on-rocky-linux-8/


Метки:  

Percona Monitoring and Management – MySQL Semi-Sync Summary Dashboard

Четверг, 01 Июля 2021 г. 15:15 + в цитатник
Percona Monitoring and Management - MySQL Semi-Sync Summary DashboardSome of you may use MySQLs asynchronous replication feature called Semisynchronous Replication (aka semi-sync), and now with the MySQL Semi-Sync Summary Dashboard + Percona Monitoring and Management (PMM), you can see the most important metrics! Refer to the Install & Usage steps for deployment details (note you need Replication Set defined!). What is Semisynchronous Replication [&]

https://www.percona.com/blog/percona-monitoring-and-management-mysql-semi-sync-summary-dashboard/


Метки:  

Complex Archival with Percona Toolkit’s pt-archiver

Среда, 30 Июня 2021 г. 20:19 + в цитатник
Complex Archival with Percona Toolkit pt-archiverThe Problem I recently worked on a customer engagement where the customer needed to archive a high amount of rows from different tables into another server (in this example for simplicity I am just archiving the results into a file).  As explained in this other blog post, Want to archive tables? Use Percona Toolkit’s pt-archiver, [&]

https://www.percona.com/blog/complex-archival-with-percona-toolkits-pt-archiver/


Метки:  

MongoDB Multi-Document Transaction Fails When getLastErrorDefaults is Changed

Среда, 30 Июня 2021 г. 17:35 + в цитатник
MongoDB getLastErrorDefaultsIn every new version of MongoDB, there have been a lot of changes and newly introduced features. One such change is the introduction of setDefaultRWConcern command from MongoDB 4.4. This feature has caused multi-document transaction writes to fail for one of my customers. In this blog post, we will look into the problem and how [&]

https://www.percona.com/blog/2021/06/30/mongodb-multi-document-transaction-fails-when-getlasterrordefaults-is-changed/


Метки:  

Percona Monthly Bug Report: June 2021

Среда, 30 Июня 2021 г. 15:09 + в цитатник
Percona June 2021 Bug ReportHere at Percona, we operate on the premise that full transparency makes a product better. We strive to build the best open-source database products, but also to help you manage any issues that arise in any of the databases that we support. And, in true open-source form, report back on any issues or bugs you [&]

https://www.percona.com/blog/2021/06/30/percona-monthly-bug-report-june-2021/


Метки:  

Enabling SSL/TLS Sessions In PgBouncer

Понедельник, 28 Июня 2021 г. 17:45 + в цитатник
Enabling SSL:TLS Sessions In PgBouncerPgBouncer is a great piece of technology! Over the years Ive put it to good use in any number of situations requiring a particular type of control over application processes connecting to a postgres data cluster. However, sometimes its been a bit of a challenge when it comes to configuration. Today, I want to demonstrate [&]

https://www.percona.com/blog/2021/06/28/enabling-ssl-tls-sessions-in-pgbouncer/


Метки:  

Percona XtraBackup for Windows

Пятница, 25 Июня 2021 г. 15:48 + в цитатник
Percona XtraBackup for WindowsDont Try This at Home! Disclaimer: The procedure described in this blog post is not officially supported by Percona XtraBackup. Use it under your responsibility. I tested and used it successfully, but your mileage may vary. Note from the author: Wikipedia defines clickbait as text (or a link) that is designed to attract attention and [&]

https://www.percona.com/blog/2021/06/25/percona-xtrabackup-for-windows/


Метки:  

WiredTiger File Forensics Part 3: Viewing all the MongoDB Data

Вторник, 22 Июня 2021 г. 13:47 + в цитатник
WiredTiger MongoDBThis article continues on from Part 1: Building wt and  Part 2: wt dump to show how to extract any of your MongoDB documents directly from WiredTigers raw data files. Itll also show how to take a peek into the index files. Lastly, itll show how to also look in the WT transaction log to [&]

https://www.percona.com/blog/2021/06/22/wiredtiger-file-forensics-part-3-viewing-all-the-mongodb-data/


Метки:  

Discover Why MongoDB Runs Better With Percona

Понедельник, 21 Июня 2021 г. 15:00 + в цитатник
MongoDB PerconaIn just under a month, MongoDB will host its annual event, MongoDB.live. And just over a month ago, Percona held its annual event Percona Live.  Despite the naming convention similarity, these events couldn’t be more different! Percona Live was an open source database software community event with 196 speakers and over 200 presentations. We platformed [&]

https://www.percona.com/blog/2021/06/21/discover-why-mongodb-runs-better-with-percona/


Метки:  

Updated Percona Distribution for PostgreSQL Versions, Percona Distribution for MySQL 8.0.23: Release Roundup June 21, 2021

Понедельник, 21 Июня 2021 г. 10:48 + в цитатник
Percona Release Roundup June 21 2021Its release roundup time again here at Percona! Our Release Roundups showcase the latest Percona software updates, tools, and features to help you manage and deploy our software. It offers highlights and critical information, as well as links to the full release notes and direct links to the software or service itself to download. This [&]

https://www.percona.com/blog/2021/06/21/updated-percona-distribution-for-postgresql-versions-percona-distribution-for-mysql-8-0-23-release-roundup-june-21-2021/


Метки:  

ProxySQL-Admin 2.x: Encryption of Credential Information

Пятница, 18 Июня 2021 г. 15:34 + в цитатник
ProxySQL-Admin 2.x Encryption of Credential InformationStarting with the release of proxysql-admin 2.0.15,  the proxysql-admin 2.x series can now encrypt the credentials needed to access proxysql and cluster nodes. This only applies to the proxysql-admin configuration, this does not change the ProxySQL config, so those credentials are still unencrypted. The credentials file is the unencrypted file containing the usernames, passwords, hostnames, [&]

https://www.percona.com/blog/2021/06/18/proxysql-admin-2-x-encryption-of-credential-information/


Метки:  

Chaos Testing Leads to More Stable Percona XtraDB Cluster

Четверг, 17 Июня 2021 г. 15:56 + в цитатник
Chaos Testing Leads to More Stable Percona XtraDB ClusterIn my talk at Percona Live 2021, “Creating Chaos in Databases”, I discussed how creating a controlled interruption in available resources (I used primary pod and network interruptions) allows us to test the stability of a database, and in our case, Percona XtraDB Cluster. I also mentioned in the talk that my testing led to diagnosing [&]

https://www.percona.com/blog/2021/06/17/chaos-testing-leads-to-more-stable-percona-xtradb-cluster/


Метки:  

Webinar July 6: Converting MongoDB to Percona Server for MongoDB

Вторник, 15 Июня 2021 г. 20:28 + в цитатник
Converting MongoDB to Percona Server for MongoDBJoin Percona experts Michal Nosek and Dimitri Vanoverbeke as they walk through the task of migrating a MongoDB database to Percona Server for MongoDB (PSMDB). BY THE END OF THIS HANDS-ON WORKSHOP YOU WILL BE ABLE TO:  Uninstall MongoDB and install Percona Server for MongoDB  Convert a stand-alone MongoDB server to Percona Server [&]

https://www.percona.com/blog/2021/06/15/webinar-july-6-converting-mongodb-to-percona-server-for-mongodb/


Метки:  

Поиск сообщений в rss_petrzaycev_mysql
Страницы: 88 ... 81 80 [79] 78 77 ..
.. 1 Календарь