Thanks for all the suggestions folks! After posting the original question and reading all the responses, and thinking more about the situation, I've decided to push harder for the SQL idea (we have an Oracle server, so power to spare!) One thing holding me back here was the problem with the size of the database; we might be limited to keeping the size down under a gig or so, but people do occasionally request stats for the deep distant past, which is in those flat files (currently).

I want to make the interface transparent not only to the user, but to *me* as the programmer, as much as possible (except, of course, for speed!) but now that I have seen the DBD::RAM module I have more hope of writing an abstraction layer. We'll store the older data in DBM files (or stick with the current flat files) and access those through the DBD::RAM module which gives us an SQL frontend into that data.

Is it conventional to say "omm" at this point? =)

In reply to Re: Dealing with large logfiles by arturo
in thread Dealing with large logfiles by arturo

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.