Commit c0e3e6c 1 parent 281e8e2 commit c0e3e6c Copy full SHA for c0e3e6c
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.1.1
4
+
5
+ * fix uncapped memory growth when importing data via logical replication ([ #226 ] [ ] )
6
+ * fix handling of large data columns (e.g. text or json) causing overflow of 1GB
7
+ chunk size ([ #220 ] [ ] )
8
+ * restrict the maximum singular datum size to 256MB to ensure that the maximum
9
+ datum size of 1GB is not exceeded in columnar metadata ([ #222 ] [ ] )
10
+ * do not insert vectorization node into the plan if columnar scan isn't being used
11
+ ([ #228 ] [ ] )
12
+
13
+ [ #226 ] : https://github.com/hydradatabase/hydra/pull/226
14
+ [ #220 ] : https://github.com/hydradatabase/hydra/pull/220
15
+ [ #222 ] : https://github.com/hydradatabase/hydra/pull/222
16
+ [ #228 ] : https://github.com/hydradatabase/hydra/pull/228
17
+
3
18
## 1.1.0
4
19
5
20
* added support for upserts and other ` ON CONFLICT ` clauses for ` INSERT `
Original file line number Diff line number Diff line change 1
- 1.1.0
1
+ 1.1.1
You can’t perform that action at this time.
0 commit comments