ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,143 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

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

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

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

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

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

NextWork
SQL Indexing to make your Database WAY faster

For the project guide for this project → https://link.nextwork.org/projects/mcp-data-engineer1?utm_source=youtube For ALL ...

10:53
SQL Indexing to make your Database WAY faster

681 views

12 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

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

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

Sanjai Kumar
PostgreSQL Performance Hack  Accelerate Search with GIN Indexes

Video Description: Boost PostgreSQL Search Performance with GIN Indexes! In this video, Sanjai Kumar walks you through ...

4:03
PostgreSQL Performance Hack Accelerate Search with GIN Indexes

29 views

7 months ago

PlanetScale
AI-powered Postgres schema recommendations

PlanetScale Insights now automatically scans your Postgres databases and suggests indexes tailored to your schema and ...

7:49
AI-powered Postgres schema recommendations

430 views

1 month ago

Dev Portal
Bitmap Index Scan in PostgreSQL | When & Why PostgreSQL Uses It for Better Performance

Welcome to Dev Portal In this PostgreSQL performance tuning tutorial, we break down an advanced and powerful optimization ...

19:44
Bitmap Index Scan in PostgreSQL | When & Why PostgreSQL Uses It for Better Performance

361 views

6 months ago

LearnWithMe25
PostgreSQL Indexes Explained | Faster Queries for Beginners

In this video, you will learn everything about Indexes in PostgreSQL from scratch. We explain what an index is, why it makes your ...

6:24
PostgreSQL Indexes Explained | Faster Queries for Beginners

31 views

2 weeks ago

Toheed Jamaal
Why Your SQL Queries Are Slow (and How Indexes Fix It)

Your SQL query is slow… so you add an index — and suddenly it's 100× faster. But what actually just happened inside the ...

4:34
Why Your SQL Queries Are Slow (and How Indexes Fix It)

11 views

2 months ago

Mydbops
PostgreSQL Indexing Tutorial: Stop Writing Slow Queries! (A Complete Guide) | Mydbops Podcast Ep 20

Read the blog: https://www.mydbops.com/blog/postgresql-indexing-best-practices-guide Are your PostgreSQL queries ...

10:45
PostgreSQL Indexing Tutorial: Stop Writing Slow Queries! (A Complete Guide) | Mydbops Podcast Ep 20

88 views

5 months ago

Matt Forrest
PostGIS Explained: The Spatial Database Every GIS Pro Should Know

For many GIS professionals, SQL and databases can feel intimidating. They seem like tools for data engineers, not map makers.

19:03
PostGIS Explained: The Spatial Database Every GIS Pro Should Know

7,325 views

3 months ago

Supabase
Master Postgres Full-text Search in 5 Minutes

Postgres has a set of built-in features that enable full-text search efficiently. We walk you through various functions and features ...

4:42
Master Postgres Full-text Search in 5 Minutes

5,980 views

2 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

3 weeks ago

Laya'sTutorials
PostgreSQL Tutorial (Part 4) | Indexes, Backup & Restore, Connections Explained

In this video, we'll explore some advanced and practical topics in PostgreSQL that every developer and DBA should know. You'll ...

14:45
PostgreSQL Tutorial (Part 4) | Indexes, Backup & Restore, Connections Explained

23 views

4 months ago

Pat Spizzo
Postgres Is All You Need

Does your indie application really need Redis, MongoDB, or ElasticSearch? Maybe Postgres is all you really need! Chapters: ...

14:32
Postgres Is All You Need

29,648 views

2 weeks ago

Dev Portal
PostgreSQL Performance Optimization: Remove Dead Tuples & Reindex for Faster Queries

Welcome back to Dev Portal. Is your PostgreSQL database slowing down? Are queries taking longer than expected?

15:15
PostgreSQL Performance Optimization: Remove Dead Tuples & Reindex for Faster Queries

799 views

8 months ago

Free Tutorial TV
📌 PostgreSQL Database Objects Explained: Tables, Views, Indexes & More! 🚀

PostgreSQL Database Objects Explained! 🛠️ In this video, we dive deep into PostgreSQL Database Objects—the essential ...

17:01
📌 PostgreSQL Database Objects Explained: Tables, Views, Indexes & More! 🚀

67 views

9 months ago