NoSQL: Better support for short strings in Neo4j

| | bookmark | email

Better support for short strings in Neo4j

When importing the OpenStreetMap data for Germany, with this feature in place we found that the DynamicStringStore was now 80 smaller than before! Not only that but time for reading and writing strings had improved by at least 25 ! (the benchmark I got this from creates nodes and relationships as well, so pure string operations is probably even faster)

tags:Neo4j

via NoSQL databases