Hello Steffen. > Sorry, i think i wrote nonsense. I added one data volume > with a size of 1 000 000 pages. It's about 9gb on harddisk. > Is this a rigth way to solve the '904 space for result tables > exhausted' - errror-message?
If you have large queries that build up temporary results and also need copy the result (mostly things that involve joining, aggregation ...) this is the right way. This is also true if you have large number of result sets open at the same time (many sessions, many different SELECTs in each session where the result is kept and continue to use). Regards Alexander Schr�der SAP DB, SAP Labs Berlin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
