diff --git a/_partials/_cloud-intro.md b/_partials/_cloud-intro.md index 1f5c9e9498..d5ad35a106 100644 --- a/_partials/_cloud-intro.md +++ b/_partials/_cloud-intro.md @@ -13,15 +13,17 @@ 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/ @@ -29,3 +31,8 @@ All $SERVICE_SHORTs include all the cloud tooling you'd expect for production us [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/ +