Does the Mendix server experiences increased performance while performing filter actions on sorted lists?
0
Hi Mendix experts, When I do a database retrieve on a table with an index and in the database retrieve I use the attribute that is specified in the index, the database is able to use that index for increased performance. I am wondering whether the Mendix server also experiences increased performance from sorted lists when doing a list function. For example when I have a big list of objects in a microflow sorted on attribute A and in the next action I do some filter list action of that sorted list filtering on attribute A. It makes sense that in this case the Mendix server benefits from the sorted list, but im not sure. Thanks! Tim