I've got good news... and I've got ...

General Discussion Area
User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

I've got good news... and I've got ...

Post by Rollie »

More good news!

The good news is that the update process is now back up and running. The more good news is that whereas the last db was processing data files around 30 per hour, this one is processing around 180 per hour. Which is a very good thing because it's behind by about 6000 data submissions =x
phpbb:phpinfo()

User avatar
NiennaMiriel
The Ice Princess
Posts: 386
Joined: Tue Nov 01, 2005 2:07 pm
Location: Wichita, KS

Post by NiennaMiriel »

AWESOME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Good things come to those who wait!

Elmaless
Posts: 10
Joined: Fri Jan 19, 2007 6:24 pm

Re: I've got good news... and I've got ...

Post by Elmaless »

Rollie wrote:More good news!

The good news is that the update process is now back up and running. The more good news is that whereas the last db was processing data files around 30 per hour, this one is processing around 180 per hour. Which is a very good thing because it's behind by about 6000 data submissions =x

Geesh, 6000? That's incredible XD guess a site can be too popular :P

BWDemor
Census Taker
Posts: 70
Joined: Wed Aug 17, 2005 1:09 pm
Location: Auburn(Seattle), WA

Post by BWDemor »

Sweet and very good news. Guess that means we need to submit more and see if we can bring the server down?

J/K

BW

User avatar
oiseaux
Posts: 363
Joined: Mon Oct 24, 2005 5:00 pm
Location: Butler, PA

Post by oiseaux »

BWDemor wrote:Sweet and very good news. Guess that means we need to submit more and see if we can bring the server down?

J/K

BW
haha Nice one.

Rollie that is great news. I am glad that things are working out with the database.

Zolimox
Posts: 8
Joined: Sat Jan 20, 2007 2:00 pm

Post by Zolimox »

From a purely morbid technological curiosity, may i ask what you did to the DB to increase performance by 6x?

(Feel free to get technical)

:oops:

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Well, basically I just moved the database to a much beefier machine.

Went from a dual AMD Athlon 2600 MP with 2GB of RAM and dual 80GB IDE HD to a dual Opteron 265 with 8GB of RAM and dual 160GB SATA HDs

The biggest improvement is probably the hard drives, but the increased ram is also very helpful.

This still isn't the optimal setup and over the next few months there will likely be another move when I get fully set up on a raid 5 machine with full replication.
phpbb:phpinfo()

Zolimox
Posts: 8
Joined: Sat Jan 20, 2007 2:00 pm

Post by Zolimox »

Awesome, sounds like you had a fairly linear increase in performance.

Dremvek
Posts: 26
Joined: Wed Oct 11, 2006 11:49 am

Post by Dremvek »

I'm sure you're aware of this, but RAID 5 is horrible performance for writes, though great performance for reads. If the submissions are the slow point, you might want to consider raid 10 or some other raid to elminate disks as bottleneck.

WyriHaximus
Census Taker
Posts: 243
Joined: Tue Oct 18, 2005 2:17 am
Location: Koedijk, Alkmaar, Noord-Holland, The Netherlands
Contact:

Post by WyriHaximus »

Rollie wrote:Well, basically I just moved the database to a much beefier machine.

Went from a dual AMD Athlon 2600 MP with 2GB of RAM and dual 80GB IDE HD to a dual Opteron 265 with 8GB of RAM and dual 160GB SATA HDs

The biggest improvement is probably the hard drives, but the increased ram is also very helpful.

This still isn't the optimal setup and over the next few months there will likely be another move when I get fully set up on a raid 5 machine with full replication.
Wow thats a big improvement. Especialy the memory should speed things up :D!

User avatar
xpolockx
Superior Census Taker
Posts: 779
Joined: Wed Aug 10, 2005 8:31 pm
Location: Lynchburg, VA
Contact:

Post by xpolockx »

I'm excited about this! :D
US-Whisperwind:
Kayni, Resto Shaman
Scenario, MW Monk

WyriHaximus
Census Taker
Posts: 243
Joined: Tue Oct 18, 2005 2:17 am
Location: Koedijk, Alkmaar, Noord-Holland, The Netherlands
Contact:

Post by WyriHaximus »

Yeah me to somehow I allways start thinking of creating heavy data systems for tracking and gathering data from wow to a website when I see such specs :oops: !

User avatar
Zimeron
Posts: 178
Joined: Mon Sep 05, 2005 5:40 pm

Post by Zimeron »

on that subject, what ever happened to the thing that showed the last file processed upload time? So you could "estimate" how far behind you were :-p
Image Image
The Naked Census Dwarves are Back.

User avatar
DM.
Census Taker
Posts: 1130
Joined: Mon Oct 03, 2005 12:27 pm
Location: Toronto, Canada

Post by DM. »

Image
Click my sig

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

I estimate we'll be caught up by the end of the weekend, if not sooner.
phpbb:phpinfo()

Balgair
Araiceil
Posts: 1716
Joined: Fri Sep 30, 2005 11:47 am
Location: UK

Post by Balgair »

Excellent! Looking forward to being up to date again :)

BWDemor
Census Taker
Posts: 70
Joined: Wed Aug 17, 2005 1:09 pm
Location: Auburn(Seattle), WA

Post by BWDemor »

Nice specs on the machine and also looking forward to the catch up. Then the question I have, since you are processing faster, would you be thinking of increaseing the file size? or maybe make a small unmentioned buffer incase people go over the file size?

Think i went over on my last Submit since the process time has passed it and it was never processed.

Thanks
BW

User avatar
Babs
Posts: 130
Joined: Mon Dec 11, 2006 11:16 am
Location: Holland

Post by Babs »

oeh yes, its cleary catching up now =)
Image . Image
Image

User avatar
Alanthus
Updater Extraordinaire
Posts: 334
Joined: Tue Aug 23, 2005 11:38 am

Post by Alanthus »

RAM would make the biggest difference, at least up to 4GB depending on platform, provided tuning parameters for the database are set to utilize the RAM without messing with the OS space. HDD speed would be second, especially bigger HDD cache, a RAID5 array should help provided the logic is handled by the card and not offloaded to the cpu, if the RAID card has a decent cache that helps a lot too. (and yeah, it all boils down to handling as much as possible in RAM and dumping it as sequentially as possible on the HDD, new hybrid HDD's should really boost performance for a lot of stuff)

Nice to see the increase in performance, I'll likely not contribute much now that I'm employed but I'll still lurk and play on weekends at least :)
Image Image

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Work is overrated!

Getting paid is not =x
phpbb:phpinfo()

Post Reply