py-tpcc icon indicating copy to clipboard operation
py-tpcc copied to clipboard

MongoDB Adaptation of PyTPCC

Results 10 py-tpcc issues
Sort by recently updated
recently updated
newest added

Thanks for submitting a PR to the py-tpcc repo. Please include the following fields (if relevant) prior to submitting your PR. **Jira Ticket:** < Ticket Number > **Whats Changed:** High...

Setup: Improperly configured replica set on a server side (server's rs.status() output is "MongoServerError: Our replica set config is invalid or we are not a member of it", client will...

From a logical point of view, it is not possible to specify '--reset' and '--no-load' arguments at the same time. The current py-tpcc code state allows this, causing the database...

Introduced mongodbdriver's optional explicit encryption with automatic decryption of CUSTOMER sensitive fields. Enabling/disabling the feature is controlled by the "fle" configuration parameter.

Introduced mongodbdriver's optional TLS/SSL (Transport Layer Security/Secure Sockets Layer) encryption feature. Enabling/disabling the feature is controlled by the "ssl" configuration parameter and SSL certificates settings.

Updated benchmark to be able to run on python3, since python2 is EOL. This also enables use of newer pymongo driver version.

Hi, have you ever considered using the YCSB+T benchmark? This is the paper: https://ieeexplore.ieee.org/document/6818330 It is a benchmark derived from YCSB that has added two new layers. A layer that...

Have we tried running py-tpcc on a sharded mongo cluster?with transactions spanning multiple shards? Thanks.

I expected to use the scaleFactor parameter to increase the size of db. Instead, looking into the source code (util/scaleparameters.py), I surprisingly found out that the scaleFactor parameter is used...