codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Split implementations of OnHeap and OnDisk persistence with CQEngine #192

Closed codingchili closed 6 years ago

codingchili commented 6 years ago

End the issues with ghost entries and fix insecure put/update operations.. Use TransactionalIndexedCollection for Disk persistence, onHeap is good as it is.

codingchili commented 6 years ago

Done.