Re: [GENERAL] php + postgresql website ?

2008-07-04 Thread Asko Oja
http://www.skype.com/

On Tue, Jul 1, 2008 at 12:18 PM, Clemens Schwaighofer [EMAIL PROTECTED]
wrote:



 --On Monday, June 30, 2008 08:06:25 PM +0800 paragasu [EMAIL PROTECTED]
 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-7703Fax: +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



Re: [GENERAL] php + postgresql website ?

2008-07-01 Thread Clemens Schwaighofer



--On Monday, June 30, 2008 08:06:25 PM +0800 paragasu 
[EMAIL PROTECTED] 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-7703Fax: +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


[GENERAL] php + postgresql website ?

2008-06-30 Thread paragasu
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


Re: [GENERAL] php + postgresql website ?

2008-06-30 Thread Ian Meyer
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

On Mon, Jun 30, 2008 at 8:06 AM, paragasu [EMAIL PROTECTED] 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


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


Re: [GENERAL] php + postgresql website ?

2008-06-30 Thread Dimitri Fontaine
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


signature.asc
Description: This is a digitally signed message part.


Re: [GENERAL] php + postgresql website ?

2008-06-30 Thread Chandra ASGI Tech
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 [EMAIL PROTECTED] 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



Re: [GENERAL] php + postgresql website ?

2008-06-30 Thread paragasu
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..

On 6/30/08, Chandra ASGI Tech [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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



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


Re: [GENERAL] php + postgresql website ?

2008-06-30 Thread Greg Smith

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 [EMAIL PROTECTED] http://www.gregsmith.com Baltimore, MD

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


Re: [GENERAL] php + postgresql website ?

2008-06-30 Thread Scott Marlowe
On Mon, Jun 30, 2008 at 1:38 PM, paragasu [EMAIL PROTECTED] 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.

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