From: Martijn Tonies Date: March 16 2006 2:45pm Subject: On MySQL Views (Re: Accountability with MySQL) List-Archive: http://lists.mysql.com/mysql/195890 Message-Id: <02dc01c64908$4af31b10$cd02a8c0@martijnws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello Gordon, > And now we are down to reality. This is a MySQL list. Views are a wonderful > thing for creating an isolation layer between the application and the > database. However, MySQL's current implementation makes it extremely > difficult in many cases to avoid full table scans when you define the > logical view. {Not poking at the development team I think 5.x is a huge step > forward}. Can you elaborate on that? Any real world experience with MySQL views? The thing that annoys the blo*** cr** out of me with the current implementation is the maintainability of views -> as the complete query structure is lost once you've created a view, so you need to run/modify it from SQL statement all the time :-( Martijn Tonies Database Workbench - development tool for MySQL, and more! Upscene Productions http://www.upscene.com My thoughts: http://blog.upscene.com/martijn/ Database development questions? Check the forum! http://www.databasedevelopmentforum.com