Skip to content

Commit

Permalink
example-tsurugi.properties: change TCP -> IPC
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Aug 30, 2023
1 parent 69049ca commit 3022f8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ init.item.product.size=172_000
init.item.work.size=198_000
init.item.material.size=75_000
#init.item.manufacturing.size=20_000
#init.item.manufacturing.size=60_000
init.item.manufacturing.size=120_000

init.tsurugi.tx.option=OCC
init.item.manufacturing.size=60_000

# default->availableProcessors
#init.parallelism=8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ init.item.product.size=172_000
init.item.work.size=198_000
init.item.material.size=75_000
#init.item.manufacturing.size=20_000
#init.item.manufacturing.size=60_000
init.item.manufacturing.size=120_000

init.tsurugi.tx.option=OCC
init.item.manufacturing.size=60_000

# default->availableProcessors
#init.parallelism=8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dbms.type=tsurugi
tsurugi.endpoint=tcp://localhost:12345
tsurugi.endpoint=ipc:tsurugi
#tsurugi.endpoint=tcp://localhost:12345
tsurugi.user=cost-accounting
tsurugi.password=cost-accounting

Expand All @@ -12,8 +13,7 @@ init.item.product.size=172_000
init.item.work.size=198_000
init.item.material.size=75_000
#init.item.manufacturing.size=20_000
#init.item.manufacturing.size=60_000
init.item.manufacturing.size=120_000
init.item.manufacturing.size=60_000

# iceaxe, tsubakuro
init.dbmanager.type=iceaxe
Expand All @@ -39,7 +39,9 @@ batch.dbmanager.type=iceaxe
batch.jdbc.isolation.level=SERIALIZABLE

# sequential-single-tx, sequential-factory-tx, parallel-single-tx, parallel-factory-tx, parallel-factory-session
batch.execute.type=parallel-factory-tx
#batch.execute.type=parallel-single-tx
#batch.execute.type=parallel-factory-tx
batch.execute.type=parallel-factory-session

# OCC, LTX, LTX[1-60]
batch.tsurugi.tx.option=LTX
Expand Down

0 comments on commit 3022f8e

Please sign in to comment.