View previous topic :: View next topic |
Author |
Message |
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Wed Feb 22, 2006 7:05 pm Post subject: PostgreSQL |
|
|
Anyone familar with PostgreSQL? My web host offers it besides MySQL. I do not know much about it and am curious if there would be any reason to use it as opposed to MYSql.
Much appreciated. _________________ I shine |
|
Back to top |
|
|
rose
Joined: 21 Feb 2006 Posts: 29
|
Posted: Wed Feb 22, 2006 8:47 pm Post subject: |
|
|
I believe it can handle larger databases more gracefully than mysql.
However, either way if you are programming in .Net it is more natural to stick with MS SQL.
I dont like any of the free databases myself. |
|
Back to top |
|
|
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Thu Feb 23, 2006 11:47 pm Post subject: |
|
|
So you don't like mysql either?
Out of curiosity, what is considered a big database where the benefits of PostgreSQL come into play? _________________ I shine |
|
Back to top |
|
|
rose
Joined: 21 Feb 2006 Posts: 29
|
Posted: Sun Feb 26, 2006 5:00 pm Post subject: |
|
|
Probably 100mb+ and with complicated, constant queries running in and out of it.
It also depends on how many concurrent users are going to be connected at one time, not all databases can handle large amounts of users gracefully. |
|
Back to top |
|
|
administrator Site Admin
Joined: 01 Oct 2004 Posts: 183
|
|
Back to top |
|
|
marbles
Joined: 01 Mar 2006 Posts: 16
|
Posted: Mon Mar 13, 2006 12:13 am Post subject: |
|
|
But mySQL still remains the most popular database of choice for most developers running basic websites.
I think this is due to its bundling with Cpanel, which is the most popular linux hosting control panel. |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Mon Mar 13, 2006 11:45 am Post subject: |
|
|
marbles wrote: | But mySQL still remains the most popular database of choice for most developers running basic websites.
I think this is due to its bundling with Cpanel, which is the most popular linux hosting control panel. |
Most web hosting control panels (for both Windows and Linux) have built-in interface for interacting with MySQL database server. I believe that 99% of all web hosts install MySQL on their servers too. MySQL is much better option than MS Access for example. MS Access is not a good choice for a website backend, while MySQL does this job just fine.
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
|