Friday, June 26, 2015

Re: can i use sqlite for big project?

Arindam, 

Here are two routes you should consider:
1) Develop your site using SQLite until you get to the point of needing something more performant under heavy loads, then switch over. By the time you switch, you will have developed a deeper understanding of Django and also will have demonstrated confidence-inspiring progress to your client.

2) Work through this tutorial on how to set up django with postgres as well as the webserver combination of gunicorn and nginx. This will give you a robust setup from the beginning and should Just Work.

On Fri, Jun 26, 2015 at 10:28 AM, dk <demiank@gmail.com> wrote:

as my understanding SQLite will only let you do one transaction at the time. and cant handle big volume of inputs at  once.
is great and easy since comes already as part of python if you are doing something for your local team. like a bug report or something that you know that not every one will be using it ALL the time.


On Thursday, June 25, 2015 at 9:08:32 AM UTC-5, Arindam sarkar wrote:
i need to develop a job portal . is there any problem if i use sqlite ? coz i am having problem to setup mysql or postgresql . please help.

--
Regards,

Arindam

Contact no. 08732822385


--
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-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9ea5b889-c4fc-474c-87d4-e4a4f71317a5%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
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-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2By5TLb_p9SeWn7KhgzxtbjQNcCHam6r%2BHsP6CzcncEvsy_Vsw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment