Table 属性 "_timescaledb_cache" , _timescaledb_catalog, _timescaledb_internal" 那些在做什么?

Table Properties "_timescaledb_cache" , _timescaledb_catalog, _timescaledb_internal" What are those doing?

有人知道这些设置在做什么吗?我不太可能在 Google 中找不到可以帮助我理解这一点的内容。它在 Table 属性->架构中:

这些是 TimescaleDB 扩展使用的内部架构,用于 cache/catalog/internal 函数和表。它们是扩展程序正常运行所必需的。它们在安装扩展时安装,如果您删除扩展(以及关于扩展的所有其他内容,包括您的数据,如果它在超表中并且您 运行 级联命令),它们将被删除。有关它们的安装位置,请参阅 https://github.com/timescale/timescaledb/blob/master/sql/pre_install/schemas.sql。它们在代码库中有不同的用途,并包含不同类型的 functions/tables.