Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Dumb Question: What's the purpose of archiving?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

paulnickell
Starting Member

USA
32 Posts

Posted - 25 September 2002 :  01:40:37  Show Profile  Visit paulnickell's Homepage
Does it save space? Is it for organization?

Thanks,
Paul

Deleted
deleted

4116 Posts

Posted - 25 September 2002 :  01:48:54  Show Profile
It does not save space because they are not deleted. It improves the performance because the tables (thus joins) get smaller.

Stop the WAR!
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 September 2002 :  01:52:13  Show Profile
When you go to view a topic, it has to search through your TOPICS table to find the topics and search through the REPLIES table to find the replies for that topic. The more data that is in those 2 tables, the longer it will take for it to search for these topics and replies.

So the archiving feature moves some of the topics and replies from those 2 tables and put them in another table A_TOPICS and A_REPLIES. This helps to keep the TOPICS and REPLIES table smaller which makes the queries find the topics and replies faster.

Archiving is only needed when you have a large amount of topics and replies on your forum. Or if viewing topics seems slow.

Support Snitz Forums
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 25 September 2002 :  02:03:07  Show Profile
What is large? 10.000 - 25.000 - 100.000 posts?
Go to Top of Page

paulnickell
Starting Member

USA
32 Posts

Posted - 25 September 2002 :  10:16:57  Show Profile  Visit paulnickell's Homepage
quote:
Originally posted by bozden

It does not save space because they are not deleted. It improves the performance because the tables (thus joins) get smaller.



Gotcha - thank you for the quick reply.
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 September 2002 :  10:34:08  Show Profile
quote:
What is large?
Depends your database wii. Access database's can handle only so much. MS SQL and MySQL database's can handle a lot more data without any decrease in speed or overhead.

It's not really a fix number of posts or replies that you look for before you archive. It's the performance. If your topic.asp page is loading slower than usual and you have a lot of topics/replies then archiving would be a good idea. The forum will just search through less data when it is retrieving the topics/replies you are viewing.

Support Snitz Forums
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.65 seconds. Powered By: Snitz Forums 2000 Version 3.4.07