On Tue, Nov 22, 2011 at 9:53 AM,  <[email protected]> wrote:
>
> We designed JsonDb with restricted memory devices. One of our strategies is 
> to minimize the amount of memory required by daemons so that applications 
> have more memory available.  Sorting objects in the daemon takes memory 
> proportional to the number of items matching the query, even if fewer items 
> are requested. We decided to make the design decision that any application 
> that needs to dynamically sort a query response does so in the application 
> process, so that the amount of memory needed in the daemon is minimized.

Why JsonDb instead of providing a SQL API? Any benefits?
I think most developers are used to the SQL syntax and they would
prefer to use it.

Br,
Adriano
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to