Skip to content

Comment on Ask HN: SQL or NoSQL?

Comments

You should definitely extract the data from the XML. Whether to extract it into a SQL vs a NoSQL DB is a different choice. You're likely to want a DB regardless, for the sake of the efficiency you get from indexing (compared to XML) even with a document store, and the flexibility you get from databases rather than custom native classes and data structures (though you may also want to build those on top of the DB layer).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.