Thread: PostgreSQL 7.2.1-2PGDG RPMs available for RedHat-skipjack 7.2.93 and RedHat 6.2/SPARC
PostgreSQL 7.2.1-2PGDG RPMs available for RedHat-skipjack 7.2.93 and RedHat 6.2/SPARC
From
Lamar Owen
Date:
RPMs for 7.2.1 are immediately available for download from ftp://ftp.postgresql.org/pub/binary/v7.2.1/RPMS Binary RPMs available are for RedHat-skipjack 7.2.93 and RedHat 6.2/SPARC, and the source RPM is in SRPMS. To rebuild on RedHat 7.x, simply rpm --rebuild if you have the necessary development packages installed. In particular, since tk is a build target, the development libs for X are required for the full build. See README.rpm-dist, available in the source RPM, for details on the conditional build system. To rebuild on RedHat 6.2, use 'rpm --define "build6x 1" --rebuild' to rebuild. The build6x option disables SSL, kerberos, and NLS support, as well as tuning the dependencies for Red Hat 6.2 versus 7.x. If you have gettext, krb5, and/or OpenSSL installed on your RedHat 6.2 box (those packages are not stock options in a usable form), visit the postgresql.spec file and edit the top few lines accordingly. However, since the 6.2 package dependencies are modifiied by the build6x option, you still need to define it. And don't define it to 0 for non-6.x builds, as the state of being undefined or defined is used as a conditional as well. Please see the changelog included in postgresql.spec in the source RPM for details on what else has changed. There are a few patches and fixes I still need to apply from people, but these RPMs are stable and build on both RHL 7.2.93 (skipjack public beta) and RedHat 6.2/SPARC (the only RHL 6.2 machine I have available to me). I will be uploading RPMs built on stock fully updated RHL 7.2 Monday. Incidentally, the 7.2.93 (skipjack) public beta is a serious improvement over RHL 7.2, and I personally recommend it, as KDE 3 is worth the upgrade, even to a beta. My apologies for the long delay since the 7.2-1 RPM release. Since RedHat 6.2 support seemed important to many people, I took my time making sure I could actually rebuild on RHL 6.2. This required me to have a 6.2 box at my disposal to build upon. So I bought a SPARCclassic for $1.25 off ebay, outfitted it with 64MB RAM and a 4.5GB SCSI HD, and installed RHL 6.2/sparc on it. And it took a long time to figure out what was broken with the sparc32 build system on it. But I got it figured out and fixed, and it now builds. On a SPARCclassic (sun4m, MicroSPARC I @ 50MHZ) the build is very long (over 1 hour), but you can't beat the price, and the reliability of the hardware. Plus, it's quite cute. NOTE: I will only directly support RHL 7.2 and later on Intel, and 6.2 on SPARC. RHL 7.1 and RHL 7.0 are not directly supported by me as I have no machines running those versions at my disposal. In addition, I will only support RedHat 6.2 on SPARC directly -- and my SPARCclassic has _all_ the errata installed, including the RPM 4.x packages. To use my source RPM's you will need a version of RPM that understands features available to RPM 4.x. I do have access to a Caldera/SCO OpenUnix box using Linux emulation thanks to Larry Rosenman, even though I've not availed myself of that access as yet. Other none-RedHat RPM-based distributions are not directly supported by me, although SuSE 7.3 on UltraSparc may be supported in the future, as I have an Ultra 5 running that dist. -- Lamar Owen WGCR Internet Radio 1 Peter 4:11
Redhat 7.2.93 performance (was:Re: PostgreSQL 7.2.1-2PGDG RPMs available for RedHat-skipjack 7.2.93 and RedHat 6.2/SPARC)
From
Lamar Owen
Date:
[Trimmed CC list] On Sunday 14 April 2002 01:52 am, Hannu Krosing wrote: > On Sun, 2002-04-14 at 08:48, Lamar Owen wrote: > > Incidentally, the 7.2.93 (skipjack) public beta is a serious improvement > > over RHL 7.2, and I personally recommend it, as KDE 3 is worth the > > upgrade, even to a beta. > Is the 7.2.93 (skipjack) public beta an improvement in raw postgresql > performance or just in added stuff like KDE ? Hmmm. Raw performance seems to be increased as well, due to an improved kernel (2.4.18 plus low-latency and preemptible patches, according to the kernel source RPM). Although I am a little overwhelmed by the increased performance of this new Athlon 1.2+512MB RAM versus my old Celeron 650+192MB RAM, 7.2.93 seems to be faster on the same hardware. Particularly during the regression tests. -- Lamar Owen WGCR Internet Radio 1 Peter 4:11
Re: Redhat 7.2.93 performance (was:Re: PostgreSQL 7.2.1-2PGDG RPMs available for RedHat-skipjack 7.2.93 and RedHat 6.2/SPARC)
From
Luciano Miguel Ferreira Rocha
Date:
On Sun, Apr 14, 2002 at 02:35:13PM -0400, Lamar Owen wrote: > > Hmmm. > > Raw performance seems to be increased as well, due to an improved kernel > (2.4.18 plus low-latency and preemptible patches, according to the kernel > source RPM). The low-latency and preemptible patches are not meant for performance gains, but for responsiveness, and are not designed to be used in servers, only in workstations/desktops. > Although I am a little overwhelmed by the increased performance > of this new Athlon 1.2+512MB RAM versus my old Celeron 650+192MB RAM, 7.2.93 > seems to be faster on the same hardware. 2.4.18 does come with a improved VM, what could justify the performance increase. As could an update on the compiler (I've being using gcc 3.1 in my redhat 7.2). But I can't recomend the beta to anyone, we had problems with one dual pentium iii server, causing random corruption on /usr/include/*.h and a lock up. Regards, Luciano Rocha -- Luciano Rocha, strange@nsk.yi.org The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen
Re: Redhat 7.2.93 performance (was:Re: PostgreSQL 7.2.1-2PGDG RPMs available for RedHat-skipjack 7.2.93 and RedHat 6.2/SPARC)
From
Lamar Owen
Date:
On Sunday 14 April 2002 03:00 pm, Luciano Miguel Ferreira Rocha wrote: > On Sun, Apr 14, 2002 at 02:35:13PM -0400, Lamar Owen wrote: > > Raw performance seems to be increased as well, due to an improved kernel > > (2.4.18 plus low-latency and preemptible patches, according to the kernel > > source RPM). > The low-latency and preemptible patches are not meant for performance > gains, but for responsiveness, and are not designed to be used in servers, > only in workstations/desktops. ISTM that improving interactive performance would also improve multiuser performance in a server, as low latency and kernel preemption can increase multiuser server responsiveness. > > Although I am a little overwhelmed by the increased performance > > of this new Athlon 1.2+512MB RAM versus my old Celeron 650+192MB RAM, > > 7.2.93 seems to be faster on the same hardware. > 2.4.18 does come with a improved VM, what could justify the performance > increase. As could an update on the compiler (I've being using gcc 3.1 in > my redhat 7.2). The stock gcc on 7.2.93 is still the RedHat-branded 2.96, but with lots of fixes backported from higher versions. However, the improved VM may indeed be a large part of it. It sure feels faster. > But I can't recomend the beta to anyone, we had problems with one > dual pentium iii server, causing random corruption on > /usr/include/*.h and a lock up. Did you happen to report it to Red Hat's Skipjack list, or to bugzilla.redhat.com/bugzilla? Helps make a better dist! I have had less problems thus far with 7.2.93 than I ever did with 7.2. -- Lamar Owen WGCR Internet Radio 1 Peter 4:11
Re: Redhat 7.2.93 performance (was:Re: PostgreSQL 7.2.1-2PGDG RPMs available for RedHat-skipjack 7.2.93 and RedHat 6.2/SPARC)
From
Michael Loftis
Date:
<br /><br /> Lamar Owen wrote:<br /><blockquote cite="mid:200204141515.39014.lamar.owen@wgcr.org" type="cite"><blockquotetype="cite"><pre wrap="">The low-latency and preemptible patches are not meant for performance<br/>gains, but for responsiveness, and are not designed to be used in servers,<br />only in workstations/desktops.<br/></pre></blockquote><pre wrap=""><br />ISTM that improving interactive performance would also improvemultiuser <br />performance in a server, as low latency and kernel preemption can increase <br />multiuser serverresponsiveness.</pre></blockquote> responsiveness != performance IT works OK for a low number of concurrent users/processesto increase percieved performance, but to get real gains on large systems with large numebrs of users andprocesses you actually decrease the responsiveness of individual tasks (IE make the system a little less likely to contextswitch or pre-empt) and schedual in batches or clusters rather than one-at-a-time. For a desktop/workstation thiswould be insane, and drive a user to kill someone, but for systems that handle several hundred users (interactive ornot) this improves overall perfomance.<br /><br /> 2.4.18 has a lot of work done to the VM, but most importantly has workdone to the queue elevator code, thats probably whats doing most of the work (throttling big writers) of seeing betteroverall system performance.<br />
Re: Redhat 7.2.93 performance (was:Re: PostgreSQL 7.2.1-2PGDG RPMs available for RedHat-skipjack 7.2.93 and RedHat 6.2/SPARC)
From
Luciano Miguel Ferreira Rocha
Date:
On Sun, Apr 14, 2002 at 03:15:39PM -0400, Lamar Owen wrote: > ISTM that improving interactive performance would also improve multiuser > performance in a server, as low latency and kernel preemption can increase > multiuser server responsiveness. I doubt any performance will increase, either on a multiuser or on a singleuser system. Having faster response on mouse clicks or keyboard input doesn't translate on better overall performance, the user just has the felling that it's so. As an example, a part of those patches causes brakes in the middle of some loops (saving buffers to disk, etc). Then other applications that don't depend on disk activity can have change to run, so the system seems faster, it's more responsive. But it won't actually be faster, the system still has to lock again and continue saving the buffers. Actually, in this case there will be an overhead caused by checking if the kernel should brake. However, both projects review the Linux code, and may find, if they haven't already, some places were a finer locking may be used, giving a better performance in a SMP system. But it could also break some integrity. Those patches are not recomended for a server, and now I'm curious to check if the -enterprise configuration has them active. > Did you happen to report it to Red Hat's Skipjack list, or to > bugzilla.redhat.com/bugzilla? Helps make a better dist! Alas, a bug report saying: the system crashed, I can't login remotely, doesn't help a lot... Regards, Luciano Rocha -- Luciano Rocha, strange@nsk.yi.org The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen
On Sun, 2002-04-14 at 08:48, Lamar Owen wrote: > > Incidentally, the 7.2.93 (skipjack) public beta is a serious improvement over > RHL 7.2, and I personally recommend it, as KDE 3 is worth the upgrade, even > to a beta. Is the 7.2.93 (skipjack) public beta an improvement in raw postgresql performance or just in added stuff like KDE ? ---------------------------- Hannu