my queries are running somehow slow. I'm using views now because it's more convenient to get the filters sorted correctly, but it seems it has dropped my query speed vs questions. Is it possible?
Between questions, Models and views, will there be a very noticeable query speed difference? Is either of the 3 recommended?
Also, when I setup a question, I think it would make sense to restrain the number of columns queried, I can select just some columns when I prepare the question, but once it's done, it looks like all columns are included in the answer anyway... I am correct?