Changes between Version 3 and Version 4 of OtherTopics
- Timestamp:
- 07/08/26 21:21:23 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OtherTopics
v3 v4 21 21 * '''After Index Creation:''' 22 22 * Plan Output: `Index Scan` processing nodes filtering via the composite predicate. 23 * Execution Time: 16.293ms24 [[Image(ss1_after. png)]]23 * Execution Time: 3.271 ms 24 [[Image(ss1_after.2.png)]] 25 25 26 26 * '''Index Usage Verification:''' Yes, the PostgreSQL engine bypassed raw relational sequential evaluation and bound query execution directly via index nodes inside the initial windowed CTE materialization.
