Skip to content

Commit e803b68

Browse files
Merge branch 'search/test-join' into search/speed-up-split-method
Signed-off-by: Stepan Bagritsevich <[email protected]>
2 parents 71a0c2a + 67a60c2 commit e803b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/search/range_tree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RangeTree {
4040
using Map = absl::btree_map<Key, RangeBlock, std::less<Key>,
4141
PMR_NS::polymorphic_allocator<std::pair<const Key, RangeBlock>>>;
4242

43-
static constexpr size_t kDefaultMaxRangeBlockSize = 7000;
43+
static constexpr size_t kDefaultMaxRangeBlockSize = 500000;
4444
static constexpr size_t kBlockSize = 400;
4545

4646
explicit RangeTree(PMR_NS::memory_resource* mr,

0 commit comments

Comments
 (0)