hive.hivemind_app_blocks_view data are provided by simple subquery instead of...
hive.hivemind_app_blocks_view data are provided by simple subquery instead of JOIN, since at least PostgreSQL 12 planner misbehaves and uses table scan instead of index scan to select row(s) from hive.blocks table, what kills performance.
Loading
Please sign in to comment