What are the consideration pro/con using any of the DB engines (types)
available? MySQL, Postgresql, Sqlite?
Thanks!
Etzion
What are the consideration pro/con using any of the DB engines (types)
available? MySQL, Postgresql, Sqlite?
Thanks!
Etzion
> What are the consideration pro/con using any of the DB engines (types)
> available? MySQL, Postgresql, Sqlite?
>
SQLite is not useful for any production real usage, as it suffers from file
based locking.
both mysql/pg are great products, and you can probably pick the one you
feel more comfortable with, we decided to ship pg by default.
Ohad
Thanks!
Etzion–
You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks. I will modify my installation accordingly.
Etzion