Why jetstreamDB ?
All databases use their own data structure. SQL databases use tables and relations. Modern NoSQL databases use completely different data structures like key- value, XML, JSON or column-oriented tables. Even object- and graph-databases use their own object structure. All theses data structure are totally different to real Java objects and therefore incompatible to Java. In any case a mapping, two different data models and a special query language is needed. This leads to high performance losses at runtime and increases the complexity, effort and costs of development enormously.
JetstreamDB is the only one database which stores data exactly in the same way as Java does itself. Java manages data in form of object-graphs in RAM. In logical consequence jetstreamDB stores data also as real Java objects. The operating principle is simple. jetstreamDB reads the entire Java object-graph from the RAM and stores a 1:1 copy into a file storage. This uniqe concept provides fantastic advantages.