Skip to content

Commit 5c351fc

Browse files
chore: disable hdb v2 compression feature (#1405)
compression is cpu intense and therefore disabled by default. also our internal tests should issues with failed packet decrompession. I will try to create an issue on hdb side for that.
1 parent 742a784 commit 5c351fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hana/lib/drivers/hdb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class HDBDriver extends driver {
3535
constructor(creds) {
3636
creds = {
3737
fetchSize: 1 << 16, // V8 default memory page size
38+
compress: false, // compression is disabled by default to avoic cpu overhead
3839
...creds,
3940
}
4041

0 commit comments

Comments
 (0)