Skip to content

Commit 86b1021

Browse files
committed
biweekly update
1 parent 35cdad6 commit 86b1021

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/proton.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ You can also run the following SQL to create a stream of random data:
5050
-- Create a stream with random data
5151
CREATE RANDOM STREAM devices(
5252
device string default 'device'||to_string(rand()%4),
53-
temperature float default rand()%1000/10)
54-
SETTINGS eps=10000 -- 10,000 events per second. Default to 1000
53+
temperature float default rand()%1000/10
54+
)
55+
SETTINGS eps=10000 -- 10,000 events per second. Default to 1000
5556
;
5657

5758
-- Run the streaming SQL

docs/v2-release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This page summarizes changes for Timeplus Enterprise and Timeplus Proton, on a biweekly basis, including new features and important bug fixes.
44

5+
## Jun 23, 2025
6+
No public releases for the past 2 weeks. We are working on the next release of Timeplus Enterprise v2.9, which includes [external tables for MongoDB](/mongo-external).
7+
58
## Jun 9, 2025
69

710
### Timeplus Proton 1.6.16

0 commit comments

Comments
 (0)