Hi to everybody, I'm developing an web application using Python and Django and it requires storage of excel data, data volume high and still I don't have a clear idea about what database manager implement, Could anyone help me with some suggestions please?. Thanks for your time
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8ce9f080-8a74-4960-887b-e8c42d4f9de7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
PostgreSQL or Oracle is the most "robust" of supported DB. (Certainly an opinion, but I doubt its a very controversial one.)
If you had Oracle, you'd probably be required to use it so I'm
assuming you can choose... which means you want PostgreSQL (free
and very, very nearly as good - better for some things - than
Oracle). It requires installation, setup & some
administration, unlike some of the other options, but if you want
scalability, reliability, flexibile (and the "fancy" stuff like
replication, "atomicity", "integrity", hot/cold failover, etc)
then you have no other viable choice unless there's a huge budget
involved (for Oracle).
Hi to everybody, I'm developing an web application using Python and Django and it requires storage of excel data, data volume high and still I don't have a clear idea about what database manager implement, Could anyone help me with some suggestions please?. Thanks for your time
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.