Skip to content

Commit 6007100

Browse files
committed
chore(clickhouse): add LZ4 compression config for docker-compose.dev.yml
1 parent adac87f commit 6007100

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<clickhouse>
2+
<compression>
3+
<!-- Use LZ4 compression for better performance -->
4+
<case>
5+
<method>lz4</method>
6+
</case>
7+
</compression>
8+
</clickhouse>

0 commit comments

Comments
 (0)