(no title)
mplanchard | 9 months ago
Depending on your use case, an incremental materialized view can also be really effective: when new rows for one table come in, query for related rows in a secondary table and populate the combination into a MV for efficient querying.
You can also specify specific join strategies for queries, but we haven’t had as much luck with that so far.
The JOIN thing is definitely the biggest pain point, though, I’ll not debate that at all.
No comments yet.