RE: [DISCUSS] About isolation of database session in JDBC interpreter.

2017-12-27 Thread Belousov Maksim Eduardovich
My issue is not about user accounts inside the database. My concern is about simultaneous work of fifty analysts. The analysts could create tables with such names as "accounts", "customers", "sales". And I want to give a such solution that analysts didn't collide with each other inside database.

Re: [DISCUSS] About isolation of database session in JDBC interpreter.

2017-12-26 Thread Jongyoul Lee
Hi, AFAIK, JDBC interpreter support per user session of several users' account. Why don't you use several user accounts for it? On Wed, Dec 20, 2017 at 9:37 PM, Belousov Maksim Eduardovich < m.belou...@tinkoff.ru> wrote: > Hello, dev! > > I believe it's common case when analyst works with data a

[DISCUSS] About isolation of database session in JDBC interpreter.

2017-12-20 Thread Belousov Maksim Eduardovich
Hello, dev! I believe it's common case when analyst works with data and wants to create temporal intermediate tables. In zeppelin the analyst can clone note, make small changes in one note and schedule these two notes simultaneously. Therefore it would be cool that temporal tables will be isolat