Yes, you can create views [1] However, Drill does not support CRUD being primarily for read only analytical queries. (The only write operation is 'create table as' [2] )
[1] https://drill.apache.org/docs/create-view/ [2] http://drill.apache.org/docs/create-table-as-ctas/ On Sun, Oct 23, 2016 at 11:47 PM, steffen schuler <[email protected] > wrote: > Hi Drill-Users, > > I have a fundamental question about refining existing data structures with > drill. > > Is it possible with drill to (re-)define something like a „View“ > (combination of existing > data tables) and have all of the CRUD functionality available against this > new „View“? > > Any hint is welcome : ) > > Kind Regards, > > Steffen Schuler
