TimescaleDB 有两个版本可用

  • TimescaleDB Apache 2 版本
  • TimescaleDB 社区版

TimescaleDB Apache 2 版本是根据 Apache 2.0 许可证提供的 TimescaleDB 版本。这是一个经典的开源许可证,意味着它是完全不受限制的 - 任何人都可以获取此代码并将其作为服务提供。

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

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

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

TimescaleDB 社区版是 TimescaleDB 的高级、最佳和功能最完整的版本,根据 Timescale 许可证 (TSL) 的条款提供。

有关 Timescale 许可证的更多信息,请参阅这篇博客文章

TimescaleDB 的许多最新功能仅在 TimescaleDB 社区版中可用。

您可以在您自己的本地或云基础设施中安装 TimescaleDB 社区版并免费运行它。如果您管理自己的服务,TimescaleDB 社区版是完全免费的。

您不能将 TimescaleDB 社区版作为服务出售,即使您是主要贡献者。

您可以修改 TimescaleDB 社区版的源代码并将其用于生产用途。使用 TimescaleDB 社区版的开发人员拥有“修复权”,可以修改源代码并在他们自己的本地或云基础设施中运行它。但是,您不能修改 TimescaleDB 社区版的源代码并将其作为服务提供。

您可以通过 Timescale 访问 TimescaleDB 社区版的托管版本,Timescale 是一个云原生的时序平台。

功能TimescaleDB Apache 2 版本TimescaleDB 社区版
超表和数据块
create_hypertable
show_chunks
drop_chunks
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(每个数据块事务)
hypertable_size
hypertable_detailed_size
hypertable_index_size
chunks_detailed_size
分布式超表:此功能在 TimescaleDB v2.13 之后的所有版本中都已弃用
压缩
ALTER TABLE(压缩)
add_compression_policy
remove_compression_policy
compress_chunk
decompress_chunk
hypertable_compression_stats
chunk_compression_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

关键词

在此页面上发现问题?报告问题 或 在 GitHub 上编辑此页面