You should read the article “Introduction to Central Log Management with Elastic Stack -1” before this article. In this article, we will install elasticsearch on …
Read More »Introduction to Central Log Management with Elastic Stack
In this series of articles, we will create central log management using ELK (Elaticsearch, Logstash, Kibana). In this article of the series, I will only …
Read More »How To Find Long Running Queries in Postgresql using pg_stat_statements
In order to find long running queries in PostgreSQL, we can set the log_min_duration_statement parameter in the postgresql.conf file to a certain threshold value and …
Read More »How To Install MongoDb on Ubuntu
The main purpose of this article is how to install MongoDB on Ubuntu Server(single node). Follow the steps below for the installation one by one. …
Read More »Partition in MySQL
In the article, the use of partition in MySQL is explained with various examples. What is Partition in MySQL? We can translate the partition word …
Read More »ORA-16674: standby database type has changed
If a database created as Physical Standby is converted to a Logical Standby database while the Broker configuration is enabled, you may receive an error …
Read More »SQL Apply Filtering on Logical Standby Database
Sometimes, we may not want to reflect the operations performed on the Primary database to the Logical Standby database. It can be ensured that DML …
Read More »How to Transfer Table from SQL Server to HDFS using Apache Sqoop
Sometimes you may need the transfer table from SQL Server to HDFS. In this article we will examine that but first you may want to …
Read More »How To Backup mongodb using mongodump
Data backup is very important in any case. If you are storing data somewhere, you should definitely create a backup of the data. These backups …
Read More »Triggers in MySQL
In the article, the use of triggers in MySQL Systems is explained with examples. What is Trigger? Triggers in MySQL are a special type of …
Read More »