by Peter Zaitsev | Oct 19, 2016 | MongoDB, Monitoring, MySQL, Percona Software
As part of the release of Percona Monitoring and Management, we set up an extensive online Percona Monitoring and Management demo at pmmdemo.percona.com. The demo is pretty self-explanatory and easy to explore, but you will probably find it a lot more interesting with...
by Dave Avery | Oct 10, 2016 | Cloud, Insight for DBAs, MariaDB, MongoDB, Monitoring, MySQL
Take Percona’s One-Click 2017 Top Database Concerns Poll. With 2017 coming quick around the corner, it’s time to start thinking about what next year is going to bring to the open source database community. We just finished Percona Live Europe 2017, and at the...
by Dave Avery | Oct 5, 2016 | MongoDB, Percona Live
Lots of talks and presentations going on at the Percona Live Europe Open Source Database Conference 2016 on day two! Today is just as packed as yesterday, and we were able to attend some more of the talks. MongoDB has had an increasing presence at Percona Live Europe,...
by Dave Avery | Oct 3, 2016 | MongoDB, Percona Live
The first day of the Percona Live Europe Open Source Database Conference in Amsterdam is moving right along. The tutorials today have been well-attended, and contain a great deal of useful information. One of the more popular tutorials was on MongoDB 101, Part...
by Dave Avery | Sep 28, 2016 | MongoDB, Percona Live
Welcome to another Percona Live Europe featured talk with Percona Live Europe 2016: Amsterdam speakers! In this series of blogs, we’ll highlight some of the speakers that will be at this year’s conference. We’ll also discuss the technologies and outlooks of the...
by Dave Avery | Sep 26, 2016 | Webinars
Please join Percona founder and CEO Peter Zaitsev for a webinar Wednesday, September 28 at 11 am PDT (UTC-7) where he’ll discuss Percona Software News and Roadmap Update – Q3 2016. Come and listen to Percona CEO Peter Zaitsev discuss what’s new in Percona...
by Kortney Runyan | Sep 22, 2016 | MySQL
The Call for Speakers for Percona Live Open Source Database Conference 2017 is open and accepting proposals through Oct. 31, 2016. The Percona Live Open Source Database Conference 2017 is the premier event for the diverse and active open source community, as well as...
by David Murphy | Sep 20, 2016 | MongoDB
In this blog post, we’ll look at MongoDB point-in-time backups, and work with them. Mongodump Mongodump is the base logical backup tool included with MongoDB. It takes a full BSON copy of database/collections, and optionally includes a log of changes during the...
by Bob Davis | Sep 13, 2016 | MongoDB, MySQL, Percona Software
Percona announces the availability of Percona Monitoring and Management (PMM), an open source software database monitoring and management tool. Completely open source and free to download and use, Percona Monitoring and Management provides point-in-time visibility and...
by Dave Avery | Aug 30, 2016 | MongoDB, Security, Webinars
Please join David Murphy as he presents a webinar Thursday, September 1 at 10 am PDT (UTC-7) on MongoDB Security: A Practical Approach. (Date changed*) This webinar will discuss the many features and options available in the MongoDB community to help secure your...
by Tim Vaillancourt | Aug 12, 2016 | MongoDB
In this post, we’ll discuss tuning Linux for MongoDB deployments. By far the most common operating system you’ll see MongoDB running on is Linux 2.6 and 3.x. Linux flavors such as CentOS and Debian do a fantastic job of being a stable, general-purpose...
by Denis Protivenskii | Aug 11, 2016 | Benchmarks, MongoDB
This post discusses Percona Server for MongoDB’s new in-memory storage engine, Percona Memory Engine for MongoDB. Percona Server for MongoDB introduced the Memory Engine starting with the 3.2.8-2.0 version. To use it, run Percona Server for MongoDB with the...
by Peter Zaitsev | Aug 11, 2016 | MongoDB, Percona Events
I’m pleased to announce the latest Percona Server for MongoDB feature: Percona Memory Engine for MongoDB. Everybody understands that memory is much faster than disk – even the fastest solid state storage can’t compete with it. As such the choice for the most...
by David Murphy | Jul 25, 2016 | MongoDB
In this post, I’m going to discuss MongoDB consistent backups, and how to achieve them. You might have read before that MongoDB backup is not consistent. But what if I told you there is a tool that could make them consistent. What if this tool also would make it...
by Peter Zaitsev | Jul 20, 2016 | MongoDB, MySQL, Percona Services
In this post, I’ll discuss how database support is good for your enterprise. Years ago when I worked for the MySQL Support organization at the original MySQL AB, we spoke about MySQL Support as insurance and focused on a value proposition similar to that of car...
by Fernando Ipar | Jul 14, 2016 | MongoDB
In this post, I want to talk about MongoDB data durability options across MongoDB versions. I consider a write durable if, once confirmed by the server, it becomes permanent at the node or cluster level (ignoring catastrophic failures like all nodes on a cluster...
by David Murphy | Jul 12, 2016 | MySQL
Want to become one of the Percona Live Europe MongoDB speakers? Read this blog for details. The Percona Live Europe, Amsterdam call for papers is ending soon and we are looking for MongoDB speakers! This is a great way to build your personal and company brands. It...
by David Murphy | Jun 16, 2016 | MongoDB
In this post, we’ll discuss the rationale behind deprecating PerconaFT and embracing RocksDB. Why is Percona deprecating PerconaFT in favor of RocksDB? Many of you may have seen Peter Zaitsev’s recent post about Percona embracing RocksDB and deprecating...
by David Murphy | Jun 15, 2016 | MongoDB
In this post, we’ll examine a couple of ways for upgrading MongoDB replica set. With the release of MongoDB 3.2, comes a rash of new features and improvements. One of these enhancements is improved replica sets. From MongoDB: “A replica set in MongoDB is a group...
by Fernando Ipar | Jun 14, 2016 | MongoDB
In this blog, I will discuss how I found some of my basic SQL assumptions that don’t hold true when dealing with MongoDB and non-existent collections. Coming from a MySQL background, I have some assumptions about databases that don’t apply to MongoDB (or...