Skip to content

Commit

Permalink
Add config key in ship
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Oct 8, 2024
1 parent b655d3d commit fb2cd5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ship/src/main/resources/ship-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ship {
# when true it creates the tables on service boot
tables-autocreate = false

# This will change batch inserts from insert into foo (col1, col2, col3) values (1,2,3) into insert into foo (col1, col2, col3) values (1,2,3), (4,5,6)
# this provides 2-3x performance improvement
rewrite-batch-inserts = true

cache {
# The max number of tokens in the partition cache
max-size = 1000
Expand Down

0 comments on commit fb2cd5a

Please sign in to comment.