Skip to content

Commit

Permalink
I/O boost docs (#3610)
Browse files Browse the repository at this point in the history
I/O boost docs added

---------

Co-authored-by: Iain Cox <iain@timescale.com>
  • Loading branch information
atovpeko and billy-the-fish authored Nov 26, 2024
1 parent b262a19 commit c37140c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 4 deletions.
8 changes: 4 additions & 4 deletions about/pricing-and-account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ The features included in each [plan][pricing-plans] are:
| Time-series ||||
| Vector search ||||
| AI workflows (coming soon) ||||
| Cloud SQL editor | 3 seats | 10 seats | 20 seats |
| Cloud SQL editor | 3 seats | 10 seats | 20 seats |
| Charts ||||
| Dashboards | 2 | Unlimited | Unlimited |
| **Storage and performance** | | | |
| IOPS (autoscales) | 3,000 - 5,000 | 5,000 - 8,000 | 5,000 - 8,000 |
| Bandwidth (autoscales) | 125 - 250 Mbps | 250 - 500 Mbps | Up to 500 mbps |
| IO Boost | | Add-on: <br/>16K IOPS, 1000 Mbps BW | Add-on: <br/>16K IOPS, 1000 Mbps BW |
| I/O Boost | | Add-on: <br/>16K IOPS, 1000 Mbps BW | Add-on: <br/>16K IOPS, 1000 Mbps BW |
| **Availability and monitoring** | | | |
| High-availability replicas <br/>(Automated multi-AZ failover) ||||
| Read replicas | |||
Expand All @@ -163,7 +163,7 @@ The features included in each [plan][pricing-plans] are:
| **Security and compliance** | | | |
| End-to-end encryption ||||
| Private Networking (VPC) | 1 multi-attach VPC | Unlimited multi-attach VPCs | Unlimited multi-attach VPCs |
| IP address allow list | 1 list with up to 10 IP addresses | Up to 10 lists with up to 10 IP addresses each | Up to 10 lists with up to 10 IP addresses each |
| IP address allow list | 1 list with up to 10 IP addresses | Up to 10 lists with up to 10 IP addresses each | Up to 10 lists with up to 10 IP addresses each |
| Multi-factor authentication ||||
| Federated authentication (SAML) | | ||
| SOC 2 Type 2 report | |||
Expand All @@ -176,7 +176,7 @@ The features included in each [plan][pricing-plans] are:
| Email support ||||
| Production support | Add-on | Add-on ||
| Named account manager | | ||
|JOIN services (Jumpstart Onboarding and INtegration)| | Available at minimum spend ||
| JOIN services (Jumpstart Onboarding and INtegration) | | Available at minimum spend ||

If you want to estimate your costs ahead of the billing cycle, you can use the
[pricing calculator](http://timescale.com/pricing/calculator).
Expand Down
4 changes: 4 additions & 0 deletions use-timescale/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ module.exports = [
excerpt:
"Using a connection pool with your Timescale services",
},
{
title: "I/O boost",
href: "i-o-boost",
},
{
title: "Troubleshooting Timescale services",
href: "troubleshooting",
Expand Down
40 changes: 40 additions & 0 deletions use-timescale/services/i-o-boost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: I/O boost
excerpt: Increase I/O and throughput to avoid performance bottlenecks and enhance scalability
products: [cloud]
keywords: [io, io boost, performance]
---

# I/O boost

You use I/O boost to increase I/O and throughput of a service's [high-performance storage][data-tiering]. You can enable it for the most demanding applications, while keeping costs under control.

Enabling I/O boost increases I/O to 16,000 IOPS and throughput to 1,000 MBps. The boost also applies to any [high-availability][ha-replicas] replicas you might have running for a service, although for an additional fee.

This feature is available under the Scale and Enterprise [pricing tiers][pricing-tiers].

## Enable I/O boost

You enable I/O boost from the `Operations` tab in [$CONSOLE][console].

<Procedure>

1. **In $CONSOLE, choose the $SERVICE_SHORT you want to enable I/O boost for**.

1. **Open the `Operations` tab and toggle the I/O boost switch. Then click `Apply`**.

![Timescale I/O Boost](https://assets.timescale.com/docs/images/timescale-i-o-boost.png)

</Procedure>

I/O boost is now enabled for this service and its replicas. You can enable or disable it once every 24 hours.

[console]: https://console.cloud.timescale.com/dashboard/services
[ha-replicas]: /use-timescale/:currentVersion:/ha-replicas/high-availability/
[read-replicas]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/
[pricing-tiers]: /about/:currentVersion:/pricing-and-account-management/
[data-tiering]: /use-timescale/:currentVersion:/data-tiering/




0 comments on commit c37140c

Please sign in to comment.