Skip to content

Commit

Permalink
Updated SEO excerpts: Use part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko authored Feb 14, 2025
1 parent 05bc300 commit aebec35
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion use-timescale/backup-restore/backup-restore-cloud.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Backup and restore
excerpt: Understand how backups and restores work in Timescale
excerpt: See how and when Timescale Cloud backs up your data, making sure you always have something to fall back on in case of disaster recovery
products: [cloud]
keywords: [backups, restore]
tags: [recovery, failures]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/backup-restore/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Backup and restore
excerpt: Understand how backups, restores, and PITR work in Timescale
excerpt: Timescale Cloud handles database backup and recovery for your services automatically, using the pgBackRest tool. Need more control? Set up point-in-time-recovery in Timescale Console
products: [cloud]
keywords: [backup, restore, pitr, point-in-time recovery]
tags: [backup, restore, recovery, pitr]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/backup-restore/point-in-time-recovery.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Point-in-time recovery
excerpt: Learn how to restore your service to a previous point in time
excerpt: Going through a destructive event and need to recover your data? Restore your Timescale Cloud service to a previous state with point-in-time recovery
products: [cloud]
keywords: [restore, recovery, pitr]
tags: [recovery, restore, pitr]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/extensions/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: PostgreSQL extensions
excerpt: Use PostgreSQL extensions with your Timescale service
excerpt: Timescale Cloud comes with a number of Timescale and PostgreSQL extensions enabled by default. See all the extensions you can enable for your service
products: [cloud]
keywords: [services, settings, extensions]
tags: [extensions]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/extensions/pgcrypto.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: pgcrypto PostgreSQL extension
excerpt: Use the pgcrypto extension with your Timescale service
excerpt: pgcrypto is a PostgreSQL extension that secures sensitive data within the database. See how to use pgcrypto to encrypt inserted data in a Timescale Cloud service
products: [cloud]
keywords: [services, settings, extensions, pgcrypto]
tags: [extensions, pgcrypto]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/extensions/pgvector.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: pgvector PostgreSQL extension
excerpt: Use the pgvector extension with your Timescale service
excerpt: pgvector is an open-source extension for PostgreSQL that enables efficient vector similarity search and can be used with Timescale CLoud. Learn to use pgvector to create a chatbot
products: [cloud]
keywords: [services, settings, extensions, pgvector]
tags: [extensions, pgvector]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/extensions/postgis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: postgis PostgreSQL extension
excerpt: Use the postgis extension with your Timescale service
excerpt: PostGIS enables you to store, query, and manipulate geographic and spatial data directly within PostgreSQL. Learn to use PostGIS to analyze geospatial data within a Timescale Cloud service
products: [cloud]
keywords: [services, settings, extensions, postgis]
tags: [extensions, postgis]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/ha-replicas/high-availability.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manage high availability
excerpt: Set up HA replicas on Timescale for high availability
excerpt: Timescale Cloud ensures high availability of your service by creating replicas that take over in case of the primary node downtime. Create and set up high availability replicas in Timescale Console
products: [cloud]
keywords: [high availability, replicas]
tags: [failover, availability zones, replication, wal]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/ha-replicas/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: High availability and read replication
excerpt: Reduce the risk of service downtime and power read-intensive apps.
excerpt: Timescale Cloud enables you to reduce the risk of service downtime and power read-intensive apps with database replication. Learn about the available replication types
products: [cloud]
keywords: [high availability, replicas]
tags: [failover, replication, ha]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/ha-replicas/read-scaling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manage read replication
excerpt: Understand how read scaling works in Timescale
excerpt: For read-intensive apps, Timescale Cloud enables you to create read-only replicas that take over read queries and offload your primary node. Learn to crete read-only replicas in Timescale Console
product: cloud
keywords: [replicas, scaling]
tags: [replicas, scaling, ha]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/advanced-agg.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Percentile approximation advanced aggregation methods
excerpt: Use approximation algorithms to quickly estimate percentiles
excerpt: Timescale Cloud uses uddsketch and tdigest to approximate percentiles on large datasets. Learn the difference between the two, to make the right choice for your analytical queries
products: [cloud, mst, self_hosted]
keywords: [hyperfunctions, Toolkit, percentiles, uddsketch, tdigest]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/approximate-percentile.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Approximate percentiles
excerpt: How to use an approximation algorithm to calculate percentiles
excerpt: Timescale Cloud relies on approximation algorithms to calculate percentiles on large datasets in a more efficient manner. Learn to construct and run an approximate percentage query
products: [cloud, mst, self_hosted]
keywords: [hyperfunctions, Toolkit, percentiles]
tags: [tdigest, uddsketch]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/counter-aggregation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Counter aggregation
excerpt: Work with counter and gauge data
excerpt: When collecting data from counters, interruptions usually cause the counter to reset to zero. Timescale Cloud counter aggregation functions help collect data in spite of interruptions or resets
products: [cloud, mst, self_hosted]
keywords: [hyperfunctions, Toolkit, gauges, counters]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/counter-aggs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Counter aggregates
excerpt: How to aggregate counter data for data analysis
excerpt: Timescale Cloud has aggregate and accessor functions that handle calculations for counters while ignoring any interruptions or resets. Learn to run a counter aggregate query in your service
products: [cloud, mst, self_hosted]
keywords: [hyperfunctions, Toolkit, counters]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/gapfilling-interpolation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Gapfilling and interpolation
excerpt: Timescale Cloud enables you to create additional rows of data to close any gaps. Learn how gapfilling and interpolation make sure your real-time analytics workloads run smoothly even on missing data
excerpt: To make sure your queries run smoothly, last observation carried forward (LOCF) takes the last known value and uses it as a replacement for missing data. Learn more about LOCF in Timescale Cloud
products: [cloud, mst, self_hosted]
keywords: [hyperfunctions, Toolkit, gapfilling, interpolate]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/heartbeat-agg.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Heartbeat aggregation
excerpt: Measure system liveness using discrete points
excerpt: Heartbeat aggregation helps analyze intermittent or irregular time-series data, especially with multiple sources or event-driven updates. Learn how to use heartbeat aggregation in Timescale Cloud
keywords: [hyperfunctions, Toolkit, heartbeat, liveness]
---

Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/percentile-approx.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Percentile approximation
excerpt: Approximate percentiles in large datasets
excerpt: Calculating percentiles on a large dataset requires a lot of resources. Timescale Cloud solves this problem by providing an approximation without requiring all the data. Learn how percentile approximation works for your data
products: [cloud, mst, self_hosted]
keywords: [hyperfunctions, Toolkit, percentiles]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/time-weighted-average.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Time-weighted average
excerpt: Calculate a time-weighted average
excerpt: A time-weighted average in Timescale Cloud is an aggregate that weights each value using LOCF or interpolation. Construct and run a sample time-weighted average query in your service
products: [cloud, mst, self_hosted]
keywords: [hyperfunctions, Toolkit, time-weighted]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hyperfunctions/time-weighted-averages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Time-weighted averages and integrals
excerpt: Calculate time-weighted averages and integrals for unevenly sampled data
excerpt: Time-weighted averages and integrals are useful for time-series data that is not evenly sampled. Learn how to use time-weighted averages in your real-time analytics workloads in Timescale Cloud.
products: [cloud, mst, self_hosted]
keywords: [hyperfunctions, Toolkit, time-weighted]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/metrics-logging/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Metrics and logging
excerpt: Gather metrics and logs within Timescale
excerpt: Timescale Cloud enables you to monitor your services using the built-in metrics or by integrating third-party services. See the options available in Timescale Console
products: [cloud]
keywords: [metrics, logs, admin]
tags: [payment]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/metrics-logging/insights.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Insights
excerpt: Get query-level performance insights, such as slow queries, memory and data access patterns, and execution metrics
excerpt: Get query-level performance insights, such as slow queries, memory and data access patterns, and execution metrics in Timescale Cloud
products: [cloud]
keywords: [metrics, monitoring, services, query, performance, insights]
tags: [dashboard, cpu, memory, storage, query, performance]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/metrics-logging/integrations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Integrate Timescale services with third-party monitoring
excerpt: Export telemetry metrics to Datadog or Amazon CloudWatch
excerpt: Timescale Cloud integrates with all the same tools as PostgreSQL. Learn how to integrate with Datadog and Amazon Cloudwatch and export telemetry for your service
products: [cloud]
keywords: [integration, metrics, Datadog, Amazon CloudWatch]
tags: [telemetry, monitor]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/metrics-logging/metrics-to-prometheus.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Export metrics to Prometheus
excerpt: Export telemetry metrics to Prometheus
excerpt: Prometheus is an open-source monitoring system. Learn to integrate Prometheus with Timescale Cloud and export telemetry metrics of your service
products: [cloud]
keywords: [integration, metrics, Prometheus, alerting]
tags: [telemetry, monitor]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/metrics-logging/service-logs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Service logs
excerpt: View your Timescale service logs
excerpt: Timescale Cloud enables you to view and download the 500 most recent entries in your service logs. Learn where to find them in Timescale Console
products: [cloud]
keywords: [logs, services]
cloud_ui:
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/metrics-logging/service-metrics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Service metrics
excerpt: View metrics for your Timescale service, such as CPU, memory, and storage usage
excerpt: View metrics for your Timescale Cloud service, such as CPU, memory, and storage usage, in Timescale Console
products: [cloud]
keywords: [metrics, monitoring, services]
tags: [dashboard, cpu, memory, storage, disk space]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/upgrades.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Maintenance and upgrades
excerpt: Keeping your service up-to-date
excerpt: Keep your Timescale Cloud service up to date. Learn about minor and major migrations, maintenance windows, and updating your version of PostgreSQL
products: [cloud]
keywords: [updates, upgrades, maintenance]
cloud_ui:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About user-defined actions
excerpt: Write custom functions and procedures, and schedule them to run periodically
excerpt: User-defined actions are custom PostgreSQL functions and procedures that you set up to run on a schedule. This provides a set-it-and-forget-it approach to maintaining your service and data
products: [cloud, mst, self_hosted]
keywords: [actions]
tags: [user-defined actions, background jobs, scheduled jobs, automation framework]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/user-defined-actions/alter-and-delete.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Alter and delete user-defined actions
excerpt: Alter an existing job or delete it from the automation framework
excerpt: When a user-defined action has run its course, you can update, reschedule, or delete it. See how to manage user-defined actions in Timescale Cloud
products: [cloud, mst, self_hosted]
keywords: [actions]
tags: [user-defined actions, scheduled jobs, background jobs, automation framework]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/user-defined-actions/create-and-register.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Create and register user-defined actions
excerpt: Add a user-defined action to your database
excerpt: Creating a user-defined action in your Timescale Cloud service is a two-step process. First, define a function or procedure, then register it with add_job. See usage examples
products: [cloud, mst, self_hosted]
keywords: [actions]
tags: [user-defined actions, scheduled jobs, background jobs, automation framework]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use a user-defined action to downsample and compress chunks
excerpt: Customize downsampling and compression with a user-defined action
excerpt: Downsample and compress your hypertable chunks by combining a continuous aggregate refresh policy with compression. Not quite what you need? Create a custom user-defined action
products: [cloud, mst, self_hosted]
keywords: [actions, compression, downsample]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use a user-defined action to create a generic retention policy
excerpt: Create a generic data retention policy that applies to all hypertables
excerpt: In Timescale Cloud, you can add a data retention policy to a hypertable, to store data more efficiently. Take it one step further by creating a generic data retention policy for your entire service
products: [cloud, mst, self_hosted]
keywords: [actions, data retention]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use a user-defined action to implement automatic tablespace management
excerpt: Automatically move hypertable chunks between tablespaces
excerpt: Save on storage costs for old data. Timescale Cloud enables you to automatically move hypertable chunks between tablespaces with move_chunk.
products: [cloud, mst, self_hosted]
keywords: [actions, tablespaces]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/user-defined-actions/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User-defined actions
excerpt: User-defined actions help you automate periodic tasks that aren't covered by Timescale policies
excerpt: Increase efficiency and reduce overhead by automating routine tasks. User-defined actions help you set up custom jobs on top of Timescale Cloud policies. Learn how to create them in your service
products: [cloud, mst, self_hosted]
keywords: [actions]
tags: [user-defined actions, scheduled jobs, background jobs, automation framework]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/user-defined-actions/test-and-debug.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Test and debug a user-defined action
excerpt: Troubleshoot problems when writing a user-defined action
excerpt: Having issues while setting up user-defined actions in Timescale Cloud? Find solutions to the most common ones
products: [cloud, mst, self_hosted]
keywords: [actions, debug]
---
Expand Down

0 comments on commit aebec35

Please sign in to comment.