How many records can Picalo hold?
Picalo has no explicitly-defined limitations on the number of records per table, the number of columns per table, or the total number of tables you can have. Therefore, its primarily limitation is the amount of memory you have in your computer. Currently, Picalo holds all loaded tables in memory. When we move the Table object to C-based code, we’ll program a disk-caching mechanism.