File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ cd ~/py-tpcc/pytpcc
3939~ /py-tpcc/pytpcc$ python ./tpcc.py --print-config mongodb > mongodb.config
4040```
4141
42- 4 . Edit the configuraiton for Postgres in the mongodb.config.
42+ 4 . Edit the configuration for Postgres in the mongodb.config.
4343 * Change shards to the number of ` shards `
4444 * Change the mongodb connection ` uri ` string
4545 * Change the database ` name `
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ def getDrivers():
101101
102102## ==============================================
103103## startLoading.
104- # This intentionally uses multiprocess pool and intentionally stats new processes for each batch
105- # becuase for long running, many hour long loads, the connection between the child process and the parent process is lost
106- # and the parent block indefinitelly waiting for the result.
104+ # This intentionally uses multiprocess pool and intentionally starts new processes for each batch
105+ # because for long running, many hour long loads, the connection between the child process and the parent process is lost
106+ # and the parent process blocks indefinitelly waiting for the result.
107107## ==============================================
108108def startLoading (driverClass , scaleParameters , args , config ):
109109 """
You can’t perform that action at this time.
0 commit comments