Skip to content

Commit

Permalink
fix: talk about pricing plans rather than tiers. (#3571)
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-the-fish authored Nov 12, 2024
1 parent c4fa8fc commit d97429a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion about/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = [
{
title: "Pricing plans and account management",
href: "pricing-and-account-management",
excerpt: "Pricing tiers for Timescale Cloud services",
excerpt: "Pricing plans for Timescale Cloud services",
},
{
title: "TimescaleDB editions",
Expand Down
18 changes: 9 additions & 9 deletions about/pricing-and-account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ import UsageBasedStorage from "versionContent/_partials/_usage-based-storage-int

# Pricing plans and account management

As we enhance our offerings and align them with your evolving needs, tiered
As we enhance our offerings and align them with your evolving needs,
pricing plans provide more value, flexibility, and efficiency for your business.
Whether you're a growing startup or a well-established enterprise, our new tiers
Whether you're a growing startup or a well-established enterprise, our new plans
are structured to support your journey towards greater success.

Tiered pricing plans give you:
Pricing plans give you:

* **Enhanced performance**: with increased CPU and storage capacities, your apps run smoother and more
efficiently, even under heavy loads.
* **Improved scalability**: as your business grows, so do your demands. Tiered pricing plans scale with
* **Improved scalability**: as your business grows, so do your demands. Pricing plans scale with
you, they provide the resources and support you need at each stage of your growth. Scale up or down
based on your current needs, ensuring that you only pay for what you use.
* **Better support**: access to enhanced support options, including production support and dedicated
account management, ensures you have the help you need when you need it.
* **Greater flexibility**: we know that one size doesn't fit all. Tiered pricing plans give you the
* **Greater flexibility**: we know that one size doesn't fit all. Pricing plans give you the
flexibility to choose the features and support levels that best match your business
and engineering requirements. The ability to add features like IO Boost, and customize your plan means you
can tailor Timescale services to fit your specific needs.
Expand All @@ -36,12 +36,12 @@ Tiered pricing plans give you:

Using self-hosted TimescaleDB and our open-source products is still free.

This page explains tiered pricing plans for Timescale Cloud, and how to easily manage your
This page explains pricing plans for Timescale Cloud, and how to easily manage your
Timescale account.

## How plans work

Tiered pricing plans are designed to give you the best value as your project moves
Pricing plans are designed to give you the best value as your project moves
from initial development through to mission critical enterprise applications.

* **Compute**: pay only for the compute resources you run. Compute is metered on an hourly
Expand All @@ -60,7 +60,7 @@ from initial development through to mission critical enterprise applications.
transparent, easily understood, and up to you.


### Timescale Cloud free trial for the different tiers
### Timescale Cloud free trial for the different plans

We offer new users a free, 30-day trial period of our Performance plan with no credit card required.
During your trial, you can contact [email protected] to request information about, and access
Expand Down Expand Up @@ -226,7 +226,7 @@ alt="Adding a payment method in Timescale"/>
- **Plans**: choose the plan supplying the [features][plan-features] that suit your business and
engineering needs.

- **Add-ons**: add top-tier support and improved database performance for mission critical workloads.
- **Add-ons**: add `Production support` and improved database performance for mission critical workloads.

[cloud-login]: https://console.cloud.timescale.com/
[compression]: /use-timescale/:currentVersion:/compression/
Expand Down
6 changes: 3 additions & 3 deletions tutorials/ingest-real-time-websocket-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ This tutorial uses Python and the API

Before you begin, make sure you have:

* Signed up for a [free Timescale account][cloud-install]..
* Signed up for a [free Timescale account][cloud-install].
* Downloaded the file that contains your Timescale service credentials such as
`<HOST>`, `<PORT>`, and `<PASSWORD>`. Alternatively, you can find these
details in the `Connection Info` section for your service.
* Installed Python 3
* Signed up for [Twelve Data][twelve-signup]. The free tier is perfect for
this tutorial.
* Signed up for [Twelve Data][twelve-signup]. The free tier is
perfect for this tutorial.
* Made a note of your Twelve Data [API key](https://twelvedata.com/account/api-keys).

<Collapsible heading="Connect to the websocket server" defaultExpanded={false}>
Expand Down
12 changes: 8 additions & 4 deletions use-timescale/configuration/customize-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Timescale allows you to customize many Timescale and PostgreSQL
configuration options for each Service individually. Most configuration values
for a service are initially set in accordance with best practices given the
compute and storage settings of the service. Any time you increase or decrease
the compute for a Service, the most essential values are set to reflect the size
the compute for a service, the most essential values are set to reflect the size
of the new service.

<Highlight type="warning">
Expand Down Expand Up @@ -45,9 +45,11 @@ icon. This reveals an editable field to apply your change. Clicking anywhere
outside of that field saves the value to be applied.

<Highlight type="note">
The values for some of the parameters vary depending on the plan. For example,
the value for `max_connections` is exactly 25 in the smallest compute tier, but
ranges from 25 to 500 in higher compute tiers.

The values for some of the parameters vary depending on your [pricing plan][plan-features].
For example, the value for `max_connections` is 25 in the Performance plan, but
ranges from 25 to 500 in higher compute plans.

</Highlight>

<img class="main-content__illustration"
Expand All @@ -69,3 +71,5 @@ required. Click `Confirm` to apply the changes, and restart if necessary.
width={1375} height={944}
src="https://assets.timescale.com/docs/images/tsc-settings-confirm.webp"
alt="Confirm Timescale configuration changes"/>

[plan-features]: /about/:currentVersion:/pricing-and-account-management/#features-included-in-each-plan
6 changes: 3 additions & 3 deletions use-timescale/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ To add a user to a project:
1. Type the email address of the person that you want to add, and click `Add
user`.

[Enterprise tier][pricing-plans] and SAML users receive a notification in $CONSOLE. Users in the
other pricing tiers receive a confirmation email. The new user then [joins the project][join-a-project].
[Enterprise plan][pricing-plans] and SAML users receive a notification in $CONSOLE. Users in the
other pricing plans receive a confirmation email. The new user then [joins the project][join-a-project].

</Procedure>

Expand All @@ -60,7 +60,7 @@ instructions in the invitation email to join the project:

$CLOUD_LONG opens and you are added to the project.

- **[Enterprise tier][pricing-plans] and SAML user**:
- **[Enterprise plan][pricing-plans] and SAML user**:
1. Log in to $CONSOLE using your company's identity provider.
2. Click `Notifications`, then accept the invitation.

Expand Down

0 comments on commit d97429a

Please sign in to comment.