Releases: jexp/store-utils
Releases · jexp/store-utils
Bugfix Release 3.5.23
When trying to improve the memory usage I introduce a bug which was fixed by @rlippolis in #55 thanks a lot for this.
Also thanks to @arikan and @Marc-Roth for reporting, for some reason I didn't get the GH notifications about the issues. Sorry for the late response.
Release 3.5.19 with fix for large node-counts
fixes node counts that exceed the cache-map, need to use keep_node_ids
Release Version 3.5.11
Release Version 3.5.11
3.5.6 Release
Changed the capacity initialization of LongLongHashMap to a fixed 10M.
Relese 3.5.1
Fixed API changes and Neo4j-Enterprise dependencies.
A new binary release for the 3.5.x Neo4j branch.
Release for 3.4.5
A new binary release for the 3.4.x Neo4j branch.
Added Apache License v 2.0
Store Util 3.3.4
First release with a binary distribution.
Update to 3.3.4, release-zip, adapted copy-store script
Usage:
unzip store-util-*-release.zip
cd store-util-*/
export NEO4J_HOME=/path/to/neo4j
# remove target db
rm -rf /path/to/fixed.db
./copy-store.sh community /path/to/source.db /path/to/fixed.db
Updated Capabilities of Store Copy
- allow for labels to be specified that cause their nodes to be deleted
- allow for relationships to be skipped if their nodes have not been copied
- allow for specification if node-ids should be compacted
- separate size four source page cache