diff --git a/tutorials/cookbook.md b/tutorials/cookbook.md index d14aa04e2c..c8241ed44b 100644 --- a/tutorials/cookbook.md +++ b/tutorials/cookbook.md @@ -1,6 +1,6 @@ --- title: Timescale cookbook -excerpt: Code examples from the community that help you with loads of common conundrums. +excerpt: Browse code examples from the Timescale Cloud community that resolve common issues and provide solutions for non-standard tasks product: [cloud, mst, self_hosted] --- diff --git a/tutorials/nyc-taxi-cab/compress-nyc.md b/tutorials/nyc-taxi-cab/compress-nyc.md index e718360de1..daa8a026ff 100644 --- a/tutorials/nyc-taxi-cab/compress-nyc.md +++ b/tutorials/nyc-taxi-cab/compress-nyc.md @@ -1,6 +1,6 @@ --- title: Query time-series data tutorial - set up compression -excerpt: Compress the dataset so you can store the NYC taxi trip data more efficiently +excerpt: Compress the dataset so you can store the NYC taxi trip data more efficiently with Timescale Cloud products: [cloud, mst, self_hosted] keywords: [tutorials, query] tags: [tutorials, beginner] diff --git a/tutorials/nyc-taxi-geospatial/dataset-nyc.md b/tutorials/nyc-taxi-geospatial/dataset-nyc.md index 0cff800941..eb7e335897 100644 --- a/tutorials/nyc-taxi-geospatial/dataset-nyc.md +++ b/tutorials/nyc-taxi-geospatial/dataset-nyc.md @@ -1,6 +1,6 @@ --- title: Plot geospatial time-series data tutorial - set up dataset -excerpt: Set up a dataset so you can query geospatial time-series data +excerpt: Ingest and set up a sample dataset so you can query geospatial time-series data products: [cloud] keywords: [tutorials, GIS, geospatial, learn] tags: [tutorials, intermediate] diff --git a/tutorials/nyc-taxi-geospatial/index.md b/tutorials/nyc-taxi-geospatial/index.md index d1fb4c4b84..b26e068059 100644 --- a/tutorials/nyc-taxi-geospatial/index.md +++ b/tutorials/nyc-taxi-geospatial/index.md @@ -1,6 +1,6 @@ --- title: Plot geospatial time-series data tutorial -excerpt: Learn how to plot geospatial time-series data +excerpt: Follow this tutorial to run queries on a sample dataset with taxi rides in Manhattan, then visualize them using Grafana products: [cloud] keywords: [tutorials, GIS, geospatial, learn] tags: [tutorials, intermediate] diff --git a/tutorials/nyc-taxi-geospatial/plot-nyc.md b/tutorials/nyc-taxi-geospatial/plot-nyc.md index 6ad382805f..991ce2d361 100644 --- a/tutorials/nyc-taxi-geospatial/plot-nyc.md +++ b/tutorials/nyc-taxi-geospatial/plot-nyc.md @@ -1,6 +1,6 @@ --- title: Plot geospatial time-series data tutorial - query the data -excerpt: Query geospatial time-series data +excerpt: Set up a sample dataset for PostGIS and construct queries to analyze the sample time-series data products: [cloud] keywords: [tutorials, GIS, geospatial, learn] tags: [tutorials, intermediate] diff --git a/tutorials/simulate-iot-sensor-data.md b/tutorials/simulate-iot-sensor-data.md index 5898087364..e1934a2b74 100644 --- a/tutorials/simulate-iot-sensor-data.md +++ b/tutorials/simulate-iot-sensor-data.md @@ -1,6 +1,6 @@ --- title: Simulate an IoT sensor dataset -excerpt: Simulate an IOT dataset in your Timescale Cloud service +excerpt: It is often necessary to simulate IoT datasets, for example, when testing a new system. Simulate an IOT dataset in your Timescale Cloud service products: [cloud, mst, self_hosted] keywords: [IoT, simulate] --- diff --git a/use-timescale/hypertables/about-hypertables.md b/use-timescale/hypertables/about-hypertables.md index 9e11583843..1c77c0bac3 100644 --- a/use-timescale/hypertables/about-hypertables.md +++ b/use-timescale/hypertables/about-hypertables.md @@ -1,6 +1,6 @@ --- title: About hypertables -excerpt: Learn how hypertables work for time-series data +excerpt: Learn how hypertables work and why they are the ultimate tool to run real-time analytical queries on time-series and event data products: [cloud, mst, self_hosted] keywords: [hypertables, partitions] --- diff --git a/use-timescale/hypertables/index.md b/use-timescale/hypertables/index.md index c44d6ad6fa..d179cb74df 100644 --- a/use-timescale/hypertables/index.md +++ b/use-timescale/hypertables/index.md @@ -1,6 +1,6 @@ --- title: Hypertables -excerpt: Hypertables are PostgreSQL tables with special features that make it easy to handle time-series data +excerpt: Hypertables are PostgreSQL tables with special features that power real-time analytics on time-series and event data. Learn to use hypertabes in your Timescale Cloud service products: [cloud, mst, self_hosted] keywords: [hypertables] --- diff --git a/use-timescale/index.md b/use-timescale/index.md index e6259d4d15..ee91a3340a 100644 --- a/use-timescale/index.md +++ b/use-timescale/index.md @@ -1,6 +1,6 @@ --- title: Use Timescale -excerpt: Learn how to work with Timescale +excerpt: Create hypertables and continuous aggregates, compress your data, manage your projects, and use other features available in Timescale Cloud --- # Use Timescale diff --git a/use-timescale/members.md b/use-timescale/members.md index 0920893fc6..c2213dd3a1 100644 --- a/use-timescale/members.md +++ b/use-timescale/members.md @@ -1,6 +1,6 @@ --- title: User management -excerpt: User management in Timescale Cloud +excerpt: Manage your projects in Timescale Console. Add and delete users, join and leave projects, transfer project ownership, and configure authentication products: [cloud] keywords: [members, projects, admin, roles] tags: [users] diff --git a/use-timescale/query-data/about-query-data.md b/use-timescale/query-data/about-query-data.md index df984e3e3f..fbc36dc0d3 100644 --- a/use-timescale/query-data/about-query-data.md +++ b/use-timescale/query-data/about-query-data.md @@ -1,6 +1,6 @@ --- title: About querying data -excerpt: How to query data in Timescale +excerpt: Querying data in Timescale Cloud works just like querying data in PostgreSQL, which means you can reuse your existing queries from another PostgreSQL database products: [cloud, mst, self_hosted] keywords: [queries] --- diff --git a/use-timescale/query-data/advanced-analytic-queries.md b/use-timescale/query-data/advanced-analytic-queries.md index d1cecddc73..3f5257f593 100644 --- a/use-timescale/query-data/advanced-analytic-queries.md +++ b/use-timescale/query-data/advanced-analytic-queries.md @@ -1,6 +1,6 @@ --- title: Perform advanced analytic queries -excerpt: Perform advanced data analysis using native PostgreSQL queries and Timescale hyperfunctions +excerpt: Perform real-time data analysis using native PostgreSQL queries and Timescale Cloud hyperfunctions products: [cloud, mst, self_hosted] keywords: [queries, hyperfunctions, analytics] --- diff --git a/use-timescale/query-data/index.md b/use-timescale/query-data/index.md index 4e860366ff..4bd631e187 100644 --- a/use-timescale/query-data/index.md +++ b/use-timescale/query-data/index.md @@ -1,6 +1,6 @@ --- title: Query data -excerpt: Query data in Timescale +excerpt: Query data in Timescale Cloud with SELECT, get faster queries with SkipScan, and run advanced analytis - all while getting extra benefits from Timescale Cloud architecture and query planning products: [cloud, mst, self_hosted] keywords: [queries] --- diff --git a/use-timescale/query-data/select.md b/use-timescale/query-data/select.md index d51de544ff..bf79e20793 100644 --- a/use-timescale/query-data/select.md +++ b/use-timescale/query-data/select.md @@ -1,6 +1,6 @@ --- title: SELECT data -excerpt: Query data from a hypertable using a standard SELECT command +excerpt: Query data from a hypertable in Timescale Cloud using the standard SELECT command products: [cloud, mst, self_hosted] keywords: [queries] --- diff --git a/use-timescale/services/change-resources.md b/use-timescale/services/change-resources.md index b9538bbe50..4e64b20e90 100644 --- a/use-timescale/services/change-resources.md +++ b/use-timescale/services/change-resources.md @@ -1,6 +1,6 @@ --- title: Manually change compute resources -excerpt: Manually adjust your service resources +excerpt: Timescale Cloud charges for the storage you actually use, and handles disk resize for you. You can also manually resize the compute resources available to your Timescale Cloud services with minimal downtime products: [cloud] keywords: [services, operation, storage] tags: [disk space, resources, oom, memory] diff --git a/use-timescale/services/connection-pooling.md b/use-timescale/services/connection-pooling.md index b94ebc2cf8..f29f94b3ab 100644 --- a/use-timescale/services/connection-pooling.md +++ b/use-timescale/services/connection-pooling.md @@ -1,6 +1,6 @@ --- title: Connection pooling -excerpt: Use a connection pool for your Timescale services +excerpt: Connection pooling is reusing existing connections instead of creating a new one each time a client requests access to the database. Create connection poolers in Timescale Console to boost your database performance products: [cloud] keywords: [connection pooling, pooler, connections, services] cloud_ui: diff --git a/use-timescale/services/i-o-boost.md b/use-timescale/services/i-o-boost.md index a23259c30e..1c5336b681 100644 --- a/use-timescale/services/i-o-boost.md +++ b/use-timescale/services/i-o-boost.md @@ -1,6 +1,6 @@ --- title: I/O boost -excerpt: Increase I/O and throughput to avoid performance bottlenecks and enhance scalability +excerpt: Increase I/O and throughput to avoid performance bottlenecks and enhance scalability with I/O Boost products: [cloud] keywords: [io, io boost, performance] --- diff --git a/use-timescale/services/index.md b/use-timescale/services/index.md index cbf365864f..dda5851910 100644 --- a/use-timescale/services/index.md +++ b/use-timescale/services/index.md @@ -1,6 +1,6 @@ --- title: About Timescale Cloud services -excerpt: Learn more about Timescale Cloud services +excerpt: A Timescale Cloud service is a 100% PostgreSQL database instance that you use as is, or extend with capabilities specific to your business needs. Learn more about services and available features products: [cloud] keywords: [services] cloud_ui: diff --git a/use-timescale/services/service-explorer.md b/use-timescale/services/service-explorer.md index 4b62e8cfcd..9a5cc16b48 100644 --- a/use-timescale/services/service-explorer.md +++ b/use-timescale/services/service-explorer.md @@ -1,6 +1,6 @@ --- title: Service explorer -excerpt: Get insight into the performance and structure of your database +excerpt: Timescale Service Explorer provides a rich administrative dashboard for understanding the state of your services. Get insight into the performance and structure of your service products: [cloud] keywords: [services, hypertables, schemas, indexes, policies] cloud_ui: diff --git a/use-timescale/services/service-management.md b/use-timescale/services/service-management.md index 90ab5a4cad..4304630581 100644 --- a/use-timescale/services/service-management.md +++ b/use-timescale/services/service-management.md @@ -1,6 +1,6 @@ --- title: Service management -excerpt: Manage your service from the Operations dashboard +excerpt: Manage your Timescale Cloud service from the Operations dashboard in Timescale Console. Fork the service, reset your password, pause or delete a service, and more products: [cloud] keywords: [services, operations, forks] tags: [manage, admin, passwords, pause, stop, terminate] diff --git a/use-timescale/services/service-overview.md b/use-timescale/services/service-overview.md index 00d64a52fc..8a3669497e 100644 --- a/use-timescale/services/service-overview.md +++ b/use-timescale/services/service-overview.md @@ -1,6 +1,6 @@ --- title: About services -excerpt: See information on your service's connection parameters, configuration, and resource usage +excerpt: Manage your Timescale Cloud services in Timescale Console. Run daily admin operations, control access, set up security, compress data, run analytical queries, and more products: [cloud] keywords: [connect, services] tags: [storage, resources, disk space] diff --git a/use-timescale/time-buckets/about-time-buckets.md b/use-timescale/time-buckets/about-time-buckets.md index 3040dbcd8a..c2ff30d373 100644 --- a/use-timescale/time-buckets/about-time-buckets.md +++ b/use-timescale/time-buckets/about-time-buckets.md @@ -1,6 +1,6 @@ --- title: About time buckets -excerpt: Learn how time buckets help you aggregate data by time interval +excerpt: Learn how time buckets help you aggregate data by time interval for efficient and simple real-time analytics in Timescale Cloud products: [cloud, mst, self_hosted] keywords: [time buckets] --- diff --git a/use-timescale/time-buckets/index.md b/use-timescale/time-buckets/index.md index 3ec98ca31c..d766900317 100644 --- a/use-timescale/time-buckets/index.md +++ b/use-timescale/time-buckets/index.md @@ -1,6 +1,6 @@ --- title: Time buckets -excerpt: Aggregate data by time interval with time buckets +excerpt: Data aggregation is a crucial part of real-time data analysis. Timescale Cloud time buckets enable you to aggregate data in hypertables by time interval. Learn to create and use time buckets in your service products: [cloud, mst, self_hosted] keywords: [time buckets] --- diff --git a/use-timescale/time-buckets/use-time-buckets.md b/use-timescale/time-buckets/use-time-buckets.md index e2aa81d8b7..4e36b9dda8 100644 --- a/use-timescale/time-buckets/use-time-buckets.md +++ b/use-timescale/time-buckets/use-time-buckets.md @@ -1,6 +1,6 @@ --- title: Aggregate time-series data with time bucket -excerpt: Group your data to perform aggregate calculations over arbitrary time intervals +excerpt: A time bucket function in Timescale Cloud helps you group data so you can perform aggregate calculations over required time intervals. Learn when and how to use time buckets products: [cloud, mst, self_hosted] keywords: [time buckets] --- diff --git a/use-timescale/write-data/about-writing-data.md b/use-timescale/write-data/about-writing-data.md index 055e3e0ae0..1e40441c0b 100644 --- a/use-timescale/write-data/about-writing-data.md +++ b/use-timescale/write-data/about-writing-data.md @@ -1,6 +1,6 @@ --- title: About writing data -excerpt: How to write data to Timescale +excerpt: Writing data to Timescale Cloud services works the same way as writing data to regular PostgreSQL tables. Learn the basics of inserting, updating, upserting, and deleting data in your services using SQL products: [cloud, mst, self_hosted] keywords: [ingest] tags: [write] diff --git a/use-timescale/write-data/delete.md b/use-timescale/write-data/delete.md index f54d054b6c..2ce6f07f32 100644 --- a/use-timescale/write-data/delete.md +++ b/use-timescale/write-data/delete.md @@ -1,6 +1,6 @@ --- title: Delete data -excerpt: How to delete data from Timescale +excerpt: Delete data with DELETE or by dropping chunks from a hypertable in your Timescale Cloud service using SQL products: [cloud, mst, self_hosted] keywords: [delete, hypertables] --- diff --git a/use-timescale/write-data/index.md b/use-timescale/write-data/index.md index 7f0b5054bf..abf8a05ff7 100644 --- a/use-timescale/write-data/index.md +++ b/use-timescale/write-data/index.md @@ -1,6 +1,6 @@ --- title: Write data -excerpt: Write data to TimescaleDB +excerpt: Learn to write data in your Timescale Cloud service with SQL products: [cloud, mst, self_hosted] keywords: [ingest] tags: [write] diff --git a/use-timescale/write-data/insert.md b/use-timescale/write-data/insert.md index 7a27b7c5cc..f7f0bb0197 100644 --- a/use-timescale/write-data/insert.md +++ b/use-timescale/write-data/insert.md @@ -1,6 +1,6 @@ --- title: Insert data -excerpt: Insert data into a hypertable +excerpt: Insert single and multiple rows and return data in your Timescale Cloud service with SQL products: [cloud, mst, self_hosted] keywords: [ingest] tags: [insert, write, hypertables] diff --git a/use-timescale/write-data/update.md b/use-timescale/write-data/update.md index ed8dc2d6a0..68fb0786d5 100644 --- a/use-timescale/write-data/update.md +++ b/use-timescale/write-data/update.md @@ -1,6 +1,6 @@ --- title: Update data -excerpt: Update data in a hypertable +excerpt: Update single and multiple rows in a hypertable in your Timescale Cloud service with SQL products: [cloud, mst, self_hosted] keywords: [updates, hypertables] --- diff --git a/use-timescale/write-data/upsert.md b/use-timescale/write-data/upsert.md index 7e25b0a231..c7c403e392 100644 --- a/use-timescale/write-data/upsert.md +++ b/use-timescale/write-data/upsert.md @@ -1,6 +1,6 @@ --- title: Upsert data -excerpt: Upsert data to insert a new row or update an existing row +excerpt: Insert a new row or update an existing row in a hypertable in your Timescale Cloud service using UPSERT products: [cloud, mst, self_hosted] keywords: [upsert, hypertables] ---