sqlite3 alternative option

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gandalf

    sqlite3 alternative option

    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
  • Petite Abeille

    #2
    Re: sqlite3 alternative option


    On Jun 26, 2008, at 10:55 PM, Gandalf wrote:
    I have almost million records so I need a better solution.

    SQLite shouldn't have any issue handling such a load. Perhaps this is
    an operator, hmmm, issue?

    --
    PA.

    Comment

    Working...