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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -