As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Is there a default sort order to collections fetched without an explicit sort query?
Gal
started a topic
about 10 years ago
When I retrieve entities from a collection and do not include a sort query, in what order are the entities returned?
1 Comment
Gal
said
about 10 years ago
Since we use MongoDB for our data store, entities are returned in "natural order" which tends to be-- but is not guaranteed to be-- insertion order. For more details, please see http://docs.mongodb.org/manual/reference/glossary/#term-natural-order
Gal