No range queries are planned after 2.1 Sent from mobile device
Am 17.01.2014 um 16:38 schrieb Javad Karabi <[email protected]>: > for example, i executed (once with and without index one :Member(birth_year) > ): > > MATCH (m:Member) > WHERE m.birth_year > 1980 AND m.birth_year < 2000 > RETURN m > > and i noticed that the time to perform the query did not change. > > this led me to believe that the index did not help. > does this mean that the index does not help when performing > and < in a > WHERE clause? > -- > 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/groups/opt_out. -- 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/groups/opt_out.
