Cherry-picked
On Sat, Apr 26, 2025 at 4:21 PM Yubiao Feng
wrote:
> Hi all
>
> Before #22792, brokers searched messages by timestamp as follows
> - Binary search entries
> - Reading the entry and getting the entry's publish timestamp
>
> After #22792, brokers searched messages by timestamp as fol
+1
Yubiao Feng 于2025年4月26日 周六16:22写道:
> Hi all
>
> Before #22792, brokers searched messages by timestamp as follows
> - Binary search entries
> - Reading the entry and getting the entry's publish timestamp
>
> After #22792, brokers searched messages by timestamp as follows
> - Locate a range by t
Sounds good.
-Lari
On 2025/04/26 08:40:27 Yubiao Feng wrote:
> And the PR #23919, which is a fix for #22792
>
> On Sat, Apr 26, 2025 at 4:21 PM Yubiao Feng
> wrote:
>
> > Hi all
> >
> > Before #22792, brokers searched messages by timestamp as follows
> > - Binary search entries
> > - Reading t
And the PR #23919, which is a fix for #22792
On Sat, Apr 26, 2025 at 4:21 PM Yubiao Feng
wrote:
> Hi all
>
> Before #22792, brokers searched messages by timestamp as follows
> - Binary search entries
> - Reading the entry and getting the entry's publish timestamp
>
> After #22792, brokers search
Hi all
Before #22792, brokers searched messages by timestamp as follows
- Binary search entries
- Reading the entry and getting the entry's publish timestamp
After #22792, brokers searched messages by timestamp as follows
- Locate a range by the ledger's close-timestamp.
- Binary search between t