[ 
https://issues.apache.org/jira/browse/DRILL-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15761396#comment-15761396
 ] 

ASF GitHub Bot commented on DRILL-4956:
---------------------------------------

Github user arina-ielchiieva commented on the issue:

    https://github.com/apache/drill/pull/666
  
    @paul-rogers
    I have re-designed CTTAS, here is the main changes:
    1. Temp table name is generated using  UUID.randowmUUID().
    2. All session temp tables are stored in session temp location (corresponds 
to session id). On session close this folder is deleted recursively.
    3. One session can have several temp locations (since default temporary 
workspace config can change at runtime).
    4. Temp table can be created only in one workspace (declared as default in 
configuration).
    5. Permissions are applied on folder and file levels: persistent tables 
(folder -775, files - 644), temporary tables (folders - 700. files - 600).
    
    Please note, drill-override-example.conf contains link to CTTAS 
documentation on gist, currently it's empty but I'll update it once CTTAS 
design is final.
    



> Temporary tables support
> ------------------------
>
>                 Key: DRILL-4956
>                 URL: https://issues.apache.org/jira/browse/DRILL-4956
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.8.0
>            Reporter: Arina Ielchiieva
>            Assignee: Arina Ielchiieva
>              Labels: doc-impacting
>             Fix For: Future
>
>
> Link to design doc - 
> https://docs.google.com/document/d/1gSRo_w6q2WR5fPx7SsQ5IaVmJXJ6xCOJfYGyqpVOC-g/edit



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to