What is the Maximum Amount of Data You Have Worked with in DataTables?

Im wondering how much data you have ever worked with

maybe a read range or write range or data operation and manipulation

i know SQL is a better choice for big data , but sometimes there are cases where we have to work with datatable even if the data is huge

Hi @indiedev91

The maximum number of rows that a DataTable can store is 16,777,216 rows. For the high amount of rows data the read range workbook take much time to read the Excel.

Instead of working with datatable you can select macros by vb.net. we have much activities in UiPath to use macros.

Hope it helps!!

Yes i knew the max no of rows datatable , but my questioin is how much you or oher devloper have seen the max data

1 Like

I have worked on 6 to 7 lakhs rows of data in datatable. But it was taking much time it was taking 1 and half hour. Instead of this I used macros it was completed in 15 minutes.

Hope you understand!! @indiedev91

2 Likes