🔗 SELECT
📄️ 创建流
Stream is a key concept in Timeplus. 所有数据都存在于流中,无论是静态数据还是动态数据。 We don't recommend you to create or manage TABLE in Timeplus.
📄️ 创建随机流
You may use this special stream to generate random data for tests. 例如: 例如:
📄️ 创建外部流
External stream for Kafka is official supported. The external stream for local log files is at technical preview. In Timeplus Enterprise, it also supports another type of External Stream to read/write data for a remote Timeplus Enterprise.
📄️ CREATE MUTABLE STREAM
Mutable streams are only available in Timeplus Enterprise. Please check this page for details.
📄️ 改变流
Currently we don't recommend to alter the schema of streams in Timeplus. You can modify the retention policy for historical store via MODIFY TTL and modify the retention policy for streaming storage via MODIFY SETTING.
📄️ sql-show-streams
列出流
📄️ 下拉流
运行以下 SQL 来删除流或外部流,并将所有数据存储在流存储和历史存储中。