Hi Michael, yes the jdbc driver also uses the transactional http endpoint. >
Thx. > Hmm not sure how well hundreds of labels work out. Perhaps you could > outline your domain in a bit more detail so that we can give you some > modeling advice on this list? > Right now I'm working on an example (for demo workshop at the data2day conference) and came up with a net of interconnected highway nodes (German: Autobahn-Netz). There will be 10.000s of exits, junctions etc. I thought of usinglabels (one for each highway, like the A3). Since some nodes - the junctions - belong to more than one highway, using labels seems to be a good idea (to me). There will be maybe 100s of such labels, so I can easily query all nodes representing a given highway: MATCH (n :A3) RETURN n; Are label-only queries supported by indexes? I assume yes, since labels seem to be stored in lucene artifacts on disk. TIA, Tobias -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
