chrisxu333 commented on issue #1722: URL: https://github.com/apache/kvrocks/issues/1722#issuecomment-1815510304
> I think raw test is ok. Because we know the pattern here: > > 1. BITMAP: usally one or multiple 8KiB value > 2. BloomFilter: might greater than 8KiB, but will not too large > > Maybe testing from 8KiB, 16KiB and 64KiB is ok. Sounds good. I just did some testing using my script on the raw storage api. Here is the result. <img src="https://github.com/apache/kvrocks/assets/44099579/86a61c9d-ab5c-4b93-ab34-25689793ab7a" width="500"> <img src="https://github.com/apache/kvrocks/assets/44099579/5b1346bf-c4dd-4e8e-97a3-339843e55fa5" width="500"> P.S. These execution times are averaged among multiple `get()` calls. We could see the speedup is increasing as the size of value increases, which is what we want :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
