The MariaDB project is pleased to announce the immediate availability of MariaDB 10.0.23. See the release notes and changelog for details on this release.
Release Notes Changelog What is MariaDB 10.0?
MariaDB APT and YUM Repository Configuration Generator
Thanks, and enjoy MariaDB! …
Today we have published a long overdue facelift of the MariaDB.org website. You are looking at the result right now! Some of the highlights are:
- New responsive design with the new logo and a blue theme
- The old blog has been merged into the main MariaDB.org site
- The supporters of the Foundation are much more visible thanks to the big banner in the footer
- What the MariaDB Foundation is and what it does is now better presented
- Policies related to MariaDB and instructions on how to contribute to the open source project have been updated
- It is now easier for individuals to donate to the Foundation thanks to the PayPal and Flattr buttons.
…
Continue reading “New MariaDB.org with fresh looks and contents”
The MariaDB project is pleased to announce the immediate availability of MariaDB 5.5.47, MariaDB Connector/C 2.2.2, and MariaDB Connector/J 1.3.3. See the release notes and changelogs for details on each release.
Release Notes Changelog What is MariaDB 5.5?
MariaDB APT and YUM Repository Configuration Generator
Download MariaDB Connector/C 2.2.2
Release Notes Changelog About MariaDB Connector/C
Download MariaDB Connector/J 1.3.3
Release Notes Changelog About MariaDB Connector/J
Thanks, and enjoy MariaDB! …
Continue reading “MariaDB 5.5.47 and updated connectors now available”
The Percona Live Data Performance Conference 2016 isn’t until 18-21 April 2016, but community voting is now open. So if you’re going, and want to see lots of MariaDB talks, please click on the buttons below and vote!
You have to be logged in to the Percona site to vote. Once logged in, scroll to the bottom of the talk description page, assign the number of stars that represents your interest in the talk (5 is the best) and click on the “Submit Vote” button. That’s all there is to it.
Here are all of the proposed talks I know of that are either specifically MariaDB-related or are by employees of either the MariaDB Foundation or MariaDB Corporation. …
Continue reading “MariaDB Talks at Percona Live Data Performance Conference 2016”
The MariaDB project is pleased to announce the immediate availability of MariaDB 10.1.9 and MariaDB Connector/J 1.3.2. See the release notes and changelogs for details on each release.
Release Notes Changelog What is MariaDB 10.1?
MariaDB APT and YUM Repository Configuration Generator
Download MariaDB Connector/J 1.3.2
Release Notes Changelog About MariaDB Connector/J
Thanks, and enjoy MariaDB! …
Continue reading “MariaDB 10.1.9 and Connector/J 1.3.2 now available”
The MariaDB project is pleased to announce the immediate availability of MariaDB Galera Cluster 10.0.22 and updates to MariaDB Connector/J, MariaDB Connector/C, and MariaDB Connector/ODBC. See the release notes and changelogs for details on each release.
Download MariaDB Galera Cluster 10.0.22
Release Notes Changelog What is MariaDB Galera Cluster?
MariaDB APT and YUM Repository Configuration Generator
Download MariaDB Connector/J 1.3.1
Release Notes Changelog About MariaDB Connector/J
Download MariaDB Connector/C 2.2.1
Release Notes Changelog About MariaDB Connector/C
Download MariaDB Connector/ODBC 2.0.9-beta
Release Notes Changelog About MariaDB Connector/ODBC
Thanks, and enjoy MariaDB! …
Continue reading “MariaDB Galera Cluster 10.0.22 and Connector updates”
InnoDB holepunch experiments
After excellent blogs by Mark Callaghan (see links below), I decided to use some of my time to experiment how different filesystems behave if the holepunch feature is used in MariaDB 10.1. First of all, MariaDB 10.1 does not use holepunch by default even if a table is page compressed (a term used in MariaDB). The holepunch feature in MariaDB is enabled with the innodb-use-trim=1 configuration variable and naturally requires support of the fallocate system call with the FALLOC_FL_PUNCH_HOLE and FALLOC_FL_KEEP_SIZE parameters. Support for these is checked during the cmake build phase.
I used CentOS Linux release 7.1.1503 (Core) using the 3.10.0-229.el7.x86_64 Linux kernel and few SSD drives in a RAID-0 setup (Intel X25-E Extreme SSDSA2SH032 G1GN 2.5-inch 32GB SATA II SLC Internal Solid State Drive (SSD)). …
Continue reading “InnoDB holepunch compression vs the filesystem in MariaDB 10.1”
MariaDB Connector/J has evolved a lot during the year. In this post I will talk about the failover capabilities in the connector and give some guidance on how to use them in some certain cases. One other important new feature that I’ll cover in a later article is the fact that MariaDB Connector/J can do load balancing over several servers now as well.
To start off with we’ll need the connector itself. Do either of the following to get version 1.2.3 of MariaDB Connector/J which is the newest stable version as of writing:
- Download the binary from https://mariadb.com/my_portal/download (requires login) .
…
Continue reading “MariaDB Connector/J failover support – case Amazon Aurora”