Hi, Best Regards Peter Huang |
Hi Peter
This is a general problem and you could refer to RocksDB's tuning guides[1][2], you could also refer to Flink built-in PredefinedOptions.java [3].
Generally speaking, increase write buffer size to reduce write amplification, increase the parallelism of keyed operator to share the pressure to disks if found IO bottleneck. Bloom filter is good to add to reduce the cost of read amplification. Use high performance
disk would help much.
Best
Yun Tang
From: Peter Huang <[hidden email]>
Sent: Friday, July 3, 2020 13:31 To: user <[hidden email]> Subject: Question about RocksDB performance tunning Hi,
Best Regards
Peter Huang
|
Hi Yun, Thanks for the info. These materials help a lot. Best Regards Peter Huang On Thu, Jul 2, 2020 at 11:36 PM Yun Tang <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |