Results 331 comments of SimpleIdServer

Hello, We discovered a performance issue in the `RepresentationReferenceSync` class. When a group is patched with a new user, the following instruction takes more than 806ms to execute `newIds =...

This problem occurs when the MongoDb document (Group) becomes larger. In fact it takes more time to load and update the document. Until we find a solution to fix this...

Hello, I didn't find a valid solution to improve the performance of the PATCH operation. This operation is made of several blocks & some of them can have an impact...

Hello, In fact, I'm a bit surprised about the performance problem you have. The previous benchmark image, I sent, has been generated by using [this algorithm](https://github.com/simpleidserver/SimpleIdServer/tree/master/src/Scim/SimpleIdServer.Scim.Benchmark). Can-you please check if...

Hello, Can-you please check if the issue is still present in the branch "release/2.0.0", some modifications have been made in order to fix the tickets #186 & #185. Kind regards,...

Hello, I'm going to take a look to the performance issue. I think there is a problem when the SCIMAPI is trying to fetch users with their roles.

Hello, The performance issue should be fixed in the branch "release/1.2.3". In the previous implementation, for each user the **groups** and **entitlements** were fetched. Now in the new implementation, those...

Il could reproduce your issue. I'm going to make some modifications in the Database schema in order to improve the query performance. Sorry again for the inconvenience.

Hello, I made some changes in the branch "2.0.0". The Database schema has been updated in order to fix the performance issue :) The performance is much better ! Now...

Hello, The solution is not building because I still have to work on the Cassandra project :'(. When I have some time I'm also going to work on a migration...