325 pts.
 In-Memory Database
What do you mean by In-Memory Database? Is it like loading of database data along with application? Please explain me how the In-memory database get loaded along with the application.

Software/Hardware used:
ASKED: February 9, 2009  8:38 AM
UPDATED: February 17, 2009  5:36 PM

Answer Wiki:
<a href="http://en.wikipedia.org/wiki/In-memory_database">Wikipedia</a> is a good place to start for questions like this. They have a entire page explaining in memory database Thanks Sean Community Manager
Last Wiki Answer Submitted:  February 9, 2009  2:47 pm  by  ITKE   16,755 pts.
All Answer Wiki Contributors:  ITKE   16,755 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi Sean,

Thanks for your update. I’ve search a lot but I would like to know how the in-memory is getting loaded into the physical memory space of the application. Please provide me a pointer where can get the detailed implementation of in-memory database.

Thanks in advance.
Balaji

 325 pts.

 

I think this database is loaded in-memory of a server, not in memory of client where your application is running.

 1,610 pts.

 

Hi Sergey, Thanks. Here am having one more doupt say in case my server and clients are running where my application is running, that time what will happen.
E.g my timesten server and client is running in the same machine where my application is running. At that instance, the application tries to connect the timesten server using the ODBC.

May I know when the loading of database in in-memory of the server/along with application and how?

Thanks in advance.

 325 pts.

 

I didn’t work with in-memory databases, but I believe that they resides in memory (24×7), i.e. loading process is not a regular thing.

 1,610 pts.