Skip to content
Friday, May 09, 2025

DBA Notes

DBA Notes
  • AWS
  • Oracle
  • Postgres
  • Linux
  • Docker
  • MySQL
  • mongodb
DBA Notes

Categories

  • AWS (9)
  • Docker (7)
  • General (4)
  • Linux (14)
  • mongodb (1)
  • MySQL (10)
  • notepad++ (2)
  • Oracle (90)
  • performance (44)
  • Postgres (92)
  • postgresql (8)
  • SQL (16)
  • Windows (7)

Tag: postgres

Postgres

PostgreSQL 14 Streaming Replication (Sync / Async) on CentOS 7

Bulent Soylu November 13, 2021 asyncmasterpg_basebackuppostgresprimaryreplicationslavestandbysync

Using High Availability is a requirement for companies all over the world. Streaming replication allows a standby server to stay more up-to-date than is possible…

View More PostgreSQL 14 Streaming Replication (Sync / Async) on CentOS 7
Postgres

Replication Slots in PostgreSQL ?

Bulent Soylu November 12, 2021 postgresreplicationreplication slots

What are WAL Files? Write-Ahead Log (WAL) is a record of the changes made to the data. It ensures that when there is a crash…

View More Replication Slots in PostgreSQL ?
Postgres

Postgresql-14 Installation on Centos 7

Bulent Soylu November 12, 2021 postgres

yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm

View More Postgresql-14 Installation on Centos 7
Postgres

Integrate LDAP with local users in PostgreSQL

Bulent Soylu November 10, 2021 LDAPpg_hba.confpostgres

You want to allow LDAP users can use their passwords in login but you don’t want to create non-person accounts like application users in LDAP.…

View More Integrate LDAP with local users in PostgreSQL
Postgres

The Transaction ID Wraparound and Freezing in PostgreSQL-8

Bulent Soylu October 25, 2021 freezepostgrestuples

Transaction ID wraparound PostgreSQL uses 32-bit transaction IDs. This is a pretty large number (about 4 billion), but with intensive work of the server, this number…

View More The Transaction ID Wraparound and Freezing in PostgreSQL-8
Postgres

AutoVacuum in PostgreSQL-7

Bulent Soylu October 25, 2021 autovacuumpostgrestuplesvacuum

We’ve already mentioned that normally (i. e., when nothing holds the transaction horizon for a long time) VACUUM usually does its job. The problem is how…

View More AutoVacuum in PostgreSQL-7
Postgres

Vacuum in postgreSQL-6

Bulent Soylu October 25, 2021 postgrestuplesvacuum

What does vacuum do? In-page vacuum works fast, but frees only part of the space. It works within one table page and does not touch…

View More Vacuum in postgreSQL-6
Postgres

In-page Vacuum & HOT Updates in PostgreSQL-5

Bulent Soylu October 25, 2021 hot updatepostgres

In-page vacuum during regular updates When accessing a page for either an update or read, if PostgreSQL understands that the page is running out of…

View More In-page Vacuum & HOT Updates in PostgreSQL-5
Postgres SQL

How Consistent Data Snapshots Obtained from Tuples in PostgreSQL-4

Bulent Soylu October 25, 2021 postgressnapshottuple

What is a data snapshot? Data pages can physically contain several versions of the same row. But each transaction must see only one (or none)…

View More How Consistent Data Snapshots Obtained from Tuples in PostgreSQL-4
Postgres SQL

Row Versions in PostgreSQL-3

Bulent Soylu October 25, 2021 commitnested transactionpostgresrollbacksave pointtuplevirtual transaction

Tuple header As already mentioned, several versions of each row can be simultaneously available in the database. And we need to somehow distinguish one version…

View More Row Versions in PostgreSQL-3

Posts navigation

Previous page Page 1 Page 2 Page 3 … Page 6 Next page
Log in

oracle (86)postgres (51)performance (37)postgresql (32)index (11)upgrade (9)linux (9)multitenant (7)pdb (6)partitioning (6)docker (6)windows (5)memory (5)mysql (5)replication (5)execution plan (5)aws (5)sql profiles (4)tuples (4)SQL (4)

Recent Posts

  • π—¦π—€π—Ÿ π—€π˜‚π—²π—Ώπ˜† π—˜π˜…π—²π—°π˜‚π˜π—Άπ—Όπ—» 𝗒𝗿𝗱𝗲𝗿!
  • TABLE FRAGMENTATION IN ORACLEΒ DATABASE
  • Configuring Huge Pages for MySQL Server on Red Hat Linux
  • HUGE PAGES AND POSTGRESQL
  • How to configure HugePages for Oracle Database Server

Archives

  • October 2024 (1)
  • August 2024 (1)
  • March 2024 (3)
  • January 2024 (3)
  • December 2023 (7)
  • October 2023 (17)
  • September 2023 (6)
  • August 2023 (23)
  • July 2023 (10)
  • June 2023 (4)
  • May 2023 (11)
  • April 2023 (15)
  • March 2023 (6)
  • February 2023 (2)
  • January 2023 (11)
  • December 2022 (1)
  • August 2022 (3)
  • March 2022 (10)
  • February 2022 (2)
  • January 2022 (6)
  • December 2021 (3)
  • November 2021 (7)
  • October 2021 (51)
  • September 2021 (4)

DBA Notes | Designed by: Theme Freesia | WordPress | © Copyright All right reserved