Hi,

I have a database with 130 million rows. It's an RDBMS.

I am thinking of using Sqlite3 as a kind of a backup, just for the
important bits of data.

Questions.

1. Is this advisable? Will Sqlite3 hold up to this volume?
2. What's the best way to do this -- dump from my RDBMS and then
"copy" back into Sqlite3?

Thanks for any ideas or pointers.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to