Skip to content
Saturday, May 10, 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

Query Performance in Postgres

Bulent Soylu October 11, 2021 No Comments analyzeexecution planexplainperformancepgbenchpostgresquery

What is Explain? EXPLAIN is a keyword that gets prepended to a query to show a user how the query planner plans to execute the…

View More Query Performance in Postgres
Postgres

Scaling in Postgresql

Bulent Soylu October 11, 2021 No Comments postgresscaling

Horizontal Scaling vs Vertical Scaling There are two main ways to scale our database… Horizontal Scaling (scale-out): It’s performed by adding more database nodes creating…

View More Scaling in Postgresql
Postgres

Postgres EXCLUSION Constraint

Bulent Soylu October 11, 2021 No Comments constraintspostgres

Exclusion constraints ensure that if any two rows are compared on the specified columns or expressions using the specified operators, at least one of these…

View More Postgres EXCLUSION Constraint
Postgres

Postgres Data Types

Bulent Soylu October 10, 2021 No Comments data typespostgres

PostgreSQL supports the following data types: Boolean Character types such as char, varchar, and text. Numeric types such as integer and floating-point number. Temporal types such as date, time, timestamp, and interval UUID for…

View More Postgres Data Types
Docker Postgres

Docker Postgres data from windows location

Bulent Soylu October 9, 2021 No Comments dockerpostgreswsl

We can reach out postgres docker image volumes location windows: \wsl$\docker-desktop-data\version-pack-data\community\docker\volumes\

View More Docker Postgres data from windows location
Postgres

postgres random data generation

Bulent Soylu October 9, 2021 No Comments postgresrandomwords.list

add words from linux.words.backup.fedora.standard Then, you can easily create a ton of no sense description BUT searchable using dictionary words with the following steps: 1)…

View More postgres random data generation
Docker Linux Postgres

Docker linux add sudoers, alias commit image

Bulent Soylu October 9, 2021 No Comments aliasdockerdocker commitimagelinuxsudoervim

at docker cli with root user: #apt-get install sudo #usermod -aG sudo postgres #su – postgres postgres # sudo whoami Permanent Alias vim ~/.bashrc or…

View More Docker linux add sudoers, alias commit image
Docker Postgres

Docker Postgres Config

Bulent Soylu October 9, 2021 No Comments dockerpostgresvim

https://hub.docker.com/_/postgres on visual studio code : $ docker pull postgres start a postgres instance on DockerDesktop press cli #su – postgres psql postgres=# show config_file;…

View More Docker Postgres Config
notepad++

Add Notepad++ to cmd

Bulent Soylu October 8, 2021 No Comments notepad++

right click Notepad++ icon on startup -> more –> open File Location right click on notepad++ -> copy paste -> c:\windows\system32 right click -> rename…

View More Add Notepad++ to cmd
General

WSL (Windows Subsystem Linux)

Bulent Soylu October 8, 2021 No Comments wsl

This depends on the version of WSL that you are using: In WSL1, linux applications run alongside other windows applications, memory and CPU are only used…

View More WSL (Windows Subsystem Linux)

Posts navigation

Previous page Page 1 … Page 4 Page 5 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