We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ada53b commit 2a1f1f5Copy full SHA for 2a1f1f5
src/query/ee/src/hilbert_clustering/handler.rs
@@ -63,7 +63,7 @@ impl HilbertClusteringHandler for RealHilbertClusteringHandler {
63
let max_bytes_per_block = fuse_table.get_option(
64
FUSE_OPT_KEY_BLOCK_IN_MEM_SIZE_THRESHOLD,
65
DEFAULT_BLOCK_BUFFER_SIZE,
66
- ) * 2;
+ );
67
let hilbert_min_bytes = std::cmp::max(
68
hilbert_clustering_min_bytes,
69
max_bytes_per_block * block_per_seg,
0 commit comments