How about this 4-letter acronym: NSQL (Native Storage Query Language)?
I like the name posted by someone in the comments -- NoTable.
Stop calling me NoSQL
11–20 of 21 posts
Re: Stop calling me NoSQL
#12Re: Stop calling me NoSQL
#13Re: Stop calling me NoSQL
#14Earlier quoted context omitted.
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.
Native storage query language implies using native i.e., non-standardized query language and API. It's an categorical acronym like AJAX.
Re: Stop calling me NoSQL
#15it seems like you’re looking for realistically structured data, not data twisted to fit a formula convenient for mathematicians. The 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…
Re: Stop calling me NoSQL
#16We 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 :)
The NoSQL hype happened because people wanted to explore and promote alternatives. The NoSQL name happened since there was a need to provide a moniker to the alternatives. Since this was a hype and movement based on otherwise real need, it is likely to have happened even if the name was something completely different say FreeQL (or whatever other catchy name). The post isn't arguing there shouldn't be a name. All it…
Still there is something "magic" in this process. Once you get a name for one thing, it starts to get much more obvious. For instance think at the "web 2.0" or "Ajax" cases. NoSQL, in the name itself, is the negation of something else, and this allowed to collect a number of different projects under this name.
Re: Stop calling me NoSQL
#17It's like calling FreeBSD 'NoNT' or Linux 'NoWindows'. Just because SQL is what people are used to using for persistence doesn't make this a good name for an alternative style.
Re: Stop calling me NoSQL
#18it seems like you’re looking for realistically structured data, not data twisted to fit a formula convenient for mathematicians. The 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…