This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-50439-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from ea0deb65fef [chore](enhancement) remove atomic shared ptr load since 
it may increase the cpu usage (#49779)
     add 82dd5061056 [opt](cloud) Support cached cloud partition version for 
high frequency query (#50439)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/doris/catalog/Partition.java   |   2 +-
 .../apache/doris/cloud/catalog/CloudPartition.java |  89 ++++++++++-
 .../java/org/apache/doris/qe/SessionVariable.java  |   4 +
 .../org/apache/doris/qe/cache/CacheAnalyzer.java   |   2 +-
 .../doris/cloud/catalog/CloudPartitionTest.java    | 162 +++++++++++++++++++++
 .../test_fe_cached_partition_version.groovy        | 160 ++++++++++++++++++++
 6 files changed, 409 insertions(+), 10 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/cloud/catalog/CloudPartitionTest.java
 create mode 100644 
regression-test/suites/cloud_p0/version/test_fe_cached_partition_version.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to