What is it all about?
Chronicle Map is a high performance, off-heap, and key-value, in memory, persisted data store. It works like a standard java map yet it automatically distributes data between processes, these processes can be both on the same server and across your network. In other words it’s a low latency, huge data key value store, which can store terabytes of data locally to your process.
Key Features
* High throughput, low latency, cross process, persisted key value store. * Supports very high update rates by only replicating the latest value. * Off heap data storage, with micro second latency. * Designed to be used in Java, in a pause less, garbage free manner. * Easy to adopt and open source based on the ConcurrentHashMap. * Better utilizes your existing hardware by offering vertical scalability. * UDP support for high fan out. * TCP connectivity. * Concurrent writers on one machine using one copy in memory. * Concurrent multi-master writers across machines, with a reconciliation process. * Multiple readers with TCP and UDP replication. * Resilient writes (if a process dies, the last write is not lost.) * Entirely embedded, you don’t need any additional processes.
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}