Laine explains the options for running MySQL at high volumes at Amazon Web Services, exploring options around database as a service, hosted instances/storages and all appropriate availability, performance and provisioning considerations using real-world examples from Call of Duty, Obama for America and many more. Laine will show how to build highly available, manageable and performant […]
The Brainiac Corner is a format where we talk with some of the smartest minds in the system, database, devops, and IT world. If you have opinions on pirates, or anything else related, please don't hesitate to contact us.
Today, we interview Shlomi Noach, who, in addition to receiving MySQL Community Member of the Year and Oracle Technologist of the Year Awards, runs data infrastructure at Outbrain.
How did you get from stork to brainiac (i.e. what do you do today and how did you get there)?
I'm an engineer drawn into the world of MySQL. My first serious experience with MySQL was when having to deal with growth of a company I co-founded. I later began training and consulting for MySQL, and was exposed to many interesting companies and use cases. I began developing open source …
[Read more]What's new in VividCortex? We'll do these blog posts once a week to let you know all of the changes such as new features, bug fixes, performance improvements, and even a peek into the future.
Upcoming Events
If you haven't seen the VividCortex application in action, please register for a live demo on production systems on May 14th.
Catch us at the following upcoming events:
Upcoming Improvements
- Agent management UI in the web application.
- More agent performance improvements.
- Events dashboard redesign and performance improvements.
- Replication dashboard, for real-time live updating view of your replication topology and …
What's new in VividCortex? We'll do these blog posts once a week to let you know all of the changes such as new features, bug fixes, performance improvements, and even a peek into the future.
Upcoming Events
If you haven't seen the VividCortex application in action, please register for a live demo on production systems on May 14th.
Catch us at the following upcoming events:
Upcoming Improvements
- Agent management UI in the web application.
- More agent performance improvements.
- Events dashboard redesign and performance improvements.
- Replication dashboard, for real-time live updating view of your replication topology and …
The Brainiac Corner is a format where we talk with some of the smartest minds in the system, database, devops, and IT world. If you have opinions on pirates, or anything else related, please don't hesitate to contact us.
Today, we interview Shlomi Noach, who, in addition to receiving MySQL Community Member of the Year and Oracle Technologist of the Year Awards, runs data infrastructure at Outbrain.
How did you get from stork to brainiac (i.e. what do you do today and how did you get there)?
I'm an engineer drawn into the world of MySQL. My first serious experience with MySQL was when having to deal with growth of a company I co-founded. I later began training and consulting for MySQL, and was exposed to many interesting companies and use cases. I began developing open source …
[Read more]Dear MySQL users,
MySQL Connector/Net 6.9.0 a new version of the all-managed .NET driver for MySQL has been released. This is an alpha release for 6.9.x and is not recommended for production environments.
The 6.9 version of MySQL Connector/NET brings the following new features:
* MySQL Personalization Provider.
* SiteMap Web Provider.
* Simple Membership Web Provider.
Enjoy and thanks for the support!
On behalf of the MySQL Connector/NET and the MySQL/ORACLE RE
Team.
We are pleased to announce that MySQL Enterprise Monitor 3.0.10 is now available for download on the My Oracle Support (MOS) web site. It will also be available via the Oracle Software Delivery Cloud in about 1 week. This is a maintenance release that includes a few new features and fixes a number of bugs. You can find more information on the contents of this release in the change log.
You will find binaries for the new release on My Oracle Support. Choose the "Patches & Updates" tab, and then choose the "Product or Family (Advanced Search)" side tab in the "Patch Search" portlet.
You will also find the binaries on the Oracle Software Delivery Cloud in approximately 1 week. Choose "MySQL Database" as the Product Pack …
[Read more]
One of the lesser known (and used) MySQL Client API calls seems
to be mysql_set_local_infile_handler()
which allows to override the default LOAD DATA LOCAL INFILE
behavior on
the client side, allowing to import data in text form, e.g. in
CSV format, from other sources than actual local files. I
searched for some more detailed info than the reference page in
the manual for this, or some example code using this mechanism,
but couldn't really find any, so this post is going to try to
close this gap.
Galera 3.5 improvements are now available for use with Percona XtraDB Cluster 5.6.
Bugs fixed in Galera 3.5 include:
- A crash due to of-by-one error in certification index cleanup has been fixed. Bugs fixed #1309227 and #1267507.
- Fixed the corruption in
gcache
that could lead to a cluster crash. Bugs fixed #1301616 and #1152565. - Joining node crashed under IST when number of writesets was high and …
The MariaDB project is pleased to announce the immediate availability of MariaDB Galera Cluster 5.5.37. This is a Stable (GA) release.
See the Release Notes and Changelog for detailed information on this release and the What is MariaDB Galera Cluster? page in the MariaDB Knowledge Base for general information about MariaDB Galera Cluster.
Download MariaDB Galera Cluster 5.5.37
…
[Read more]