PostgreSQL

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