Changes between Version 1 and Version 2 of OtherTopics


Ignore:
Timestamp:
08/24/26 18:58:21 (3 days ago)
Author:
231118
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OtherTopics

    v1 v2  
    2222  * Plan Output: `Bitmap Index Scan using idx_nch_timestamp_comp` feeding a `Bitmap Heap Scan on network_connections_history nc`.
    2323  * Execution Time: 14.924 ms
    24 [[Image(ss1_after.2.png)]]
     24[[Image(ss1_after.png)]]
    2525
    2626* '''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.