0
votes
2answers
71 views
In-memory database available across AppDomain boundary.
Dear ladies and sirs.
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 …
2
votes
2answers
143 views
Main Memory DB vs Object DB
I'm currently trying to pick a database vendor.
I'm just seeking some personal opinions from fellow database developers out there.
My question is especially targeted towards peop …
4
votes
3answers
148 views
When should I consider using a in memory database and what are the issue to look out for?
I was just think that now it is common to have enough RAM on your database server to cache your complete database why are the specialist in memory database (e.g TimesTen, see als …
1
vote
2answers
89 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 …
0
votes
1answer
44 views
Are there any in-memory databases that support computed columns?
We have a SQL 2005/2008 database that has a table with a computed column. We're using the computed column as a discriminator in NHibernate so having it in the database is proving t …
3
votes
4answers
460 views
Has anyone published a detailed comparison between different in-memory RDBMSs?
There are quite a few independent and not-so-independent studies comparing traditional RDBMSs but I haven't managed to find any good material on in-memory databases. I am primarily …
0
votes
3answers
188 views
In Memory Database
I'm using SqlServer to drive a WPF application, I'm currently using NHibernate and pre-read all the data so it's cached for performance reasons. That works for a single client app, …
4
votes
3answers
627 views
How do I create a sqllite3 in-memory database?
One of the appropriate uses for sqlite3 is "in-memory databases". This sounds like a really useful tool for my C++ applications. Does anyone have an example of how this is done i …
2
votes
3answers
307 views
In-memory Java database that I can persist (as a single huge blob of memory)
I am looking for an in-memory relational (SQL) database for Java (something like HSQLDB), whose whole state I can serialise.
wholeDatabase.serialize(outputStream);
newCopyOftheDat …
3
votes
10answers
539 views
Need an embedded/In Memory Database
Hi all,
I need an embedded/In Memory Database which support multithread access.
Thanks!
Leo
