Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DataTable 内のデータのセル (byte[] など) の最大サイズはありますか? システムのメモリが不足するまでサイズを大きくできますか?
ハードコーディングされた制限はありません。
byte[] として格納する場合、Integer.MaxValue 要素を超える配列を作成できないため、(64 ビット システムでも) 2GB の制限があり、要素あたりのバイト数は 2GB になります。 .