Hi Luigi,

thank you! That was the problem.

Regards,

Hans.

Am Dienstag, 22. November 2016 12:21:28 UTC+1 schrieb Luigi Dell'Aquila:
>
> Hi,
>
> by default OrientDB Studio Graph panel displays only 20 records. You can 
> override this behavior adding a "limit" at the end of the query, eg.
>
> SELECT FROM V LIMIT -1
>
> Thanks
>
> Luigi
>
> 2016-11-22 12:03 GMT+01:00 'Hans-Jürgen Otto' via OrientDB <
> orient-...@googlegroups.com <javascript:>>:
>
>> Hey guys,
>>
>> I use a modified version of Teva-Gremlin (
>> https://github.com/effyteva/CSharpLibraries/tree/master/Teva.Common.Data.Gremlin)
>>  
>> with Gremlin-Server (3.2.3) that is connected to OrientDB (with 
>> OrientDB-Gremlin https://github.com/orientechnologies/orientdb-gremlin). 
>> I've created a graph and the creation went off normal.
>> So i wanted to get some Data in OrientStudio. First I used Gremlin and i 
>> got all vertices that i wanted. Then i used this SQL-Like query-language 
>> from OrientDB and i got only a part of the vertices that i wanted. 
>> For instance:
>> I used "*g.V()*" and got all 221 vertices. 
>> Then i used SELECT FROM V and got only 20 vertices.
>> However if I count all vertices with SELECT COUNT(*) FROM V I get the 
>> right number 221. 
>> Am I missing something?
>>
>> Regards
>>
>> -- 
>>
>> --- 
>> 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-databa...@googlegroups.com <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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to