[jira] [Updated] (OAK-8141) Replace String path with custom data type

2019-04-10 Thread Marcel Reutegger (JIRA)


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

Marcel Reutegger updated OAK-8141:
--
Attachment: OAK-8141.patch

> Replace String path with custom data type
> -
>
> Key: OAK-8141
> URL: https://issues.apache.org/jira/browse/OAK-8141
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: documentmk
>Reporter: Marcel Reutegger
>Assignee: Marcel Reutegger
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: OAK-8141.patch, OAK-8141.patch
>
>
> DocumentNodeState objects and other related data is currently identified with 
> a String path in the various caches in the DocumentNodeStore. Read benchmarks 
> like GetDeepNodeTest that only read data from memory are significantly slower 
> on a DocumentNodeStore compared to a SegmentNodeStore. In these kind of tests 
> the DocumentNodeStore is usually busy with String operations like 
> constructing the path for a child node or calculating the hash code for a 
> lookup in a cache.
> This issue is about a potential improvement that replaces the use of a plain 
> String for the path of a DocumentNodeState and use a custom Path type instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-8141) Replace String path with custom data type

2019-04-09 Thread Davide Giannella (JIRA)


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

Davide Giannella updated OAK-8141:
--
Fix Version/s: (was: 1.12.0)

> Replace String path with custom data type
> -
>
> Key: OAK-8141
> URL: https://issues.apache.org/jira/browse/OAK-8141
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: documentmk
>Reporter: Marcel Reutegger
>Assignee: Marcel Reutegger
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: OAK-8141.patch
>
>
> DocumentNodeState objects and other related data is currently identified with 
> a String path in the various caches in the DocumentNodeStore. Read benchmarks 
> like GetDeepNodeTest that only read data from memory are significantly slower 
> on a DocumentNodeStore compared to a SegmentNodeStore. In these kind of tests 
> the DocumentNodeStore is usually busy with String operations like 
> constructing the path for a child node or calculating the hash code for a 
> lookup in a cache.
> This issue is about a potential improvement that replaces the use of a plain 
> String for the path of a DocumentNodeState and use a custom Path type instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-8141) Replace String path with custom data type

2019-04-09 Thread Davide Giannella (JIRA)


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

Davide Giannella updated OAK-8141:
--
Fix Version/s: 1.14.0

> Replace String path with custom data type
> -
>
> Key: OAK-8141
> URL: https://issues.apache.org/jira/browse/OAK-8141
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: documentmk
>Reporter: Marcel Reutegger
>Assignee: Marcel Reutegger
>Priority: Major
> Fix For: 1.12.0, 1.14.0
>
> Attachments: OAK-8141.patch
>
>
> DocumentNodeState objects and other related data is currently identified with 
> a String path in the various caches in the DocumentNodeStore. Read benchmarks 
> like GetDeepNodeTest that only read data from memory are significantly slower 
> on a DocumentNodeStore compared to a SegmentNodeStore. In these kind of tests 
> the DocumentNodeStore is usually busy with String operations like 
> constructing the path for a child node or calculating the hash code for a 
> lookup in a cache.
> This issue is about a potential improvement that replaces the use of a plain 
> String for the path of a DocumentNodeState and use a custom Path type instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-8141) Replace String path with custom data type

2019-03-26 Thread Marcel Reutegger (JIRA)


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

Marcel Reutegger updated OAK-8141:
--
Attachment: OAK-8141.patch

> Replace String path with custom data type
> -
>
> Key: OAK-8141
> URL: https://issues.apache.org/jira/browse/OAK-8141
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: documentmk
>Reporter: Marcel Reutegger
>Assignee: Marcel Reutegger
>Priority: Major
> Fix For: 1.12
>
> Attachments: OAK-8141.patch
>
>
> DocumentNodeState objects and other related data is currently identified with 
> a String path in the various caches in the DocumentNodeStore. Read benchmarks 
> like GetDeepNodeTest that only read data from memory are significantly slower 
> on a DocumentNodeStore compared to a SegmentNodeStore. In these kind of tests 
> the DocumentNodeStore is usually busy with String operations like 
> constructing the path for a child node or calculating the hash code for a 
> lookup in a cache.
> This issue is about a potential improvement that replaces the use of a plain 
> String for the path of a DocumentNodeState and use a custom Path type instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)