Description
Background:
In actual use, we found that some tables only have inserts and will not be updated forever, with only a few queries and will be migrated to HDFS in a short time. Compact has no actual benefits for such tables. On the contrary, when a query involving such a table is scheduled for compact, the query time will be increased. Therefore, we need to add configuration and disable compact for the specified table if necessary.