The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
List of all treads sorted by KB
Is it possible to have list of all treads sorted by kilobytes?
Thanks |
#2
|
|||
|
|||
Kb of what? The text inside the message? Number of bytes in attachments in the whole thread/1st post?
|
#3
|
|||
|
|||
I whose thinking about table POST and only text content.
Something like: SELECT(how many kb) FROM 'POST' GROUP BY TREADID .... It would be nice tool for forum administrators when they want to do some cleaning. |
#4
|
|||
|
|||
Is there any way to see some memory report(statistic) from table POST.
My forum database is growing to fast and I need to know what can I do to control it. |
#5
|
|||
|
|||
You can already see the size of a table in Maintenance -> Repair Optimise Tables. You might want check in more details using a tool like phpMyAdmin.
Most likely the post table is not the biggest, it is mostly just text. Do you have a lot of attachments and where do you store them? Also what do you consider "growing too fast"? |
#6
|
|||
|
|||
I moved attachments from database and now my biggest table is post.
When I start to do backup from cpanel I blocked whole server. My database is around 200MB and it keep growing for 1MB each day. I don't have whole server for my self , just use simple hosting(400Mb 50GB bandwith).I am afraid if I not solve backup problem, my account will be compromised. Thanks anyway Marko! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|