1 / 5

Collaborative query processing based on reducts

Collaborative query processing based on reducts. Example of a non-local query (DS-term). Database: Flights(airline; departure time; arrival time; departure airport; arrival airport). select * from Flights where airline = "Delta” departure time = "morning"

dean-parker
Download Presentation

Collaborative query processing based on reducts

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Collaborative query processing based on reducts

  2. Example of a non-local query (DS-term) Database: Flights(airline; departure time; arrival time; departure airport; arrival airport) select * from Flights where airline = "Delta” departure time = "morning" departure airport = "Charlotte" aircraft = "Boeing"

  3. (f2, a1*b2+d2) (f2, a1*b2+d2,a2*d1) (g1,a2) (g1,a2,a1) (a1*c2)+(a1*b2+d2)*a2 (a1*c2)+(a1*b2*a2+d2*a2) (a1*c2)+(d2*a2)

  4. {d,c,e,g}{a,b,c,d,f}={c,d} {a,b}, {a,c}, {b,c} {d,c,e,g}

  5. q e S1 S1 S1 c f S2 S2 b c e S3 Tree-resolution for q q = q (c, e, f ) = = q (c, e, f (b, c )) = = q (c, e, f (b(e), c ))

More Related