Hi there - Please try adding "limit -1" to the end of your select queries. OrientDB has a pretty low default limit, and the -1 makes the limit infinite. Be careful, though - trying to view huge graphs in Studio can cause a lot of slowdown.
On Monday, June 1, 2015 at 8:11:55 AM UTC-7, isobretatel wrote: > > I created some vertices and edges, using classes: > > create class County extends V > > create class City extends V > > create class Child extends E > > create vertex City set name = 'City-11' > > create vertex County set name = 'County-1' > > create edge Child from (select from County where name = 'County-1') to > (select from City where name = 'City-11') > > , and so on. > I run in Graph Editor: > select from V > select from E > > The graph editor shows some vertices and edges, but not all. > How do I show the whole graph? > -- --- 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 orient-database+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.