sqlite3 alternative option
Uwe Grauer
unews at nospam.onlinehome.de
Fri Jun 27 04:49:03 EDT 2008
Gandalf wrote:
> Hi every one I'm looking for a good alternative db to replace sqlite
>
> I'm using pySQlite3, And I tried to translate very big database from
> Mysql to sqlite.
> I generated through PHP a python script that insert 200,000 records
> to my sqlite db and took me more then 5 hours and managed to insert
> only 100,000 records.
> I have almost million records so I need a better solution.
>
>
> thank you
Use Firebird. It has a small footprint and runs in different
enviroments from embedded to server with single process per connection.
http://www.firebirdsql.org
http://www.firebirdfaq.org
Uwe
More information about the Python-list
mailing list