GitHub user sagelywizard opened a pull request:

    https://github.com/apache/couchdb-mem3/pull/3

    Make the hash algorithm configurable per DB

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sagelywizard/couchdb-mem3 per-db-hash

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-mem3/pull/3.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3
    
----
commit 414fa2eae1f7379640b7c13f8115eae4f4a66cf5
Author: Benjamin Bastian <[email protected]>
Date:   2014-09-29T20:09:48Z

    Add per-db configurable hash function capability
    
    This commits makes the algorithm used for consistent/distributed hashing
    configurable on a per-database granularity. A user can add a
    query-string option on database creation (called `hash_algorithm`) which
    specifies the hash function. Currently, the only available hash
    algorithm is crc32.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to