You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (Jira)" <ji...@apache.org> on 2019/11/19 11:37:00 UTC

[jira] [Updated] (OAK-7374) Investigate changing the UUID generation algorithm / format to reduce index size, improve speed

     [ https://issues.apache.org/jira/browse/OAK-7374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller updated OAK-7374:
--------------------------------
    Fix Version/s:     (was: 1.22.0)

> Investigate changing the UUID generation algorithm / format to reduce index size, improve speed
> -----------------------------------------------------------------------------------------------
>
>                 Key: OAK-7374
>                 URL: https://issues.apache.org/jira/browse/OAK-7374
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Major
>
> UUIDs are currently randomly generated, which is bad for indexing; specially read and writes access, due to low locality.
> If we could add a time component, I think the index churn (amount of writes) would shrink, and lookup would be faster.
> It should be fairly easy to verify if that's really true (create a proof-of-concept, and measure).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)