Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I don't success to run your benchmark #2

Open
HiFastCloud opened this issue Jul 20, 2012 · 1 comment
Open

I don't success to run your benchmark #2

HiFastCloud opened this issue Jul 20, 2012 · 1 comment

Comments

@HiFastCloud
Copy link

Hello,

I'm a newbie and I haven't understood how to make work your benchmark.
My priority is to make a benchmark on MongoDB in read/writes.

Can I know please what does your application do? does it take some pages from Wikipedia?

For Mongo :

I have to craeate a directiry with documents "empty"?

I have retained 2 commands :
The first :
java -jar Wikipedia-nosql-benchmark-1.0-SNAPSHOT.jar fillDB mongodb "documents/" 20 localhost 1 1

What is the Target of that?

java -jar Wikipedia-nosql-benchmark-1.0-SNAPSHOT.jar runBenchmark mongoDB 10 20 20 localhost.

I you can help me your welcome!

thank you

@thibaultdory
Copy link
Owner

Hello,

You have to create a directory containing text files named from 1 to X, with X the number of documents you want to insert. You can create this directory using the dump from wikipedia (http://download.wikimedia.org/enwiki/latest/enwiki-latest-pages-articles.xml.bz2 be carefull this one is more than 8GB) then using the script src/utils/parse.py to create the directory and the files.

If you run :

java -jar Wikipedia-nosql-benchmark-1.0-SNAPSHOT.jar fillDB mongodb "documents/" 20 localhost 1 1

you will insert one document (from 1 to 1) from the directory documents providing your mongodb installation is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants