Skip to content

Releases: jexp/store-utils

Bugfix Release 3.5.23

10 Nov 14:33
Compare
Choose a tag to compare

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

01 Jul 14:33
Compare
Choose a tag to compare

fixes node counts that exceed the cache-map, need to use keep_node_ids

Release Version 3.5.11

23 Sep 20:17
Compare
Choose a tag to compare

Release Version 3.5.11

3.5.6 Release

28 Jun 08:42
Compare
Choose a tag to compare

Changed the capacity initialization of LongLongHashMap to a fixed 10M.

Relese 3.5.1

16 Jan 14:41
Compare
Choose a tag to compare

Fixed API changes and Neo4j-Enterprise dependencies.

A new binary release for the 3.5.x Neo4j branch.

Release for 3.4.5

07 Aug 20:27
Compare
Choose a tag to compare

A new binary release for the 3.4.x Neo4j branch.
Added Apache License v 2.0

Store Util 3.3.4

22 Mar 23:25
Compare
Choose a tag to compare

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