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)

Month: October 2021

Postgres

PostgreSQL Questions

Bulent Soylu October 22, 2021 No Comments interviewpostgres

1-What is a postgresql database cluster and database? A database cluster is a collection of databases managed by a PostgreSQL server. โ€˜Database clusterโ€™ in PostgreSQL does not mean โ€˜a group of…

View More PostgreSQL Questions
Postgres

Indexes in PostgreSQL (Bloom)

Bulent Soylu October 21, 2021 No Comments Bloomindexpostgres

Bloom General concept A classical Bloom filter is a data structure that enables us to quickly check membership of an element in a set. The…

View More Indexes in PostgreSQL (Bloom)
Postgres

Indexes in PostgreSQL (BRIN)

Bulent Soylu October 21, 2021 No Comments brinindexpostgres

BRIN General concept Unlike indexes with which we’ve already got acquainted, the idea of BRIN is to avoid looking through definitely unsuited rows rather than…

View More Indexes in PostgreSQL (BRIN)
Postgres

Indexes in PostgreSQL (RUM)

Bulent Soylu October 21, 2021 No Comments indexpostgresRUM

RUM Although the authors claim that gin is a powerful genie, the theme of drinks has eventually won: next-generation GIN has been called RUM. This…

View More Indexes in PostgreSQL (RUM)
Postgres

Indexes in PostgreSQL (GIN)

Bulent Soylu October 21, 2021 No Comments ginindexpostgres

GIN General concept GIN is the abbreviated Generalized Inverted Index. This is a so-called inverted index. It manipulates data types whose values are not atomic, but…

View More Indexes in PostgreSQL (GIN)
Postgres

Indexes in PostgreSQL (SP-GiST)

Bulent Soylu October 21, 2021 No Comments indexpostgressp-gist

SP-GiST First, a few words about this name. The “GiST” part alludes to some similarity with the same-name access method. The similarity does exist: both…

View More Indexes in PostgreSQL (SP-GiST)
Postgres

Indexes in PostgreSQL (GiST)

Bulent Soylu October 21, 2021 No Comments gistindexpostgres

GiST GiST is an abbreviation of “generalized search tree”. This is a balanced search tree, just like “b-tree” discussed earlier. What is the difference? “btree”…

View More Indexes in PostgreSQL (GiST)
Postgres

Indexes in PostgreSQL (Btree)

Bulent Soylu October 20, 2021 No Comments b-tree indexindexpostgres

Structure B-tree index type, implemented as “btree” access method, is suitable for data that can be sorted. In other words, “greater”, “greater or equal”, “less”,…

View More Indexes in PostgreSQL (Btree)
Postgres

Indexes in PostgreSQL (Hash)

Bulent Soylu October 20, 2021 No Comments hash indexindexpostgres

Structure General theory Plenty of modern programming languages include hash tables as the base data type. On the outside, a hash table looks like a…

View More Indexes in PostgreSQL (Hash)
Postgres

Postgres Structure of the Access Method Interface.

Bulent Soylu October 20, 2021 No Comments access methodspostgres

Properties All properties of access methods are stored in the “pg_am” table (“am” stands for access method). We can also get a list of available…

View More Postgres Structure of the Access Method Interface.

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