Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
. . . is there an optimal way to design a database table to represent an tree structure ?

You are storing a tree -- which is a hierarchical data structure -- so why not use a hierarchical database such as OpenLDAP or SUN's Directory Server 5.2? Both seem like a good fit for what you are trying to do (though you would have to learn all the jargon, etc.).

I've played with SUN's Directory Server 5.2 a bit but you would probably want to go with OpenLDAP since it is free. There is Net::LDAP on CPAN but if performance is a serious concern you should look into something tailored specificaly to the LDAP server you are using. SUN has perldap (which you can get as part of the directory server resource kit). I have not used OpenLDAP so I am not sure what is availalbe for it.

It might be easier to go with a relational database that you are familiar with instead. But since no one else had mentioned it I thought I would toss the LDAP idea out there for consideration.

-- Argel

In reply to Re: Tree Structure and Db by Argel
in thread Tree Structure and Db by InfiniteLoop

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-24 22:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found