Database in memory

Posts   
 
    
kaspar
User
Posts: 1
Joined: 11-Sep-2018
# Posted on: 11-Sep-2018 15:52:59   

Is it possible to configure llbgen pro to load the the wohle database in memory for faster read Access?

Walaa avatar
Walaa
Support Team
Posts: 14946
Joined: 21-Aug-2005
# Posted on: 11-Sep-2018 20:41:03   

The whole database..... I think this is better done using an In-Memory OLTP database.

Having said that, you can do that yourself, with LLBLGen, you will have to read the tables you want, into I'm-Memory structures, DTOs would be ideal in that case. i.e. you need to write the code that read from the database, and into these DTOs.