Thursday 8 July 2021

Arango: Retrieve the storage engine type

‘db.engine()’ method retrieve the storage engine type used by the server.

127.0.0.1:8529@_system> db._engine()
{ 
  "name" : "rocksdb", 
  "supports" : { 
    "dfdb" : false, 
    "indexes" : [ 
      "primary", 
      "edge", 
      "hash", 
      "skiplist", 
      "ttl", 
      "persistent", 
      "geo", 
      "fulltext" 
    ], 
    "aliases" : { 
      "indexes" : { 
        "skiplist" : "persistent", 
        "hash" : "persistent" 
      } 
    } 
  } 
}

 

 

 

Previous                                                    Next                                                    Home

No comments:

Post a Comment