Sabrish Subramanian wrote:
> David , 
>  
>      my concern is to build a database and connect it thru a adapter since
> to overcome the large data set limitation. This sounds infantile but my idea
> is to convert the expression generated into SQL queries and hit any DBMS
> (like SQLite) Will it solve the problem atleast to a extent. So i tried to
> explore where the expression is generated ?.. Can u help me. 
>   
We at Simile and a few other folks have been working independently on 
similar efforts.

    http://simile.mit.edu/mail/ReadMsg?listId=10&msgId=23836

(I have taken the demo down). Depending on your particular requirements, 
this might not be a trivial project. You can try to replace database.js 
with an implementation that makes SQL queries. If your database is an 
in-process SQLite database, that might give satisfactory performance. If 
not, chances are it will be very slow.

David

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to