There are several reasons for affecting the tinkerpop test speed:
- rocksdb clear-schema would delete index-label too many times due to need to scan prefix
- clear schema even if the database is empty
- clear variables even if it's empty, and it will init variables schema at the same time if not exist
- init and clear basic schema when load non basic graph
There are several reasons for affecting the tinkerpop test speed: