Separating internal rebuild from fnUpdate?
Separating internal rebuild from fnUpdate?
yvsong
Posts: 2Questions: 0Answers: 0
The 5th param of fnUpdate determines whether to rebuild the internal data structures, and is better set as false for performance. Sometimes it's inconvenient to decide which update is the last. For example, when walking through the list of rows and test some condition to decide whether to update the row. Is it better to separate internal rebuild from fnUpdate, by providing fnRebuild and delete the 5th param of fnUpdate (meaning always false)?
This discussion has been closed.
Replies
Allan