CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    [RESOLVED] When to delete post attachments

    Can anybody suggest some "canonical" routine strategy for deleting post attachments?

    I already have developed such a strategy for cancelling thread subscriptins: To cancel all (ok, no rule without exception...) subscriptions to threads that haven't been posted to the entire last month at the start of each new month has proven to be reasonable and normally cuts down the total number of subscriptions by about 50%. And if there should be a post to one of my older threads in a forum I monitor regularly, I'll most likely see it anyway.

    I think, however, that this strategy is not that appropriate for attachments, as deleting them may significantly reduce the usefulness of the posts for occasional readers. The download count in the list of attachments in my User CP doesn't seem to be a real help here, as it's a total. A count over a certain period of time might be more helpful in this respect.

    Storage capacity is no concern so far: The 14 attachments I have online at the time amount to a total of 139.1 kB (of which almost 50% are occupied by one single attachment). But I think it might be clever to start doing some housekeeping before it piles up to real work...

    I have seen some pretty old posts that still have attachments, but I think many (if not all) of them were made by moderators, who might have more storage space at their disposal.

    Any thoughts?

    TIA
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: When to delete post attachments

    If you delete them, they won't be available to users searching on the old threads (which may render the old thread useless).

    Personally, I'd leave them.

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: When to delete post attachments

    There used to be a limit, but, after losing too many links, it was easier to increase the user storage pool.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: When to delete post attachments

    Quote Originally Posted by Arjay View Post
    If you delete them, they won't be available to users searching on the old threads (which may render the old thread useless).

    Personally, I'd leave them.
    Of course, you're right, Arjay. Thanks.

    After submitting my initial post here, I have started considering myself to simply leave them online until storage capacity actuall becomes a problem. Considering the avarage size and frequency of my attachments, it'll take some time until I hit the 9 MB... And if I start to treat the attachments as a FIFO, it'll essentially result in the same amount of work, regardless of whether the queue is almost full or almost empty.

    Well, that's not the first time I had the good Idea shortly after submitting my post...

    I'll still leave this thread unresolved for now, however, to see whether more opinions come in.
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  5. #5
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: When to delete post attachments

    Quote Originally Posted by dglienna View Post
    There used to be a limit, but, after losing too many links, it was easier to increase the user storage pool.
    My User CP shows me a limit of 9.54 MB (odd value somehow ) that hasn't changed since I first saw it. I've only been around here for four months so far, however. Or do I misinterpret your post if I suppose it's saying "There ain't no limit anymore"?
    Last edited by Eri523; October 2nd, 2010 at 06:37 PM.
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  6. #6
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: When to delete post attachments

    Sister site. 5 years ago. I think it was 1mb or something like that.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  7. #7
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: When to delete post attachments

    Thanks for clarifying, David. Think I now can mark this thread resolved like so many others...
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured