Feb 03, 2025 |
Insight for DBAs, MongoDB
This post was originally published in January 2022 and was updated in February 2025. One of the reasons for using MongoDB is its simplicity in scaling its structure, either as Replicaset(scale-up) or as Sharded Cluster(scale-out). Although a bit tricky in Sharded environments, the reverse process is also feasible. From the possibilities, you can: Reduce the […]
Jul 01, 2024 |
Insight for DBAs, MongoDB, Percona Software
Configuring and managing backups is one of the top priorities among the many tasks we deal with daily in our database instances. In this context, it’s not rare to see deployments with more than one mongod process running per node, creating a multi-instance environment. Although this approach is highly discouraged due to the potential risk […]
Apr 03, 2024 |
Insight for DBAs, MongoDB
One of the most common tasks for database administrators is checking logs; you can either work directly with the file or process it using another tool. Either way, regularly checking the logs remains essential. Within this context, certain log messages occasionally begin to appear, yet, unfortunately, there isn’t much literature on some of them; that’s […]
Oct 17, 2023 |
Insight for DBAs, MongoDB
As almost a tradition, a newer major release of MongoDB is born every year, and this year, it’s no different. Many changes and new features are brought to the system, and as part of keeping in tune with the changes and how they can impact us, we go through the changes to better understand them. […]
Aug 11, 2021 |
Database Trends, Insight for DBAs, Insight for Developers, MongoDB
Quite often we see that the main operational storage is used in conjunction with some additional services, for example, for caching or full-text search. Another architecture approach using multiple databases is microservices, where every microservice has its own database better optimized for the tasks of this particular service. For example, you can use MySQL for […]
Jun 02, 2021 |
Cloud, MongoDB, Percona Software, Security
One of the main topics we have today is surely about security. On a daily routine, this can pass unnoticed, but sooner or later, we have to implement or work on some security guidelines. And today, we are going to discuss one of them, which is Field Encryption. Feature Introduction Discussing the feature per se, […]