Re: Database vs Data Structure?
- From: Aaron Watters <aaron.watters@xxxxxxxxx>
- Date: Fri, 18 Apr 2008 07:36:40 -0700 (PDT)
My very humble opinion - based on several years of working experience
with both the Zodb and many RDBMS - is quite clear : use a RDBMS and use
it properly.
Yes, somewhere down the line you will want
to get a report of all the customers in Ohio,
ordered by county and zip code, who have a
"rabbit cage" project -- and if you just pickle
everything you will end up traversing the entire
database, possibly multiple times
to find it. A little old fashioned
database design up front can save you a lot of pain.
-- Aaron Watters
===
http://www.xfeedme.com/nucular/pydistro.py/go?FREETEXT=ouch
.
- References:
- Database vs Data Structure?
- From: erikcw
- Re: Database vs Data Structure?
- From: Bruno Desthuilliers
- Database vs Data Structure?
- Prev by Date: Re: py3k s***s
- Next by Date: Excel Manipulation using Python
- Previous by thread: Re: Database vs Data Structure?
- Next by thread: Database vs Data Structure?
- Index(es):
Relevant Pages
|