Anyone know how efficient updating the sort order like this is? In the case of my application, users have hundreds of items in a list. If I have thousands of users are all changing the sort order like this on lists of hundreds or possibly thousands of items, it seems the efficiency would be bad.
Anyone know how efficient updating the sort order like this is? In the case of my application, users have hundreds of items in a list. If I have thousands of users are all changing the sort order like this on lists of hundreds or possibly thousands of items, it seems the efficiency would be bad.
What are some other thoughts on this?