What is Page Splits in SQL Server? As it is known, there are 8KB areas called Page in the file base of SQL Server and …
Read More »Yusuf KAHVECİ
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 »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 »How To Install SQL Server 2019 on Ubuntu 18.04
We will install SQL Server 2019 on Ubuntu 18.04 in this article. Our Server Resource Information: CPU : 4 RAM : 16 Disk : 80 …
Read More »Neo4j Backup and Restore(Dump and Load)
In this article, we will talk about Neo4j backup and restore operations. Neo4j Offline Backup Let’s take Offline backup of Neo4j Graph Database. It is …
Read More »How to Install PostGIS in PostgreSQL 12
What is PostGIS in PostgreSQL? It would not be wrong to say that PostGIS is an open source software program that supports geometrical features for …
Read More »How To Install PostgreSQL12 On Centos 8
In this article, we will install PostgreSQL 12 On Centos 8. We choose the versions we will install by going to the link below. https://www.postgresql.org/download/linux/redhat/ …
Read More »How To Use Grafana with Prometheus
In this article, we will build our own monitoring systems and build a structure to monitor all your systems on an open-source infrastructure. We will …
Read More »How To Install Couchbase Cluster with CLI
The purpose of our article is to install Couchbase Cluster via CLI. We can also install the cluster over the UI, but we will perform …
Read More »What is pg_repack in PostgreSQL
Today, I will introduce you a nice extension that we can use instead of VACUUM FULL in PostgreSQL. I recommend using it in your prod …
Read More »