You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2017/06/15 20:37:00 UTC

[jira] [Updated] (GEODE-2696) Use byte comparison for OffHeap region keys instead of hashcode/equals

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

Fred Krone updated GEODE-2696:
------------------------------
    Labels: offheap  (was: )

> Use byte comparison for OffHeap region keys instead of hashcode/equals
> ----------------------------------------------------------------------
>
>                 Key: GEODE-2696
>                 URL: https://issues.apache.org/jira/browse/GEODE-2696
>             Project: Geode
>          Issue Type: Improvement
>          Components: offheap
>            Reporter: Fred Krone
>              Labels: offheap
>
> Using byte comparison for keys will allow us to store region keys in offheap.
> For PDX, the PdxInstance equals and hashcode will be used.
> Acceptance:
> --This is a behavioral change.
> --Keys are identified using their bytes rather than equals.
> --keys are not deserialized.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)