Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 382521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T15:11:27+00:00 2026-05-12T15:11:27+00:00

In my project, where I’m the lead developer, we earlier had a network configuration

  • 0

In my project, where I’m the lead developer, we earlier had a network configuration that was stored a single XML file. The configuration contains info about a network layout – its constituent hosts, various details about each host like OS, platform, users configured in each them, several attributes for each user and so on. In the forthcoming version of the product, we want to move the data into a database of some sort since the configuration will be expanded to include more elements and details and maintaining them in XML files will start becoming cumbersome.

The first choice was an RDBMS. However owing to the hierarchical nature of the configuration data and with the expandability criterion, a directory server seemed a better choice. The motivations for going with a directory server are

  1. It is easier to model hierarchical data in a directory server than in an RDBMS.

  2. It is also much easier to create/define new entity types that extend a base type with additional attributes. This is very attractive from a problem-solving point-of-view.

  3. The configuration data will be read more often than updated. Though performance is not a concern, a directory server suits this characteristic very well.

After about a week of bootstrapping myself on the basics of LDAP and directory servers, I’m now somewhat skeptical about the choice of a directory server. I see a few issues:

  1. LDAP is less mainstream than an RDBMS. Lot more people have had experience with some SQL and can get started off faster with an RDBMS than a directory server. As I mentioned earlier, it took me a little more than a week to learn just the basics of LDAP (how to create a schema, define a DIT, add entries, export data to LDIF files and so on). This is important because when a new member joins the team, he/she is not faced with a learning curve.

  2. In the future we might have more data to be maintained and stored in the database. A directory server may not be a good choice for such data (e.g. data than may be updated as often as it is read). Having two storage mechanisms is a burden, in my opinion.

  3. On a more political front, I won’t be blamed/fired for choosing an RDBMS even if it is not well-suited for the problem currently in hand. With a directory server, if point 2 above becomes a reality, I don’t want to be answering the question “Why didn’t you think of that earlier?”.

I’m looking for advice on how to make the choice. Has anyone faced a similar situation before?

EDIT-1:
We had a discussion on this within the project where I put forth the exact points I made here. It is very likely that we’ll choose an RDBMS without any further evaluation due to the following reasons:

  1. Point 2 was deemed more important than anything else.

  2. The thinking within my unit seems to be rather conservative with people at all levels wanting to play it safe. I really can’t blame them for it though.

  3. “Why not an RDBMS?” was the first question. “Can it done with an RDBMS?” was the second. I finally got the message.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T15:11:27+00:00Added an answer on May 12, 2026 at 3:11 pm

    Normally I would run away from LDAP as fast as possible however you just invoked the two magic phrases that make LDAP the better choice ” the hierarchical nature of the configuration data “ and ” configuration data “.

    LDAP was designed for this (and only for this) type of data.

    There are other more pragmatic reasons for choosing LDAP.

    1. All LDAPs are the same.
      Its an access protocol not a database implementation so whether your customer uses an opensource LDAP or a commercial one your software will not need to change.

    2. All RDBMSs are different.
      Whatever RDBMS you choose there will be at least one customer who has standardised on a different incompatable RDBMS — if you product is reasonably succesful you will end up maintaining a fork for at least MySQL, Postgress, SQLServer, Oracle, DB2 and Sybase.

    If your customer/boss grumbles that its not as buletproof/performant/transactional as ORACLE/DB2 point out that the customer has the option of using ORACLE’s or DB2’s LDAP implementation.

    The only real downside is the lack of LDAP experience out there. Most developers only experience of LDAPs is with the default user security schema which comes with J2EE.

    LDAP schemas are databases and will require database like adminstration and change control procedures!

    1. List item
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 259k
  • Answers 259k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You can read more about Xcode's PNG compression here: http://iphonedevelopment.blogspot.com/2008/10/iphone-optimized-pngs.html… May 13, 2026 at 11:05 am
  • Editorial Team
    Editorial Team added an answer In the Setup form you can use this: private void… May 13, 2026 at 11:05 am
  • Editorial Team
    Editorial Team added an answer Instead of using <asp:scriptmanager>, try using <ajaxToolkit:ToolkitScriptManager>. I found I… May 13, 2026 at 11:05 am

Related Questions

In my project, where I'm the lead developer, we earlier had a network configuration
I have a scenario in my project where I need to share a single
In my project i need to switch between databases during runtime. I tried to
I created a sub-directory of my Django project called bin where I want to
My project files are located on remote server in the folder. I access a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.