I recently completed the general guidelines for a future project that I
would like to start developing...but I've sort of hit a wall with
respect to how to design it. In short, I want to run through
approximately 5gigs of financial data, all of which is stored in a
large number of text files. Now
> Don't use sqlite, use a "real" RDBMS. sqlite is cool, but not really suited
> for large amounts of data, and the concurrent access aspects that are dealt
> with with an RDBMS for free are not to be underestimated.
Would PostgreSQL be suitable in this situation? I hadn't even thought
about the
On Jun 7, 1:11 pm, kj wrote:
> What's the best way to get a local copy of the documentation
> athttp://docs.python.org? (The goal is to have access to this
> documentation even when offline.)
>
> TIA!
>
> kynn
> --
http://docs.python.org/download.html
--
http://mail.python.org/mailman/listinfo/