Hi Luigi, I think I've always had lightweight edges disabled, including in M1,M2 , Rc1 and Rc2 . I haven't done anything particularly different from the RCs to Final.
Are you sure that this behavior is due to that ? Because from what I can see, I've done nothing different from Rc1 and RC2 to final1. On Monday, January 26, 2015 at 12:05:27 PM UTC, Luigi Dell'Aquila wrote: > > Hi, > > this must be because of disabled lightweight vertices. In Graph Studio tab > only fetched records and their neighbors are represented. > If you have lightweight edges every vertex contains the IDs of other > vertices, so Studio knows about them and can display them. > If you use regular edges, every vertex points to edge documents, not > directly to other vertices, so Studio doesn't know how to render them by > default and you have to double-click to lazy-fetch data to be displayed. > In 2.0 final lightweight edges are disabled by default (while they were > enabled by default before), this must be the reason of this change of > behavior. > If you want to go back to the old behavior you can change your db settings > by re-enabling lightweight edges by default (before inserting data in the > db, of course). You can do it from Studio (there is a flag in DB -> > Configuration) or from sql/console (see > http://www.orientechnologies.com/docs/last/orientdb.wiki/SQL-Alter-Database.html > > ) > > Luigi > > > 2015-01-26 12:58 GMT+01:00 syshex <[email protected] <javascript:>>: > >> Hi there. >> >> When I was using version M* , RC1 , when making a query like this : >> >> select from Dude where idnumber = "123456789" >> >> On the Graph tab of the web studio, it would show me that vertex and also >> all directly connected vertices. >> >> On Final1 when I perform that same query , I get a single node , without >> the direct connections represented. I need to expand that node by clicking >> two times on it. >> >> For this simple query it is not something that is not that troublesome, I >> understand , but for my demos to possible clients, I have a few other >> queries that once performed showed relations between vertices automatically >> and all that. >> >> So my question is . Is this what is intended ? From now on the graph tab >> in studio will work in this fashion? >> >> (regarding RC2, I think it also worked by showing direct connections >> straight away, but I'm not sure). >> >> -- >> >> --- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- --- 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.
