I've been working on a project (a CMS) that would require a lot of indexing as it would manage user generated content (mostly strings). Could I get some suggestions on what is the extent of indexing that can be useful in a typical CMS which could have a fair use by about 50000 people? And how does this indexing matter if I have to scale it any further?
Also, as I said above, the index would mostly deal with strings. Would it be any better if I put up another layer in front of my neo4j db that maps those strings to ints so that I could index those easily in neo4j? _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

