Enrico Risa

Results 229 comments of Enrico Risa

hi @EricLin2004 yes drop me an email i will look at it tomorrow

hi @shyamchandranmec which api are you using to query? the query builder or raw query?

Try this should work with fetchplan ``` JAVASCRIPT db.query('select *, $author as author from Comment let $author = (select name,@rid from User where out(WROTE_COMMENT).@rid in $parent.current.@rid ) where in(HAS_COMMENT) in...

hi @shyamchandranmec did you try the solution with fetchPlan?

hi @StarpTech with `new ODatabase({ name: , ... })` you should open and close every time the socket. That could be not efficient. You could leave the db open but...

hi @StarpTech that would work, but if you have a lot of tenant you will open too many connections 5 for each tenant.

hi @StarpTech yes i think the best way is you have a pool for all tenants. But OrientDB.Pool you cannot now. Let me think about it for handling a lot...

hi @StarpTech it means that the pool is binded to one databases. You could create a pool for each database Let me check if i we can use some solution...