Which non SQL Database ?

MRAB python at mrabarnett.plus.com
Mon Dec 6 12:11:30 EST 2010


On 06/12/2010 16:35, CM wrote:
> On Dec 6, 2:17 am, Steve Holden<st... at holdenweb.com>  wrote:
>> On 12/5/2010 12:59 AM, CM wrote:
>>
>>> SQlite itself is around 300 kilobytes.  That's negligible.  It is also
>>> already in Python, so you'd have to purposefully exclude it in
>>> creating your executable to save those 300 kb and thus the 1/13th of a
>>> second additional time it would take average (3.9 MB/s) users to
>>> download your app if it were included.
>>
>> Just as a matter of interest where do you get the information that the
>> average user has a 3.9 MB/s path to the Internet?
>
> First, I should have specified the average *U.S.* user, and in so
> doing realized how dumbly "own-nation-centric" that was.  My
> apologies.  But I got it from this:
> http://arstechnica.com/telecom/news/2010/01/us-broadband-still-lagging-in-speed-and-penetration.ars
>
[snip]
You're also confusing MB/s (bytes) with Mb/s (bits).



More information about the Python-list mailing list