Hi Trafodioneers, Investigating align format pushdown, I found that even if you ask to create columns serialized, in align format, the statement is ignored and forced to non serialized.
I am assuming this is because we don’t support pushdown yet, so the code is smart enough to see that user is not using the serialized keyword appropriately. If we implement pushdown with align format, can we store data serialized inside align format? Or there are some things that will have problems? Eric
