Subject | Re: Schema pluses? |
---|---|
Author | Dmitry Yemanov |
Post date | 2016-06-15T21:43Z |
15.06.2016 22:48, 'livius' wrote:
universes.
POV. For simple setups (single database), schemas are just two-level
namespace, with the benefit of "A.B" being longer than "A_B".
Dmitry
>BLR will contain schema.table_name.
> we can write sql like
> select * from table_name but really this is
> select * from schema.table_name
> and if i write this in stored procedure – i suppose that “object_id”
> will be stored in blr(when schemas will be avaiable)
> and also some task – user1 tell user2 “send me sql to retrive something”In this case, user1 does not know about user2. They live in two parallel
universes.
> I see only complication over benefitsYou just don't see the point from the integration (read: enterprise)
POV. For simple setups (single database), schemas are just two-level
namespace, with the benefit of "A.B" being longer than "A_B".
Dmitry