Re: Database vs Data Structure?




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
.



Relevant Pages

  • Re: Help for newbie
    ... > it be more easy for me to use PostgreSQL. ... To use zodb after you installed it is a piece of cake. ... zodb is an object database - you can more or less stuff ... rdbms too, its somewhat easier due to the simpler structure of the data. ...
    (comp.lang.python)
  • Re: Help for newbie
    ... "Diez B. Roggisch" a écrit dans le message de news: ... > To use zodb after you installed it is a piece of cake. ... zodb is an object database - you can more or less stuff ... > rdbms too, its somewhat easier due to the simpler structure of the data. ...
    (comp.lang.python)
  • Re: low-end persistence strategies?
    ... > And that's exactly where zodb comes into play. ... The issue with using an rdbms is not with the small amount of code ... the rdbms server running all the time so the infrequently used app can ...
    (comp.lang.python)