JingsongLi commented on code in PR #167: URL: https://github.com/apache/flink-table-store/pull/167#discussion_r902506444
########## docs/content/docs/development/write-table.md: ########## @@ -192,3 +192,95 @@ There are three main places in the Table Store's sink writer that take up memory - The memory consumed by compaction for reading files, it can be adjusted by the `num-sorted-run.compaction-trigger` option to change the maximum number of files to be merged. - The memory consumed by writing file, which is not adjustable. + + +## Scale Bucket + +Since the LSM trees are built against each bucket, the number of total buckets dramatically influences the performance. Review Comment: Maybe we have a separate page for rescale bucket. -- 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]
