- Sep 27, 2016
-
-
hxd authored
-
- Jul 19, 2016
-
-
Sean Busbey authored
closes #798
-
- Jun 21, 2016
-
-
Enis Soztutar authored
-
- Jun 02, 2016
-
-
kruthar authored
-
- Jun 01, 2016
-
-
kruthar authored
-
- Jan 07, 2016
-
-
Mike Petersen authored
-
- Jan 01, 2016
-
-
Kirill Vlasov authored
[mongodb s3 tarantool] Fixing common-java:DuplicatedBlocks - Source files should not have any duplicated blocks
-
- Dec 26, 2015
-
-
Robert J. Moore authored
This ensures that users do not confuse the results from batched and non-batched operations. Closes #522
-
- Nov 03, 2015
-
-
Connor McCoy authored
Replaces numeric status codes with a canonical set of Status objects, each with a short name and description. Bindings with more specific errors (e.g., timeouts) return additional statuses. This changes the default output from messages like: [UPDATE], Return=0, 511 To: [UPDATE], Return=OK, 511
-
Connor McCoy authored
-
- Oct 07, 2015
-
-
Robert J. Moore authored
Added a configuration option (mongodb.upsert) to control if the driver performs inserts or upserts operations for the DB.insert() method. Defaults to doing inserts. Note: Change in behavior from previous versions that performed upserts for non-batched DB.insert() operations. Fixes #400.
-
- Aug 07, 2015
-
-
Govind Kamat authored
-
- 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
-