PostgreSQL - Performance Tuning
Consider two large tables
orders(order_id, product_id) and inventory(product_id, stock), both sorted on product_id. Which join algorithm will PostgreSQL most likely use to join them on product_id?