nashter
nashter

Reputation: 171

Neo4j Drawbacks

So I am putting together a report on Neo4j and it's potential advantages over your average relational database. In my research, I've encountered a couple issues that might not make Neo4j the best choice at the present for a public server application. Namely:

My question is whether my research is outdated and these issues have solutions. I know that community and support for Neo4j and other graph databases is growing fast. Anyone with knowledge on the current state of Neo4j could really help me out.

Thanks in advance

Upvotes: 3

Views: 3591

Answers (2)

Paul Shoemaker
Paul Shoemaker

Reputation: 136

As for the second bullet, it appears that version 2.2 (currently at M3) introduces true user management. See http://neo4j.com/blog/neo4j-2-2-milestone-1-release/ for a basic overview of the new features. Note that this is not a production ready release.

Upvotes: 4

Mattias Finné
Mattias Finné

Reputation: 3054

Reply to your first bullet:

By using ValueContext you can tell Lucene to index it numerically and also to query by numeric value or numeric range. See for example https://github.com/neo4j/neo4j/blob/master/community/lucene-index/src/test/java/org/neo4j/index/impl/lucene/TestLuceneIndex.java#L622

Upvotes: 6

Related Questions