-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the concept of Dynamic Postgresql (#3500)
* removed the concept of Dynamic Postgresql --------- Signed-off-by: Iain Cox <iain@timescale.com> Co-authored-by: Iain Cox <iain@timescale.com>
- Loading branch information
1 parent
66787b3
commit 5dbb408
Showing
7 changed files
with
29 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
Timescale Cloud is a cloud-based PostgreSQL platform for resource-intensive workloads. We help you build faster, | ||
scale further, and stay under budget. Timescale Cloud offers the following PostgreSQL optimized database services: | ||
$CLOUD_LONG is a cloud-based PostgreSQL platform for resource-intensive workloads. We help you build faster, | ||
scale further, and stay under budget. A $SERVICE_LONG is a single optimized 100% PostgreSQL database instance that you | ||
use as is, or extend with capabilities specific to your business needs. The available capabilities are: | ||
|
||
- **[Time-series and Analytics][create-service]**: a Timescale DB instance optimized for your | ||
[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 | ||
paying for the base and the amount of extra CPU as you scale. | ||
- **[Time-series and analytics][create-service]**: PostgreSQL with TimescaleDB. The PostgreSQL you know and love, | ||
supercharged with functionality for storing and querying [time-series data][what-is-time-series] at scale for | ||
analytics and other use cases. | ||
Get faster time-based queries with hypertables, continuous aggregates, and columnar storage. Save on storage with | ||
native compression, data retention policies, and bottomless data tiering to Amazon S3. | ||
- **[AI and vector][create-service]**: PostgreSQL with vector extensions. Use PostgreSQL as a vector database with | ||
purpose built extensions for building AI applications from start to scale. Get fast and accurate similarity search | ||
with the pgvector and pgvectorscale extensions. Create vector embeddings and perform LLM reasoning on your data with | ||
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. | ||
|
||
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. | ||
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. | ||
|
||
[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/ | ||
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters