Certificate watcher with telegraf and Grafana?
Janis Ax
Englisch
One of our customers uses self-signed certificates for some internal processes. From a technical perspective, they work as expected. Problems arise after about one year, when the certificates expire. Since they are not officially signed, no one watches them to check when they expire. I was wondering if there was a way to set up an easy watch and al...
Weiterlesen
Better be safe than sorry or how to "cluster" clusters. MySQL InnoDB ClusterSets
Matthias Jung
MySQL (PDO)
We have already reported several times about the MySQL InnoDB Cluster and the associated components such as the MySQL Shell and the MySQL Router (e.g., https://blog.ordix.de/mysql-shell-cluster-your-application-in-40-minutes). With version 8.0.28 there is another innovation in this "triumvirate". The InnoDB ClusterSets. This allows the DBA to comfo...
Weiterlesen
MySQL HeatWave - Speed up your OLAP tasks
ORDIX AG
Oracle
A few months ago, Oracle published the new MySQL HeatWave feature for the Oracle Cloud Infrastructure (OCI), which promised to speed up analysis and transactional queries on your MySQL database without big effort. By using so called "HeatWave-Engines" (or "RAPID-Engines") in addition to the original MySQL instance, customers will be able to us...
Weiterlesen
Just take it easy. InnoDB automatic configuration
Matthias Jung
MySQL - English Articles
Repeatedly customers ask us how to set the most important parameters of the InnoDB storage engine. But the answer can be amazingly simple for MySQL Version 8.0: innodb_dedicated_server = ON Don't think twice it is alright? With MySQL 8.0 the InnoDB engine is the de facto standard for operating MySQL databases. A wise configuration of the most impor...
Weiterlesen
Less is more. MySQL Binlog Transaction Compression
Matthias Jung
MySQL - English Articles
The MySQL binary log is of particular importance for the operation of critical databases. It is the central point for DR and/or backup concepts. We have already talked about the mechanism and benefits of this "log file" in many places in this blog. With version 8.0.20, it is now possible to use compression. We will report on this topic in the follo...
Weiterlesen
Installation and use of dbatools on a computer without internet connection
Andreas Jordan
Englisch
A customer of ours manages all SQL Servers from a central management server and would like to use the PowerShell module dbatools for this purpose in the future. So far, so good. The only problem is that there is no internet connection on this management server. The only possibility is to start a browser on another computer and use it to load files ...
Weiterlesen