Search Results

3
votes

Xml or Sqlite, When to drop Xml for a Database?

I wouldn't use XML for storing RSS items. A feed reader makes constant updates as it receives data. With XML, you need to load the data from file first, parse it, then store it for easy se …
0
votes

What’s wrong with foreign keys?

I'll echo what Dmitriy said, but adding on a point. I worked on a batch billing system that needed to insert large sets of rows on 30+ tables. We weren't allowed to do a data pump (Oracle) …