www.timescale.com Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

Submitted URL: http://timescale.com/
Effective URL: https://www.timescale.com/
Submission: On January 25 via api from IN — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

Products



TIMESCALE IS A MATURE POSTGRESQL CLOUD, SPECIALIZED FOR YOUR DEMANDING
WORKLOADS.

Product Link

TIME SERIES AND ANALYTICS

PostgreSQL, but faster. Built for lightning-fast ingest and querying of
time-based data.

Product Link

VECTOR (AI/ML)EARLY ACCESS

PostgreSQL engineered for fast search with high recall on millions of vector
embeddings.

Product Link

DYNAMIC POSTGRESEARLY ACCESS

PostgreSQL managed services with the benefits of serverless, but none of the
problems.

Industries that rely on us

Crypto and financeEnergy and environmentTransportation and logistics

Timescale benchmarks

vs RDSvs Amazon Timestreamvs Influxvs Cassandravs MongoDBvs ClickHouse

We’re in your corner even during the trial phase. Contact us to discuss your use
case with a Timescale technical expert.

Schedule a technical reviewExplore our Enterprise Tier
Customer stories
Developers


Docs

Tutorials

Guides

Blog

Support

Developers' newsletter

PostgreSQL Cheat Sheet



Support

Community

Github

Slack

Forum

Contribute

Contribute to code or Docs

Learn

Time-Series Database Basics

What Is Temporal Data?

5 InfluxDB Alternatives for Your Time-Series Data

InfluxQL, Flux, and SQL: Which Query Language Is Best? (With Cheatsheet)

An Intro to Database Indexes in Postgres

Building Blocks

How to Reduce Bloat in Large PostgreSQL Tables

Designing Your Database Schema: Wide vs. Narrow Postgres Tables

More Time-Series Data Analysis, Less Lines of Code: Meet Hyperfunctions

Timescale Benchmarks

vs RDS

vs Amazon Timestream

vs Influx

vs Cassandra

vs MongoDB

vs ClickHouse

Pricing
Contact us

LoginTry for free



POSTGRESQL ++ FOR TIME SERIES AND EVENTS


ENGINEERED TO HANDLE DEMANDING WORKLOADS, LIKE TIME SERIES, VECTOR, EVENTS, AND
ANALYTICS DATA. BUILT ON POSTGRESQL, WITH EXPERT SUPPORT AT NO EXTRA CHARGE.

Start for freeContact us

Trusted by great companies




“OUR QUERIES ARE REALLY FAST, TAKING ONLY 100 MS FOR A TABLE WITH AROUND 1.4
BILLION ROWS.”

Christian Halim, engineering manager at Pintu, one of Indonesia’s leading
cryptocurrency trading platforms, explains how his team inserts 5 million data
rows every 30 minutes, queries more than a billion data rows in 0.1 seconds, and
automatically deletes a billion data rows per day.


YOUR ENGINE FOR BLAZINGLY FAST APPLICATION DATA

FAST AND SCALABLE

Store and query data quickly and efficiently with automatic partitioning,
columnar compression, and real-time aggregation. Grow effortlessly with dynamic
scaling and infinite storage.



RESOURCE/COST SAVINGS

Better engineering leads to efficient compute and storage, which results in
costs savings. Save even more with compression, usage-based storage, and
low-cost storage tier for rarely-accessed data.



WORRY FREE AND EASY

Focus on your app not DBOps, with easy tools and features: Programmatic APIs,
job scheduling, one-click forking, high availability, replication, seamless
upgrades, expert support, and more.



POSTGRESQL BUT BETTER

Built on PostgreSQL so you can rely on rock-solid architecture and the entire
ecosystem, but also get 1,000x faster queries, 90% data compression, and 100+
SQL data analysis hyperfunctions.



Fast and scalable

Store and query data quickly and efficiently with automatic partitioning,
columnar compression, and real-time aggregation. Grow effortlessly with dynamic
scaling and infinite storage.

Resource/cost savings

Better engineering leads to efficient compute and storage, which results in
costs savings. Save even more with compression, usage-based storage, and
low-cost storage tier for rarely-accessed data.

Worry free and easy

Focus on your app not DBOps, with easy tools and features: Programmatic APIs,
job scheduling, one-click forking, high availability, replication, seamless
upgrades, expert support, and more.

PostgreSQL but better

Built on PostgreSQL so you can rely on rock-solid architecture and the entire
ecosystem, but also get 1,000x faster queries, 90% data compression, and 100+
SQL data analysis hyperfunctions.



Built for price-performance


SPEED, SCALE, AND SAVINGS

BLAZING-FAST QUERY SPEED

Up to 1000x faster queries than vanilla PostgreSQL, AWS Timestream, InfluxDB,
and MongoDB. Give your users answers in milliseconds, not minutes.

Explore our Amazon Timestream benchmark


WITHOUT BREAKING THE BANK

Pay only for what you store. Get 5x storage savings via columnar compression.
Don’t worry about extra charges for reads, writes, or other hidden costs.

Learn more about compression


AT INFINITE SCALE

Flexible scaling with independent compute and storage. Do more with less
resources via database optimizations. Tier data into object storage for low-cost
infinite scalability.

Read about our S3 object storage


A smoother route from MVP to GA


BUILD FASTER

WITH setup AS (SELECT lag(temperature) OVER (PARTITION BY freezer_idORDER BY ts)
as prev_temp,extract('epoch' FROM ts) as ts_e,extract('epoch' FR OM lag(ts) OVER
(PARTITION BYfreezer_id ORDER BY ts)) as prev_ts_e,*FROM freezer_temps),nextstep
AS (SELECT CASE WHEN prev_temp is NULL THEN NULLELSE (prev_temp + temperature) /
2 * (ts_e - prev_ts_e)END as weighted_sum,*FROM setup)SELECT
freezer_id,avg(temperature),sum(weighted_sum) / (max(ts_e) - min(ts_e))
astime_weighted_averageFROM next stepGROUP BY freezer_id;SELECT
freezer_id,AVG(temperature),average(time_weight('Linear', ts, temperature))AS
time_weighted_averageFROM freezer_tempsGROUP BY freezer_id;

PROTOTYPE IN DAYS NOT WEEKS

Out-of-the-box productivity with purpose-built time-series features like
policies for automated data aggregation, downsampling, and retention.

Explore continuous aggregates


USING THE SKILLS YOU ALREADY HAVE

Full SQL and more than 100 ready-to-go hyperfunctions to speed up complex data
analysis without leaving your time-series database.

Explore hyperfunctions


WITH YOUR EXISTING CLOUD-NATIVE INFRASTRUCTURE

Programmatic APIs and VPC Peering to safely integrate with your cloud
infrastructure. Monitor with Datadog and CloudWatch. Leverage AWS Lambda, AWS
IoT, AWS Kinesis, and more.

Learn more on VPC peering


Focus on your application, not your database


WORRY FREE AND EASY

High availabilityAutomatic backups

LEAVE DBOPS TO US

We give you back engineering time by taking care of database tuning, continuous
backups and failover, automated database upgrades, security and encryption,
compliance—like SOC2 and GDPR—and all operational tasks.

Learn how we make high availability work


ROLL TO PROD AND SLEEP SOUNDLY

Safely test changes with a forking workflow. Redundancy and replication across
storage and Availability Zones. Integrated monitoring for DevOps. PITR for any
mistakes along the way.

Test your database performance


WITH FREE SUPPORT STANDING BY

Access to enterprise-level help via ticketing included with your Timescale
subscription. Receive consultative advice from our global team of database
engineers at no extra cost.

Learn about Timescale Support


It’s PostgreSQL but better


POSTGRESQL++

GET MORE FROM POSTGRESQL

Scale PostgreSQL with automatic partitioning and indexing, incrementally-updated
materialized views, columnar compression, and time-series hyperfunctions.

Explore our PostgreSQL benchmark


WITHOUT LOSING THE GOOD STUFF

Keep using all the PostgreSQL features you love: data types, index types, CTEs,
UDFs and more. 100% SQL. No learning curve. Seamless developer onboarding.

Read more on database indexes


WHILE USING THE TOOLS YOU KNOW

Leverage the entire PostgreSQL ecosystem of tools, drivers, and connectors. If
it works with PostgreSQL, it works with Timescale.

Learn more about 13 PostgreSQL tools



BUILD THE NEW AGE OF COMPUTING

INTERNET OF THINGS

Track the performance of millions of sensors and connected devices in real time
with pinpoint geospatial and temporal accuracy.

See how we helped Density


FINTECH + CRYPTO

Collect and analyze relentless streams of order book and blockchain data to
power new trading platforms, analyze historical trends, and uncover unique
insights.

Read how we powered Messari


EVENTS

Understand how SaaS product usage varies over time to make data-driven decisions
about user segmentation, and identify the impact of product and business
decisions.

Learn how we accelerated Nocodelytics


ENERGY & ENVIRONMENT

Track consumption metrics to accurately understand and forecast energy
generation and consumption. Run analytics to build predictive models and
visualizations.

See how we enabled Octave


SMART MANUFACTURING

Manage, monitor, and control sensor data to track production and distribution
lines in real-time, identifying problems before they arise via predictive
maintenance.

Read how we supported Everactive


Internet of Things

Track the performance of millions of sensors and connected devices in real time
with pinpoint geospatial and temporal accuracy.

See how we helped Density


Fintech + Crypto

Collect and analyze relentless streams of order book and blockchain data to
power new trading platforms, analyze historical trends, and uncover unique
insights.

Read how we powered Messari


Events

Understand how SaaS product usage varies over time to make data-driven decisions
about user segmentation, and identify the impact of product and business
decisions.

Learn how we accelerated Nocodelytics


Energy & Environment

Track consumption metrics to accurately understand and forecast energy
generation and consumption. Run analytics to build predictive models and
visualizations.

See how we enabled Octave


Smart Manufacturing

Manage, monitor, and control sensor data to track production and distribution
lines in real-time, identifying problems before they arise via predictive
maintenance.

Read how we supported Everactive





JOIN A COMMUNITY OF 4.2M+ ACTIVE TIMESCALE DATABASES (AND COUNTING).

Active databases

4,234,123

GitHub stars

14,309

G2 score

4.7

Timescale's hyperfunctions significantly reduce our development time and
continuous aggregates make it easier to do analysis on high volumes of data,
plus with lower server costs.

Evert Van Cauwenberg

Jane.be, CTO

Timescale's hyperfunctions significantly reduce our development time and
continuous aggregates make it easier to do analysis on high volumes of data,
plus with lower server costs.

Evert Van Cauwenberg

Jane.be, CTO

By choosing Timescale, we shaved off months from our minimum viable product
development time. The advanced time-series features enable us to produce
top-notch market data feeds.

Mikko Ohtamaa

Trading Strategy, CEO

Our experience using Timescale has been fantastic. We're really impressed with
the core technical innovations, particularly around hypertables and compression.

Adam Inoue

Messari, Software Engineer

Timescale integrated seamlessly into our AWS data pipeline with AWS IoT
Greengrass, AWS Kinesis, and AWS Lambda to help power our controlled environment
agriculture platform.

Mark Thompson

Square Roots, Senior Infrastructure Engineer

Timescale's hyperfunctions significantly reduce our development time and
continuous aggregates make it easier to do analysis on high volumes of data,
plus with lower server costs.

Evert Van Cauwenberg

Jane.be, CTO

By choosing Timescale, we shaved off months from our minimum viable product
development time. The advanced time-series features enable us to produce
top-notch market data feeds.

Mikko Ohtamaa

Trading Strategy, CEO

Our experience using Timescale has been fantastic. We're really impressed with
the core technical innovations, particularly around hypertables and compression.

Adam Inoue

Messari, Software Engineer

Timescale integrated seamlessly into our AWS data pipeline with AWS IoT
Greengrass, AWS Kinesis, and AWS Lambda to help power our controlled environment
agriculture platform.

Mark Thompson

Square Roots, Senior Infrastructure Engineer

Timescale's hyperfunctions significantly reduce our development time and
continuous aggregates make it easier to do analysis on high volumes of data,
plus with lower server costs.

Evert Van Cauwenberg

Jane.be, CTO

By choosing Timescale, we shaved off months from our minimum viable product
development time. The advanced time-series features enable us to produce
top-notch market data feeds.

Mikko Ohtamaa

Trading Strategy, CEO

Our experience using Timescale has been fantastic. We're really impressed with
the core technical innovations, particularly around hypertables and compression.

Adam Inoue

Messari, Software Engineer

Timescale integrated seamlessly into our AWS data pipeline with AWS IoT
Greengrass, AWS Kinesis, and AWS Lambda to help power our controlled environment
agriculture platform.

Mark Thompson

Square Roots, Senior Infrastructure Engineer



READY TO SCALE FURTHER AND SPEND LESS?

GET STARTED IN SECONDS

Try now for freeContact us

Products

Launch 2023Time Series and AnalyticsTimescale VectorEnterprise TierDynamic
PostgreSQLCloud statusSupportSecurityCloud Terms of Service

Learn

DocumentationBlogForumTutorialsRelease notesSuccess storiesTime series database

Company

Contact usCareersAboutNewsroomBrandCommunityTimescale shopCode of conduct

Products

Launch 2023Time Series and AnalyticsTimescale VectorEnterprise TierDynamic
PostgreSQL
Cloud statusSupportSecurityCloud Terms of Service

Learn

DocumentationBlogForumTutorials
Release notesSuccess storiesTime series database

Company

Contact usCareersAboutNewsroom
BrandCommunityTimescale shopCode of conduct

Subscribe to the Timescale Newsletter

emailSubscribe
By submitting, I acknowledge Timescale’s Privacy Policy

2024 © Timescale Inc. All rights reserved.
Privacy preferencesLegalPrivacySitemap