Hi there,

I am thinking of moving from mysql to sqlite3 and want to know if there are
any gotchas?

My current situation is a web based school booking system using a mysql
database with four tables. The busiest of the tables may have 6000 rows
added each year (I tend to empty this table at the end of the year). The
other tables store a little information, maybe 100 rows between them.

There is approx 100 users creating bookings throughout the week, not a lot
of concurrents but I guess the possibility is there.

>From what I read on the sqlite site sqlite could handle this like a breeze.
I just wanted to ask for any thoughts regarding performance or limitations
before I make the move.

Thanks,

Chris
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to