I am using the latest version of ICE for some data analysis and I’ve found some odd behavior when using views.
I created a view that returns an id column for a subset of rows in a brighthouse table. I then join the view with the main table to access some of its other columns. This is just a convinced to shorten long queries that restrict themselves to this portion of data. I can write a query that does just that, join the base table with the view and returns some data.
Now, if I try to create a second view based on this query (the ones that joins the base table and the first view of it), and execute a query on this second view, infobright hangs and the mysql process consumes 100% CPU until I cancel the query.
Anyone seen this problem?
Also, the ICE manual claims that it supports SELECT ... INTO OUTFILE, but if I execute the command I get an error saying the syntax is not supported by the infobright optimizer. I could turn on the mysql query path, but that means that if I try to export a subset of the table the query will not use the infobright optimizer and take too long.
Does ICE not support SELECT ... INFO OUTFILE?

