Hello, I found that when the number of rows is huge, I start to have some performance problems. I have 1763 rows (5 columns) and it takes me 4473.023ms to run `toString` method, I want to know if there is a way to improve the performance ? Thank you!