Tagged Questions
7
votes
3answers
3k views
Alternative to the TimesTen in memory database
I just found "Has anyone published a
detailed comparison between different
in-memory RDBMSs?" that is related
to my question.
TimesTen (see also) is a In-Memory Database from oracle.
It ...
6
votes
2answers
137 views
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 ...
4
votes
2answers
71 views
Looking for in-memory scalable object repository with up to 150 million small objects in .net
I am currently working on a data management system that needs to calculate huge amounts of data: think of an excel sheet with about 150 million cells with data.
We use a sql server database to store ...
2
votes
3answers
215 views
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 string Attribute2;
}
One thread store it in collection.
Other threads (3-10) query ...
1
vote
2answers
227 views
Is there a free, high-performance, SQL queriable, .NET in-memory RDBMS? [closed]
Similar questions:
Good scalable fault-tolerant in-memory database with LINQ support for .NET
Alternative to the TimesTen in memory database
Virtual Database in Memory
SQLite Performance Benchmark ...
1
vote
2answers
347 views
In-memory database available across AppDomain boundary
I wonder if there is an in-memory database implementation, where the same in-memory database instance can be used across multiple AppDomains.
The motivation. Like many folks out there, we have ...
0
votes
3answers
152 views
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.
Yes I know, sounds crazy.
But what books, articles and etc. ...