Changes between Version 13 and Version 14 of P9


Ignore:
Timestamp:
05/28/26 10:38:35 (4 weeks ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P9

    v13 v14  
    1111
    1212=== Without index analysis
    13 {{
     13{{{
    1414EXPLAIN ANALYZE
    1515WITH genre_annual AS (
     
    5656FROM with_metrics
    5757ORDER BY year DESC, popularity_rank;
    58 }}
     58}}}
    5959{{{
    6060|QUERY PLAN                                                                                                                                                                                                                              |