home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / doc / implementation / planner / 6.concl < prev    next >
Encoding:
Text File  |  1992-08-27  |  929 b   |  24 lines

  1. .sh 1 "CONCLUSION" 6
  2. .pp
  3. It will be interesting to run further tests on the optimizer once
  4. it has been fully integrated with the rest of POSTGRES.
  5. Among the issues of interest are:
  6. .ip "\(bu"
  7. whether writing the optimizer in LISP is a performance concern
  8. .ip "\(bu"
  9. whether the optimizer \fIactually\fR selects true optimal plans
  10. .ip "\(bu"
  11. whether the optimizer really works with \fIall\fR user-defined types, operators,
  12. and access methods
  13. .ip "\(bu"
  14. whether the current algorithm for optimizing nested-attribute queries is
  15. \*(lqgood enough.\*(rq
  16. .lp
  17. .pp
  18. Clearly, further validation of the POSTGRES optimizer is necessary to
  19. examine the more subtle issues raised by these questions.
  20. However, the preliminary work described in this report has at least
  21. illustrated the feasibility of many important ideas.
  22. Most significant of these are the concepts introduced to support 
  23. optimization of extendibile objects in a database system.
  24.