Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.10.1.0, 0.10.2.0
-
None
-
None
Description
Relates to KAFKA-4851
Querying a window store over the entire time range (i.e. [0, Long.MAX_VALUE] is extremely slow.
Here's a simple benchmark that shows it takes about 400ms to query just a single key with a timestamp as of today's date.
Benchmark Mode Cnt Score Error Units RocksDBWindowStoreTest.benchmarkStoreFetch avgt 20 401.635 ± 46.130 ms/op
Using timestamps far out in the future (e.g. 0x7a00000000000000L) the fetch operation essentially never completes.
Attachments
Issue Links
- is duplicated by
-
KAFKA-4851 SessionStore.fetch(key) is a performance bottleneck
- Resolved