|
|
Re: Anyone else getting this? [message #229428 is a reply to message #229426] |
Mon, 06 November 2006 16:17 |
|
futura83
Messages: 1285 Registered: July 2006 Location: England
Karma: 0
|
General (1 Star) Viva la Resistance! |
|
|
it dosnt happen on the hour does it?
it happens to me.
IIRC, it is because the DB is being backed up, so temp. shuts down the forum.
its only for a minute or two at the most.
This is a signature. Reading this is wasting your time.
|
|
|
|
Re: Anyone else getting this? [message #229430 is a reply to message #229426] |
Mon, 06 November 2006 16:42 |
|
Crimson
Messages: 7429 Registered: February 2003 Location: Phoenix, AZ
Karma: 0
|
General (5 Stars) ADMINISTRATOR |
|
|
There is lag every two hours, on the hour, for database backups. If there is any way to make it faster, I would do it... but it's a necessary evil because we have people who will take any opportunity to fuck everything up for us.
I just ran an "Optimize" operation on the tables for the forum... with any luck that could speed things up.
I'm the bawss.
|
|
|
Re: Anyone else getting this? [message #229431 is a reply to message #229430] |
Mon, 06 November 2006 16:50 |
|
Dave Anderson
Messages: 1953 Registered: December 2004 Location: United States
Karma: 0
|
General (1 Star) |
|
|
Crimson wrote on Mon, 06 November 2006 16:42 | There is lag every two hours, on the hour, for database backups. If there is any way to make it faster, I would do it... but it's a necessary evil because we have people who will take any opportunity to fuck everything up for us.
I just ran an "Optimize" operation on the tables for the forum... with any luck that could speed things up.
|
Along with that being said, there is another thing called "server load".
David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)
|
|
|
|
|
|
|
Re: Anyone else getting this? [message #229478 is a reply to message #229426] |
Tue, 07 November 2006 02:08 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
From the mysqldump documentation;
Quote: | --where='where_condition', -w 'where_condition'
Dump only rows selected by the given WHERE condition. Quotes around the condition are mandatory if it contains spaces or other characters that are special to your command interpreter.
Examples:
--where="user='jimf'"
-w"userid>1"
-w"userid<1"
|
You could use this to specify a timestamp to only backup posts which came after that time. Obviously some tables do not store their creating time, but it would still allow you to filter the largest tables, namely posts and topics.
Anyway, it's not that big a problem imo, it's just annoying if you happen to be trying to post at the time.
[Updated on: Tue, 07 November 2006 02:09] Report message to a moderator
|
|
|