From 93d2523472966437ad5da45b8baf89f8e397a8df Mon Sep 17 00:00:00 2001 From: Justin de Guzman Date: Mon, 15 Apr 2024 16:21:06 -0700 Subject: [PATCH] Remove best practices section from Billing --- docs/en/cloud/manage/billing.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/en/cloud/manage/billing.md b/docs/en/cloud/manage/billing.md index 45d2f8b452d..417148e2aac 100644 --- a/docs/en/cloud/manage/billing.md +++ b/docs/en/cloud/manage/billing.md @@ -194,12 +194,3 @@ AWS Marketplace billing follows the calendar month cycle e.g., for usage between ClickHouse Cloud usage statements follow a different billing cycle where usage is metered and reported over 30 days starting from the day of sign up The usage and invoice dates will differ if these dates are not the same. Since usage statements track usage by day for a given service, users can rely on statements to see the breakdown of costs. - - -### What are the best practices? - -There are several [areas of optimization](/docs/en/cloud/bestpractices/asyncinserts.md), some of these are: -- Batching inserts in place of frequent small-size inserts -- Having fewer columns in tables -- Choosing a [partition key](/docs/en/engines/table-engines/mergetree-family/custom-partitioning-key.md) so that inserts go into a fewer number of partitions -- Avoiding write-heavy operations in ClickHouse, such as mutations, OPTIMIZE FINAL, and Nullable columns