César
2009-Apr-17 21:44 UTC
OT : SQLite or another database engine with a small application?
People, I have been thinking at this for long time and I do not know if SQLite is sufficient for my application. I developed an inventory system in Rails -v 2.2.2 and I do not know if SQLite is the best choice or if is neccesary have a bigger database engine than SQLite.. This site will not has thousand and thousand records or visits each day so I think with SQLite could be suficient. So, can anybody tell me what think about this? Thanks in advance Cesar _______________________________________________ http://www.sindominio.net/ayuda/preguntas-inteligentes.html http://cronopios.net/Traducciones/trolls.es.html Gnu/Linux count user #416024 Pagina personal : http://www.cesardiaz.com.ar Mi blog : http://cesarediaz.blogspot.com Twitter : http://twitter.com/cesarstafe Skype: cesarstafe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Fidel Viegas
2009-Apr-17 23:39 UTC
Re: OT : SQLite or another database engine with a small application?
On Fri, Apr 17, 2009 at 10:44 PM, César <cesare.diaz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > People, > I have been thinking at this for long time and I do not know > if SQLite is sufficient for my application. > I developed an inventory system in Rails -v 2.2.2 and I do > not know if SQLite is the best choice or if is neccesary have a bigger > database engine than SQLite.. > This site will not has thousand and thousand records or > visits each day so I think with SQLite could be suficient. So, can > anybody tell me what think about this? >Hi Cesar, This topic has been discussed before, but my suggestion is to go with MySQL. Use SQLite only for development. Fidel. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
César
2009-Apr-18 13:00 UTC
Re: OT : SQLite or another database engine with a small application?
Many thanks Fidel. My apologizes to the list for re discuss something. Well, in my opinion if I have to select another database engine I will work with Postgres because I see this engine more powerful, more solid than MySql. It is just my opinion, MySql is good but I prefer Postgres. Cesar _______________________________________________ http://www.sindominio.net/ayuda/preguntas-inteligentes.html http://cronopios.net/Traducciones/trolls.es.html Gnu/Linux count user #416024 Personal page : http://www.cesardiaz.com.ar My blog : http://cesarediaz.blogspot.com My repository: http://github.com/cesarediaz/ Twitter : http://twitter.com/cesarstafe Skype: cesarstafe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Fidel Viegas
2009-Apr-20 09:01 UTC
Re: OT : SQLite or another database engine with a small application?
On Sat, Apr 18, 2009 at 2:00 PM, César <cesare.diaz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Many thanks Fidel. My apologizes to the list for re discuss something. > > Well, in my opinion if I have to select another database engine I will > work with Postgres because I see this engine more powerful, more solid > than MySql. It is just my opinion, MySql is good but I prefer > Postgres.Certainly! I only suggested MySQL because of the requirements you specified. Fidel. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---