php + postgresql website ?

Started by paragasualmost 18 years ago9 messagesgeneral
Jump to latest
#1paragasu
paragasu@gmail.com

i can name a lot of website written in mysql and php.
currently, i am planning to use postgresql database for my next
project. i know there is a lot of testimonial about postgresql is
better than mysql.
can anyone please give me an example of website using postgresql database?

#2Ian Meyer
ianmmeyer@gmail.com
In reply to: paragasu (#1)
Re: php + postgresql website ?

http://board.crewcial.org

currently in flux as we're finishing up a dev version, but we've been
running postgres since 7.4, currently on 8.1.. with around 7 million
rows of data totaling a few GB. traffic is around 300k hits a day.

nothing crazy, but it works really well.

- ian

Show quoted text

On Mon, Jun 30, 2008 at 8:06 AM, paragasu <paragasu@gmail.com> wrote:

i can name a lot of website written in mysql and php.
currently, i am planning to use postgresql database for my next
project. i know there is a lot of testimonial about postgresql is
better than mysql.
can anyone please give me an example of website using postgresql database?

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3Dimitri Fontaine
dimitri@2ndQuadrant.fr
In reply to: paragasu (#1)
Re: php + postgresql website ?

Le lundi 30 juin 2008, paragasu a écrit :

i can name a lot of website written in mysql and php.
currently, i am planning to use postgresql database for my next
project. i know there is a lot of testimonial about postgresql is
better than mysql.
can anyone please give me an example of website using postgresql database?

This blog entry could be of interest:
http://people.planetpostgresql.org/xzilla/index.php?/archives/324-The-Big-Guys.html

HTH,
--
dim

#4Chandra ASGI Tech
chandraasgi@gmail.com
In reply to: paragasu (#1)
Re: php + postgresql website ?

Skype uses PostgreSQL as its backend.
http://highscalability.com/skype-plans-postgresql-scale-1-billion-users

C.S.Chandrasekkar

On Mon, Jun 30, 2008 at 8:06 AM, paragasu <paragasu@gmail.com> wrote:

Show quoted text

i can name a lot of website written in mysql and php.
currently, i am planning to use postgresql database for my next
project. i know there is a lot of testimonial about postgresql is
better than mysql.
can anyone please give me an example of website using postgresql database?

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#5paragasu
paragasu@gmail.com
In reply to: Chandra ASGI Tech (#4)
Re: php + postgresql website ?

i am very surprise to see skype use postgresql database at their database.
it really make me confident about postgresql. the only problem with
postgresql is that not
many $5/month hosting out there preinstalled with postgresql.

i only have access to postgresql database after i buy a vps hosting somewhere =)
thank.. thus website really help me a lot with my decision..

Show quoted text

On 6/30/08, Chandra ASGI Tech <chandraasgi@gmail.com> wrote:

Skype uses PostgreSQL as its backend.
http://highscalability.com/skype-plans-postgresql-scale-1-billion-users

C.S.Chandrasekkar

On Mon, Jun 30, 2008 at 8:06 AM, paragasu <paragasu@gmail.com> wrote:

i can name a lot of website written in mysql and php.
currently, i am planning to use postgresql database for my next
project. i know there is a lot of testimonial about postgresql is
better than mysql.
can anyone please give me an example of website using postgresql database?

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#6Greg Smith
gsmith@gregsmith.com
In reply to: paragasu (#5)
Re: php + postgresql website ?

On Tue, 1 Jul 2008, paragasu wrote:

the only problem with postgresql is that not many $5/month hosting out
there preinstalled with postgresql.

There is a list of hosting providers at
http://www.postgresql.org/support/professional_hosting

I clicked on the first North American one there, A2 Hosting, and found
plans starting at $7/month. hub.org has them starting at $8, there's a
lot of places to poke through there. You might not get all the way down
to $5 but there are options close to that.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

#7Scott Marlowe
scott.marlowe@gmail.com
In reply to: paragasu (#5)
Re: php + postgresql website ?

On Mon, Jun 30, 2008 at 1:38 PM, paragasu <paragasu@gmail.com> wrote:

i am very surprise to see skype use postgresql database at their database.
it really make me confident about postgresql. the only problem with
postgresql is that not
many $5/month hosting out there preinstalled with postgresql.

Be sure and look here:

http://www.postgresql.org/support/professional_hosting

for companies that host postgresql. There are a few in there that are
in the $10 a month range.

#8Clemens Schwaighofer
cs@tequila.co.jp
In reply to: paragasu (#1)
Re: php + postgresql website ?

--On Monday, June 30, 2008 08:06:25 PM +0800 paragasu
<paragasu@gmail.com> wrote:

i can name a lot of website written in mysql and php.
currently, i am planning to use postgresql database for my next
project. i know there is a lot of testimonial about postgresql is
better than mysql.
can anyone please give me an example of website using postgresql
database?

I can't give you a direct example, but I use postgres for all of my
webpages with database ranging from a view MB to up to several GB with
tens of thausends of rows.

I haven't had any trouble since the 5 years I am using it ...

[ Clemens Schwaighofer -----=====:::::~ ]
[ IT Engineer/Manager, TEQUILA\ Japan IT Group ]
[ 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ]
[ Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jp ]

#9Asko Oja
ascoja@gmail.com
In reply to: Clemens Schwaighofer (#8)
Re: php + postgresql website ?

http://www.skype.com/

On Tue, Jul 1, 2008 at 12:18 PM, Clemens Schwaighofer <cs@tequila.co.jp>
wrote:

Show quoted text

--On Monday, June 30, 2008 08:06:25 PM +0800 paragasu <paragasu@gmail.com>
wrote:

i can name a lot of website written in mysql and php.

currently, i am planning to use postgresql database for my next
project. i know there is a lot of testimonial about postgresql is
better than mysql.
can anyone please give me an example of website using postgresql
database?

I can't give you a direct example, but I use postgres for all of my
webpages with database ranging from a view MB to up to several GB with tens
of thausends of rows.

I haven't had any trouble since the 5 years I am using it ...

[ Clemens Schwaighofer -----=====:::::~ ]
[ IT Engineer/Manager, TEQUILA\ Japan IT Group ]
[ 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ]
[ Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jp ]

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general