in-memory-database
Very fast thread-safe collection or in-memory db needed
I get data from external application: class DataItem { public string key; public int Attribute1; public 开发者_如何学Pythonstring Attribute2;[详细]
2023-03-07 14:44 分类:问答Check the size of objects in a Gemfire cache
Does anyone know of a way to check the size of objects stored in a gemfire cache? Or even the size of the regions themselves (in MB, rather than the number of objects they contain).[详细]
2023-03-05 21:41 分类:问答sqlite in memory db on iOS
Is it possible to have a 开发者_JAVA技巧sqlite db in memory in iOS?This works as you\'d expect within iOS - you can simply open an in-memory database using :memory: instead of the file name, as per us[详细]
2023-02-24 00:10 分类:问答How to load a disk-based database to in-memory database using Sqlite in Mono?
Can I load a disk-database file (.db) to a in-memory database created by :memory: in Sqlite? I am using Mono, and Mono.Data.Sqlite is the library I am linking to. Does anyone know how to do that? or c[详细]
2023-02-13 12:17 分类:问答JUnit + Derby + Spring: drop in-memory db after every test
In my unit tests I autowired some DataSources, which use URLs 开发者_JAVA技巧like jdbc:derby:memory:mydb;create=true[详细]
2023-02-05 08:18 分类:问答looking for a stand-alone, in-memory data server with sequential access [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently acce开发者_如何学运维pting answers.[详细]
2023-01-29 17:22 分类:问答Remote key-value storage allowing indexes?
In our project we already have an embedded in-memory key-value storage for objects, and it is very usable, because it allows us to make indexes for it and query the storage based on it. So, if we have[详细]
2023-01-29 04:41 分类:问答seeking recommendations for simple in-memory DB *server* (no persistence needed) [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-26 02:42 分类:问答In-Memory DB for Entity Framework 4
Does anyone know of a good in-memory DB that works well with .NET 4/EF 4? Specifically, I\'m thinking of unit testing, such that each setup can easily create the DB, and populate it with default value[详细]
2023-01-25 16:20 分类:问答How can I use derby in memory with jpa2?
Regardless of the following persistence.xml configuration the database is persisted on disk. <persistence-unit name=\"com.mysimpatico_inmemory_persiste开发者_如何学编程nce_nbm_1.0-SNAPSHOTPU\" tr[详细]
2023-01-23 16:07 分类:问答