Skip to content

Commit

Permalink
Remove best practices section from Billing
Browse files Browse the repository at this point in the history
  • Loading branch information
justindeguzman authored Apr 15, 2024
1 parent eea60ca commit 93d2523
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/en/cloud/manage/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93d2523

Please sign in to comment.