-
Couldn't load subscription status.
- Fork 127
Update service creation for Free Plan #4487
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
Changes from 5 commits
1e05e05
24384c6
374f2cf
bda4e75
a65a6cc
1a40f75
f32acb7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine and cloud | ||
| infrastructure to deliver speed without compromise. A $SERVICE_LONG is 10-1000x faster at scale! It | ||
| is 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. | ||
|
|
||
| You create $SERVICE_SHORTs in a project in your $CLOUD_LONG account. You have one project in an account, and you can have multiple $SERVICE_SHORTs in a project. A $SERVICE_SHORT houses a single $PG database. | ||
|
|
||
| You create free and standard $SERVICE_SHORTs in $CONSOLE_LONG, depending on your [$PRICING_PLAN][pricing-plans]. A free $SERVICE_SHORT comes at zero cost and gives you limited resources to get to know $CLOUD_LONG. Once you are ready to try out more advanced features, you can switch to a paid plan and convert your free $SERVICE_SHORT to a standard one. | ||
|
|
||
|  | ||
|
|
||
| To the $PG you know and love, $CLOUD_LONG adds the following capabilities: | ||
|
|
||
| - **Standard $SERVICE_SHORTs**: | ||
|
|
||
| - _Real-time analytics_: store and query [time-series data][what-is-time-series] at scale for | ||
| real-time analytics and other use cases. Get faster time-based queries with $HYPERTABLEs, $CAGGs, and columnar storage. Save money by compressing data into the $COLUMNSTORE, moving cold data to low-cost bottomless storage in Amazon S3, and deleting old data with automated policies. | ||
| - _AI-focused_: build 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. | ||
atovpeko marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - _Hybrid applications_: get a full set of tools to develop applications that combine time-based data and AI. | ||
|
|
||
| All standard $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_SHORT [metrics][metrics] | ||
| and [insights][insights], [streamlined maintenance][maintain-upgrade], and much more. $CLOUD_LONG continuously monitors your $SERVICE_SHORTs and prevents common $PG out-of-memory crashes. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we capitalize "Insights"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't if it's in the general sense, we do when referring specifically to the tab in Console. |
||
|
|
||
| - **Free $SERVICE_SHORTs**: | ||
|
|
||
| _$PG with $TIMESCALE_DB and vector extensions_ | ||
|
|
||
| Free $SERVICE_SHORTs offer limited resources and a basic feature scope, perfect to get to know $CLOUD_LONG in a development environment. | ||
|
|
||
| [what-is-time-series]: https://www.timescale.com/blog/time-series-database-an-explainer#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/monitoring/#metrics | ||
| [insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights | ||
| [maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/ | ||
| [pricing-plans]: /about/:currentVersion:/pricing-and-account-management/ | ||
Uh oh!
There was an error while loading. Please reload this page.