ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,149 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,442 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.

313 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,051 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,973 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

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

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

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?

117 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,351 views

11 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

766 views

7 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

248 views

7 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

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,495 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

576 views

6 months ago

vlogize
Understanding COUNT Queries on Indexed Columns in PostgreSQL

Learn why your `COUNT` query may be slow even with an index and how to optimize it for better performance in PostgreSQL.

2:03
Understanding COUNT Queries on Indexed Columns in PostgreSQL

1 view

6 months ago

vlogize
Understanding Index Performance in PostgreSQL: Single vs. Combined Indexes

Explore the intricacies of PostgreSQL indexing, understand why using a combined index can impact performance, and learn ...

1:29
Understanding Index Performance in PostgreSQL: Single vs. Combined Indexes

2 views

8 months ago

Arjay McCandless
Database Indexing

... serve many more reads than writes i think you should add an index on customer ID and order status adding an index will greatly ...

0:31
Database Indexing

57,135 views

3 months ago

vlogize
How to Retrieve Index Names and Their Types in PostgreSQL

Discover how to display index names along with their types like UNIQUE or PRIMARY in PostgreSQL using the right SQL queries.

1:51
How to Retrieve Index Names and Their Types in PostgreSQL

0 views

8 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

PostgresTV
GIN Indexes | Postgres.FM 137 | #PostgreSQL #Postgres podcast

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

40:59
GIN Indexes | Postgres.FM 137 | #PostgreSQL #Postgres podcast

881 views

9 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 ...

1:49
How to Speed Up Your Queries with Indexes

1,662 views

11 months ago