In memory database in .net

saran picture saran · Mar 8, 2011 · Viewed 73.5k times · Source

I have a .net application where i want to use In-Memory data structure. Please advice me how it works in compare to the physical database.

Answer

sgokhales picture sgokhales · Mar 8, 2011

In-Memory Database (IMDB) is a memory-resident relational database that eliminates disk access by storing and manipulating data in main memory. An IMDB usually features a strict memory-based architecture and direct data manipulation.

A bit related stuff's :