kruthar
5213b9b238
[mongodb] added logback.xml to mongodb module
2016-06-01 22:11:25 -05:00
Bruce Yinhe
3928726d9e
Update the documentation for MongoDB. Use YCSB from binary instead
2015-12-20 23:08:33 +01:00
Robert J. Moore
7e04261d13
[mongodb] Add mongodb.upsert configuration option.
...
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 .
2015-10-07 23:51:37 -04:00
Govind Kamat
25502287c5
[licensing] Added ASLv2 headers to files without them.
2015-08-07 10:49:16 -07:00
Sean Busbey
9bc02d23c0
Merge pull request #301 from saggarsunil/master
...
[mongodb] update parameter for connection url to match previous behavior and docs.
2015-06-23 22:46:03 -05:00
saggarsunil
4cfd40f247
[mongodb] update parameter for connection url to match previous behavior and docs.
...
Changes:
1. mongodb configuration parameter bug (mongodb.url)
2. README file change
3. Some cleanup. Default DB is 'ycsb'
2015-06-22 20:08:00 +05:30
Connor McCoy
423e66feed
[docs] Add build instructions to README, update DB-specific build docs.
2015-06-17 11:38:11 -07:00
Robert J. Moore
6970ee1152
Add majority write concern and deprecated most of the options. Migrated
...
to the 3.0 driver from MongoDB Inc. and updated to the new Document and
fluent APIs.
2015-05-22 00:16:06 -04:00
Robert J. Moore
3b9e207c81
Update the MongoDB drivers to just use a connection string or MongoDB
...
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.
2015-05-22 00:09:44 -04:00
Robert J. Moore
03b25308c5
Update the README with how to use the asynchronous driver.
2015-05-22 00:08:45 -04:00
Robert J. Moore
cdecd9968d
README Tweaks.
2015-05-22 00:08:45 -04:00
Robert J. Moore
7762b5e0d9
Revert to the central YCSB repository.
2015-05-22 00:08:44 -04:00
Asya Kamsky
842560b0fa
Update mongodb/README.md with more specific info
...
Changed reference to original forked repo which is not maintained to this repo to avoid conflicting instructions. Might want to do that for top level README as well.
2015-05-22 00:08:44 -04:00
Matias Cascallares
0b68bd48fe
added support to specify readPreference
2015-05-22 00:08:44 -04:00
Gianfranco Palumbo
c960961266
add instructions to install java via yum/apt-get
2015-05-22 00:08:44 -04:00
Gianfranco Palumbo
637531b3ba
Add maven bash env vars
2015-05-22 00:08:44 -04:00
Gianfranco Palumbo
488ef7f348
Added 'Install Maven and Java' instructions Ycsb config parameters
...
example
2015-05-22 00:08:44 -04:00
Jared Rosoff
7b9cf5f495
Updated to current standard write concerns
2015-05-22 00:08:44 -04:00
Robert J. Moore
878f9f9336
Add option: threadsAllowedToBlockForConnectionMultiplier
2015-05-22 00:07:33 -04:00
Robert J. Moore
92d86e74a8
gh-95 Update the MongoDB driver to use a singleton Mongo instance for
...
each test client.
Add a control (via properties) for the number of connections the Mongo
instance will create/use.
2012-12-16 01:54:19 -05:00
Michi Mutsuzaki
e1de9c60e6
gh-73. added readme. added defaults for all the config parameters.
2012-04-19 13:50:43 -07:00