Hacker News new | ask | show | jobs
by vicaya 6076 days ago
How about this 4-letter acronym: NSQL (Native Storage Query Language)?
2 comments

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.
There's a difference between SQL and RDBMS. One can interact with a relational database using a "non-standardized query language and API." Part of the problem is that people are conflating the language abstraction of SQL with the physical relationship of the data.
I like the name posted by someone in the comments -- NoTable.
So Bigtable would be a NoTable storage system? I think not!
Exactly. Relation != Table. Tables can represent things other than relations.