Make your queries 43,240x faster

  Рет қаралды 25,029

Supabase

Supabase

Күн бұрын

Пікірлер: 29
@mikelCold
@mikelCold 4 ай бұрын
Amazing explainer for something so basic as indexes. I'm always surprised how can people learn this so late. If there's another video I would recommend going into multiple column indexes too.
@dshukertjr
@dshukertjr 4 ай бұрын
Loving the quote at the end!
@aLfRemArShMeLlOw
@aLfRemArShMeLlOw 4 ай бұрын
42069x faster
@JonMeyers
@JonMeyers 4 ай бұрын
Missed opportunity! 😂
@TheBlackManMythLegend
@TheBlackManMythLegend 4 ай бұрын
I used to work at EDF (electricite de France ) and we performed for PL/SQL script to update the 40 millions of line of customer to make the database faster. Kinda forgot about all of that. But that was satisfying to do.
@mabud_alam
@mabud_alam 4 ай бұрын
Please explain how the pgvector index works
@harryzachariou1
@harryzachariou1 4 ай бұрын
Fantastic video!
@sire_ns
@sire_ns 4 ай бұрын
Incredible! thanks
@todoku1
@todoku1 3 ай бұрын
maybe a noob question but does the advantage of the postgres query planner also work when I use it from the client side like in flutter? like in 08:05
@roninspect4357
@roninspect4357 4 ай бұрын
will this index will work with iLike queries?
@GivSadds
@GivSadds 4 ай бұрын
I left you database service , just because you don't have the query rows count features for the application codes . You have only in SQL but not in dart , javascript or any other languages
@KieranCrown
@KieranCrown 4 ай бұрын
You can utilise DB triggers and functions to update the count and query it in the frontend with ease
@Supabase
@Supabase 4 ай бұрын
You can get the row count using the count option: supabase.com/docs/reference/javascript/select Also we have count() aggregate function option for counting rows of a referenced table: supabase.com/blog/postgrest-aggregate-functions#the-basics-of-aggregate-functions
@heyjitendra
@heyjitendra 4 ай бұрын
Thanks excited to know more about Indexes.
@tasfiqjawaad3757
@tasfiqjawaad3757 4 ай бұрын
When I tried to index a table, it did improve the query time, but only by a couple of seconds. It was noticeable but not as much as in this video. Does it have anything to do with my supabase plan? I'm using the free tier.
@poolkrooni
@poolkrooni 3 ай бұрын
How big is your dataset? In the video he's dealing with 10M entries
@sumitpurohit8849
@sumitpurohit8849 4 ай бұрын
Can you please update the docs for when to use which distance operator in HNSW and IVFFlat vector indexes. Currently it is unclear weather to use cosine distance, Euclidean distance or negative inner product. Also I would love to have detailed videos/blogs/docs on which embedding model to use for how many words(tokens) of data and also on hybrid search as well.
@Dom-zy1qy
@Dom-zy1qy 4 ай бұрын
Tbh this isn't really something you should be looking at the supabase documentation for.
@laugedyret
@laugedyret 4 ай бұрын
Nice, thanks!
@JonMeyers
@JonMeyers 4 ай бұрын
Glad you enjoyed it! 🙌
@damnnn.
@damnnn. 2 ай бұрын
SUPABASE is AWESOME. The Dev Team is teaching the product, how it should be. I am new to Supabase and these videos are very useful for me. If it's not important to you, try being overwhelmed with textwall documentations and useless videos.
@activenode
@activenode 4 ай бұрын
Nice one jon!
@vincentjohnflorio
@vincentjohnflorio 4 ай бұрын
Perfectly explained!
@TheBlackManMythLegend
@TheBlackManMythLegend 4 ай бұрын
very didactic
@PramodGeorge
@PramodGeorge 4 ай бұрын
Hot Damn!
@althafhussain9718
@althafhussain9718 4 ай бұрын
In this video, the Explain Analyze tool reported a duration of 3 ms for the first query with username and is_active, and 0.02 ms for the second query with is_active and username. Can you explain why there is such a difference?
@tylerhartman1630
@tylerhartman1630 4 ай бұрын
I would guess that either the machine is running multiple threads and the thread got swapped to inactive for 1 ms or that it cached the result from the first one, so it already knew the answer for the second one (because it processed it as the same query)
Simplify complex SQL queries with Views in Postgres
26:01
Supabase
Рет қаралды 9 М.
Are Multi-Column Indexes a good idea?
11:22
Supabase
Рет қаралды 3,6 М.
My daughter is creative when it comes to eating food #funny #comedy #cute #baby#smart girl
00:17
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 53 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 1,8 МЛН
SQL Indexes Explained in 20 Minutes
19:31
developedbyed
Рет қаралды 10 М.
Everything you NEED TO KNOW about Relationships
13:53
Supabase
Рет қаралды 2,3 М.
Airflow for Beginners: Build Amazon books ETL Job in 10 mins
13:13
Sunjana in Data
Рет қаралды 4,9 М.
3 reasons you should use Postgres Functions and Transactions
16:58
Postgres scales … when you do this!
9:59
Supabase
Рет қаралды 4,4 М.
Firebase vs Supabase - I Built The Same App With Both
6:21
Your Average Tech Bro
Рет қаралды 115 М.
Wait... PostgreSQL can do WHAT?
20:33
The Art Of The Terminal
Рет қаралды 196 М.
Stop Slow Queries! Learn Query Optimization in DBMS Today!
14:20
Manish Sharma
Рет қаралды 1,1 М.
This is why understanding database concurrency control is important
9:05