This is an automated email from the ASF dual-hosted git repository.
lxy-9602 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-cpp.git
from 53f9c86d feat(core): support input and lookup changelog producers
(#248)
add 22197d2b perf(index): reuse primary-key index groups with retired
source files (#253)
No new revisions were added by this update.
Summary of changes:
.../source/user_guide/primary_key_global_index.rst | 16 +-
.../pksorted/pk_sorted_bucket_index_state.cpp | 93 ++++++++---
.../index/pksorted/pk_sorted_bucket_index_state.h | 11 +-
.../pksorted/pk_sorted_bucket_index_state_test.cpp | 118 +++++++++++---
.../core/index/pksorted/pk_sorted_index_group.h | 14 +-
.../table/source/primary_key_sorted_index_scan.cpp | 13 +-
.../source/primary_key_sorted_index_scan_test.cpp | 177 +++++++++++++++++++++
7 files changed, 377 insertions(+), 65 deletions(-)