Status
Not open for further replies.

afsoongar_ghadiri

Active Member
33
2011
0
0
hi there
my database file size is up to 4 gig and this lead to a overload to server
and my account should be suspended soon
is there any way to make this out?!?
i mean about the database size and maintaince
let me know please, or my account will be suspenede soon
regards,

[h=3]General Statistics[/h]
Database size:4.96 Gb
Total news:959771
News published:959770
Published in the main:947146
Code:
[/TR]
[/TABLE]
http://www.raredown.com
 
6 comments
You need to check which queries are causing the overhead , mysql database should not take up a lot of memory by itself unless queried for .

You can cache DB results instead running the same queries repeatedly .

Also , change your storage engine to Innodb , if you are not using it already .

Read this post to for running a stable and efficient Innodb database -- windows - Howto: Clean a mysql InnoDB storage engine? - Stack Overflow
 
HI

Database Type MyISAM

dle_post
959,979MyISAMcp1251_general_ci4.7 GiB
dle_post_extras
959,863MyISAMcp1251_general_ci62.2 MiB
dle_tags
3,231,213MyISAMcp1251_general_ci153.8 MiB
 
Don't Optimize tables that size on shared hosting, you will be suspended. If the host is online monitoring the server they may kill the process (or automated) and the table will be corrupt.

Ask the webhost to backup the database for you then move to a VPS
 
i changed the DB type
but the tables size doubled!
as well I do DLE optimize
but it seemed that has no effect
any other solution will be appreciated
thanks in advanced
 
Status
Not open for further replies.
Back
Top