You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it still possible to index in/out attributes in edges?
I have created an inLINK attribute on a specific edge that we have. However, querying that class of edges did not seem to gain me any speed. Is there anything that I am doing wrong here?
create index has_a.in on has_a (in) notunique
select from has_a where in = #125:1443671
The text was updated successfully, but these errors were encountered:
andreyvk
changed the title
[Question] Indexing in/out edges
[Question] Indexing in/out edges in OrientDB 3.0.x
Feb 13, 2019
I'd say it should work fine, it's just a normal property (if it doesn't, it's definitely a bug).
I'm adding it to my backlog, I'll try to look into it soon
+ FETCH FROM CLASS has_a
+ FETCH FROM CLUSTER 130 ASC
+ FETCH NEW RECORDS FROM CURRENT TRANSACTION SCOPE (if any)
+ FILTER ITEMS WHERE
in = #125:1443671
OrientDB Version: 3.0
Hi,
Is it still possible to index in/out attributes in edges?
I have created an
in
LINK
attribute on a specific edge that we have. However, querying that class of edges did not seem to gain me any speed. Is there anything that I am doing wrong here?The text was updated successfully, but these errors were encountered: