[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [syndication] RSS aggregators for non-technical folk
> Um, Bill I think we're agreeing here. I think a database is essential.
> I'm using Mysql, you're using Exchange. And I'm using the word database
> loosely here. As opposed to only storing the current contents of a feed.
Yes, in that we certainly agree. I'm leaning toward not putting too heavy an
emphasis on relational structuring of the data. Preferring to run more queries
on faster iron. Or perhaps to have more loosely coupled relations indexed on a
periodic basis as an aid to on-demand queries.
Fortunately .Net's integration with ADO holds some very interesting promise...
-Bill Kearney