1
0
Fork 0
arangodb/js/common
jsteemann 2a371cbf9e allow creating unique indexes on more attributes than present in shardKeys
The following combinations of shardKeys and indexKeys are allowed/not allowed:

shardKeys     indexKeys
        a             a        ok
        a             b    not ok
        a           a b        ok
      a b             a    not ok
      a b             b    not ok
      a b           a b        ok
      a b         a b c        ok
    a b c           a b    not ok
    a b c         a b c        ok
2016-10-28 13:04:12 +02:00
..
bootstrap
modules Implement inline middleware 2016-10-26 18:16:18 +02:00
test-data
tests allow creating unique indexes on more attributes than present in shardKeys 2016-10-28 13:04:12 +02:00