Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

graphindex not created while migrating from titan to janus #271

@yzainee-zz

Description

@yzainee-zz

We were using titan and wanted to migrate to janus. We wanted to use the same tables which were used in titan.
For this we have the following 3 configurations
config params storage.backend = com.amazon.janusgraph.diskstorage.dynamodb.DynamoDBStoreManager
storage.dynamodb.use-titan-ids= true
storage.dynamodb.stores.ids.store-name= titan_ids

But what we are observing is that instead of earlier
(titan)
edgestore
graphindex
system_properties
systemlog
titan_ids
txlog

we see
(janus)
edgestore
system_properties
titan_ids

Why dont we see the graphindex created for janus? Is there some kind of configuration that we need to set for that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions