PySQLLite Speed

Roger Binns rogerb at rogerbinns.com
Thu Dec 2 20:48:25 EST 2004


"Kevin" <kmcbrearty at yahoo.com> wrote in message news:mailman.7044.1102033348.5135.python-list at python.org...
> Then when it starts to
> write the Database, the PC Util drops to 1-2% and it
> takes forever.  I'm not PC related preformance
> barriers that I'm aware of.

Your hard disk.

See the synchronous information in the pragmas:

http://www.sqlite.org/pragma.html

See also:

http://www.sqlite.org/cvstrac/wiki?p=PerformanceConsiderations
http://www.sqlite.org/cvstrac/wiki?p=PerformanceTuning

Roger 





More information about the Python-list mailing list