|
|
Subscribe / Log in / New account

CouchDB and SQLite creators introduce UnQL, a NoSQL query language (The H)

CouchDB and SQLite creators introduce UnQL, a NoSQL query language (The H)

Posted Jul 29, 2011 23:22 UTC (Fri) by josh (subscriber, #17465)
In reply to: CouchDB and SQLite creators introduce UnQL, a NoSQL query language (The H) by SEJeff
Parent article: CouchDB and SQLite creators introduce UnQL, a NoSQL query language (The H)

Definitely not; a handful of non-relational databases use MapReduce, but definitely not all of them or even a majority of them. Others provide a simple key-value interface, graph query languages, custom languages, or custom API.


to post comments

CouchDB and SQLite creators introduce UnQL, a NoSQL query language (The H)

Posted Jul 30, 2011 21:32 UTC (Sat) by Wol (subscriber, #4433) [Link]

"post-relational" aka Pick all use roughly the same query language, called originally ENGLISH or in its other variants RETRIEVE, PERFORM and probably more. It is very english-like hence the name, but bear in mind it is a *query* language only. It was meant to be an update language too, like SQL, but that fell by the wayside as being "too complicated". And it is complicated. Horribly.

(I understand SQL was originally SEQL, "Simple English Query Language", but they changed it when it became complicated and un-english-like :-)

Cheers,
Wol


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds