Skip to content

Commit f49a858

Browse files
billy-the-fishbilly-the-fishbrandonpurcell-devatovpekonathanjcochran
authored
chore: compress on INSERT. (#4533)
* chore: compress on INSERT. * chore: add missing partials. * Update changelog with new features and enhancements (#4536) * Update changelog with new features and enhancements Added details about Crypto Payments early access and S3 Source Connector improvements. Signed-off-by: Brandon <[email protected]> * review and images * crypto payments added --------- Signed-off-by: Brandon <[email protected]> Co-authored-by: Anastasiia Tovpeko <[email protected]> Co-authored-by: atovpeko <[email protected]> * fixes on azure review (#4538) * CLI/MCP fixes (#4537) * Fix erroneous references to --cpu-memory flag * Improve documentation of configuration parameters, env vars, and flags * Add new 'create role' command * Add backticks around output format * Minor tweaks to global CLI flags * List config options, not env vars * MCP tools, not commands * Add new service_fork MCP tool * chore: update on review. --------- Signed-off-by: Iain Cox <[email protected]> Co-authored-by: billy-the-fish <[email protected]> Co-authored-by: Iain Cox <[email protected]> * Link to support portal + fix duplication (#4541) * chore: update logo in the readme. (#4542) * Remove table access method option (#4543) This option no longer exists Signed-off-by: Philip Krauss <[email protected]> * Apply suggestions from code review Co-authored-by: Philip Krauss <[email protected]> Signed-off-by: Iain Cox <[email protected]> * Update _use-case-transport-geolocation.md (#4501) Hinting about the tuple decompression limit error and how to set it to zero. Signed-off-by: Raja Yogan <[email protected]> Co-authored-by: Iain Cox <[email protected]> --------- Signed-off-by: Brandon <[email protected]> Signed-off-by: Iain Cox <[email protected]> Signed-off-by: Philip Krauss <[email protected]> Signed-off-by: Raja Yogan <[email protected]> Co-authored-by: billy-the-fish <[email protected]> Co-authored-by: Brandon <[email protected]> Co-authored-by: Anastasiia Tovpeko <[email protected]> Co-authored-by: atovpeko <[email protected]> Co-authored-by: Nathan Cochran <[email protected]> Co-authored-by: Philip Krauss <[email protected]> Co-authored-by: Raja Yogan <[email protected]>
1 parent 7282f09 commit f49a858

22 files changed

+232
-110
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align=center>
22
<picture align=center>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://assets.timescale.com/docs/images/tigerdata-gradient-white.svg">
4-
<source media="(prefers-color-scheme: light)" srcset="https://assets.timescale.com/docs/images/tigerdata-gradient-black.svg">
3+
<source media="(prefers-color-scheme: dark)" srcset="https://assets.timescale.com/timescale-web/brand/show/horizontal-white.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://assets.timescale.com/timescale-web/brand/show/horizontal-black.svg">
55
<img alt="Tiger Data logo" >
66
</picture>
77
</div>

_partials/_aws-features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ The features included in each [$PRICING_PLAN][pricing-plans] are:
6262
For a personalized quote, [get in touch with $COMPANY][contact-company].
6363

6464
[pricing-plans]: https://www.timescale.com/pricing
65-
[contact-company]: https://www.tigerdata.com/contact/
65+
[contact-company]: https://www.tigerdata.com/contact/
66+
[hipaa-compliance]: https://www.hhs.gov/hipaa/for-professionals/index.html
67+
[commercial-sla]: https://www.timescale.com/legal/timescale-cloud-terms-of-service

_partials/_azure-features.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The features included in each [$PRICING_PLAN][pricing-plans] are:
1515
| Number of $SERVICE_SHORTs | Up to 2 free services | Up to 2 free and 4 standard services | Up to 2 free and and unlimited standard services | Up to 2 free and and unlimited standard services |
1616
| CPU limit per $SERVICE_SHORT | Shared | Up to 8 CPU | Up to 32 CPU | Up to 64 CPU |
1717
| Memory limit per $SERVICE_SHORT | Shared | Up to 32 GB | Up to 128 GB | Up to 256 GB |
18-
| Storage limit per $SERVICE_SHORT | 750 MB | Up to 16 TB | Up to 16 TB | Up to 64 TB |
18+
| Storage limit per $SERVICE_SHORT | 750 MB | Up to 16 TB | Up to 16 TB | Up to 16 TB |
1919
| Independently scale compute and storage | | Standard services only | Standard services only | Standard services only |
2020
| **Data services and workloads** | | | |
2121
| Relational |||||
@@ -28,7 +28,7 @@ The features included in each [$PRICING_PLAN][pricing-plans] are:
2828
| **Storage and performance** | | | | |
2929
| IOPS | Shared | 3,000 - 5,000 | 5,000 - 8,000 | 5,000 - 8,000 |
3030
| Bandwidth (autoscales) | Shared | 125 - 250 Mbps | 250 - 500 Mbps | Up to 500 mbps |
31-
| I/O boost | | | Add-on: <br/>Up to 16K IOPS, 1000 Mbps BW | Add-on: <br/>Up to 32K IOPS, 4000 Mbps BW |
31+
| I/O boost | | | Add-on: <br/>Up to 16K IOPS, 1000 Mbps BW | Add-on: <br/>Up to 16K IOPS, 1000 Mbps BW |
3232
| **Availability and monitoring** | | | | |
3333
| High-availability replicas <br/>(Automated multi-AZ failover) | ||||
3434
| Read replicas | | |||
@@ -58,4 +58,6 @@ The features included in each [$PRICING_PLAN][pricing-plans] are:
5858
For a personalized quote, [get in touch with $COMPANY][contact-company].
5959

6060
[pricing-plans]: https://www.timescale.com/pricing
61-
[contact-company]: https://www.tigerdata.com/contact/
61+
[contact-company]: https://www.tigerdata.com/contact/
62+
[hipaa-compliance]: https://www.hhs.gov/hipaa/for-professionals/index.html
63+
[commercial-sla]: https://www.timescale.com/legal/timescale-cloud-terms-of-service

_partials/_billing-example.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import BillingForInactiveServices from "versionContent/_partials/_billing-for-inactive-services.mdx";
2+
13
You are billed at the end of each month in arrears. Your monthly invoice
24
includes an itemized cost accounting for each $SERVICE_LONG and any additional charges.
35

@@ -22,4 +24,6 @@ and consumed high-performance storage for 720 hours total:
2224

2325
Some add-ons such as tiered storage, HA replicas, and connection pooling may incur
2426
additional charges. These charges are clearly marked in your billing snapshot in $CONSOLE.
27+
28+
<BillingForInactiveServices />
2529

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
| Flag | Default | Description |
3+
|---------------------------|-------------------|-----------------------------------------------------------------------------|
4+
| `analytics` | `true` | Set to `false` to disable usage analytics |
5+
| `color ` | `true` | Set to `false` to disable colored output |
6+
| `debug` | No debugging | Enable debug logging |
7+
| `docs_mcp` | `true` | Enable or disable the $COMPANY documentation MCP proxy |
8+
| `output` | `table` | Set the output format to `json`, `yaml`, or `table` |
9+
| `password-storage` string | `keyring` | Set the password storage method. Options are `keyring`, `pgpass`, or `none` |
10+
| `service-id` string | - | Set the $SERVICE_LONG to manage |
11+
| `version_check_interval` | `24h` | Set how often the $CLI_SHORT checks for a new version |
12+
13+
You can also set these configuration options as environment variables. Environment variables:
14+
* Take precedence over configuration parameters values.
15+
* Are in upper case and use the `TIGER_` prefix. For example, `TIGER_ANALYTICS`

_partials/_devops-cli-global-flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
|-------------------------------|-------------------|-----------------------------------------------------------------------------|
44
| `--analytics` | `true` | Set to `false` to disable usage analytics |
55
| `--color ` | `true` | Set to `false` to disable colored output |
6-
| `--config-dir` string | `.config/tiger` | Set the directory that holds `config.yaml` |
6+
| `--config-dir` string | `~/.config/tiger` | Set the directory that holds `config.yaml` |
77
| `--debug` | No debugging | Enable debug logging |
88
| `--help` | - | Print help about the current command. For example, `tiger service --help` |
99
| `--password-storage` string | keyring | Set the password storage method. Options are `keyring`, `pgpass`, or `none` |
1010
| `--service-id` string | - | Set the $SERVICE_LONG to manage |
11-
| ` --skip-update-check ` | - | Do not check if a new version of $CLI_LONG is available|
11+
| `--skip-update-check` | - | Do not check if a new version of $CLI_LONG is available |

0 commit comments

Comments
 (0)