I work for a large corporation, obviously, we have millions upon, millions of customers.

As a result, we have millions of millions of database entries.

One of the services our company offers is Voice Mail, this of course requires a database(s). I just happen to manage one of those databases. As a part of my duties, I run what we call, and "Uninitialized Report". This report consists of a truckload of customers that have never bothered to use this wonderful service, for various reasons. From this report, I make the decision to keep, or delete the entry.

I propose that something similar be done with the PM database.

I'm sure this has been mentioned before, please, tell me if it has.

Why not, write a script that query's the databases user table's, and if the creation date/last here date match, drop the user.

This would clear up some space, quite a bit, I would think.

Any ideas/opinions/thoughts??


In reply to Database Clean up? by defyance

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.