Hi, I have a pretty dumb question about local/embedded vs. remote: If I want to build a big data application with multi-node OrientDB servers (with sharding,etc), then "remote" is the only option, correct? In other words, is it possible to user local/embedded connection option for distributed OrientDB? I'm guessing not. I'm asking this because I read in some documentation that local/embed mode is preferred over remote for performance improvement.
Thanks. On Friday, July 22, 2011 4:30:05 PM UTC-4, Lvc@ wrote: > Hi, > "local" use intra-JVM to connect to the server. The JVM process opens the > files without the need of a server. For the "remote" is more like classic > RDBMS where a server listen for incoming remote connections. > > Lvc@ > > On 22 July 2011 10:56, Elan <[email protected] <javascript:>> wrote: > >> It is working fine now. Thanks for your help. >> Still i didn't understand the difference between local and remote in >> database url. >> >> In my case, i installed the orientdb on my system. I can access it >> using local and remote. What could be the different between two. >> May be local, i need to give relative path of the folder structure and >> remote it is not required. Apart from that, can you explain me the >> difference if any and correct me if my understanding wrong in this. >> >> >> On Jul 21, 1:06 pm, Luca Garulli <[email protected]> wrote: >> > Hi, >> > "local" can be used only for embedded connection. To use OrientDB studio >> > always use the "remote" protocol to attach to a server. >> > >> > http://code.google.com/p/orient/wiki/Concepts#Database_URL >> > >> > Lvc@ >> > >> > On 21 July 2011 06:58, Elan <[email protected]> wrote: >> > >> > >> > >> > >> > >> > >> > >> > > Hi All, >> > >> > > I am new to OrionDB and i am able to connect the to test database from >> > > command prompt by below way. >> > >> > > connect local:../databases/demo/demo admin admin >> > >> > > But i am not able to connect to Local OrientDB Studio IDE by using >> > > same username and password. It is throwing unauthorized error for >> > > below input parameter. Your help highly appreciated. >> > >> > > Regards >> > > Elan >> > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
