[Neo tickets] #313: Avoid string store growth for repeated updates of string properties with same value
neo4j.org
noreply at neo4j.org
Tue Feb 1 16:24:45 CET 2011
#313: Avoid string store growth for repeated updates of string properties with
same value
------------------------------------------+---------------------------------
Reporter: djeffery at evidentsoftware.com | Owner: johans
Type: enhancement request | Status: new
Priority: minor | Milestone:
Component: kernel | Resolution:
Keywords: string store |
------------------------------------------+---------------------------------
Changes (by tobias):
* type: bug report => enhancement request
Comment:
A first step would be to more aggressively reuse freed space in the string
store (and all other property stores), so that when a property is changed
(to the same value or not) the same location on disk can be used to store
the value. Recognizing that a property in fact doesn't change can be a
later optimization.
--
Ticket URL: <https://trac.neo4j.org/ticket/313#comment:1>
neo4j.org <http://trac.neo4j.org/>
The Neo4J.org Issue Tracker
More information about the Tickets
mailing list