We have now published the trademark agreement between the
MariaDB
Corporation (formerly SkySQL) and the MariaDB Foundation. This
agreement guarantees that MariaDB Foundation has the rights
needed to protect the MariaDB server project!
With this protection, I mean to ensure that the MariaDB
Foundation in turn ensures that anyone can be part of MariaDB
development on equal terms (like with any other open source
project).
I have received some emails and read some blog posts from people
who are confusing trademarks with the rights and possibilities
for community developers to be part of an open source
project.
The MariaDB foundation was never created to protect the MariaDB
trademark. It was created to ensure that what happened to MySQL …
The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3)
This tutorial shows how to prepare a CentOS 7 x86_64 server for the installation of ISPConfig 3 and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.
Tue, 2014-10-28 10:57michael_carney_g
Calpont, the company behind the InfiniDB Storage Engine closed down in September 2014. MariaDB Corporation will continue to offer support for the InfiniDB customer base together with talent newly recruited from InfiniDB.
Calpont closed down
We received with great sadness the news of impending closure of Calpont, the company behind the InfiniDB column store engine. InfiniDB has brought huge dataset analytics to MySQL and MariaDB with linearly scalable and massively parallel capabilities. We salute the great work in bringing this product to market, achieved by InfiniDB designers, managers, engineers and support.
Despite "numerous technology achievements and success stories with customers, business can be challenging [as a start up]" said CEO, Bob Wilkinson. "Especially as differentiation in the market is murkier and competition from bigger entities increases".
…
[Read more]In MySQL 5.7.5, we introduced new functions for encoding and decoding Geohash data. Geohash is a system for encoding and decoding longitude and latitude coordinates in the WGS 84 coordinate system, into a text string. In this blog post we will take a brief look at a simple example to explain just how geohash works.
Where on earth is “u5r2vty0″?
Imagine you get a email from your friend, telling you that there is free food at “u5r2vty0″. But where on earth is “u5r2vty0″?
The first step in converting from “u5r2vty0″ to latitude and longitude data, is decoding the text string into its binary representation. Geohash uses base32 characters, and you can find the character mapping on …
[Read more]A deadlock in MySQL happens when two or more transactions mutually hold and request for locks, creating a cycle of dependencies. In a transaction system, deadlocks are a fact of life and not completely avoidable. InnoDB automatically detects transaction deadlocks, rollbacks a transaction immediately and returns an error. It uses a metric to pick the easiest transaction to rollback. Though an occasional deadlock is not something to worry about, frequent occurrences call for attention.
Before MySQL 5.6, only the latest deadlock can be reviewed using SHOW ENGINE INNODB STATUS command. But with Percona Toolkit’s pt-deadlock-logger you can have deadlock information retrieved from SHOW ENGINE INNODB STATUS at a given interval and saved to a file or table for late diagnosis. For more information on using pt-deadlock-logger, see …
[Read more]#DBHangOps 10/30/14 -- New in TokuDB, Outbrain's Orchestrator, and more!
Hello everybody!
Join in #DBHangOps this Thursday, October, 30, 2014 at 11:00am pacific (18:00 GMT), to participate in the discussion about:
- What's new in TokuDB 7.5
- Outbrain's Orchestrator - how are other people using it?
- Mixing data and metadata
You can check out the event page at https://plus.google.com/events/c133qbpofubhliavlou8iie4qic on Thursday to participate.
As always, you can still watch the #DBHangOps twitter search, the @DBHangOps twitter feed, or this blog …
[Read more]Sometimes corruption is not the true corruption. Corruption in compressed InnoDB tables may be a false positive.
Compressed InnoDB table may hit false checksum verification failure. The bug (http://bugs.mysql.com/bug.php?id=73689) reveals itself in the error log as follows:
2014-10-18 08:26:31 7fb114254700 InnoDB: Compressed page type (17855); stored checksum in field1 0; calculated checksums for field1: crc32 4289414559, innodb 0, none 3735928559; page LSN 24332465308430; page number (if stored to page already) 60727; space id (if stored to page already) 448 InnoDB: Page may be an index page where index id is 516
InnoDB complains that a stored checksum is zero. If you look closely it’s suspicious that calculated checksum is zero too.
Every InnoDB page stores a checksum in first four bytes. When InnoDB reads a page it compares the checksum, stored in …
[Read more]Percona Live UK is upon us and I have the privilege to present a tutorial on setting up multi-source replication in MariaDB 10.0 on Nov 3, 2014.
If you’re joining me at PLUK14, we will go over setting up two different topologies that incorporates the features in MariaDB. The first is a mirrored topology:
Replication Topologies – Mirrored
This basically makes use of an existing DR environment by setting it up to be able to write to either master. Please be advised, this is normally not recommended due to the complexity of making your application able to resolve conflicts and …
[Read more]October 27, 2014 By Severalnines
The term data warehousing often brings to mind things like large complex projects, big businesses, proprietary hardware and expensive software licenses. With Hadoop came open source data analysis software that ran on commodity hardware, this helped address at least some of the cost aspects. We had previously blogged about MongoDB and MySQL to Hadoop. But setting up and maintaining a Hadoop infrastructure might still be out of reach for small businesses or small projects with limited budgets. Well, perhaps then you might want to have a look at Redshift.
…
[Read more]This week’s log buffer edition collects some of the insightful blog posts from Oracle, SQL Server, and MySQL.
Oracle:
Oracle StorageTek T10000D Tape Drive achieves FIPS 140-2 Validation.
Oracle is a Leader in IDC MarketScape for Global Trade Management.
The Benefits of Integrating a Google Search Appliance with an Oracle WebCenter or Liferay Portal.
Maintenance Windows is too small? Autotask Jobs fail.
SOA Suite 12c: Querying …
[Read more]