|
|
|
|
|
by marcosdumay
2732 days ago
|
|
Creating huge files is usually a bad idea. It does not matter if they are a sequence of lines of characters, a gziped collecion of XML data, a binary format that requires 6000 pages of documentation, or a SQLite database. If you can spread your data among many files, you probably should. Not everybody can. |
|