Currently i'm creating table dynamically, in that multiple rows get added dynamically (Similar to Excel).Table can have millions of rows. Now redo/undo working perfectly when rows count is upto 100. How to improve redo/undo performance when data is too large.
Currently i'm creating table dynamically, in that multiple rows get added dynamically (Similar to Excel).Table can have millions of rows. Now redo/undo working perfectly when rows count is upto 100. How to improve redo/undo performance when data is too large.