Skip to content
Monday, June 02, 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)

Category: Postgres

Postgres

performance Postgres

Materialized View Strategies Using PostgreSQL

Bulent Soylu June 20, 2023

Queries returning aggregate, summary, and computed data are frequently used in application development. Sometimes these queries are not fast enough. Caching query results using Memcached…

View More Materialized View Strategies Using PostgreSQL
Postgres

Understanding database Indexes in PostgreSQL

Bulent Soylu May 28, 2023 Indexespostgresql

There are three types of developers: those who know that indexes speed up database queries, those who know that indexes speed up database queries and…

View More Understanding database Indexes in PostgreSQL
Postgres

Understanding Postgres GIN Indexes: The Good and the Bad

Bulent Soylu May 23, 2023 ginperformancepostgresql

Adding, tuning and removing indexes is an essential part of maintaining an application that uses a database. Oftentimes, our applications rely on sophisticated database features…

View More Understanding Postgres GIN Indexes: The Good and the Bad
performance Postgres

Performance Tuning Queries in PostgreSQL

Bulent Soylu May 23, 2023 performancepostgresqltuning

Database performance tuning: developers usually either love it or loathe it. I happen to be one that enjoys it and want to share some of…

View More Performance Tuning Queries in PostgreSQL
Postgres

Partitioning Large Tables

Bulent Soylu May 23, 2023 partitioningperformancepostgresql

About Table Partitioning Partitioning does not change the physical distribution of table data across the segments. Table distribution is physical: Greenplum Database physically divides partitioned…

View More Partitioning Large Tables
Postgres

PostgreSQL EXPLAIN Explained

Bulent Soylu May 14, 2023 execution planexplainpostgresql

When a SQL statement is sent to a PostgreSQL server for execution, Postgres will decipher various parts of the query and define an execution plan…

View More PostgreSQL EXPLAIN Explained
Postgres

TOAST compression and toast_tuple_target

Bulent Soylu May 10, 2023 compressionjsonblz4postgresqltoast

What is the TOAST ? Have you ever wondered how Postgres stores rows that exceed the size of a block? As a reminder, the default…

View More TOAST compression and toast_tuple_target
performance Postgres

LZ4 TOAST compression in PostgreSQL 14

Bulent Soylu May 8, 2023 compressionlz4pglzpostgresql

Background In PostgreSQL, a page is the basic unit to store data, and the size of each page is 8 kB by default. Basically, data in one…

View More LZ4 TOAST compression in PostgreSQL 14
Postgres

Postgres Locks

Bulent Soylu May 1, 2023 lockspostgresql

Table Locks If you ask me what a table lock three years ago I would say its a lock you obtain on a table so…

View More Postgres Locks
performance Postgres

How to measure performance of PostgreSQL Database Server(s)?

Bulent Soylu April 28, 2023 performancepgbenchpostgresql

The benchmark test is designed to evaluate and compare the performance of different configurations, topologies, systems and components. For this purpose I will use the…

View More How to measure performance of PostgreSQL Database Server(s)?

Posts navigation

Previous page Page 1 Page 2 Page 3 Page 4 … Page 10 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