Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Postgresql 中有一个持续更新的时空数据库。我想知道这个数据库中是否有一种连续查询的技术?例如,我有特定区域的数据库中每分钟更新一次的温度数据。我想执行聚合查询以显示每小时的温度(聚合值)。
不,您不能持续更新查询,但您可以接收有关重要事件的通知并重新发出查询。
有像 PipelineDB 这样的插件可以帮助你