How to Parallel Index Scan in YSQL For Temporal Joins
A common temporal join pattern in analytics used to require extra tweaks in distributed Postgres-compatible systems, but is no longer required due to full support for native PostgreSQL Parallel Query (PQ). Achieve latency gains that scale better by keeping your original schema and query and allowing YSQL to execute a Parallel Index Scan directly.
