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

Shashank Gupta commented on OAK-1153:
-------------------------------------

Write throughput comparision between sharded writers and non-sharded writes. 
Throughput slightly increased over non-sharded writes. 

* Mongo cluster with three shards. Each shard is replica set. 
* Non-sharded write throughput.
||remote|| samedb|| readers|| writers|| reads|| writes|| time|| 
readThroughPut|| writeThroughPut|| writeConcern||
|true|true|1|32|137|1272|120|1|22.2 MB|NORMAL|
|true|true|1|32|346|914|120|2|16.0 MB|JOURNAL_SAFE|
|true|true|1|32|381|952|120|3|16.6 MB|FSYNC_SAFE|
|true|true|1|32|207|1033|120|1|18.1 MB|SAFE|
|true|true|1|32|188|926|120|1|16.2 MB|NONE|

* Sharded write throughput
||remote|| samedb|| readers|| writers|| reads|| writes|| time|| 
readThroughPut|| writeThroughPut|| writeConcern||
|true|true|1|32|437|1600|120|3|28.0 MB|NORMAL|
|true|true|1|32|612|1056|120|5|18.5 MB|JOURNAL_SAFE|
|true|true|1|32|625|1025|120|5|17.9 MB|FSYNC_SAFE|
|true|true|1|32|375|966|120|3|16.9 MB|SAFE|
|true|true|1|32|281|1465|120|2|25.6 MB|NONE|

> Write test to measure throughput on Mongo with multiple reader and writer
> -------------------------------------------------------------------------
>
>                 Key: OAK-1153
>                 URL: https://issues.apache.org/jira/browse/OAK-1153
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: mongomk
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>
> To check how raw access to Mongo performs with multiple reader and writers we 
> need to have some throughput test.
> It would also server to decide if writing blob in separate databse provides 
> any benefit or not. Refer to [1] for discussion around this concern
> [1] http://markmail.org/thread/aukqziaq3hryvtaz



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to