Insert / Update query batching for selfserving

Posts   
 
    
morten71
User
Posts: 80
Joined: 13-Jan-2009
# Posted on: 29-Aug-2019 08:43:28   

Hello Frans.

do you have plans for adding "Insert / Update query batching" to selfserving?

Best regards Morten

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 29-Aug-2019 09:18:48   

We tried to add it, but as selfservicing's logic is distributed internally, it was very hard to add it to the existing codebase. In adapter, all queries for the entity graph are in the same adapter, in selfservicing each entity in a graph takes care of its own persistence. We had to refactor too many public APIs to get there so we abandoned it for selfservicing. I don't think we'll be able to add it in the future as the APIs we had to break won't go away, sorry.

Frans Bouma | Lead developer LLBLGen Pro
morten71
User
Posts: 80
Joined: 13-Jan-2009
# Posted on: 29-Aug-2019 10:18:51   

Hi Frans.

thanks for your quick answer. I'll explore other paths.

/Morten

Otis wrote:

We tried to add it, but as selfservicing's logic is distributed internally, it was very hard to add it to the existing codebase. In adapter, all queries for the entity graph are in the same adapter, in selfservicing each entity in a graph takes care of its own persistence. We had to refactor too many public APIs to get there so we abandoned it for selfservicing. I don't think we'll be able to add it in the future as the APIs we had to break won't go away, sorry.