Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the concept of Dynamic Postgresql #3500

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _partials/_cloud-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ scale further, and stay under budget. Timescale Cloud offers the following Postg
[time-series and analytics][what-is-time-series] workloads. Get automated dynamic data partitioning, hybrid
row-columnar storage, advanced compression techniques, incremental up-to-date materializations, and specialized
analysis functions as well as cloud-only features like transparent tiering and low-cost object storage.
- **[Dynamic PostgreSQL][create-service]**: for all other workloads. A PostgreSQL instance with a
[dynamic compute range][what-is-dynamic-postgres] aligned to your business needs. You select a compute range, only
- **[Dynamic PostgreSQL][create-service]**: for all other workloads. A PostgreSQL instance with a dynamic compute range aligned to your business needs. You select a compute range, only
paying for the base and the amount of extra CPU as you scale.

All databases are extended with lightning fast vector search, and include all the cloud tooling you'd expect for production use,
with automatic backups, high availability, read replicas, data forking, connection pooling, usage-based storage, and much more.

[what-is-time-series]: https://www.timescale.com/blog/what-is-a-time-series-database/#what-is-a-time-series-database
[what-is-dynamic-postgres]: https://www.timescale.com/dynamic-postgresql
[create-service]: /getting-started/:currentVersion:/services/
3 changes: 1 addition & 2 deletions getting-started/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Timescale Cloud offers the following PostgreSQL optimized database services:
- **Time-series and Analytics**: a Timescale DB instance optimized for your
[time-series and analytics][what-is-time-series] workloads.
- **Dynamic PostgreSQL**: for all other workloads. A PostgreSQL instance with a
[dynamic compute range][what-is-dynamic-postgres] aligned to your business needs.
dynamic compute range aligned to your business needs.
- **Vector and AI**: for apps that require fast search on vector embeddings and metadata, like semantic search, image
search, RAG and Agents. Powered by Timescale Vector and available on Time-series and Dynamic PostgreSQL services.

Expand Down Expand Up @@ -72,5 +72,4 @@ And that is it, you are up and running. Enjoy developing with Timescale.
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
[create-service]: https://console.cloud.timescale.com/dashboard/create_services
[what-is-time-series]: https://www.timescale.com/blog/what-is-a-time-series-database/#what-is-a-time-series-database
[what-is-dynamic-postgres]: https://www.timescale.com/dynamic-postgresql
[hypertables]: /use-timescale/:currentVersion:/hypertables/about-hypertables/#hypertable-partitioning
5 changes: 0 additions & 5 deletions use-timescale/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ module.exports = [
href: "service-overview",
excerpt: "Timescale services overview",
},
{
title: "Dynamic PostgreSQL",
href: "dynamic-postgresql",
excerpt: "Dynamic PostgreSQL overview",
},
{
title: "Service explorer",
href: "service-explorer",
Expand Down
72 changes: 0 additions & 72 deletions use-timescale/services/dynamic-postgresql.md

This file was deleted.

3 changes: 1 addition & 2 deletions use-timescale/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import CloudIntro from "versionContent/_partials/_cloud-intro.mdx";

Read about Timescale features in the documentation:

* Determine if you want a time-series or [Dynamic PostgreSQL][dynamic-pg] database
* Determine if you want a time-series or Dynamic PostgreSQL database
* Create your first [hypertable][hypertable-info].
* Run your first query using [time_bucket()][time-bucket-info].
* Trying more advanced time-series functions, starting with
Expand Down Expand Up @@ -62,4 +62,3 @@ the supported service configurations and operations, see the
[time-bucket-info]: /use-timescale/:currentVersion:/query-data/advanced-analytic-queries#time-bucket
[terraform-provider-docs]: https://registry.terraform.io/providers/timescale/timescale/latest/docs
[terraform-provider]: https://registry.terraform.io/providers/timescale/timescale/latest/
[dynamic-pg]: /use-timescale/:currentVersion:/services/dynamic-postgresql/
Loading