Daily Tips for MongoDB

Dear Readers, In this article, we will see the following Daily Tips for MongoDB. Tip-1 :           Date: 30-Nov-20           Provided By: Srini Arra MongoDB is designed to meet the demands of modern apps: 👉 The document data model-presenting… Read More

Group Replication Setup in MySQL

Group Replication in MySQL: MySQL Group Replication and how to install, configure and monitor groups. MySQL Group Replication enables you to create elastic, highly-available, fault-tolerant replication topologies. MySQL Group Replication is a MySQL Server plugin that provides distributed state machine replication with strong coordination between… Read More

Master Slave Configuration in Jenkins

Dear Readers, In this article, we will see the following Master Slave Configuration in Jenkins. Steps to Follow : Master Server:👉Launch Master Server👉Install Jenkins Slave Server:👉Launch Slave Server👉Create SSH Password Authentication 👉Install java👉Generate SSH Key👉Move the Public SSH Key to Authorized keys👉Give Permission to the Authorized keys… Read More

MySQL Identifying unused indexes

Dear Readers, In this article, we will see MySQL Identifying unused indexes. Identifying unused indexes: MySQL doesn’t provide completely reliable options to get the accurate index usage details. Below listed are the some of the options available and some of the options are version specific… Read More