... can really be ...
... would be ...
... could be designed to ...

Apparently, Joint Database Technology is still a castle in the air, isn't it?

I don't see a single item in your argumentation that isn't very likely better (and /much/ better) done by an already existing system like PostgreSQL, which already exists(!), has been developed and improved on for 20+ years(!), and is standard-compliant like few other systems. There is a large community of people improving postgres, producing a new version (with new features) every year. Bugs often get fixed within 24 hours. PostgreSQL is completely free and you may use it to build a closed-source system.

Here is a challenge: can you publish here such a system of your design, giving full code, and using data in the form of free text files (or even self-generated ones), so that any one of us can reproduce it and test its performance? (multi-platform, please: windows-only is not good enough).

If you do that I'll try to counter it with a postgres-based system to parallel it. Only then can we see what are the pros and cons of your SDBM/hash/perl/text-system versus poor old conventional PostgreSQL.


In reply to Re^2: Joint Database Technology by erix
in thread Flat File Database by locked_user erichansen1836

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.