Smalyshev added a comment. Main problem with Neo4j so far is indexing - edge indexes are either manual addition (http://neo4j.com/docs/2.2.0-M03/indexing-add.html) or auto-indexing (http://neo4j.com/docs/2.2.0-M03/auto-indexing.html) which requires pre-defining all properties in configuration or code (no persistency in DB).
Attempt to add all property indexes as auto-index ended in spectacular failure (import got stuck in first 10 rows). I'll try to convert claims to nodes and see if indexes work better that way. TASK DETAIL https://phabricator.wikimedia.org/T88571 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Manybubbles, Smalyshev Cc: daniel, Smalyshev, JanZerebecki, Aklapper, Manybubbles, jkroll, Wikidata-bugs, aude, GWicke _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
