- Jul 21, 2015
-
-
Robert J. Moore authored
Updated code to satisfy the checkstyle validation. Fixes #365
-
- Jul 16, 2015
-
-
Jeff Yemin authored
In order to get the tests to pass again, reverted MongoDbClient to use update with upsert instead of insert when batch size is 1.
-
Jeff Yemin authored
Added journal=true back into MongoDB connection string. For now, the connection string will contain both "j" and "journal", until such time as the MongoDB Java driver supports "journal".
-
Jeff Yemin authored
-
Jeff Yemin authored
-
Jeff Yemin authored
-
Jeff Yemin authored
-
Jeff Yemin authored
Simplified insert CRUD code to always use insertMany even when batchSize == 1, as there is no performance penalty for this in the driver.
-
Jeff Yemin authored
-
Jeff Yemin authored
Changed visibility of static field from protected to private in final OptionsSupport class for MongoDB.
-
- Jun 22, 2015
-
-
saggarsunil authored
Changes: 1. mongodb configuration parameter bug (mongodb.url) 2. README file change 3. Some cleanup. Default DB is 'ycsb'
-
- Jun 16, 2015
-
-
saggarsunil authored
1. mongodb configuration parameter bug (mongodb.url) 2. README file change 3. Some cleanup. Default DB is 'ycsb'
-
- Jun 06, 2015
-
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
- Jun 05, 2015
-
-
Robert J. Moore authored
MongoDB 3.0 driver. Created tests for the basic DB operations. Updated MongoDB Inc. Driver version to 3.0.2.
-
- May 21, 2015
-
-
Robert J. Moore authored
to the 3.0 driver from MongoDB Inc. and updated to the new Document and fluent APIs.
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
URI to configure the client. Old properties are deprecated and but will be added to the URI if present and the URI does not already contain a value for the setting.
-
Jared Rosoff authored
When running workloads that use the "insert" operation, we get a lot of duplicate key exceptions from the server. Changing to upsert to avoid these exceptions.
-
Matias Cascallares authored
-
achille authored
-
Jared Rosoff authored
No need to call getError on writeResult. any errors for writeConcern level will throw exceptions and be caught in catch block
-
Jared Rosoff authored
-
Jared Rosoff authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
- Feb 04, 2015
-
-
Ben Stopford authored
-
- Dec 15, 2012
-
-
Robert J. Moore authored
each test client. Add a control (via properties) for the number of connections the Mongo instance will create/use.
-
- Jul 05, 2012
-
-
Ming Han Teh authored
-
- Apr 19, 2012
-
-
Michi Mutsuzaki authored
-
- Feb 21, 2012
-
-
Siddharth Singh authored
-
- Feb 16, 2012
-
-
Hariprasad Kuppuswamy authored
-