MeshWorld India LogoMeshWorld.
Back to Tags
Topic View

#PostgreSQL.

PostgreSQL database tutorials covering advanced SQL, JSONB, performance tuning, and enterprise database management.

10 posts
Dec 2025 – Jul 2026
Filed under this topic
How to Install PostgreSQL & pgAdmin 4 on Ubuntu & Linux (2026)
HowTo5 min read

How to Install PostgreSQL & pgAdmin 4 on Ubuntu & Linux (2026)

Step-by-step guide to installing PostgreSQL 16/17 and pgAdmin 4 on Ubuntu 24.04/22.04 LTS via official PPA with remote access and security configuration.

Vishnu
Vishnu
How to Self-Host Supabase with Docker Compose on Ubuntu (2026)
HowTo5 min read

How to Self-Host Supabase with Docker Compose on Ubuntu (2026)

Complete guide to self-hosting Supabase (PostgreSQL, Kong API Gateway, Auth, Realtime, Storage, and Studio UI) on Ubuntu 24.04/22.04 LTS using Docker Compose.

Vishnu
Vishnu
PostgreSQL Performance Tuning: Indexing, Queries, and Configuration
postgresql5 min read

PostgreSQL Performance Tuning: Indexing, Queries, and Configuration

Practical PostgreSQL performance guide for developers. Indexing strategies, query optimization with EXPLAIN ANALYZE, memory tuning, and connection pooling. PostgreSQL 18 benchmarks included.

Vishnu
Vishnu
Install and Configure PostgreSQL on Ubuntu 26.04
postgresql5 min read

Install and Configure PostgreSQL on Ubuntu 26.04

Complete guide to install PostgreSQL 18 on Ubuntu 26.04. Set up roles, databases, remote access, authentication methods, and security hardening.

Jena
Jena
PostgreSQL Performance Tuning: Query Plans & Connection Pooling
PostgreSQL5 min read

PostgreSQL Performance Tuning: Query Plans & Connection Pooling

Practical PostgreSQL tuning guide: read EXPLAIN ANALYZE, fix slow queries, use PgBouncer for pooling, and optimize autovacuum for high-performance databases.

Rachel
Rachel
Database Indexing: B-trees, Composite Indexes & Performance
Database5 min read

Database Indexing: B-trees, Composite Indexes & Performance

Learn how database indexes work, from B-trees to partial indexes. Understand composite index order and how to use EXPLAIN ANALYZE for better performance.

Rachel
Rachel
PostgreSQL JSONB: Query Patterns & Performance Optimization
PostgreSQL5 min read

PostgreSQL JSONB: Query Patterns & Performance Optimization

Master PostgreSQL JSONB — operators, indexing, querying deep data, aggregation, and performance tuning. Real-world patterns for modern applications.

Rachel
Rachel
Run PostgreSQL Locally with Docker in Under 2 Minutes
HowTo5 min read

Run PostgreSQL Locally with Docker in Under 2 Minutes

Learn to run PostgreSQL locally using Docker. Includes persistent volumes, docker-compose setup, GUI client access, and essential dump or restore commands.

Vishnu
Vishnu
How to Debug a Slow SQL Query in PostgreSQL
HowTo5 min read

How to Debug a Slow SQL Query in PostgreSQL

Step-by-step: find slow queries with pg_stat_statements, read EXPLAIN ANALYZE output, identify missing indexes, fix N+1 queries, and diagnose lock contention.

Vishnu
Vishnu
PostgreSQL Cheat Sheet: SQL, Indexes, EXPLAIN & psql
Cheatsheet5 min read

PostgreSQL Cheat Sheet: SQL, Indexes, EXPLAIN & psql

Complete PostgreSQL reference — psql commands, CRUD queries, joins, indexes, EXPLAIN ANALYZE, CTEs, window functions, JSONB operators, and admin queries.

Vishnu
Vishnu

Related Topics

Discover more topics that complement what you've been reading about.