BLEIBEN SIE INFORMIERT
mit den ORDIX Newslettern!

Melden Sie sich für unsere Newsletter an und erhalten Sie exklusive Updates zu IT-Trends, spannenden Seminaren und Neuigkeiten der ORIDX AG.

BLEIBEN SIE INFORMIERT
mit den ORDIX Newslettern!

Melden Sie sich für unsere Newsletter an und erhalten Sie exklusive Updates zu IT-Trends, spannenden Seminaren und Neuigkeiten der ORDIX AG.

Mach es einfach mal einfach. InnoDB Konfiguration im Automatikmodus
Matthias Jung
Data Management
Immer wieder fragen uns Kunden, wie Sie die wichtigsten Parameter der Storage-Engine InnoDB einstellen sollen. Die Antwort kann ab der MySQL Version 8.0 sehr einfach sein: innodb_dedicated_server = ON Warum kompliziert, wenn es auch einfach geht? Spätestens mit der Version MySQL 8.0 ist die Engine InnoDB der De-facto-Standard beim Betrieb von MySQL...
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
Weniger ist mehr. MySQL Binlog Transaction Compression
Matthias Jung
MySQL (PDO)
Das MySQL Binary Log hat eine besondere Bedeutung gerade beim Betrieb von kritischen Datenbanken. Es ist der Dreh- und Angelpunkt für DR- und/oder Backup-Konzepte. Wir haben bereit an vielen Stellen in diesem Blog über den Mechanismus und Nutzen dieses „Log-Files" gesprochen. Mit der Version 8.0.20 besteht nun die Möglichkeit eine Komprimierung zu ...
Weiterlesen
Sandkastenspiele 2.0*: MySQL Testumgebungen mit der MySQL Shell bereitstellen.
Matthias Jung
Data Management
Bereits in der ORDIX News 3/2012 haben wir Ihnen gezeigt, wie man MySQL-Sandbox-Systeme aufbauen kann. Zu der damaligen Zeit gab es natürlich noch keine MySQL Shell. In vielen Fällen ist dieses nützliche Tool den DBAs noch unbekannt. Dabei ist es z.B. geeignet, um schnell Testumgebungen unterschiedlicher Couleur bereitzustellen. Von Schaufeln und F...
Weiterlesen
Sandbox games 2.0*: How to deploy MySQL test environments with the MySQL Shell
Matthias Jung
MySQL - English Articles
There was already an article in ORDIX News 3/2012 that dealt with the provision of test environments (sandboxes). Of course, the MySQL Shell didn't exist back then. This tool (unfortunately still often unknown to DBAs) is very suitable for quickly creating test environments of various colors as sandboxes. Sandbox toys: What is a sandbox and what ca...
Weiterlesen
A new error culture...the MySQL error log table
Matthias Jung
MySQL - English Articles
Keeping track of the state of a database server is certainly one of the most important tasks of every DBA. As with most database products, this control is carried out via an error log. This is an ASCII log file that is located in a certain path (depending on the operating system or configuration) in the file system off the server. With version 8.0....
Weiterlesen