redcloud wrote:
Hi! I need to build a SQL table containing 1000000000 (!!!) rows. But i filled up a table with 20000000 rows (file size of table 4GB) and my filesystem denied to go on filling up the table. My question is: can derby db build "infinitive" size table by chunking in multiple files?
No. Currently a table maps to a single file in Derby. Table size is limited by the size of the file that can be created on a file system.
Thanks -suresh
