Module 8: Miscellaneous Topics
  Lecture 37: Aggregation
 

                                            

 

 

Multiple attributes
  • Each object in the database has attributes
  • Equivalently, separate information sources
  • Query involves all attributes
  • Attributes are independent
  • Example: Object has <color, shape, size>
  • Example query: Return all objects that are red, round, big
  • Easily solved
  • Even window queries can be handled efficiently
  • Basic assumption is that query can be processed one attribute at a time