in relational database systems it is normal to have different namespaces 
for tables, e.g.
 a user "USER1" creates a table "TABLE1" and
 a user "USER2" creates also a table "TABLE1".

Then I as a "USER3" can reference one table as USER1.TABLE1 and the other 
one as USER2.table2.

I can even create a synonym "TABLE" for one of them, e.g.
 CREATE TABLE AS SYNONYM FOR USER1.TABLE1
and from then on can simply reference to TABLE

I can do that also for USER2.TABLE2 and from then on I can refer to the 
other table without change of application software.

If I have a lot of applications running on a database a naming conflict is 
very likely

Is there a possibilty to emulate such features in OrientDB?

Thanks a lot
Hardy

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to