If I start developing a site using sqlite, how difficult will it be to migrate to mysql at some point in the future when I need higher performance?
-- Roy Smith roy@panix.com
On Tue, Sep 6, 2011 at 12:20 AM, Roy Smith roy@panix.com wrote:
If I start developing a site using sqlite, how difficult will it be to migrate to mysql at some point in the future when I need higher performance?
DBTNG Migrator http://drupal.org/project/dbtng_migrator claims to do seamless migration, could be worth to give it a try.
See http://stackoverflow.com/questions/18671/quick-easy-way-to-migrate-sqlite3-t... for some non-Drupal specific solutions as well.
sivaji j.g wrote:
On Tue, Sep 6, 2011 at 12:20 AM, Roy Smithroy@panix.com wrote:
If I start developing a site using sqlite, how difficult will it be to migrate to mysql at some point in the future when I need higher performance?
DBTNG Migrator http://drupal.org/project/dbtng_migrator claims to do seamless migration, could be worth to give it a try.