Re: Small Database Software Recommendation
From: Ryan Thompson (ryan_at_sasknow.com)
Date: 06/22/03
- Previous message: Viktor Lazlo: "Re: Small Database Software Recommendation"
- In reply to: Rod Person: "Small Database Software Recommendation"
- Next in thread: David Kelly: "Re: Small Database Software Recommendation"
- Reply: David Kelly: "Re: Small Database Software Recommendation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 21 Jun 2003 19:45:36 -0600 (CST) To: Rod Person <roddierod@hotpop.com>
Rod Person wrote to freebsd-questions@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@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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Viktor Lazlo: "Re: Small Database Software Recommendation"
- In reply to: Rod Person: "Small Database Software Recommendation"
- Next in thread: David Kelly: "Re: Small Database Software Recommendation"
- Reply: David Kelly: "Re: Small Database Software Recommendation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|