cyningsun commented on issue #3169:
URL: https://github.com/apache/kvrocks/issues/3169#issuecomment-3291486425

   @PragmaTwice Thanks for the suggestion! I'm will run the benchmarks and post 
the results here once they are complete. I configured the test environment 
based on the following:
   
   ```
   - Key Space Size: 100,000,000 (100 Million keys - total sst file size is 
3.7G)
   - Actual Data Size: 50,000,000 (50 Million existing keys - implying a 50% 
data density )
   - Value Size: 128 bytes
   - Total Requests: 10,000,000 (10 Million requests)
   
   - rocksdb.block_cache_size 1024
   - CPUQuota=600%
   - MemoryMax=2G
   ```
   
   The test matrix is:
   
   ```
   - Single Key EXISTS (0% hit, 50% hit, 100% hit)
   - 10 Keys EXISTS (0% hit, 50% hit, 100% hit)
   ```
   
   Let me know if my understanding and plan align with your expectations. I'll 
post a summary once all the data is collected and analyzed. Appreciate your 
patience!
   


-- 
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]

Reply via email to