November 15, 2023

From MariaDB – MariaDB Installation (Version 10.1.21) via RPMs on CentOS 7

Here are the detailed steps for installing MariaDB (version 10.1.21) via RPMs on CentOS 7. The RPM’s needed for the installation are all available on the MariaDB website and are given below: jemalloc-3.6.0-1.el7.x86_64.rpm MariaDB-10.1.21-centos7-x86_64-client.rpm MariaDB-10.1.21-centos7-x86_64-compat.rpm galera-25.3.19-1.rhel7.el7.centos.x86_64.rpm jemalloc-devel-3.6.0-1.el7.x86_64.rpm MariaDB-10.1.21-centos7-x86_64-common.rpm MariaDB-10.1.21-centos7-x86_64-server.rpm

Installing MariaDB with zipper

On SLES, OpenSUSE, and other similar Linux distributions, it is highly recommended to install the relevant RPM packages from MariaDB’s repository using zypper. This page walks you through the simple installation steps using zypper. Contents Adding the MariaDB ZYpp repository Using the MariaDB Package Repository Setup Script Using the MariaDB Repository Configuration Tool Pinning the MariaDB Repository to a …

Installing MariaDB with zipper Read More »

Installing MariaDB .deb

Installing MariaDB with APT Adding the MariaDB APT repository Using the MariaDB Package Repository Setup Script Using the MariaDB Repository Configuration Tool Executing add-apt-repository Creating a Source List File Using Ubuntu Software Center Using Synaptic Package Manager Pinning the MariaDB Repository to a Specific Minor Release Updating the MariaDB APT repository to a New Major …

Installing MariaDB .deb Read More »

PostgreSQL – Shared Memory and Other Memory usage

Internals of PostgreSQLSrinivas MaddaliWhen we discuss internals of PostgreSQL we need to discuss about:a. Shared memory usage by the PostgreSQLb. Usage of the sub-systems by the PostgreSQL instancec. Other memory usage fori. Semaphoresii. Light-waited locksiii. Shared and exclusive locksiv. Checkpointingv. Auto vacuumvi. Save-point.vii. Commit Shared Memory purpose is to meet the inter Process Communication (IPC) …

PostgreSQL – Shared Memory and Other Memory usage Read More »

PG_CATCHECK-MASTE

PG_CATCHECK-MASTE  1) Download pg_catcheck-master.zip from below link: https://github.com/EnterpriseDB/pg_catcheck unzip pg_catcheck-master.zip 2) Export below parameters: [root@localhostpg_catcheck-master]# export LD_LIBRARY_PATH=/opt/PostgresPlus/9.3AS/lib/ [root@localhostpg_catcheck-master]# export PATH=/opt/PostgresPlus/9.3AS/bin/:$PATH [root@localhostpg_catcheck-master]# export PG_CONFIG=/opt/PostgresPlus/9.3AS/bin/pg_config 3) In order to avoid error /usr/bin/ld: cannot find -lmemcached collect2: ld returned 1 exit status, copy below library. [root@localhostpg_catcheck-master]# cp /opt/PostgresPlus/9.3AS/lib/libmemcached.so.10 /opt/PostgresPlus/9.3AS/lib/libmemcached.so 4) Please install below packages in your environment to …

PG_CATCHECK-MASTE Read More »

Scroll to Top