|
morten71
User
Location:
Joined on: 13-Jan-2009 14:49:45
Posted: 69 posts
|
Hello Frans.
do you have plans for adding "Insert / Update query batching" to selfserving?
Best regards Morten
|
|
|
Otis
LLBLGen Pro Team
Location: The Hague, The Netherlands
Joined on: 17-Aug-2003 18:00:36
Posted: 37642 posts
|
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.
|
|
|
morten71
User
Location:
Joined on: 13-Jan-2009 14:49:45
Posted: 69 posts
|
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. |
|
|
|
|