A "well-written" application wouldn't search, it would index.

Now I understand your reasoning... you really aren't talking about the use of a DBMS or not.

It would be more accurate for you to be suggest the embedding of a simple database-like mechanism (a.k.a. DBMS) into the application level rather than accessing a DBMS backend (i.e. MySQL, Postgres, Sybase ASE, Oracle, etc).

That's the crux of your argument: embedding is always better than not with single user access. I believe the cliche "it depends" applies here. It depends on the type of data, the amount of data, what you're going to be doing with the data, etc. There is much to consider before choosing between an embedded dbms or a backend dbms (and also which dbms as well).

please don't misunderstand me, you bring up excellent points but I don't think you were conveying them like you intended.

Jason L. Froebe

No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1


In reply to Re^4: Basic Perl trumps DBI? Or my poor DB design? by jfroebe
in thread Basic Perl trumps DBI? Or my poor DB design? by punch_card_don

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.