He thinks that NoSQL is not a very good name for the new databases we’re seeing these days, so he proposed a new name: postmodern databases. Why postmodern? We've had similar points raised before, yet the term "NoSQL" continues to gain in popularity. There were similar concerns around "AJAX" and "Web 2.0" - both survived and are only just starting to be replaced. Community-coined terms like NoSQL, AJAX, and Web 2.0 s…
PomoDB looks awfully a lot like PornoDB, depending on the font you're using. Or depending on your mindset.
Dr. Richard Hipp calls them "Postmodern Databases"
21–28 of 28 posts
Re: Dr. Richard Hipp calls them "Postmodern Databases"
#22He thinks that NoSQL is not a very good name for the new databases we’re seeing these days, so he proposed a new name: postmodern databases. Why postmodern? We've had similar points raised before, yet the term "NoSQL" continues to gain in popularity. There were similar concerns around "AJAX" and "Web 2.0" - both survived and are only just starting to be replaced. Community-coined terms like NoSQL, AJAX, and Web 2.0 s…
PomoDB looks awfully a lot like PornoDB, depending on the font you're using. Or depending on your mindset.
Re: Dr. Richard Hipp calls them "Postmodern Databases"
#23I love the term. It has clarity, and also hints of self-mockery. http://en.wikipedia.org/wiki/Simulacra_and_Simulation
If I have to start reading Heidegger again just to understand what my database is doing I will be seriously freaked out. I am fairly sure that Jaques Derrida is an alias for __why_the_lucky_stiff.
Re: Dr. Richard Hipp calls them "Postmodern Databases"
#24He thinks that NoSQL is not a very good name for the new databases we’re seeing these days, so he proposed a new name: postmodern databases. Why postmodern? We've had similar points raised before, yet the term "NoSQL" continues to gain in popularity. There were similar concerns around "AJAX" and "Web 2.0" - both survived and are only just starting to be replaced. Community-coined terms like NoSQL, AJAX, and Web 2.0 s…
Re: Dr. Richard Hipp calls them "Postmodern Databases"
#25Re: Dr. Richard Hipp calls them "Postmodern Databases"
#26Databases based on the relational model can be distributed, 'post-modern' as this guy puts it, too.
There's some interesting work by logician/comp-sci/AI folks in this area, applying epistemic (and other modal) logics to multi-agent knowledge base scenarios, but I think it got a bit forgotten about because of its association with AI (think: lots of robots going around gathering knowledge which may or may not be consistent with eachother) rather than more mundane things like distributed relational databases.
Here's a course I remember taking on the subject, which might interest anyone who thinks 'post-modern' databases or models of knowledge are interesting: http://web.comlab.ox.ac.uk/teaching/courses/multiagent/index...
Re: Dr. Richard Hipp calls them "Postmodern Databases"
#27He thinks that NoSQL is not a very good name for the new databases we’re seeing these days, so he proposed a new name: postmodern databases. Why postmodern? We've had similar points raised before, yet the term "NoSQL" continues to gain in popularity. There were similar concerns around "AJAX" and "Web 2.0" - both survived and are only just starting to be replaced. Community-coined terms like NoSQL, AJAX, and Web 2.0 s…
I still haven't figured out what Web 2.0 is supposed to be. The closest I've been able to figure is that it's either a pure buzzword, or synonymous with DHTML. If NoSQL goes the way of AJAX, that's fine. It's not a very good term, but at least it means something useful. If it goes the way of Web 2.0, no thanks -- I'd much prefer a different term, any different term, so long as it's actually descriptive.
http://oreilly.com/web2/archive/what-is-web-20.html
Hope this helps.
Re: Dr. Richard Hipp calls them "Postmodern Databases"
#28The thing that bugs me about the 'NoSQL' name is that it seems to lump together "relational vs key-value/object store" and "centralised vs distributed" as one and the same distinction. They're not. Databases based on the relational model can be distributed, 'post-modern' as this guy puts it, too. There's some interesting work by logician/comp-sci/AI folks in this area, applying epistemic (and other modal) logics to m…
Joins and referential integrity seems to add difficulty to the distribution problem.