Skip to content

Commit

Permalink
chore: add OOM sentence to the into pages. (#3647)
Browse files Browse the repository at this point in the history
* chore: add OOM sentence in the into pages.
  • Loading branch information
billy-the-fish authored Dec 13, 2024
1 parent 989c2f1 commit dddf40a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions _partials/_cloud-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,26 @@ use as is, or extend with capabilities specific to your business needs. The avai
the pgai extension.
- **[PostgreSQL][create-service]**: the trusted industry-standard RDBMS. Ideal for applications requiring strong data
consistency, complex relationships, and advanced querying capabilities. Get ACID compliance, extensive SQL support,
JSON handling, and extensibility through custom functions, data types, and extensions.
JSON handling, and extensibility through custom functions, data types, and extensions. $CLOUD_LONG continuously
monitors your services and prevents common PostgreSQL out-of-memory crashes.

All $SERVICE_SHORTs include all the cloud tooling you'd expect for production use:
[automatic backups][automatic-backups], [high availability][high-availability], [read replicas][readreplica],
[data forking][operations-forking], [connection pooling][connection-pooling], [tiered storage][data-tiering],
[usage-based storage][how-plans-work], and much more.
All $SERVICE_LONGs include the tooling you expect for production and developer environments: [live migration][live-migration],
[automatic backups and PITR][automatic-backups], [high availability][high-availability], [read replicas][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling], [tiered storage][data-tiering],
[usage-based storage][how-plans-work], secure in-Console [SQL editing][in-console-editors], service [metrics][metrics]
and [insights][insights], [streamlined maintenance][maintain-upgrade], and much more.

[what-is-time-series]: https://www.timescale.com/blog/what-is-a-time-series-database/#what-is-a-time-series-database
[create-service]: /getting-started/:currentVersion:/services/
[live-migration]: /migrate/:currentVersion:/live-migration/
[automatic-backups]: /use-timescale/:currentVersion:/backup-restore/
[high-availability]: /use-timescale/:currentVersion:/ha-replicas/high-availability/
[readreplica]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/
[operations-forking]: /use-timescale/:currentVersion:/services/service-management/#fork-a-service
[connection-pooling]: /use-timescale/:currentVersion:/services/connection-pooling
[data-tiering]: /use-timescale/:currentVersion:/data-tiering/
[how-plans-work]: /about/:currentVersion:/pricing-and-account-management/#how-plans-work
[in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/
[metrics]: /use-timescale/:currentVersion:/metrics-logging/service-metrics/
[insights]: /use-timescale/:currentVersion:/metrics-logging/insights/
[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/

0 comments on commit dddf40a

Please sign in to comment.