I have a question related to the view feature for this scenario. Physical table is a byte[] column + some promoted columns. We create a view table that explodes the byte[] column to many columns in the logical view (probably via some UDF function). If the physical table has a secondary index (say bloom filter) on a promoted column, the bloom filter would still be useful for the view table, right?
Thanks, Steven