maheshrajus commented on code in PR #4276: URL: https://github.com/apache/carbondata/pull/4276#discussion_r918528536
########## core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java: ########## @@ -2886,5 +2886,14 @@ private CarbonCommonConstants() { public static final String CARBON_ENABLE_MULTI_VERSION_TABLE_STATUS_DEFAULT = "false"; + /** + * This flag is set to enable the feature of moving the partition data to trash + * when dropped partition command is given. + * By default it is enabled if any performance degrade then user should disable this feature. + */ + @CarbonProperty + public static final String CARBON_ENABLE_PARTITION_DATA_TRASH = Review Comment: @akashrn5 can i disable this feature by default ?. if user want then enable and can use it. in this case we will mention only about moving partiton data to trash in documents. -- 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: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org