I just finished reading the new chapter on LINQ to CSLA and I had a question about the rebuilding of indexes. It makes plenty of sense that the indexes aren't serialized etc but from a performance standpoint is there a way to only build/re-build indexes on the the client side?
If I send a big collection back over the wire to the app server to be saved, cloned, and sent back, I really don't need the index rebuilt 3 times. I don't know what the actual time is to rebuild the indexes but it seems that unless you are doing more sorting/filtering etc on the server side that it is a waste of resources.
Am I missing something... or is that something that may be considered tweaking such that another opt-in/opt-out option?
Thanks
Jack
Copyright (c) Marimer LLC