We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6597a commit d6e440fCopy full SHA for d6e440f
1 file changed
crates/paimon/src/arrow/format/parquet.rs
@@ -788,7 +788,7 @@ struct ArrowFileReader {
788
/// Default coalesce threshold: 1 MiB.
789
const RANGE_COALESCE_BYTES: u64 = 1024 * 1024;
790
/// Default concurrent range fetches.
791
-const RANGE_FETCH_CONCURRENCY: usize = 8;
+const RANGE_FETCH_CONCURRENCY: usize = 10;
792
/// Default metadata prefetch hint: 512 KiB.
793
const METADATA_SIZE_HINT: usize = 512 * 1024;
794
/// Minimum range size for splitting: 4 MiB.
0 commit comments