473,386 Members | 1,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Cygwin? or paid version from SRA?

Hi All



For deploying PostgreSQL on Windoz platform, which one is a better
option (performance, reliability) ? Thru Cygwin or Paid version from
SRA?



Any option for hot backup?



Thank you


Nov 12 '05 #1
6 1522
David So wrote:
Hi All

For deploying PostgreSQL on Windoz platform, which one is a better
option (performance, reliability) ? Thru Cygwin or Paid version from
SRA?


I think SRA's version has better performance because it is a native
Windows version, rather than using Cygwin, and it does threading, rather
than CreateProcess() to start each database session.

Of course, I work for SRA.

--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Nov 12 '05 #2
On Wednesday 15 October 2003 05:34, David So wrote:

For deploying PostgreSQL on Windoz platform, which one is a better
option (performance, reliability) ? Thru Cygwin or Paid version from
SRA?
I know one person who was quite happy with the windows version from
http://www.dbexperts.net/. He wanted a "spare" PG server but didn't have the
time/inclination to learn how to manage a Linux server.
Any option for hot backup?


The pg_dump utility guarantees a consistent snapshot of the database without
having to block updates - is that what you're after?
--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 12 '05 #3
On Wed, Oct 15, 2003 at 09:14:09AM -0400, Bruce Momjian wrote:
I think SRA's version has better performance because it is a native
Windows version, rather than using Cygwin, and it does threading, rather
than CreateProcess() to start each database session.


I asked SRA a month ago or so if they sold outside Japan, and was told
that "they were not ready yet". Are they getting ready?

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La victoria es para quien se atreve a estar solo"

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 12 '05 #4
On Wed, 15 Oct 2003, David So wrote:
Hi All

For deploying PostgreSQL on Windoz platform, which one is a better
option (performance, reliability) ? Thru Cygwin or Paid version from
SRA?
If you need performance either get a copy of BSD or Linux and run it on
that, or get the native version (there are a few different native flavors
floating around, not all cost money, not all are supported anymore, you
can find them in this mailing list's archive by searching for native
windows or something similar.

If you just need it to get started, and you'll move your database over to
heavier iron later, then you can likely use the cygwin version fine. It's
not the fastest, but it works fairly well, it's free, it's used a lot so
there's plenty of folks to ask about it.
Any option for hot backup?


Postgresql, in all flavors, has had hot backup as far back as I can
remember, via pg_dump / pg_dumpall.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postgresql.org so that your
message can get through to the mailing list cleanly

Nov 12 '05 #5
Alvaro Herrera wrote:
On Wed, Oct 15, 2003 at 09:14:09AM -0400, Bruce Momjian wrote:
I think SRA's version has better performance because it is a native
Windows version, rather than using Cygwin, and it does threading, rather
than CreateProcess() to start each database session.


I asked SRA a month ago or so if they sold outside Japan, and was told
that "they were not ready yet". Are they getting ready?


No, I don't think so. The original poster had a .hk domain, so I assume
he is in Hong Kong, and they might sell there, but I am not 100% sure.

The big problem is that all the admin tools are only in Japanese, but I
am told they are working on that.

--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 12 '05 #6
Richard Huxton wrote:
On Wednesday 15 October 2003 05:34, David So wrote:

For deploying PostgreSQL on Windoz platform, which one is a better
option (performance, reliability) ? Thru Cygwin or Paid version from
SRA?


I know one person who was quite happy with the windows version from
http://www.dbexperts.net/. He wanted a "spare" PG server but didn't have the
time/inclination to learn how to manage a Linux server.


Yeah, that dbexperts version. Copy their dbx.dll to a unix box and run
"strings -a dbx.dll" and you'll see that this is a modified cygwin.dll
without sourcecode. I would be very careful these days in advertising that.
Jan

--
#================================================= =====================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================= = Ja******@Yahoo.com #
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 12 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Steve Holden | last post by:
Does anyone know the workaround for this error, encountered when trying to build PIL 1.1.4 from source under cygwin (Python 2.3.3)? running build_ext building '_imaging' extension gcc...
3
by: RMJ | last post by:
After installing Enthought's python and typing 'python' from within cygwin the program hangs with no output. I do not remember this being the case with earlier versions of Enthought python. Is...
4
by: goberle | last post by:
I have installed the Cygwin package under WinXP. I am trying to insure that I have a reasonable development environment, and that things are working properly, by trying to compile and run the...
3
by: David So | last post by:
Hi All For deploying PostgreSQL on Windoz platform, which one is a better option (performance, reliability) ? Thru Cygwin or Paid version from SRA?
12
by: JS | last post by:
I use winXP and have installed Cygwin. I use Dev-C++ and the Cygwin compiler, but for some reason I can't compile this code: #include <setjmp.h> #include <stdio.h> #include <stdlib.h> ...
2
by: 63q2o4i02 | last post by:
Hi, I'm using python 2.4 and windows XP. I have two packages in the windows version of python in site-packages. They are PyVisa and ctypes, and both live in c:\python24\lib\site-packages ...
5
by: mrstephengross | last post by:
Ok, I'm working on building python 2.4.2 on cygwin. I *think* it's version 3.0 or 3.1 (is there a quick way to find out what version of cygwin is running within a shell?) Anyway, it appears to...
1
by: douglas.nospam | last post by:
I've googled this problem and can't seem to find an answer. I get the error below when linking an executable which I am trying to port from Linux to Cygwin/XP. I'm not sure how to attack...
0
by: dot | last post by:
I spent a few headache filled days trying to use GMP on windows (XP pro) I finally got it to work and since I found little help on the Web I thought someone might find what i did useful. ...
0
by: Jason Tishler | last post by:
On Sat, Jun 07, 2008 at 05:34:21PM -0700, newbie73 wrote: The above is a known issue: http://bugs.python.org/issue2234 Unfortunately, resolution of this issue has stalled. Additionally,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.