ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

140 results

Learn with Manoj
How to Optimize SQL Queries for Faster Database Performance

Want to improve database performance and write faster SQL queries? In this video, we cover practical query optimization ...

6:33
How to Optimize SQL Queries for Faster Database Performance

53 views

3 days ago

Learn with Manoj
Query the Right Way: SQL Optimization Tips

ost developers write SQL queries that work — but slowly. This video walks you through 22 rules that separate good queries from ...

7:17
Query the Right Way: SQL Optimization Tips

50 views

2 days ago

Ayisha Afzal
Power BI #23 | Performance Optimization Techniques| Make Your Report 10x Faster 🚀 | Explained Simply

Is your Power BI report running slow? In this complete guide, we cover Power BI Performance Optimization Techniques from ...

24:06
Power BI #23 | Performance Optimization Techniques| Make Your Report 10x Faster 🚀 | Explained Simply

20 views

3 weeks ago

Starweaver
SQL Server Performance Tuning Essentials - Master Query Optimization in 1 Hour by Starweaver

Is your SQL Server slow? Applications dragging? Long wait times killing productivity? Transform your SQL Server from sluggish to ...

2:01
SQL Server Performance Tuning Essentials - Master Query Optimization in 1 Hour by Starweaver

0 views

11 days ago

Tech With Tim
The Postgres Performance Trap Every Developer Falls Into

Sign Up for TigerData for free: https://tsdb.co/twt-TigerData So your Postgres database is getting slower. Your queries used to take ...

21:58
The Postgres Performance Trap Every Developer Falls Into

3,628 views

16 hours ago

JonTheDBA
Fix Slow Queries in SQL Server Using a Nonclustered Index

In this tutorial, I demonstrate how to optimize slow queries in SQL Server by creating the right index. Slow queries are one of the ...

16:28
Fix Slow Queries in SQL Server Using a Nonclustered Index

2 views

8 days ago

Suraj Kumar
How to Optimize a Slow MySQL Query?

How to Optimize a Slow MySQL Query?

30:19
How to Optimize a Slow MySQL Query?

0 views

3 weeks ago

LearnThatStack
Database Indexes - You Might Be Using Them Wrong

Database indexes can speed up queries but can also silently tank your write performance. We all know indexes make queries ...

18:37
Database Indexes - You Might Be Using Them Wrong

49,702 views

2 weeks ago

Navicat
How to visually analyze query performance?

Optimize your query performance with the Explain feature. Transform a complex execution plan into an easy-to-read diagram.

2:34
How to visually analyze query performance?

14 views

9 days ago

AI Research Roundup
GenDB: Replacing Query Engines with LLM Code

In this AI Research Roundup episode, Alex discusses the paper: 'GenDB: The Next Generation of Query Processing ...

3:55
GenDB: Replacing Query Engines with LLM Code

152 views

10 days ago

OneMinuteCode
.NET Performance Optimization in 60 Seconds | Stop Slow APIs

In this episode of Fix It in 60 Seconds, I demonstrate why most APIs become slow in real-world projects — and how to fix it using a ...

1:35
.NET Performance Optimization in 60 Seconds | Stop Slow APIs

0 views

2 weeks ago

XHealth AI
VIC: Database Indexing & Query Optimization: B-Tree Indexes, EXPLAIN ANALYZE & SQL Performance

In this module, we move beyond writing SQL to understanding how PostgreSQL actually executes your queries and how to make ...

46:04
VIC: Database Indexing & Query Optimization: B-Tree Indexes, EXPLAIN ANALYZE & SQL Performance

30 views

3 weeks ago

MongoDB for Developers and MongoDB
How to Optimize Your Queries for Speed in MongoDB | Data Modeling, Indexing, and More

When e-commerce applications scale to millions of records, standard relational-style queries often hit a performance wall.

14:18
How to Optimize Your Queries for Speed in MongoDB | Data Modeling, Indexing, and More

294 views

3 weeks ago

Byte Size
Is Your App SLOW? The SPEED SECRET: How Database Indexes Really Work

Is Your App SLOW? The SPEED SECRET: How Database Indexes Really Work — Your app flies? Here's the secret!

12:20
Is Your App SLOW? The SPEED SECRET: How Database Indexes Really Work

0 views

10 days ago

Learn In Minutes
Query Performance Masterclass: EXPLAIN Plans & Tuning — Databases Made Practical (Part 7)

Support the channel on Patreon: https://www.patreon.com/15345164/join Ever hit 'run' on a SQL query and then just... wait?

7:57
Query Performance Masterclass: EXPLAIN Plans & Tuning — Databases Made Practical (Part 7)

7 views

1 month ago

Hands On Course Demo
Day 24 : Index Optimization: Implementing GIN and expression indexes.

In Day 24 of the High-Scale CMS Architecture series, we explore Index Optimization in PostgreSQL using GIN indexes and ...

0:33
Day 24 : Index Optimization: Implementing GIN and expression indexes.

0 views

7 days ago

Interview Mentor App
How to Optimize Correlated Subqueries in SQL

Learn how to transform slow correlated subqueries into fast JOINs. This advanced SQL tutorial covers rewriting strategies, CTEs, ...

1:35
How to Optimize Correlated Subqueries in SQL

0 views

1 month ago

OneMinuteCode
.NET Performance Optimization in 60 Seconds | Stop Slow APIs

In this episode of Fix It in 60 Seconds, I demonstrate why most APIs become slow in real-world projects — and how to fix it using a ...

2:05
.NET Performance Optimization in 60 Seconds | Stop Slow APIs

0 views

2 weeks ago

Insights & Outliers
Microsoft 365 Copilot AI can Replace Power BI Optimization Efforts Today!

For years, fixing slow, inefficient Power BI reports required deep expertise, and days or weeks of work. In this video, I show ...

16:00
Microsoft 365 Copilot AI can Replace Power BI Optimization Efforts Today!

4,826 views

9 days ago

DrDroid
DrDroid Debugging micro-services | Slow API optimisation

... Checks the DB schema directly to confirm the fix Result: identifies a query optimization that drops latency from 5.4s to 300ms.

1:53
DrDroid Debugging micro-services | Slow API optimisation

16 views

13 days ago

AIVerse2051
Optimizing MySQL with AI

In this guide, you'll discover how AI-driven techniques can: ✓ Automatically analyze slow queries ✓ Detect inefficient indexes ...

6:19
Optimizing MySQL with AI

4 views

3 weeks ago

Database Mastery in Tamil(DMT)
MySQL Performance Tuning & Query Optimization Explained | Class 14 Part 1 | Tamil

MySQL Performance Tuning and Query Optimization - Class 14 Part 1 | Tamil Tutorial Welcome to Class 14!

38:48
MySQL Performance Tuning & Query Optimization Explained | Class 14 Part 1 | Tamil

25 views

3 weeks ago

Crack Concepts
8 Tips on HOW TO use AI to write Optimised and Better SQL Queries

8 Tips on HOW TO use AI to write Optimised and Better SQL Queries.

7:27
8 Tips on HOW TO use AI to write Optimised and Better SQL Queries

146 views

17 hours ago

systemdrll-2
Day 115: Database Optimization

... finish: A query analysis engine that reads EXPLAIN ANALYZE output programmatically and surfaces slow queries in real time.

0:18
Day 115: Database Optimization

0 views

3 weeks ago

Database Simplified
The Secret Behind MySQL Indexes | How Databases Find Data in Millisecs | B-Tree + Query Optimization

In this video, we uncover the secret behind MySQL indexes and how databases can find data in milliseconds even in tables ...

45:14
The Secret Behind MySQL Indexes | How Databases Find Data in Millisecs | B-Tree + Query Optimization

82 views

9 days ago