Mukesh Kumar, Author at Percona Database Performance Blog Thu, 11 Apr 2024 22:51:16 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://www.percona.com/blog/wp-content/uploads/2023/02/cropped-percona-favicon-32x32.png Mukesh Kumar, Author at Percona Database Performance Blog 32 32 76301791 Stages of Index Build in MongoDB https://www.percona.com/blog/stages-of-index-build-in-mongodb/ https://www.percona.com/blog/stages-of-index-build-in-mongodb/#respond Mon, 25 Mar 2024 17:56:54 +0000 https://www.percona.com/blog/?p=95329 Indexes in MongoDB play a crucial role in improving the query performance and increasing the overall database efficiency. Without indexes, MongoDB will perform a collection scan, i.e., it will read all the documents to find if they match the condition specified in the query and cause low response time. Indexes help in navigating directly to […]]]> https://www.percona.com/blog/stages-of-index-build-in-mongodb/feed/ 0 95329 Replace a Live Mongo Node With a New Node https://www.percona.com/blog/replace-a-live-mongo-node-with-a-new-node/ https://www.percona.com/blog/replace-a-live-mongo-node-with-a-new-node/#respond Thu, 28 Sep 2023 12:25:30 +0000 https://www.percona.com/blog/?p=87518 In this blog post, we will discuss replacing a Mongo node. Consider a scenario when a node is going to be decommissioned for some reason or if a node’s data partition is almost full and not extendable. To avoid the disk getting full or decommissioned, we need to replace that node with a new node.Note: […]]]> https://www.percona.com/blog/replace-a-live-mongo-node-with-a-new-node/feed/ 0 87518 CommitQuorum in Index Creation From Percona Server for MongoDB 4.4 https://www.percona.com/blog/commitquorum-in-index-creation-from-percona-server-for-mongodb-4-4/ https://www.percona.com/blog/commitquorum-in-index-creation-from-percona-server-for-mongodb-4-4/#respond Thu, 29 Jun 2023 12:02:26 +0000 https://www.percona.com/blog/?p=89098 Before Percona Server for MongoDB 4.4 (PSMDB), the best practice to create an index was doing it in a rolling manner. Many folks used to create directly on Primary, resulting in the first index being created successfully on Primary and then replicated to Secondary nodes.Starting from PSMDB 4.4, there was a new parameter commitQuorum introduced […]]]> https://www.percona.com/blog/commitquorum-in-index-creation-from-percona-server-for-mongodb-4-4/feed/ 0 89098 Capped Collection in MongoDB https://www.percona.com/blog/capped-collection-in-mongodb/ https://www.percona.com/blog/capped-collection-in-mongodb/#respond Fri, 10 Mar 2023 13:34:43 +0000 https://www.percona.com/blog/?p=86032 In this blog post, we will discuss the capped collection of MongoDB. Capped collection is a fixed-type collection that inserts docs in a circular fashion. This means once allocated files are full, data at the beginning of the first file is overwritten. Consider this: we define a capped collection of size 1GB, it will purge […]]]> https://www.percona.com/blog/capped-collection-in-mongodb/feed/ 0 86032 MongoDB: Delayed Secondary Member of a Replica Set and How It Can Be Useful https://www.percona.com/blog/mongodb-delayed-secondary-member-of-a-replica-set-and-how-it-can-be-useful/ https://www.percona.com/blog/mongodb-delayed-secondary-member-of-a-replica-set-and-how-it-can-be-useful/#respond Mon, 17 Oct 2022 13:00:39 +0000 https://www.percona.com/blog/?p=83155 In this blog post, we will discuss delayed members of a replica set and how it can be useful. A delayed member of the replica set is similar to like other members of the replica set but its data set mirrors the set delayed state of the data. Let’s say if a delayed node is […]]]> https://www.percona.com/blog/mongodb-delayed-secondary-member-of-a-replica-set-and-how-it-can-be-useful/feed/ 0 83155 Deploy Percona Server for MongoDB Replica Set With Ansible https://www.percona.com/blog/deploy-percona-server-for-mongodb-replica-set-with-ansible/ https://www.percona.com/blog/deploy-percona-server-for-mongodb-replica-set-with-ansible/#comments Fri, 07 Oct 2022 12:06:31 +0000 https://www.percona.com/blog/?p=83080 In this blog post, we will discuss deploying a Percona Server for MongoDB (PSMDB) replica set with Ansible*. Ansible is a popular automation tool that can configure systems, deploy software, and orchestrate more advanced tasks like continuous deployments or zero downtime rolling updates. Its main goals are simplicity and ease of use. By default, it […]]]> https://www.percona.com/blog/deploy-percona-server-for-mongodb-replica-set-with-ansible/feed/ 2 83080 Migration of MongoDB Enterprise/Community Edition to Percona Server for MongoDB https://www.percona.com/blog/migration-of-mongodb-enterprise-community-edition-to-percona-server-for-mongodb/ https://www.percona.com/blog/migration-of-mongodb-enterprise-community-edition-to-percona-server-for-mongodb/#respond Tue, 07 Jun 2022 12:04:53 +0000 https://www.percona.com/blog/?p=81141 In this blog post, we will discuss how we can migrate from the enterprise/community edition of MongoDB to Percona Server for MongoDB. But before we begin, let’s take a second to explain why you should migrate to Percona Server for MongoDB. Percona Server for MongoDB is a free, source available, drop-in replacement for MongoDB, but with […]]]> https://www.percona.com/blog/migration-of-mongodb-enterprise-community-edition-to-percona-server-for-mongodb/feed/ 0 81141 Migration of a MongoDB Replica Set to a Sharded Cluster https://www.percona.com/blog/migration-of-a-mongodb-replica-set-to-a-sharded-cluster/ https://www.percona.com/blog/migration-of-a-mongodb-replica-set-to-a-sharded-cluster/#respond Fri, 03 Jun 2022 11:55:26 +0000 https://www.percona.com/blog/?p=80997 In this blog post, we will discuss how can we migrate from a replica set to sharded cluster. Before moving to migration let me briefly explain Replication and Sharding and why do we need to shard a replica Set.Replication: It creates additional copies of data and allows for automatic failover to another node in case Primary […]]]> https://www.percona.com/blog/migration-of-a-mongodb-replica-set-to-a-sharded-cluster/feed/ 0 80997 Top 5 Features Developers Love About MongoDB https://www.percona.com/blog/top-5-features-developers-love-about-mongodb/ https://www.percona.com/blog/top-5-features-developers-love-about-mongodb/#comments Mon, 15 Feb 2021 13:40:01 +0000 https://www.percona.com/blog/?p=74407 MongoDB is one of the most admired and effortless NoSQL databases to set up. Developers want to spend time building the features for their application, and with MongoDB, developers can build the application quickly while utilizing well-supported infrastructure and high availability with automatic failover.In this blog post, we will discuss the top five things which […]]]> https://www.percona.com/blog/top-5-features-developers-love-about-mongodb/feed/ 2 74407