You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timescale is a cloud-based PostgreSQL platform for resource-intensive workloads. We help you build faster, scale further, and stay under budget. Timescale offers the following PostgreSQL database optimizations:
1
+
Timescale Cloud is a cloud-based PostgreSQL platform for resource-intensive workloads. We help you build faster,
2
+
scale further, and stay under budget. Timescale Cloud offers the following PostgreSQL optimized database services:
2
3
3
-
-[**Time-series data**](https://www.timescale.com/blog/what-is-a-time-series-database/#what-is-a-time-series-database): a
4
-
TimescaleDB instance optimized for your time-series and analytics 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.
5
-
6
-
-**All other workloads**: a [Dynamic PostgreSQL](https://www.timescale.com/dynamic-postgresql) instance where you select a compute range, only paying for the base and the amount of extra CPU as you scale.
4
+
-**[Time-series and Analytics][create-service]**: a Timescale DB instance optimized for your
5
+
[time-series and analytics][what-is-time-series] workloads. Get automated dynamic data partitioning, hybrid
6
+
row-columnar storage, advanced compression techniques, incremental up-to-date materializations, and specialized
7
+
analysis functions as well as cloud-only features like transparent tiering and low-cost object storage.
8
+
-**[Dynamic PostgreSQL][create-service]**: for all other workloads. A PostgreSQL instance with a
9
+
[dynamic compute range][what-is-dynamic-postgres] aligned to your business needs. You select a compute range, only
10
+
paying for the base and the amount of extra CPU as you scale.
7
11
8
12
All databases are extended with lightning fast vector search, and include all the cloud tooling you'd expect for production use,
9
13
with automatic backups, high availability, read replicas, data forking, connection pooling, usage-based storage, and much more.
import Install from "versionContent/_partials/_cloud-installation.mdx";
10
-
import CreateService from "versionContent/_partials/_cloud-create-service.mdx";
11
-
import Connect from "versionContent/_partials/_cloud-connect.mdx";
12
9
import CloudIntro from "versionContent/_partials/_cloud-intro.mdx";
13
10
import TimescaleIntro from "versionContent/_partials/_timescale-intro.mdx";
14
11
import WhereNext from "versionContent/_partials/_where-to-next.mdx";
@@ -22,6 +19,7 @@ Each database instance in Timescale is called a service.
22
19
This section shows you how to:
23
20
24
21
1.[Create and connect to a Timescale service][services-create]
22
+
1.[Run queries from Timescale Console][run-queries-from-console]
25
23
1.[Ingest some real financial data into your database][ingest-data]
26
24
1.[Construct some interesting queries][queries] <FeaturedCTAhref="/getting-started/latest/queries/#try-it-out-code-block-1"data-tracking="cta-try-out-queries">Try out some <b>live queries</b></FeaturedCTA>
27
25
1.[Create and query a continuous aggregates][caggs]
@@ -34,6 +32,7 @@ Already know the basics? See the
@@ -85,9 +123,9 @@ Now you have set up PopSQL, see how to easily do the following:
85
123
86
124
87
125
88
-
## FAQ
126
+
### PopSQL FAQ
89
127
90
-
### How do I access PopSQL?
128
+
####How do I access PopSQL?
91
129
92
130
Either:
93
131
@@ -104,7 +142,7 @@ Either:
104
142
This resyncs your Timescale project with your PopSQL organization. Any new services are added automatically.
105
143
106
144
107
-
### What if my service is within a VPC?
145
+
####What if my service is within a VPC?
108
146
109
147
If your Timescale Service runs inside a VPC, do one of the following to enable access for PopSQL:
110
148
@@ -113,14 +151,14 @@ If your Timescale Service runs inside a VPC, do one of the following to enable a
113
151
- When you configure the connection in PopSQL, under `Advanced Options`, enable `Connect over SSH`
114
152
- Add PopSQL's static IPs (`23.20.131.72, 54.211.234.135`) to your allowlist
115
153
116
-
### What happens if another member of my Timescale project opens PopSQL?
154
+
####What happens if another member of my Timescale project opens PopSQL?
117
155
118
156
A PopSQL user account is created for the Timescale project member. This
119
157
user is automatically added to your PopSQL organization. Unless you
120
158
[share the connection within PopSQL](https://docs.popsql.com/docs/shared-connections), this
121
159
new user must input their own credentials for each service/connection.
122
160
123
-
### Will using PopSQL affect the performance of my Timescale service?
161
+
####Will using PopSQL affect the performance of my Timescale Cloud service?
124
162
125
163
There are a few factors to consider:
126
164
@@ -138,11 +176,20 @@ If you'd like to prevent write operations such as insert or update. Instead
138
176
of using the `tsdbadmin` superuser, create a read-only user for your service and
139
177
use that within PopSQL.
140
178
141
-
### How does pricing work?
179
+
##Cloud SQL editor seats
142
180
143
-
Timescale customers get PopSQL Business for free for up to 10 users. To add more than 10 seats to your account, [Contact us](https://www.timescale.com/contact) for further assistance.
181
+
***Timescale Cloud**: the number of Cloud SQL editor seats you are allocated depends on your
182
+
[Pricing Plan][pricing-plan-features].
183
+
***PopSQL**: there is a free plan available to everyone, as well as paid plans. See [PopSQL Pricing](https://popsql.com/pricing) for full
184
+
details.
144
185
145
-
PopSQL has a free plan available to everyone, as well as paid plans. See [PopSQL Pricing](https://popsql.com/pricing) for full details.
0 commit comments