[ 
https://issues.apache.org/jira/browse/OAK-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963081#comment-13963081
 ] 

Chetan Mehrotra commented on OAK-1702:
--------------------------------------

Building

First download the wiki dump
{noformat}
$ wget 
http://dumps.wikimedia.org/fowiki/20140402/fowiki-20140402-pages-articles.xml.bz2
$  bzip2 -d fowiki-20140402-pages-articles.xml.bz2
{noformat}

Benchmarking against Jackrabbit
{noformat}
$ cd oak-run
$ mvn clean install
$ java -jar target/oak-run-0.21.0-SNAPSHOT.jar benchmark --wikipedia 
/path/to/fowiki-20140402-pages-articles.xml FullTextSearchTest Jackrabbit
{noformat}

Benchmarking against Oak
{noformat}
$ cd oak-run
$ mvn clean install -Poak-run-oak
$ java -jar target/oak-run-0.21.0-SNAPSHOT.jar benchmark --wikipedia 
/path/to/fowiki-20140402-pages-articles.xml FullTextSearchTest Oak-Tar 
Oak-Mongo Oak-Tar-FDS Oak-Mongo-FDS
{noformat}

> Create a benchmark for Full text search
> ---------------------------------------
>
>                 Key: OAK-1702
>                 URL: https://issues.apache.org/jira/browse/OAK-1702
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: bench
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>             Fix For: 1.1
>
>         Attachments: OAK-1702.patch
>
>
> To compare the performance of Full text search between Jackrabbit 2 and Oak a 
> benchmark should be added.
> To start with the benchmark would do following
> * Would be based on WikipediaImport benchmark. So it would import the 
> wikipedia dump and perform full text query on that
> * Should be able to run on both JR2 and Oak. Need to account for maven setup 
> to handle different Lucene version as JR2 uses 3.6.0 and Oak use 4.x
> Later we can add concurrent version



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to