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
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
I think this database is loaded in-memory of a server, not in memory of client where your application is running.
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.
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.