Skip to content

Commit 71196d9

Browse files
author
Jove Zhong
committed
biweekly update and fix a format issue in setting, use x not * for
1024x1024
1 parent 263d195 commit 71196d9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/s3-external.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ For example, with `write_to = 'example/data.json'`, the actual object keys will
168168
If you only set `write_to`, not `read_from`, Timeplus will try to infer `read_from` from `write_to`, so that you can read the data that you write to the same S3 external table. If this does not work for you, you can always specify read_from manually to get the correct results.
169169

170170
#### s3_min_upload_file_size
171-
The minimum size (in bytes) of the file to write to S3. If the file size is less than this value, Timeplus will buffer the data in memory and upload it when the buffer is full. The default value is 500*1024*1024 (500MB).
171+
The minimum size (in bytes) of the file to write to S3. If the file size is less than this value, Timeplus will buffer the data in memory and upload it when the buffer is full. The default value is 500x1024x1024 (500MB).
172172

173173
#### s3_max_upload_idle_seconds
174174
The maximum idle time in seconds to wait for the buffer to be full. If the buffer is not full after this time, Timeplus will upload the data to S3.

docs/v2-release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## Mar 31, 2025
6+
7+
### Timeplus Enterprise v2.8 (Preview)
8+
[Timeplus Enterprise v2.8.0](/enterprise-v2.8) is now available as a technical preview for the 2.8 release. Not ready for production use but feel free to try the new features and provide feedback.
9+
* New Compute Node server role to [run materialized views elastically](/proton-create-view#autoscaling_mv) with checkpoints on S3 storage.
10+
* Timeplus can read or write data in Apache Iceberg tables. [Learn more](/iceberg)
11+
* Timeplus can read or write PostgreSQL tables directly via [PostgreSQL External Table](/pg-external-table) or look up data via [dictionaries](/sql-create-dictionary#source_pg).
12+
* Use S3 as the [tiered storage](/tiered-storage) for streams.
13+
* New SQL command to [rename streams](/sql-rename-stream).
14+
* A new page to visualize nodes in a cluster.
15+
* New page to view the details of streams or materialized views.
16+
17+
### Timeplus Enterprise v2.6.6, v2.6.7, v2.7.3
18+
Patch releases with bug fixes.
19+
20+
### Iceberg Integration Coming to Timeplus Proton
21+
* https://github.com/timeplus-io/proton/pull/928 a PR to add Apache Iceberg read/write support to Timeplus Proton.
22+
523
## Mar 17, 2025
624

725
### Timeplus Enterprise v2.7.1 and v2.6.4

0 commit comments

Comments
 (0)