Using V5.3.4, I created a table that have in access of 5000 rows and 5 columns. Destroying (calling destroy() ) the action takes more than 15 seconds to complete. Similarly, when doing either clearData() or setData([]) on that table takes the same amount of time.
Performing the the same actions on the same table in V4.9.3, all these actions takes less than 2 seconds.
Any insight is greatly appreciated.