[ https://issues.apache.org/jira/browse/GEODE-7593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000232#comment-17000232 ]
ASF subversion and git services commented on GEODE-7593: -------------------------------------------------------- Commit 1beec9e3930a071031b960f045874fb337e72e7c in geode's branch refs/heads/develop from Jason Huynh [ https://gitbox.apache.org/repos/asf?p=geode.git;h=1beec9e ] GEODE-7593: Force index to use Strings instead of PdxStrings when eviction is enabled on region (#4500) > Indexing pdx strings with eviction does not provide eviction benefits > --------------------------------------------------------------------- > > Key: GEODE-7593 > URL: https://issues.apache.org/jira/browse/GEODE-7593 > Project: Geode > Issue Type: Bug > Components: querying > Reporter: Jason Huynh > Assignee: Jason Huynh > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > PdxStrings hold references to the values bytes. When the indexed key is a > pdx string, the index holds references in memory. Eviction will properly > evict the region entry's value but the index holds the values byte in memory > still. -- This message was sent by Atlassian Jira (v8.3.4#803005)