Hi
I was finding some uncomfortable slowness when doing big queries on my
development machine. These queries, for example, had many posts with the
same author, and for that other I was always grabbing a bunch of related
nodes. By turning on the identity map and doing an totally unscientific
analysis, things seem faster. But here's this warning:
"IdentityMap <http://neo4j.rubyforge.org/Neo4j/IdentityMap.html> is
disabled by default and still in development (i.e. use it with care)."
http://neo4j.rubyforge.org/Neo4j/IdentityMap.html
Should I be worried? Are there any outstanding issues? Have you been
using it OK?
Thanks!