ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,146 results

PlanetScale
Postgres vs MySQL: Indexes edition

From the archives of our internal Postgres hack week. Learn table storage and indexes in Postgres vs MySQL. Head to ...

11:38
Postgres vs MySQL: Indexes edition

6,439 views

2 weeks ago

Next LVL Programming
How To Create Index In PostgreSQL? - Next LVL Programming

How To Create Index In PostgreSQL? Have you ever wondered how to improve the performance of your PostgreSQL database?

2:44
How To Create Index In PostgreSQL? - Next LVL Programming

191 views

11 months ago

JaneExplainsIT
PostgreSQL indexes - GiST index. Easy explanation. Full-text search and spatial data.

GiST index in PostgreSQL - how does it work internally and what are its advantages and disadvantages? How is it used with ...

8:08
PostgreSQL indexes - GiST index. Easy explanation. Full-text search and spatial data.

311 views

2 months ago

JaneExplainsIT
PostgreSQL indexes - B-Tree, GIN, BRIN. What's the difference? Easy explanation.

The difference between PostgreSQL indexes, pros and cons of using different types.

5:06
PostgreSQL indexes - B-Tree, GIN, BRIN. What's the difference? Easy explanation.

1,047 views

5 months ago

Hello Interview - SWE Interview Preparation
DB Indexing in System Design Interviews - B-tree, Geospatial, Inverted Index, and more!

Learn about database indexing, including why they're essential, when to use them, and a few different types of indexes that are ...

14:16
DB Indexing in System Design Interviews - B-tree, Geospatial, Inverted Index, and more!

144,827 views

10 months ago

Postgres Conference
Why PostgreSQL Isn't Utilizing Indexes Diagnosing and Solving Performance Issues

In this session, we delve into the common scenarios where PostgreSQL may not be utilizing indexes as expected, leading to ...

35:48
Why PostgreSQL Isn't Utilizing Indexes Diagnosing and Solving Performance Issues

151 views

10 months ago

Dev Portal
PostgreSQL Index Scan vs Index-Only Scan | Real Examples, Performance Tips & EXPLAIN ANALYZE Guide

Welcome back to Dev Portal In this tutorial, we're unlocking one of the most powerful performance optimizations technique in ...

19:33
PostgreSQL Index Scan vs Index-Only Scan | Real Examples, Performance Tips & EXPLAIN ANALYZE Guide

247 views

7 months ago

PostgresTV
Multi-column indexes | Postgres.FM 155 | #PostgreSQL #Postgres podcast

_ Check out the subtitles – we now edit them, ChatGPT+manually! You can also try YouTube's auto-translation of them from ...

41:21
Multi-column indexes | Postgres.FM 155 | #PostgreSQL #Postgres podcast

756 views

4 months ago

DbSchema Database Designer
PostgreSQL JSONB: Indexing for Faster Queries with DbSchema

Quickly learn PostgreSQL JSONB: query inside documents, turn arrays into rows, and speed up searches with indexes on JSONB ...

5:36
PostgreSQL JSONB: Indexing for Faster Queries with DbSchema

209 views

2 months ago

JaneExplainsIT
PostgreSQL indexes. Full-text search: GiST or GIN

In this video, I'll compare GIN and GiST indexes for full-text search. I'll show you how they work and explain the differences in ...

8:44
PostgreSQL indexes. Full-text search: GiST or GIN

32 views

3 weeks ago

Postgres Conference
Rules of Indexing in PostgreSQL | Alan Zakrzewski | Postgres Conference Orlando 2025

Session Title: Rules of Indexing in PostgreSQL Speaker(s): Alan Zakrzewski Track: Ops Session Description This session delivers ...

36:35
Rules of Indexing in PostgreSQL | Alan Zakrzewski | Postgres Conference Orlando 2025

33 views

6 days ago

JaneExplainsIT
PostgreSQL indexes. B-Tree or Hash. What is better? How it works?

PostgreSQL: Hash index. We'll see how it works under the hood and understand if it's better than B tree index. So, what is a hash ...

5:50
PostgreSQL indexes. B-Tree or Hash. What is better? How it works?

114 views

3 months ago

Prisma
How to Speed Up Your Queries with Indexes

When looking for ways to speed up queries for your application, one of the best places to start is to add indexes that cover ...

10:29
How to Speed Up Your Queries with Indexes

2,347 views

11 months ago

Devoxx France
Your SQL queries up to 10,000 times faster, sustainably. - Alain LESAGE (DALIBO)

Presentation by: Alain LESAGE (DALIBO) 📕 Summary: Relational database management systems aren't magic and their primary ...

44:35
Your SQL queries up to 10,000 times faster, sustainably. - Alain LESAGE (DALIBO)

10,492 views

7 months ago

CodeLucky
Bitmap Indexes Explained: Efficient Database Filtering for Beginners

Dive into the world of bitmap indexes and discover how they revolutionize database filtering! This video provides a ...

7:42
Bitmap Indexes Explained: Efficient Database Filtering for Beginners

761 views

7 months ago

Vlad Mihalcea
PostgreSQL JSON Indexing

In this video, I'm showing you what options you have to index JSON columns when using PostgreSQL. I explain how to index ...

5:34
PostgreSQL JSON Indexing

1,031 views

10 months ago

Microsoft Developer
Designing for Document Databases in PostgreSQL | POSETTE: An Event for Postgres 2025

Video of a conference talk exploring the numerous advantages document databases have for developers due to their flexibility ...

25:42
Designing for Document Databases in PostgreSQL | POSETTE: An Event for Postgres 2025

575 views

6 months ago

pgBLR
Experimenting with a Global Index in PostgreSQL: Design, Implementation, and Challenges

This talk will discuss about: the main limitations is that unique keys must include the partition key, which can be restrictive for many ...

45:24
Experimenting with a Global Index in PostgreSQL: Design, Implementation, and Challenges

93 views

10 months ago

PostgreSQL Development Conference
Exploring the benefits of learned indexes in PostgreSQL: Theory and Implementation (PGConf.dev 2025)

Presented by Gary Evans and Nishchay Kothari at PGConf.dev 2025 (https://2025.pgconf.dev) Traditional indexing structures, ...

49:55
Exploring the benefits of learned indexes in PostgreSQL: Theory and Implementation (PGConf.dev 2025)

203 views

6 months ago

Data with AP
Partial index in PostgreSQL

Most tables have a lot of data we rarely query, and indexing only the rows that matter can dramatically boost performance.

6:10
Partial index in PostgreSQL

6 views

2 weeks ago