Type alias ShardingConfig

ShardingConfig: {
    actualCount: number;
    actualVirtualCount: number;
    desiredCount: number;
    desiredVirtualCount: number;
    function: "murmur3";
    key: "_id";
    strategy: "hash";
    virtualPerPhysical: number;
}

Type declaration

  • actualCount: number
  • actualVirtualCount: number
  • desiredCount: number
  • desiredVirtualCount: number
  • function: "murmur3"
  • key: "_id"
  • strategy: "hash"
  • virtualPerPhysical: number