Re: Database Selection

From: Alban Hertroys <alban(at)magproductions(dot)nl>
To: IvoD <gordion(at)quick(dot)cz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Database Selection
Date: 2006-04-25 16:03:37
Message-ID: 444E4859.7090103@magproductions.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

IvoD wrote:
> real experience and real enterprise applications. And last but not
> least - I must run db engine on Win platform (not Linux) and all the
> "success stories" assume Linux platform. So does somebody here know

Well, for one thing... I have some experience with MySQL in that
respect, and I know that migrating MySQL on Windows to MySQL on Linux
(or a UNIX) causes trouble.

MySQL stores its' tables as files on the file system, which is case
insensitive on Windows and case sensitive on UNIX. If you didn't take a
lot of care to use the same case in your queries and your table
definitions, your queries will stop working once you migrate to UNIX...

With respect to PostgreSQL on Windows, utf-8 encoding isn't natively
supported on that platform, so you better don't use that for your
database encodings. A fix is in the works, if I understand correctly,
but AFAIK it isn't there yet.

Mind though that I rarely use Windows; I use it almost exclusively for
playing games. I am biased ;)

--
Alban Hertroys
alban(at)magproductions(dot)nl

magproductions b.v.

T: ++31(0)534346874
F: ++31(0)534346876
M:
I: www.magproductions.nl
A: Postbus 416
7500 AK Enschede

// Integrate Your World //

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ari Kahn 2006-04-25 17:03:15 selecting column comment
Previous Message Csaba Nagy 2006-04-25 15:59:26 Re: pg_dumpall: does not exist database