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

Chetan Mehrotra commented on OAK-1153:
--------------------------------------

bq. It might be interesting to know the performance with different write 
concerns (just this dimension).

Update the test in rev [1539600|http://svn.apache.org/r1539600]. Below are 
results for 0 reader, 2 writer, 4 MB per insert for various write concern 
against a remote Mongo server 

|| remote || samedb || readers || writers || reads || writes || time || 
readThroughPut || writeThroughPut || writeConcern ||
| true | true | 0 | 2 | 0 | 16 | 5 | 0 | 13.4 MB | NORMAL |
| true | true | 0 | 2 | 0 | 14 | 5 | 0 | 11.7 MB | JOURNAL_SAFE |
| true | true | 0 | 2 | 0 | 14 | 5 | 0 | 11.7 MB | FSYNC_SAFE |
| true | true | 0 | 2 | 0 | 15 | 5 | 0 | 12.6 MB | SAFE |
| true | true | 0 | 2 | 0 | 16 | 5 | 0 | 13.4 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