Open links in new tab
  1. GitHub - lmdbjava/lmdbjava: Lightning Memory Database (LMDB) for …

    Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store - lmdbjava/lmdbjava

  2. in-memory-database · GitHub Topics · GitHub

    3 days ago · High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High …

  3. in-memory-database · GitHub Topics · GitHub

    2 days ago · High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High …

  4. Highest Performance Database in Java - Stack Overflow

    Jan 3, 2017 · I need ideas to implement a (really) high performance in-memory Database/Storage Mechanism in Java. In the range of storing 20,000+ java objects, updated every 5 or so seconds.

  5. GitHub - mariasstalin/jimdb: Java In Memory DataBase

    JIMDB is a lightweight Java In Memory DataBase where you can store any Java Bean. We can perform basic SQL operations like select, insert, update, delete and etc. JIMDB is specially designed for …

  6. High-Performance Java-Native-Persistence - GitHub

    High-Performance Java-Native-Persistence Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. …

  7. H2 is an embeddable RDBMS written in Java. - GitHub

    Welcome to H2, the Java SQL database. The main features of H2 are: Very fast, open source, JDBC API Embedded and server modes; disk-based or in-memory databases Transaction support, multi …

  8. nitrite/nitrite-java: NoSQL embedded document store for Java - GitHub

    NO sql O bject (NO2 a.k.a Nitrite) database is an open source nosql embedded document store. It supports both in-memory and file based persistent store. Nitrite is an embedded database ideal for …

  9. what is H2 database ? and when we can use it? - Stack Overflow

    Apr 12, 2022 · 6 H2 is an open source Java SQL Database. It can be run in both embedded and server mode. It is widely used as an In-memory database. In-memory database relies on system memory …

  10. How to simulate a DB for testing (Java)? - Stack Overflow

    Basically, it's a JAR file (a pure Java in-memory database) that you can run in its own JVM or in your own JVM and while it's running, you have a database. Then you stop it and your database goes …