From: Austin Ziegler Date: 2007-03-22T06:24:16+09:00 Subject: Re: Object/Relational Mapping is the Vietnam of Computer Sci On 3/21/07, Michael Bevilacqua-Linn wrote: > On 3/21/07, James Moore wrote: >> We use relational databases as object stores because they're cheap >> and easily available, not because they're good for the task. > Really? What's better? I've debunked Mr Moore's base premise in a separate post, but as far as simply storing data -- not ensuring transactional integrity or any number of other things that database management systems provide you -- absolutely nothing beats flat files on the filesystem where the filesystem provides your indexing and can perform amazingly quickly as long as you're working with fixed data. The problem, of course, is that filesystems are hierarchical in nature and if your data -- or at least your indexing scheme(s) can't be represented hierarchically, you're toast. -austin -- Austin Ziegler * halostatue@gmail.com * http://www.halostatue.ca/ * austin@halostatue.ca * http://www.halostatue.ca/feed/ * austin@zieglers.ca