“Sequential table scan" is a very nice and helpful description
@JonMeyers7 ай бұрын
It makes a lot of sense!
@adebiyial7 ай бұрын
@@JonMeyers Yes, it does, particularly because it helps me picture how slow some operations can be due to that.
@timondalton87313 ай бұрын
Super clear explanation. Thank you
@whoman79307 ай бұрын
That end gave me a good giggle 😆
@Karnadagan7 ай бұрын
yeah, it was so cool!
@letopizdetz7 ай бұрын
I need to brush up on multicolumn index. thanks for reminding me
@JonMeyers7 ай бұрын
We have another video coming soon specifically focused on multi column indexes and the differences between that and a covering index! 👍
@flnnx6 ай бұрын
If our backend has a relatively big function that needs to execute multiple DB operations, is it okay if we extract some of the code into utility functions and re-initialize the Supabase client to perform those tasks, or would it be better to pass down the already initialized Supabase client from the main function to the utility functions?
@mrrolandlawrence7 ай бұрын
multi column indexes and indexed views are the way!
@JonMeyers7 ай бұрын
Videos coming soon on both of these!
@himesh_897 ай бұрын
How does this effect while working the supabase js package?
@sumitpurohit88497 ай бұрын
Please make this indexing one for vector embeddings as well.
@JonMeyers7 ай бұрын
Great idea! This one is coming soon!
@eleah26657 ай бұрын
Cool. Thanks Jon, Sincerely, Ehd
@JonMeyers7 ай бұрын
Glad you enjoyed it! 🙌
@joshredgrift51337 ай бұрын
would this also improve performance on LIKE clauses? e.g. (SELECT * FROM people WHERE username LIKE '%jo%';)
@TobiasMars7 ай бұрын
Nice video! but where is my file upload/download and storage with Remix.js tutorial? :DDD