Top "In-memory-database" questions

An in-memory database (IMDB; also main memory database system or MMDB) is a database management system that primarily relies on main memory for computer data storage.

View content of H2 or HSQLDB in-memory database

Is there a way to browse the content of an H2 or an HSQLDB in-memory database for viewing? For example, …

hsqldb h2 in-memory-database
redis-server in ubuntu14.04: Bind address already in use

I started redis server on ubuntu by typing this on terminal: $redis-server This results in following > http://paste.ubuntu.…

redis server port in-memory-database
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 …

python sql database in-memory-database
Create an in-memory database structure from an Oracle instance

I have an application where many "unit" tests use a real connection to an Oracle database during their execution. As …

java unit-testing hsqldb h2 in-memory-database
"ids for this class must be manually assigned before calling save()" with string id

I got exception when I'm writing hibernate in memory test. org.hibernate.id.IdentifierGenerationException: ids for this class must be …

java hibernate in-memory-database
Difference between In-Memory cache and In-Memory Database

I was wondering if I could get an explanation between the differences between In-Memory cache(redis, memcached), In-Memory data grids (…

caching redis memcached in-memory-database voltdb
Does Mongo DB have an In-Memory mode?

Possible Duplicate: Embedded MongoDB when running integration tests I want to use In-Memory mode for unit test, is there an …

mongodb ravendb in-memory-database
In django, how do I call the subcommand 'syncdb' from the initialization script?

I'm new to python and django, and when following the Django Book I learned about the command 'python manage.py …

python django in-memory-database django-syncdb
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 (…

.net database in-memory-database timesten
Why Apache Kafka Streams uses RocksDB and if how is it possible to change it?

During investigation within new features in Apache Kafka 0.9 and 0.10, we had used KStreams and KTables. There is an interesting fact …

java-native-interface in-memory-database key-value-store rocksdb apache-kafka-streams