You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2013/11/12 19:30:18 UTC

[jira] [Created] (MAVIBOT-16) Store the raw (ie, byte[]) values for keys and values, instead of deserializing the full page

Emmanuel Lecharny created MAVIBOT-16:
----------------------------------------

             Summary: Store the raw (ie, byte[]) values for keys and values, instead of deserializing the full page
                 Key: MAVIBOT-16
                 URL: https://issues.apache.org/jira/browse/MAVIBOT-16
             Project: Mavibot
          Issue Type: Improvement
    Affects Versions: 1.0.0-M2
            Reporter: Emmanuel Lecharny
            Assignee: Emmanuel Lecharny
             Fix For: 1.0.0-M3


We always deserialize all the keys/values when we read a page from disk. This is not necessary, if the page is likely to be discarded from the cache. It's better to keep the raw value (byte[]) and deseralize them on the fly. Its also faster when we write back the page on the disk.



--
This message was sent by Atlassian JIRA
(v6.1#6144)