Another rule... Always remember your functional dependencies... Conditions on dependent columns can be converted to conditions on independent columns which generally have indexes. Like to get all apples a redundant condition on object type to be fruit can help
I'd always been confused about what exactly indexes were; thanks for breaking it down so nicely!
Another rule... Always remember your functional dependencies... Conditions on dependent columns can be converted to conditions on independent columns which generally have indexes. Like to get all apples a redundant condition on object type to be fruit can help
nice talk thanks for the knowledge.
She is awesome!!! LOVED HER EXPLANATION
Awesome talk! I would add that PG planner is probably very smart and that could be the reason why PG intentionally excluded something like index hint.
I thought indexes were magic before this video
This talk was great. Thanks!