Top "In-memory" questions

In-memory processing in computer science is a technology for processing of data stored in random-access memory (RAM) or flash memory.

Unsuccessful: alter table XXX drop constraint YYY in Hibernate/JPA/HSQLDB standalone

I am trying to run some Hibernate/JPA examples using an in-memory HSQL DB. The error message I get is …

java hibernate jpa hsqldb in-memory
Saving to disk an in-memory database

I made a database through sqlite in c++. The db has been created in memory (using the ":memory:" parameter insted …

c++ c database sqlite in-memory
creating an excel file in memory using java and pass as bytes for downloading

I have created a excel file using jxl library. The code is working fine but the only problem is that …

java excel jxl in-memory
Convert BMP to PNG in memory for Clipboard pasting in .Net

This similar question's answers all require the file to be saved. However, I'm trying to convert the file and then …

c# .net image-processing clipboard in-memory
Persisting data on disk using Hazelcast

I have installed HazelCast 2.5. I want to persist my records into disk. I learned that MapStore does this job. However …

java hazelcast in-memory
Docker: in memory file system

I have a docker container which does alot of read/write to disk. I would like to test out what …

docker filesystems in-memory
Using in-memory sqlite android

I've been reading, browsing, searching a lot on this, I've criss-crossed stackoverflow back and forth many times and I managed …

android sqlite in-memory
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 …

database comparison rdbms in-memory in-memory-database
how to build a in-memory server side cache in php?

I am trying to reduce the amount of database access by providing a in memory cache. I understand that I …

php caching server-side in-memory
Java in-memory database-like object

I'm looking at a project that will benefit from an in-memory database-like object. I will have perhaps one or two …

java database map in-memory