Hi @MaBeuLux88_xxx,

the versions are 4.2.19 and 5.0.8. The document content is generated (test data), thus not exactly the same but comparable. My client is a SpringBoot Application using the Spring Data MongoDB framework. The id is of the org.bson.types.ObjectId type. I do not set the id myself. This is done by MongoDB (or the Spring Framework). The ids look ‘normal’ like this (in both server versions):

        "_id" : ObjectId("623f2e0f200e061cb71ca9ae")

With the server update I also updated the client to use the java driver version 4.6.0 instead of 3.11.2. I have also observed a drop in performance here (in my use case). I cannot say whether this is connected to the larger index. It could also be due to connection pooling or something else. When I use the old driver version (also with the new MongoDB 5 version), I do not observe any performance loss. Therefore I think the problem is more on the client side.

Thank you for your efforts
Franz