py-tpcc
py-tpcc copied to clipboard
Python implementation of TPC-C
Hi there, Could you please tell us what the license under which you release this code? I.e is it ok to fork it and heavily modify it? Maybe the simplest...
On the Redis and Cassandra driver, when loading the ORDERS table, it creates the 'O_C_ID' atribute with the 4th position of the tuple it receives (row[3]). However, in the generateOrder...
If i have more than one client, (e.g. 4) i see that i can submit more new orders in same time, than if have only on client. For example.: Result...
There is an error when trying to use mongodb driver: AttributeError: 'module' object has no attribute 'Connection' You have to use MongoClient instead of Connection (pymongo changed api). You have...
I want to know wether py-tpcc has supported h-store. In wiki, all the databases are NoSQL.:)