in-memory-database
What would you recommend to read to a person who is going to write his own DB?
Since there are no answers to my previous question. I\'m really thinking to implement a custom DB which will satisfy my requirements.[详细]
2023-01-22 04:28 分类:问答Is there in-memory SQL database supporting replication/clustering?
Free and stable is the winner. My plan is quite trivial - just put all the data in memory and use开发者_开发问答 the cluster without changing the application code. Then, for persistence, I could just[详细]
2023-01-21 06:31 分类:问答Does anybody have any experience with FastDB (C++ in-memory database)?
FastDB is an open-source, in-memory database that\'s tightly integrated with C++ (it supports a SQL-like query language where tables are classes and rows are objects). Like most IMDBs, it\'s meant for[详细]
2023-01-17 18:30 分类:问答Simple and reliable in memory database for fast java integration tests with support for JPA
My integration tests would run much faster if I used in-memory-database instead of PostgreSQL. I use JPA (Hibernate) and I need an in-memory-database tha开发者_StackOverflowt would be easy to switch t[详细]
2023-01-10 17:10 分类:问答How do in-memory databases provide durability?
More specifically, are there any databases that don\'t require secondary s开发者_如何学运维torage (e.g. HDD) to provide durability?[详细]
2023-01-09 04:21 分类:问答HSQLDB: Easy way to have all created files deleted after closing connection?
I have an app/tool whic开发者_Python百科h reads from a CSV file and writes to another, processing it using HSQLDB.[详细]
2023-01-08 15:42 分类:问答Best practice for inserting and querying data from memory
We have an application that takes real time data and inserts it into database. it is online for 4.5 hours a day. We insert data second by second in 17 tables. The user at any time may query any table[详细]
2023-01-05 22:42 分类:问答in-memory database in Python
I\'m doing some queries in Python on a large database to get some stats out of the database. I want these stats to be in-memory so other programs can use them without going to a database.[详细]
2023-01-03 08:28 分类:问答has anyone produced an in-memory GIT repository?
I would like to be able to take advantage of the benefits of GIT (and its workflows), but without the cost of disk access - I just would like to leverage the distributed revision control capabilities[详细]
2022-12-31 15:45 分类:问答Techniques for querying a set of object in-memory in a Java application
We have a system which performs a \'coarse search\' by invoking an interface on another system which returns a set of Java objects. Once we have received the search results I need to be able to furthe[详细]
2022-12-30 10:39 分类:问答