dsukhoroslov / bagri

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

[Core] refactor Model caches to improve performance on inserts #101

Closed dsukhoroslov closed 7 years ago

dsukhoroslov commented 7 years ago
dsukhoroslov commented 7 years ago

switched all model caches to replicated toplogy. insert time has improved by 25..30%. but now there are concurrency issues on YCSB inserts, investigating..

dsukhoroslov commented 7 years ago

path cache moved back to distributed topology. improved performance.

dsukhoroslov commented 7 years ago

done