952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
5 lines
190 B
Plaintext
5 lines
190 B
Plaintext
# alias mongo connection to the mongo sharded cluster
|
|
# note that RBAC is enabled on mongos service...
|
|
alias msh="mongo -u gaAdmin -p einstein --port 27019 --authenticationDatabase admin"
|
|
|