Hi, I am a beginner to Orient DB. Reading on security and roles, record 
level permissions (ORestricted) etc and here few questions. 

My first question is, is orient db proposing that application developers 
should use one db user per app user? Example if my web site (blog?) has 
10000 users, to have record level security I must have 10000 db users. So 
the OUser will be the class for the application users and I'll insert 
documents when an user signs up.

The second question is, if I use such an approach, wouldn't this impact 
badly on connection pooling since each user connecting will have their own 
separate db user (connection) and if 5000 users are online, there will be 
5000 db connections. Or connections are very cheap and it is okay to have 
thousands of connections / users logged in a orient db server at the same 
time?

thanks

-- 

--- 
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.

Reply via email to