Ted-Jiang commented on code in PR #5099:
URL: https://github.com/apache/arrow-datafusion/pull/5099#discussion_r1189403676


##########
docs/source/user-guide/configs.md:
##########
@@ -49,7 +49,7 @@ Environment variables are read during `SessionConfig` 
initialisation so they mus
 | datafusion.execution.collect_statistics                    | false      | 
Should DataFusion collect statistics after listing files                        
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                        |
 | datafusion.execution.target_partitions                     | 0          | 
Number of partitions for query execution. Increasing partitions can increase 
concurrency. Defaults to the number of CPU cores on the system                  
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                           |
 | datafusion.execution.time_zone                             | +00:00     | 
The default time zone Some functions, e.g. `EXTRACT(HOUR from SOME_TIME)`, 
shift the underlying datetime according to this time zone, and then extract the 
hour                                                                            
                                                                                
                                                                                
                                                                                
                                                                                
                             |
-| datafusion.execution.parquet.enable_page_index             | false      | If 
true, uses parquet data page level metadata (Page Index) statistics to reduce 
the number of rows decoded.                                                     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                       |
+| datafusion.execution.parquet.enable_page_index             | true       | If 
true, uses parquet data page level metadata (Page Index) statistics to reduce 
the number of rows decoded.                                                     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                       |

Review Comment:
   I think here we also skip IO when the whole page is skipped.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to