rockeet commented on PR #1206: URL: https://github.com/apache/incubator-kvrocks/pull/1206#issuecomment-1549490143
Benchmark with wikipedia data: **109GB**, **38.5 M** rows, average **2.8 KB** per row. Hardware: aliyun 2c16g, in random read, we also tested with 8c16g, disk is high performance ESSD(iops up to 60k). **community** conf [kvtopling-community.json](https://github.com/rockeet/incubator-kvrocks/blob/adapt-toplingdb/kvtopling-community.json) using BlockBasedTable(block size is 8K). **enterprise** conf [kvtopling-enterprise.json](https://github.com/rockeet/incubator-kvrocks/blob/adapt-toplingdb/kvtopling-enterprise.json) using ToplingZipTable.   Random read after full compaction, in random read, it is CPU bounded, rand 8c means 8c16g. block cache is 1G for BlockBasedTable, we have tried block cache 4G & 8G, but performance getting worse.  -- 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]
