Skip to content

Partition Keys

Compare
Choose a tag to compare
@sullivan- sullivan- released this 10 Nov 19:01
· 332 commits to master since this release

[0.16.0] - 2016.11.10 - Partition Keys

  • 2016.11.09 - Uniformly convert DateTime to UTC time zone. This
    seems like the best approach right now, as both Cassandra and
    MongoDB back ends support timestamps without time zone
    information. It also resolves issues with sorting dates.
  • 2016.11.09 - Implement partition keys. Please see the user
    manual

    for details.
  • 2016.10.27 - Replace Casbah with Java driver in MongoDB back end. We
    are now using the vanilla Java driver for
    Mongo
    . This
    change should not affect users.
  • 2016.10.27 - Fix MongoDB URIs so they work in a sharded environment.
  • 2016.10.27 - Disallow keys and indexes that duplicate the properties
    of other keys or indexes. This may cause existing code to break. Fix
    is to root out the duplicates. If you have a key and an index that
    duplicate each other, you can safely remove the index, as it is
    redundant with the key.