I guess it's because your edges have not properties. I you create an edge between two vertexes and the edges have no properties the system don't store a document for them but it just adds the references to the vertexes.
If you look at the references you'll notice they points to the adjacent vertex and not to a another document between them. In this way you don't waste space and it works faster. On Sunday, January 19, 2014 10:58:50 PM UTC+1, dan elebash wrote: > > I am sure it is something I am doing wrong but if I look at the example > greatfuldead db Schema in Studio E has a count of 7053 and the > corresponding edges follow,sung, and written by add up to E > > > <https://lh3.googleusercontent.com/-wD4ilBZyBHE/UtxIPa2R2BI/AAAAAAAAAAM/CHzR-Lki9gY/s1600/gdc.PNG> > Now if I follow the tutorial using schema with graphs the Vertices show > up fine and the total count of V adds up but the Edges still remain 0 even > though I have created edges according to tutorial like create edge Owns > from (select from Person) to (select from Car) > > > <https://lh3.googleusercontent.com/-1fmdTsMN_-A/UtxJKC4mSbI/AAAAAAAAAAU/2EOKADv-Opw/s1600/cars.PNG> > I expect the edge count to increase just like the vertices count does > every time I add a new edge. If I click on a vertex that has an edge then > it does show the edge exist as in out_Owns > > > <https://lh5.googleusercontent.com/-xIOzEhU9uHE/UtxKTwt1dmI/AAAAAAAAAAc/P8IWLEkZ1iw/s1600/vt.PNG> > Is this a bug or something I am doing wrong? > > Thanks, > > Dan > -- --- 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/groups/opt_out.
