mirror of https://gitee.com/bigwinds/arangodb
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
arangosh> c = db._create("users");
|
|
[ArangoCollection 1120072587, "users" (type document, status loaded)]
|
|
arangosh> c.properties();
|
|
{
|
|
"doCompact" : true,
|
|
"journalSize" : 1048576,
|
|
"isSystem" : false,
|
|
"isVolatile" : false,
|
|
"waitForSync" : false,
|
|
"keyOptions" : {
|
|
"type" : "traditional",
|
|
"allowUserKeys" : true
|
|
},
|
|
"indexBuckets" : 8
|
|
}
|