dsukhoroslov / bagri

XML/Document DB on top of distributed cache
Apache License 2.0
41 stars 5 forks source link

[Core] Add an ability to manage documents distribution #152

Open dsukhoroslov opened 6 years ago

dsukhoroslov commented 6 years ago

currently we partition documents by uri hashcode. it is possible to add some special character to uri and use it for hash calculation. For instance: uri = uri123#4567doc. Here uri123 can be used for hash calculation and the full uri will still guarantee uniqueness.