Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Basic Perl trumps DBI? Or my poor DB design?

by BrowserUk (Patriarch)
on Oct 23, 2004 at 19:16 UTC ( [id://401878]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Basic Perl trumps DBI? Or my poor DB design?
in thread Basic Perl trumps DBI? Or my poor DB design?

No over simplified theory. The volume of data is irrelevant. A "well-written" application wouldn't search, it would index.

That is no inaccurate assumption, it is a deliberate limiting of scope of my assertion.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon
  • Comment on Re^3: Basic Perl trumps DBI? Or my poor DB design?

Replies are listed 'Best First'.
Re^4: Basic Perl trumps DBI? Or my poor DB design?
by jfroebe (Parson) on Oct 23, 2004 at 21:30 UTC

    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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://401878]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 13:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found