Stop calling me NoSQL
blog.dhananjaynene.com
Stop calling me NoSQL
1–10 of 21 posts
Re: Stop calling me NoSQL
#2Re: Stop calling me NoSQL
#3This recent hype about the NoSQL stuff was only possible because there was a name :)
Re: Stop calling me NoSQL
#4How about this 4-letter acronym: NSQL (Native Storage Query Language)?
Re: Stop calling me NoSQL
#5How about this 4-letter acronym: NSQL (Native Storage Query Language)?
I think this might be a misnomer in that NoSQL in the general sense describes a set of technologies acting as value stores rather than a standardized language for accessing said values.
Re: Stop calling me NoSQL
#6We should be very happy that somebody invented the "NoSQL" name. Once things have a name people can start to talk about this things, and the ideas will move faster. This recent hype about the NoSQL stuff was only possible because there was a name :)
Re: Stop calling me NoSQL
#7We should be very happy that somebody invented the "NoSQL" name. Once things have a name people can start to talk about this things, and the ideas will move faster. This recent hype about the NoSQL stuff was only possible because there was a name :)
Yet it may be coincidental but that seemed to coincide with the time that using an XMLHTTPRequest took off.
Maybe the branding worked?
Re: Stop calling me NoSQL
#8We should be very happy that somebody invented the "NoSQL" name. Once things have a name people can start to talk about this things, and the ideas will move faster. This recent hype about the NoSQL stuff was only possible because there was a name :)
Re: Stop calling me NoSQL
#9How about this 4-letter acronym: NSQL (Native Storage Query Language)?
Re: Stop calling me NoSQL
#10The appropriate words here are "logical" and "physical" not "real" and "unreal". A relation is a logical data structure. Hash tables, trees, and graphs are all physical data structures.
Another accurate thing to say is that hash tables, trees and graphs are all "pointer-based databases" and relational databases are "pointer-free databases".
The second one will be confusing to people accustomed to putting pointers into relations (like what rails does) and turning the relational database into an ad-hoc graph database.