Hacker News new | ask | show | jobs
by jabo 1976 days ago
At least with RDBMS, the database engine takes care of the actual data movement for you, after you issue a SQL command. With NoSQL, when you need to update your document format, you now need to handle the data migration yourself.