Der aktuelle ORACLE University DACH Technologie - Newsletter
Ausgabe August 2014 ist erschienen.
Mehr:
http://www.oracle.com/de/education/eblast/de-at-tech-nl-300714-ol-2252921-de.html?sc=EMEAOU14057311MPP013C031
MySQL Partitioning can dramatically improve the performance and scaling of your MySQL database; it can also cause heartaches and pain if implemented incorrectly. Join MySQL Expert and Technical Consultant Tony Holmes for this practical webinar and learn when and how to implement MySQL Partitioning correctly to greatly improve your application's performance and lower the load on your system. Tony will review the following topics:
- Partitioning 101
- Types of partitioning in MySQL
- Managing Partitions
- Partitions and Indexes
- Short Term Rolling Data
- Long Term Rolling Data
- Optimize, Analyze, etc. by Partition
New in MySQL 5.6 and 5.7
Das Programm der DOAG 2014 Konferenz + Ausstellung, die von
Dienstag, den 18. November 2014 bis Donnerstag, den 20. November
2014 in Nürnberg stattfinden wird, ist veröffentlicht.
Mehr:
http://www.doag.org/de/events/konferenzen/doag-2014/das-programm.html
Wer GTID nutzt um einen asynchronen Slave an einen Galera Cluster anzuschließen sollte wissen, dass die Integration von GTID und Galera je nach GTID Implementierung anders aussieht.
GTID@MariaDB
Jeder Node erhöht für sich seine Seqno. Solange alle Transaktionen via Galera erhöht werden, welches sich um die Commit Order der Daten kümmert, gibt es auch keine Probleme und die GTID (Seqno) sind überall identisch. (Wenn die ursprüngliche Seqno auch identisch war ;)
node1> show global variables like 'gtid_binlog_pos';
+-----------------+---------+
| Variable_name | Value |
+-----------------+---------+
| gtid_binlog_pos | 0-1-504 |
+-----------------+---------+
node2> show global variables like 'gtid_binlog_pos';
+-----------------+---------+
| Variable_name | Value |
+-----------------+---------+
| gtid_binlog_pos | 0-1-504 |
+-----------------+---------+
node3> …
[Mehr]
Galera Replikation wie sie in Percona XtraDB Cluster, MariaDB
Galera Cluster oder auch direkt in MySQL gepatcht zu finden ist,
ist gegenüber der traditionellen MySQL Replikation (Master,
Slave) agnostisch. Soll ein Node eines Galera Clusters als Master
herhalten, reicht es auf diesem log_bin
,
log_slave_updates
und eine server_id
zu
setzen und einen Slave ran zu hängen.
GTID von MariaDB verwenden
Bei der Replikation besteht die Auswahl zwischen der klassischen (Fileoffset) Replikation und Replikation unter Verwendung von GTID (Global Transaction ID). Da mit Verwendung der GTID die Fileoffsets nicht mehr gebraucht werden, verspricht die Verwendung von GTIDs einen einfachen Failover von einem Node als Master zu dem nächsten.
Nun gibt es je nach verwendetem MySQL(Fork) zwei verschiedene Implementierungen der GTID.
Die GTID bei MySQL/Percona und die GTID bei MariaDB.
…
[Mehr]Taxonomy upgrade extras: Backup galera monitoring betrieb Operations überwachung alarmierung
FromDual Tools bieten wertvolle ergänzende Funktionen, die den täglichen Betrieb von MySQL Datenbanken erleichtern und optimieren. Seit unserem letzten Newsletter hat sich einiges getan bei den FromDual Tools.
In das MySQL Environment …
[Mehr]MySQL Java Specialist Jess Balint recently implemented support for MySQL Fabric in Connector/J. Join this technical webinar to learn from Jess how to utilize MySQL Fabric’s automated sharding to horizontally scale your Java applications. This session will cover:
- Overview of MySQL Fabric concepts and architecture
- How Connector/J interacts with MySQL Fabric
- Sample configurations for accessing MySQL Fabric in Java programs using Connector/J
Software as a Service, or SaaS, is a software delivery model that requires developing applications that are scalable, highly available and secure for hundreds or thousands of simultaneous users. SaaS also drives the need for streamlined administration and professional tools. Maintaining SLAs make all these requirements even more critical. Using MySQL, the leading database for Web-based applications, can help SaaS developers/vendors meet all of these challenges. Join MySQL technical expert John Kehoe to learn best practices for using MySQL in SaaS. John will cover the following topics, in Part I of our two-part series:
- MySQL in SaaS and Cloud
- MySQL 5.6 Overview
- Securing MySQL
- Monitoring MySQL
- MySQL Enterprise Edition
In Part II next month, John will focus on achieving High Performance and Availability in a Clustered Environment. If distribute your applications via …
[Mehr]Ahoi hier die Vorträge für das nächste Halbjahr:
MySQL Hochverfügbar mit Galera
Wo: FrOSCon
Was: Galera wird erklärt und mit LXC und Ansible aufgebaut :)
LBaaS-Loadbalancer as a Service
Wo: GUUG Frühjahrsgespräche
Was: Mit Jan Walzer und Jörg Jungermann gibt es einen Workshop zu in LXC gekapselten Loadbalancer Instanzen. Hier werden nur die Loadbalancer virturalisiert.
Medley der Containertechniken
Wo: GUUG Frühjahrsgespräche
Was: Wie schauen uns die Basics der Containertechniken im Kernel an (Namespaces, Cgroups und Chroot). Darauf hin schauen wir uns LXC, Libvrit, systemd-nspawn und Docker an.
MySQL Replikation: Von den Anfängen in die Zukunft
Wo: DOAG 2014
Was: Es wird einen Überblick über die Evolution der Replikation in MySQL und MariaDB geben.
Hands on Docker
Wo: CommitterConf.de Was: In dem …
[Mehr]Join this technical webinar to learn how MySQL Cluster 7.3, the latest GA release, enables developer agility by making it far simpler and faster to build your products and web-based applications with MySQL Cluster. You'll also learn how MySQL Cluster and its linear scalability, 99.999% uptime, real-time responsiveness, and ability to perform over 1 BILLION Writes per Minute can help your products and applications meet the needs of the most demanding markets. MySQL Cluster combines these capabilities and the affordability of open source, making it well suited for use as an embedded database.
In this webcast you'll learn about the following MySQL Cluster capabilities, including the latest innovations in the 7.3 GA release:
- Auto-sharding (partitioning) across commodity hardware for extreme read and write scalability
- Cross-data center geographic synchronous and asynchronous replication
- Online scaling and …