Board index » Word on the Street... » General Discussion




Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: When will GD roll over?
PostPosted: Wed Dec 12, 2007 7:44 pm 
Offline
User avatar
Administrator
 Profile

Joined: Sat Oct 16, 2004 10:51 pm
Posts: 14534
Location: Mesa,AZ
Right now, GD has over 733,890 posts.

The field in the database that stores the number of posts can only store integers up to 16,777,216. So on the 16,777,217th post, the number of posts in GD will roll over to 0.

Any bets on when this will happen? We're already 4.4% of the way there!

_________________
John Adams wrote:
In my many years I have come to a conclusion that one useless man is a shame, two is a law firm, and three or more is a congress.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 7:45 pm 
Offline
User avatar
The Maleficent
 WWW  Profile

Joined: Sat Oct 16, 2004 11:17 pm
Posts: 13551
Location: is a jerk in wyoming
Gender: Female
so roughly one percent per year?

_________________
lennytheweedwhacker wrote:
That's it. I'm going to Wyoming.
Alex wrote:
you are the human wyoming


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 7:52 pm 
Offline
User avatar
Supersonic
 Profile

Joined: Sun Oct 17, 2004 3:07 pm
Posts: 12393
Any moment now...


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 7:54 pm 
Offline
User avatar
Epitome of cool
 WWW  Profile

Joined: Sun Dec 05, 2004 5:47 am
Posts: 27904
Location: Philadelphia
Gender: Male
I'll be dead and buried by the time that happens.

_________________
It's always the fallen ones who think they're always gonna save me.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 7:56 pm 
Offline
User avatar
Reissued
 Profile

Joined: Tue Apr 11, 2006 10:53 pm
Posts: 21098
Location: where do you think?
when CB hits 100k

_________________
it's saturday night... i have no date, a 2 liter bottle of shasta, and my all-rush mix tape. let's rock.

Soma. wrote:
In summary, you can't go wrong with Muse live.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 7:56 pm 
Offline
User avatar
Administrator
 Profile

Joined: Sat Oct 16, 2004 10:51 pm
Posts: 14534
Location: Mesa,AZ
malice wrote:
so roughly one percent per year?


But if we post 96 times as much throughout the next year, we could roll over by next Christmas.

_________________
John Adams wrote:
In my many years I have come to a conclusion that one useless man is a shame, two is a law firm, and three or more is a congress.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 8:32 pm 
Offline
User avatar
The Maleficent
 WWW  Profile

Joined: Sat Oct 16, 2004 11:17 pm
Posts: 13551
Location: is a jerk in wyoming
Gender: Female
$úñ_DëV|L wrote:
malice wrote:
so roughly one percent per year?


But if we post 96 times as much throughout the next year, we could roll over by next Christmas.


isn't this the premise behind the thread about nothing?

_________________
lennytheweedwhacker wrote:
That's it. I'm going to Wyoming.
Alex wrote:
you are the human wyoming


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 8:40 pm 
Offline
User avatar
Reissued
 Profile

Joined: Tue Apr 11, 2006 10:53 pm
Posts: 21098
Location: where do you think?
is this some sort of challenge?

_________________
it's saturday night... i have no date, a 2 liter bottle of shasta, and my all-rush mix tape. let's rock.

Soma. wrote:
In summary, you can't go wrong with Muse live.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 8:46 pm 
Offline
User avatar
The Maleficent
 WWW  Profile

Joined: Sat Oct 16, 2004 11:17 pm
Posts: 13551
Location: is a jerk in wyoming
Gender: Female
denverapolis wrote:
is this some sort of challenge?



he's going to start deleting entire pages from your thread, dude.

I can feel it.

_________________
lennytheweedwhacker wrote:
That's it. I'm going to Wyoming.
Alex wrote:
you are the human wyoming


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 9:00 pm 
Offline
User avatar
Reissued
 Profile

Joined: Tue Apr 11, 2006 10:53 pm
Posts: 21098
Location: where do you think?
:thumbsup:

_________________
it's saturday night... i have no date, a 2 liter bottle of shasta, and my all-rush mix tape. let's rock.

Soma. wrote:
In summary, you can't go wrong with Muse live.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 10:50 pm 
Offline
User avatar
Team Binaural
 WWW  Profile

Joined: Wed May 24, 2006 5:23 pm
Posts: 12793
Location: Tours, FR
Gender: Male
will it really roll over ? won't you just get a duplicate entry for key sort of error ?

_________________
There has never been a silence like this before


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 10:53 pm 
Offline
User avatar
Needs to start paying for bandwidth
 Profile

Joined: Fri Sep 02, 2005 5:20 am
Posts: 31173
BadMusic wrote:
will it really roll over ? won't you just get a duplicate entry for key sort of error ?

:comp: war!


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Wed Dec 12, 2007 11:18 pm 
Offline
User avatar
Administrator
 Profile

Joined: Sat Oct 16, 2004 10:51 pm
Posts: 14534
Location: Mesa,AZ
BadMusic wrote:
will it really roll over ? won't you just get a duplicate entry for key sort of error ?


Actually, it looks like mysql will prevent overflow by simply storing the largest possible value... So it would just cap off if you try to enter a number too big for the database.

If the integer size is set up to be smaller than that in PHP, though, it might still roll over since the actual calculation is probably made in the script. I'll have to find out with the integer size is set for on the server. :idea:

_________________
John Adams wrote:
In my many years I have come to a conclusion that one useless man is a shame, two is a law firm, and three or more is a congress.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Thu Dec 13, 2007 2:43 am 
Offline
User avatar
Unthought Known
 WWW  Profile

Joined: Sat Aug 13, 2005 11:31 pm
Posts: 7162
Location: The Only "Non-NESN" County CT
Gender: Male
ummm...2010 :|

_________________
dirtyfrank0705 wrote:
At the age of 40, PunkDavid will check his own prostate and then bill his doctor.


Frank RIP


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Thu Dec 13, 2007 2:47 am 
Offline
User avatar
Epitome of cool
 WWW  Profile

Joined: Sun Dec 05, 2004 5:47 am
Posts: 27904
Location: Philadelphia
Gender: Male
Sun Devil ftw.

_________________
It's always the fallen ones who think they're always gonna save me.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Thu Dec 13, 2007 2:49 am 
Offline
User avatar
Reissued
 Profile

Joined: Sat Oct 16, 2004 11:41 pm
Posts: 23014
Location: NOT FLO-RIDIN
Gender: Male
Once God takes a shit on GD.

_________________
given2trade wrote:
Oh, you think I'm being douchey? Well I shall have to re-examine everything then. Thanks brah.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Thu Dec 13, 2007 3:00 am 
Offline
User avatar
Former PJ Drummer
 Profile

Joined: Wed Nov 30, 2005 4:38 am
Posts: 18049
$úñ_DëV|L wrote:
BadMusic wrote:
will it really roll over ? won't you just get a duplicate entry for key sort of error ?


Actually, it looks like mysql will prevent overflow by simply storing the largest possible value... So it would just cap off if you try to enter a number too big for the database.

If the integer size is set up to be smaller than that in PHP, though, it might still roll over since the actual calculation is probably made in the script. I'll have to find out with the integer size is set for on the server. :idea:



if your database field for the post count integer is set to MEDIUMINT, check if the board software allows you to change the field type to BIGINT.

Or for the sake of seeing how the database would handle such a roll over, it would be kind of experimentally fun to leave the default (if it is the default) field type as is. :mrgreen:


in other news....

Image
http://www.thinkgeek.com/tshirts/sysadmin/344f/



I think I aced my Unix/linux OS final exam today. :thumbsup:


*beer before bed*

_________________
"A waffle is like a pancake with a syrup trap." -
Mitch Hedberg


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Thu Dec 13, 2007 3:08 am 
Offline
User avatar
Epitome of cool
 WWW  Profile

Joined: Sun Dec 05, 2004 5:47 am
Posts: 27904
Location: Philadelphia
Gender: Male
Px is marinated in hotness.

_________________
It's always the fallen ones who think they're always gonna save me.


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Thu Dec 13, 2007 3:10 am 
Offline
User avatar
Former PJ Drummer
 Profile

Joined: Wed Nov 30, 2005 4:38 am
Posts: 18049
dirtyfrank0705 wrote:
Px is marinated in hotness.


*basks in the glory of this truthiness*

_________________
"A waffle is like a pancake with a syrup trap." -
Mitch Hedberg


Top
 
 Post subject: Re: When will GD roll over?
PostPosted: Thu Dec 13, 2007 3:16 am 
Offline
User avatar
Unthought Known
 WWW  Profile

Joined: Sat Aug 13, 2005 11:31 pm
Posts: 7162
Location: The Only "Non-NESN" County CT
Gender: Male
id like to get that on my steak!
mmmmm tasty marinade for sure :luv:

_________________
dirtyfrank0705 wrote:
At the age of 40, PunkDavid will check his own prostate and then bill his doctor.


Frank RIP


Top
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

Board index » Word on the Street... » General Discussion


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Fri Nov 14, 2025 6:32 pm