mirror of https://gitee.com/bigwinds/arangodb
create _fishbowl collection with same distribution as other system collections
This commit is contained in:
parent
3991525eea
commit
3c1b607e95
|
@ -57,7 +57,7 @@ function getFishbowlUrl () {
|
|||
var getFishbowlStorage = function () {
|
||||
var c = db._collection('_fishbowl');
|
||||
if (c === null) {
|
||||
c = db._create('_fishbowl', { isSystem: true });
|
||||
c = db._create('_fishbowl', { isSystem: true, distributeShardsLike: '_graphs' });
|
||||
}
|
||||
|
||||
return c;
|
||||
|
|
Loading…
Reference in New Issue