Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Choosing a database for a new project

by Ryszard (Priest)
on Oct 16, 2002 at 09:43 UTC ( [id://205662]=note: print w/replies, xml ) Need Help??


in reply to Choosing a database for a new project

I've got something that is pretty much exactly what you want here without any kind of RDBMS backend.

While I didnt write the core functionality, i use it and it works really well just using the FS. The application was written only using core modules so it is easily transportable. It was written extensible enuff to add new object types easily (ie document, photo, mp3, others). You can add all your fields to each leaf node.

Its also got a fully indexed search engine which uses a hash it brings up off the disk (not a tied hash). Its also smart enuff, so when creating the index it does an incremental build.

I guess what i'm saying is, you may not really need a database.. :-)

  • Comment on Re: Choosing a database for a new project

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found