TigerData logo
TigerData logo
  • Product

    Product

    Tiger Cloud

    Robust elastic cloud platform for startups and enterprises

    TimescaleDB Enterprise

    Self-managed TimescaleDB for on-prem, edge and private cloud

    Open source

    TimescaleDB

    Time-series, real-time analytics and events on Postgres

    Search

    Vector and keyword search on Postgres

  • Industry

    Crypto

    Energy & Utilities

    Oil & Gas Operations

  • Docs
  • Pricing
  • Developer Hub

    Changelog

    Benchmarks

    Blog

    Community

    Customer Stories

    Events

    Support

    Integrations

    Launch Hub

  • Company

    Contact us

    About

    TigerData logo

    Timescale

    Partners

    Security

    Careers

Start a free trial
Tiger Data

Products

  • Time-series and Analytics
  • AI and Vector
  • Enterprise Plan
  • Cloud Status
  • Support
  • Security
  • Cloud Terms of Service

Learn

  • Documentation
  • Blog
  • Tutorials
  • Changelog
  • Success Stories
  • Time-series Database

Company

  • Contact Us
  • Careers
  • About
  • Newsroom
  • Brand
  • Community
  • Code Of Conduct
  • Events
Privacy preferencesLegalPrivacySitemap

Subscribe to the Tiger Data newsletter

Gold Partner with Inductive Automation — Ignition

2026 (c) Timescale, Inc., d/b/a Tiger Data.
All rights reserved.

Tiger Data
GOLD PARTNER WITHINDUCTIVE AUTOMATION

2026 (c) Timescale, Inc., d/b/a Tiger Data.
All rights reserved.

Privacy preferencesLegalPrivacySitemap

Back to blog

Copy as HTML

Open in ChatGPT

Open in Claude

Open in v0

J

By James Blackwood-Sewell

2 min read

Nov 09, 2023

Announcements & ReleasesTime Series DataHypertables

Table of contents

01 Wrap-Up

Timescale x Cloudflare: Time Series From the Edge

Timescale x Cloudflare: Time Series From the Edge

Back to blog

Announcements & Releases

J

By James Blackwood-Sewell

2 min read

Nov 09, 2023

Table of contents

01 Wrap-Up

Copy as HTML

Open in ChatGPT

Open in Claude

Open in v0

We ❤️ Cloudflare at Timescale, and while we don’t think serverless makes sense for databases, it’s absolutely amazing for stateless edge functions—and nothing does those better than Cloudflare Workers. Recently, Cloudflare launched its Hyperdrive product, which promises to turn your existing regional databases into globally distributed ones. We couldn’t pass up the opportunity to partner with them so we could make Hypertables on Hyperdrive a thing.

Timescale’s hypertables work exactly like PostgreSQL tables, but they automatically partition your data for a much-welcome performance boost.

Hyperdrive is essentially an edge proxy for PostgreSQL databases. It does smart caching, connection management, and persistence at the edge, which cuts down on the amount of traffic you’re sending from your remote Worker to your database. 

Timescale has been supported from day one (and is the only supported database for time series and analytics), and we are already busy talking about internal use cases for low-cost edge connections sending data back to a central Timescale database.

Create a serverless, globally distributed time-series API with Timescale

To complement the brief example already in the Hyperdrive documentation (which assumes you already have a Cloudflare project and some basic knowledge of how things work), we have written a full tutorial describing the deployment of an edge app that uses Timescale for persistence, allowing readings to be ingested and queried from Workers via a Serverless REST API, which is defined by TypeScript code. You might look to this kind of architecture if you have remote locations that are recording readings (maybe an IoT use-case) and you want to be able to persist them to your database but also query them when needed.

image

You might think that this sounds like a bit of work, but it’s not. The Cloudflare Workers developer experience is second to none when you’re using JavaScript (or, in our case, TypeScript). It’s three commands (and two file edits) from an empty directory to deploy, with npm used to scaffold and the wrangler tool npm installs used to create a Hyperdrive instance and then deploy your code to the edge. You can be none to done in three minutes flat.

And why use Timescale for this tutorial rather than another PostgreSQL variant? Because Timescale is faster for time-series data and large PostgreSQL datasets. You can see some benchmarks versus Amazon RDS here if you’re interested.

Wrap-Up

By leveraging Cloudflare's Hyperdrive and Timescale's performant time-series database, you can easily cut down the traffic from your remote Worker to your database and then ingest and query that data faster with Timescale. 

The tutorial provided shows how simple it is to deploy such an architecture, with Timescale providing speed and scalability advantages over vanilla PostgreSQL. Start speeding up your workflow today: you can try Timescale out for 30 days, free of charge.

Related posts

TimescaleDB 2.27: Broader Vectorized Execution, Up to 160x More Efficient UPDATE/DELETE, and Smarter UPSERT Pruning

TimescaleDB 2.27: Broader Vectorized Execution, Up to 160x More Efficient UPDATE/DELETE, and Smarter UPSERT Pruning

Announcements & ReleasesTimescaleDB

Jun 09, 2026

Up to 160x more efficient UPDATE/DELETE, 30% to 2x faster vectorized execution, and skip unnecessary decompression + compression. Here's what's new in TimescaleDB 2.27.

Read more

TimescaleDB 2.26: 3.5x Faster time_bucket() Aggregations, 70x Faster Summary Queries, and Faster Multi-Column Lookups

TimescaleDB 2.26: 3.5x Faster time_bucket() Aggregations, 70x Faster Summary Queries, and Faster Multi-Column Lookups

Announcements & ReleasesTimescaleDB

Apr 22, 2026

TimescaleDB 2.26 delivers 3.5x faster time_bucket() aggregations, 70x faster summary queries, and 2x faster multi-column lookups. No query rewrites needed.

Read more

Stay updated with new posts and releases.

Receive the latest technical articles and release notes in your inbox.

Share

Start a free trial