|
|
|
|
|
by zelphirkalt
1734 days ago
|
|
Downsides afaik are:
(1) No way to do queries, which return recursive JSON objects of arbitrary depth. (2) Not using standard JSON as a format for writing your query, instead unnecessarily making up a new querying lang, a design flaw basically. (3) More dependencies in frontend as well as backend. (4) More difficult to determin what exactly is going on in processing 1 query, ergo more difficult to fix performance problems. |
|
Just my experience, we can agree to disagree!