Hi
Does the id (the _id field) of a document have any consequence on where and how it is stored and compressed, ie will 2 documents with "close" ids be stored together or not ?
In other words, I'm trying to figure out if computing an id based on certain fields for a given document before indexing will let me query these documents faster later or not
Thank you for your help !