running that query it evaluates all the edges in class E, so it a normal warning that you are receiving.
Il giorno domenica 15 maggio 2016 14:54:57 UTC+2, K Major ha scritto: > > Hi, > I'm simply trying to get the edge between two vertices and get a property > weight on this edge. > I tried > SELECT weight FROM E WHERE in = #11:1820 AND out = #11:12916 > > > but gives me the error : fetched more than 50000 records: to speed up the > execution, create an index or change the query to use an existent index > > the vertex #11:1820 has only 2 outgoing edges > "out": [ > "#11:12916", > "#11:18051" > ], > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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.
