Small Database Software Recommendation

Ryan Thompson ryan at sasknow.com
Sat Jun 21 18:45:38 PDT 2003


Rod Person wrote to freebsd-questions at freebsd.org:

> Hi Guys,
>
> I'm looking for a small database application to create a database of all
> may dvds and cds. I think mysql my be too much overkill, since it would
> be running on my laptop. Any suggestions.

Yes.

It's raining in Saskatoon. Feels like a rant coming on. :-)

Fully define the requirements before choosing the technology.

MySQL *might* be overkill. I could recommend anything from flat files to
Oracle, though, and be wrong, depending on exactly what it is you want
to accomplish. For a simple key/value hash that you might encounter in
the decades old "album catalogue" problem, Berkeley DB, or maybe Perl's
built-in %hash functions would be the way to go.

Consider your requirements. What is the system for? Who will be using
it? What hidden and evident features must it have? What *tasks* (a.k.a.
"use cases") will the users carry out? What other less tangible goals
are to be accomplished by the system? Which constraints and standards
must the system adhere to?

Once you have the above, you can begin to consider the architecture of
your system, and, once you've done that, choosing a specific technology
might be appropriate.

Requirements specification is *never* overkill.

As far as defining less tangible goals, though, "I want to learn ${X}"
is a valid goal.

Hope this helps,
- Ryan

-- 
  Ryan Thompson <ryan at sasknow.com>

  SaskNow Technologies - http://www.sasknow.com
  901-1st Avenue North - Saskatoon, SK - S7K 1Y4

        Tel: 306-664-3600   Fax: 306-244-7037   Saskatoon
  Toll-Free: 877-727-5669     (877-SASKNOW)     North America



More information about the freebsd-questions mailing list