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 "Davide Giannella (JIRA)" <ji...@apache.org> on 2019/04/09 10:37:14 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 ]

Davide Giannella updated OAK-7374:
----------------------------------
    Fix Version/s: 1.14.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
>             Fix For: 1.12.0, 1.14.0
>
>
> 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
(v7.6.3#76005)