You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/15 23:34:19 UTC

[jira] [Commented] (QPID-5484) [linearstore] Poor performance relative to legacystore

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

ASF subversion and git services commented on QPID-5484:
-------------------------------------------------------

Commit 1558592 from [~kpvdr] in branch 'qpid/trunk'
[ https://svn.apache.org/r1558592 ]

QPID-5484 [linearstore] Poor performance relative to legacystore. Partial fix: The use of /dev/random exhausts the kernel's supply of non-deterministic random data, and calls to read from it block until enough is available. It has been determined that /dev/urandom is good enough for this use-case (Journal serial numbers), and does not suffer from blocking.

> [linearstore] Poor performance relative to legacystore
> ------------------------------------------------------
>
>                 Key: QPID-5484
>                 URL: https://issues.apache.org/jira/browse/QPID-5484
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>
> The linearstore performance is poor compared to the legacystore. As linearstore has similar architecture to legacy store (except for file management), the performance ought to be comparable.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org