indexing - Create index on links of graph database -


is there way create index on links of graph database (orientdb) below example.

example:

create index <index_name> on <link_name> (<link_property>) dictionary 

in according documentation create index have specify class name. more info: https://orientdb.com/docs/last/sql-create-index.html

regards


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -