Hello guys,

We currently have a desktop software that uses a sqlite embedded
database. We are now gonna develop the online version for our software
and we need your opinion on these matters :

1. We were thinking of giving our users the option to switch between
the online and offline version of the software by simply moving the
sqlite database between the two applications. This would save us a lot
of dev time for now, but we are afraid that we will have scalability
issues later. There will be around 10 000 users at least, so at least
10 000 sqlite independent databases. The other option of course is a
very big PostgreSQL database. There will be millions, if not tens of
millions of records in this BIG database.

Which version do you recommend between the two ? Should we go for the
fast development sqlite version or build a database from scratch and
make some import/export tools between the two apps ?

2. If we were to go for the big database version, which one yould you
recommend between PostgreSQL, MySQL and ORACLE ?

3. Any ideas on how it would be best to implement a sync tool between
the desktop and the SaaS if we go for the PostgreSQL version ?

Thank you very much !

Regards,
  Radu

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to