Timescale Cloud:性能、扩展性、企业级

自托管产品

MST

TimescaleDB 有两个可用版本

  • TimescaleDB Apache 2 版
  • TimescaleDB 社区版

TimescaleDB Apache 2 版是 TimescaleDB 在 Apache 2.0 许可证

TimescaleDB Apache 2 版

您可以在自己的本地或云基础设施上安装 TimescaleDB Apache 2 版并免费运行。

您可以将 TimescaleDB Apache 2 版作为服务出售,即使您不是主要贡献者。

您可以修改 TimescaleDB Apache 2 版的源代码并将其用于生产环境。

TimescaleDB 社区版是 TimescaleDB 的高级、最佳和功能最完整的版本,在 Timescale 许可证 (TSL)这篇博客文章Timescale访问 TimescaleDB 社区版的托管版本,Timescale 是一个云原生的时序平台。

功能TimescaleDB Apache 2 版TimescaleDB 社区版
超表和分块
CREATE TABLE
create_hypertable
show_chunks
drop_chunks
split_chunk
reorder_chunk
move_chunk
add_reorder_policy
attach_tablespace
detach_tablespace()
detach_tablespaces()
show_tablespaces
set_chunk_time_interval
set_integer_now_func
add_dimension()
create_index (Transaction Per Chunk)
hypertable_size
hypertable_detailed_size
hypertable_index_size
chunks_detailed_size
分布式超表:此功能在 TimescaleDB v2.13 之后的所有版本中已弃用TimescaleDB v2.18.0
ALTER MATERIALIZED VIEW (Hypercore)
ALTER TABLE (Hypercore)
add_columnstore_policy
remove_columnstore_policy
convert_to_columnstore
convert_to_rowstore
hypertable_columnstore_settings
hypertable_columnstore_stats
chunk_columnstore_settings
chunk_columnstore_stats
连续聚合
CREATE MATERIALIZED VIEW (连续聚合)
ALTER MATERIALIZED VIEW (连续聚合)
DROP MATERIALIZED VIEW (连续聚合)
add_continuous_aggregate_policy()
refresh_continuous_aggregate
remove_continuous_aggregate_policy()
数据保留
add_retention_policy
remove_retention_policy
任务和自动化
add_job
alter_job
delete_job
run_job
超函数
approximate_row_count
first
last
histogram
time_bucket
time_bucket_ng (实验性功能)
time_bucket_gapfill
locf
interpolate
percentile_agg
approx_percentile
approx_percentile_rank
rollup
max_val
mean
error
min_val
num_vals
uddsketch
tdigest
time_weight
rollup
average
信息视图
timescaledb_information.chunks
timescaledb_information.continuous_aggregates
timescaledb_information.compression_settings
timescaledb_information.data_nodes
timescaledb_information.dimension
timescaledb_information.hypertables
timescaledb_information.jobs
timescaledb_information.job_stats
管理函数
timescaledb_pre_restore
timescaledb_post_restore
get_telemetry_report
dump_meta_data
压缩 旧 API 自 TimescaleDB v2.18.0 起被 Hypercore 取代
ALTER TABLE (压缩)
add_compression_policy
remove_compression_policy
compress_chunk
decompress_chunk
hypertable_compression_stats
chunk_compression_stats

关键词