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
Post a Comment