Re: can i use sqlite for big project?

2015-06-26 Thread Thomas Lockhart
On 6/25/15 7:08 AM, 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. As others have suggested, use Postgres from the start. Spend a few minutes to understand the setup; it will be

Re: can i use sqlite for big project?

2015-06-26 Thread Alon Nisser
Using sqlite would bite you in many way, not really transactional for example, some features (such as certain variation of ```distinct```) not supported etc. Use Postgresql, If you find it hard to setup you can use RDS (that has amazon web services offer of postgresql) or heroku postgresql -

Re: can i use sqlite for big project?

2015-06-26 Thread Andrew Farrell
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

Re: can i use sqlite for big project?

2015-06-26 Thread dk
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

Re: can i use sqlite for big project?

2015-06-25 Thread Gagaro
Please refer to the Appropriate Uses For SQLite page: https://www.sqlite.org/whentouse.html On Thursday, 25 June 2015 16:08:32 UTC+2, 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 .

Re: can i use sqlite for big project?

2015-06-25 Thread Karim
On Thu, Jun 25, 2015 at 5:08 PM, 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. ​sqlite was not created for big portal. Use postgresql​ -- Karim N.

can i use sqlite for big project?

2015-06-25 Thread Arindam sarkar
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