What is the maximum size of a DataTable I can load into memory in .Net?
Is there an artificial limitation, or it is only limited by the box I am running the code on?
While I'm not sure of the memory footprint, there is a maximum number of rows. From MSDN:
The maximum number of rows that a DataTable can store is 16,777,216.
1.4m articles
1.4m replys
5 comments
57.0k users