pub const DEFAULT_JOIN_MAX_OUTPUT: usize = 1_000_000;
Default maximum output size for join operations. This prevents memory overflow when joining large tables with high cardinality matches.